The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of wallet, reference main (542296), with Swift 6.0 for Linux on 31 Mar 2025 17:06:19 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor-community/wallet.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/vapor-community/wallet
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 5422969 Use `swift-zip-archive` (#23)
Cloned https://github.com/vapor-community/wallet.git
Revision (git rev-parse @):
54229693002380d6db2146cc3c466547d0685580
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vapor-community/wallet.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/vapor-community/wallet.git
https://github.com/vapor-community/wallet.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.111.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "fluent",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.12.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/fluent.git"
    },
    {
      "identity" : "fluent-wallet",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/fpseverino/fluent-wallet.git"
    },
    {
      "identity" : "apns",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.2.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/apns.git"
    },
    {
      "identity" : "swift-zip-archive",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.3",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/adam-fowler/swift-zip-archive.git"
    },
    {
      "identity" : "fluent-sqlite-driver",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.8.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/fluent-sqlite-driver.git"
    }
  ],
  "manifest_display_name" : "wallet",
  "name" : "wallet",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "VaporWalletPasses",
      "targets" : [
        "VaporWalletPasses"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "VaporWalletOrders",
      "targets" : [
        "VaporWalletOrders"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "VaporWalletPassesTests",
      "module_type" : "SwiftTarget",
      "name" : "VaporWalletPassesTests",
      "path" : "Tests/VaporWalletPassesTests",
      "product_dependencies" : [
        "VaporTesting",
        "FluentSQLiteDriver",
        "ZipArchive"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/VaporWalletPassesTests/SourceFiles",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Utils/PassData.swift",
        "Utils/PassJSONData.swift",
        "Utils/withApp.swift",
        "VaporWalletPassesTests.swift"
      ],
      "target_dependencies" : [
        "VaporWalletPasses"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VaporWalletPasses",
      "module_type" : "SwiftTarget",
      "name" : "VaporWalletPasses",
      "path" : "Sources/VaporWalletPasses",
      "product_dependencies" : [
        "FluentWalletPasses",
        "ZipArchive"
      ],
      "product_memberships" : [
        "VaporWalletPasses"
      ],
      "sources" : [
        "DTOs/DTOs+Content.swift",
        "Exports.swift",
        "Middleware/ApplePassMiddleware.swift",
        "Middleware/PassesService+AsyncModelMiddleware.swift",
        "PassesService.swift",
        "PassesServiceCustom+RouteCollection.swift",
        "PassesServiceCustom.swift"
      ],
      "target_dependencies" : [
        "VaporWallet"
      ],
      "type" : "library"
    },
    {
      "c99name" : "VaporWalletOrdersTests",
      "module_type" : "SwiftTarget",
      "name" : "VaporWalletOrdersTests",
      "path" : "Tests/VaporWalletOrdersTests",
      "product_dependencies" : [
        "VaporTesting",
        "FluentSQLiteDriver",
        "ZipArchive"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/VaporWalletOrdersTests/SourceFiles",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Utils/OrderData.swift",
        "Utils/OrderJSONData.swift",
        "Utils/withApp.swift",
        "VaporWalletOrdersTests.swift"
      ],
      "target_dependencies" : [
        "VaporWalletOrders"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VaporWalletOrders",
      "module_type" : "SwiftTarget",
      "name" : "VaporWalletOrders",
      "path" : "Sources/VaporWalletOrders",
      "product_dependencies" : [
        "FluentWalletOrders"
      ],
      "product_memberships" : [
        "VaporWalletOrders"
      ],
      "sources" : [
        "DTOs/OrderIdentifiersDTO+Content.swift",
        "Exports.swift",
        "Middleware/AppleOrderMiddleware.swift",
        "Middleware/OrdersService+AsyncModelMiddleware.swift",
        "OrdersService.swift",
        "OrdersServiceCustom+RouteCollection.swift",
        "OrdersServiceCustom.swift"
      ],
      "target_dependencies" : [
        "VaporWallet"
      ],
      "type" : "library"
    },
    {
      "c99name" : "VaporWallet",
      "module_type" : "SwiftTarget",
      "name" : "VaporWallet",
      "path" : "Sources/VaporWallet",
      "product_dependencies" : [
        "Vapor",
        "Fluent",
        "VaporAPNS"
      ],
      "product_memberships" : [
        "VaporWalletPasses",
        "VaporWalletOrders"
      ],
      "sources" : [
        "DTOs/DTOs+Content.swift",
        "Testing/TestCertificate.swift",
        "Testing/isLoggingConfigured.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/adam-fowler/swift-zip-archive.git
Fetching https://github.com/fpseverino/fluent-wallet.git
Fetching https://github.com/vapor/apns.git
Fetching https://github.com/vapor/fluent-sqlite-driver.git
Fetching https://github.com/vapor/fluent.git
Fetching https://github.com/vapor/vapor.git
[1/1315] Fetching fluent-sqlite-driver
[620/2025] Fetching fluent-sqlite-driver, swift-zip-archive
[2026/2734] Fetching fluent-sqlite-driver, swift-zip-archive, apns
[2027/16141] Fetching fluent-sqlite-driver, swift-zip-archive, apns, fluent
[2070/16502] Fetching fluent-sqlite-driver, swift-zip-archive, apns, fluent, fluent-wallet
Fetched https://github.com/fpseverino/fluent-wallet.git from cache (0.27s)
Fetched https://github.com/vapor/fluent-sqlite-driver.git from cache (0.27s)
[6782/14826] Fetching swift-zip-archive, apns, fluent
[12816/88908] Fetching swift-zip-archive, apns, fluent, vapor
Fetched https://github.com/adam-fowler/swift-zip-archive.git from cache (1.64s)
Fetched https://github.com/vapor/apns.git from cache (1.64s)
Fetched https://github.com/vapor/fluent.git from cache (1.64s)
Fetched https://github.com/vapor/vapor.git from cache (1.67s)
Computing version for https://github.com/vapor/fluent-sqlite-driver.git
Computed https://github.com/vapor/fluent-sqlite-driver.git at 4.8.0 (0.49s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/vapor/sqlite-kit.git
Fetching https://github.com/vapor/fluent-kit.git
[1/3800] Fetching swift-log
[457/5912] Fetching swift-log, sqlite-kit
[4203/18903] Fetching swift-log, sqlite-kit, fluent-kit
Fetched https://github.com/vapor/sqlite-kit.git from cache (0.51s)
Fetched https://github.com/apple/swift-log.git from cache (0.51s)
Fetched https://github.com/vapor/fluent-kit.git from cache (0.51s)
Computing version for https://github.com/adam-fowler/swift-zip-archive.git
Computed https://github.com/adam-fowler/swift-zip-archive.git at 0.6.3 (1.88s)
Fetching https://github.com/apple/swift-system.git
[1/4221] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.34s)
Computing version for https://github.com/vapor/apns.git
Computed https://github.com/vapor/apns.git at 4.2.0 (0.46s)
Fetching https://github.com/swift-server-community/APNSwift.git
[1/5393] Fetching apnswift
Fetched https://github.com/swift-server-community/APNSwift.git from cache (0.38s)
Computing version for https://github.com/fpseverino/fluent-wallet.git
Computed https://github.com/fpseverino/fluent-wallet.git at 0.1.0 (0.47s)
Fetching https://github.com/fpseverino/swift-wallet.git
[1/370] Fetching swift-wallet
Fetched https://github.com/fpseverino/swift-wallet.git from cache (0.18s)
Computing version for https://github.com/vapor/fluent.git
Computed https://github.com/vapor/fluent.git at 4.12.0 (0.46s)
Computing version for https://github.com/vapor/sqlite-kit.git
Computed https://github.com/vapor/sqlite-kit.git at 4.5.2 (0.47s)
Fetching https://github.com/vapor/sql-kit.git
Fetching https://github.com/vapor/async-kit.git
Fetching https://github.com/vapor/sqlite-nio.git
Fetching https://github.com/apple/swift-nio.git
[1/1465] Fetching sqlite-nio
[2/3835] Fetching sqlite-nio, async-kit
[2372/9675] Fetching sqlite-nio, async-kit, sql-kit
[9676/84165] Fetching sqlite-nio, async-kit, sql-kit, swift-nio
Fetched https://github.com/vapor/sql-kit.git from cache (0.77s)
[24693/78325] Fetching sqlite-nio, async-kit, swift-nio
Fetched https://github.com/vapor/sqlite-nio.git from cache (0.78s)
[25462/76860] Fetching async-kit, swift-nio
Fetched https://github.com/vapor/async-kit.git from cache (3.92s)
Fetched https://github.com/apple/swift-nio.git from cache (4.01s)
Computing version for https://github.com/fpseverino/swift-wallet.git
Computed https://github.com/fpseverino/swift-wallet.git at 0.4.0 (0.49s)
Fetching https://github.com/apple/swift-certificates.git
[1/5848] Fetching swift-certificates
Fetched https://github.com/apple/swift-certificates.git from cache (0.39s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.98s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (1.95s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-algorithms.git
[1/5863] Fetching swift-algorithms
[4106/21766] Fetching swift-algorithms, swift-collections
Fetched https://github.com/apple/swift-algorithms.git from cache (0.69s)
[12246/15903] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (0.92s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.57s)
Fetching https://github.com/apple/swift-numerics.git
[1/5659] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.38s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.8.1 (0.62s)
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-crypto.git
[1/1553] Fetching swift-asn1
[1554/14896] Fetching swift-asn1, swift-crypto
Fetched https://github.com/apple/swift-asn1.git from cache (0.29s)
[935/13343] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.47s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.90s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.1 (0.57s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.2 (2.08s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.48s)
Computing version for https://github.com/swift-server-community/APNSwift.git
Computed https://github.com/swift-server-community/APNSwift.git at 5.1.0 (0.83s)
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/13735] Fetching async-http-client
[13324/25194] Fetching async-http-client, swift-nio-http2
[25195/39662] Fetching async-http-client, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/swift-server/async-http-client.git from cache (1.16s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.16s)
[3183/14468] Fetching swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.01s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.32.0 (0.47s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.68s)
Computing version for https://github.com/vapor/fluent-kit.git
Computed https://github.com/vapor/fluent-kit.git at 1.51.0 (0.49s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.81.0 (0.75s)
Fetching https://github.com/apple/swift-atomics.git
[1/1705] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.35s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (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/websocket-kit.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-distributed-tracing.git
[1/2164] Fetching swift-metrics
[23/5360] Fetching swift-metrics, multipart-kit
[2051/6400] Fetching swift-metrics, multipart-kit, swift-service-context
[4324/8933] Fetching swift-metrics, multipart-kit, swift-service-context, websocket-kit
[6857/14456] Fetching swift-metrics, multipart-kit, swift-service-context, websocket-kit, swift-nio-extras
[12380/19414] Fetching swift-metrics, multipart-kit, swift-service-context, websocket-kit, swift-nio-extras, swift-distributed-tracing
Fetched https://github.com/vapor/websocket-kit.git from cache (0.35s)
Fetching https://github.com/vapor/routing-kit.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.36s)
Fetching https://github.com/vapor/console-kit.git
[7992/11358] Fetching swift-metrics, multipart-kit, swift-service-context, swift-distributed-tracing
Fetched https://github.com/apple/swift-service-context.git from cache (0.46s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.47s)
[3284/26050] Fetching swift-metrics, multipart-kit, routing-kit
[4733/31535] Fetching swift-metrics, multipart-kit, routing-kit, console-kit
Fetched https://github.com/vapor/console-kit.git from cache (0.29s)
[19422/26050] Fetching swift-metrics, multipart-kit, routing-kit
Fetched https://github.com/vapor/routing-kit.git from cache (0.78s)
Fetched https://github.com/apple/swift-metrics.git from cache (1.28s)
Fetched https://github.com/vapor/multipart-kit.git from cache (1.32s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.1 (0.46s)
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/2411] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.27s)
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.46s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.25.0 (0.54s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
[1/1105] Fetching swift-http-structured-headers
[1106/1988] Fetching swift-http-structured-headers, swift-http-types
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.20s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.23s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.3.1 (0.50s)
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.1 (0.47s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.6.1 (0.47s)
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.47s)
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.49s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.29.3 (0.56s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.48s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.23.1 (0.48s)
Computing version for https://github.com/vapor/sqlite-nio.git
Computed https://github.com/vapor/sqlite-nio.git at 1.11.2 (0.49s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.35.0 (0.50s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.47s)
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.1
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-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.29.3
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.35.0
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.15.0
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/vapor/fluent-sqlite-driver.git
Working copy of https://github.com/vapor/fluent-sqlite-driver.git resolved at 4.8.0
Creating working copy for https://github.com/vapor/fluent.git
Working copy of https://github.com/vapor/fluent.git resolved at 4.12.0
Creating working copy for https://github.com/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-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-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.6.1
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.23.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.25.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/fpseverino/fluent-wallet.git
Working copy of https://github.com/fpseverino/fluent-wallet.git resolved at 0.1.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/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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/vapor/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/adam-fowler/swift-zip-archive.git
Working copy of https://github.com/adam-fowler/swift-zip-archive.git resolved at 0.6.3
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.2
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/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/sql-kit.git
Working copy of https://github.com/vapor/sql-kit.git resolved at 3.32.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.3.1
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.8.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.81.0
Creating working copy for https://github.com/fpseverino/swift-wallet.git
Working copy of https://github.com/fpseverino/swift-wallet.git resolved at 0.4.0
Creating working copy for https://github.com/vapor/apns.git
Working copy of https://github.com/vapor/apns.git resolved at 4.2.0
Creating working copy for https://github.com/vapor/fluent-kit.git
Working copy of https://github.com/vapor/fluent-kit.git resolved at 1.51.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.1
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/swift-server-community/APNSwift.git
Working copy of https://github.com/swift-server-community/APNSwift.git resolved at 5.1.0
Building for debugging...
[0/850] Write sources
[50/850] Compiling CZipZlib empty.c
[51/850] Write sources
[52/850] Compiling CNIOWASI CNIOWASI.c
[53/850] Write sources
[55/850] Compiling CNIOWindows WSAStartup.c
[56/850] Write sources
[59/850] Compiling CNIOWindows shim.c
[60/850] Write sources
[66/850] Compiling _NumericsShims _NumericsShims.c
[67/850] Compiling CVaporBcrypt bcrypt.c
[68/850] Compiling CNIOLinux liburing_shims.c
[69/850] Compiling _AtomicsShims.c
[70/850] Compiling CNIOSHA1 c_nio_sha1.c
[71/850] Compiling CVaporBcrypt blf.c
[72/850] Compiling CSystem shims.c
[73/850] Compiling CNIOExtrasZlib empty.c
[74/850] Compiling CNIOLLHTTP c_nio_http.c
[75/850] Compiling CNIODarwin shim.c
[76/850] Compiling CNIOLinux shim.c
[77/850] Compiling fiat_p256_adx_sqr.S
[78/850] Compiling fiat_p256_adx_mul.S
[79/850] Compiling CNIOLLHTTP c_nio_api.c
[80/850] Compiling fiat_curve25519_adx_square.S
[81/850] Compiling fiat_curve25519_adx_mul.S
[82/850] Compiling CNIOLLHTTP c_nio_llhttp.c
[83/850] Write swift-version-24593BA9C3E375BF.txt
[84/850] Compiling CNIOBoringSSLShims shims.c
[85/854] Compiling tls_record.cc
[86/854] Compiling tls_method.cc
[87/854] Compiling tls13_enc.cc
[87/854] Compiling tls13_client.cc
[89/854] Compiling t1_enc.cc
[90/854] Compiling tls13_server.cc
[91/854] Compiling tls13_both.cc
[93/921] Emitting module Logging
[94/921] Emitting module RealModule
[95/922] Emitting module SystemPackage
[96/925] Emitting module _CertificateInternals
[97/925] Compiling _CertificateInternals _TinyArray.swift
[99/926] Compiling RealModule RealFunctions.swift
[100/926] Compiling ServiceContextModule ServiceContextKey.swift
[101/943] Compiling InternalCollectionsUtilities UInt+reversed.swift
[102/943] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[103/945] Compiling _NIODataStructures _TinyArray.swift
[104/945] Emitting module ServiceContextModule
[105/945] Compiling ServiceContextModule ServiceContext.swift
[106/945] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[107/945] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[108/945] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[109/948] Compiling SystemPackage Util+StringArray.swift
[110/948] Compiling SystemPackage Util.swift
[111/948] Compiling SystemPackage UtilConsumers.swift
[112/948] Emitting module _NIOBase64
[113/948] Compiling _NIOBase64 Base64.swift
[114/949] Compiling RealModule Float80+Real.swift
[115/949] Compiling RealModule Real.swift
[116/949] Compiling RealModule ElementaryFunctions.swift
[117/949] Compiling RealModule Float+Real.swift
[118/949] Compiling RealModule Float16+Real.swift
[119/949] Compiling _NIODataStructures PriorityQueue.swift
[120/949] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[121/949] Compiling InternalCollectionsUtilities Specialize.swift
[124/949] Compiling InternalCollectionsUtilities Debugging.swift
[125/949] Compiling InternalCollectionsUtilities Descriptions.swift
[130/949] Compiling InternalCollectionsUtilities _SortedCollection.swift
[132/949] Emitting module SwiftASN1
[136/949] Compiling Logging LogHandler.swift
[137/949] Compiling Logging MetadataProvider.swift
[138/949] Compiling Logging Logging.swift
[140/949] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[141/949] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[142/949] Compiling InternalCollectionsUtilities Integer rank.swift
[143/949] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[144/949] Compiling Logging Locks.swift
[145/949] Emitting module _NIODataStructures
[146/949] Compiling _NIODataStructures Heap.swift
[155/952] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[156/952] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[157/952] Compiling SystemPackage Constants.swift
[158/952] Compiling SystemPackage Exports.swift
[159/952] Compiling SystemPackage Mocking.swift
[160/952] Compiling SystemPackage RawBuffer.swift
[161/952] Compiling SystemPackage Syscalls.swift
[162/952] Compiling SystemPackage WindowsSyscallAdapters.swift
[163/952] Compiling SystemPackage MachPort.swift
[164/952] Compiling SystemPackage PlatformString.swift
[165/952] Compiling SystemPackage SystemString.swift
[170/952] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[171/952] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[178/953] Emitting module InternalCollectionsUtilities
[189/963] Emitting module Instrumentation
[190/963] Compiling Instrumentation Instrument.swift
[191/963] Compiling Instrumentation NoOpInstrument.swift
[192/963] Compiling Instrumentation MultiplexInstrument.swift
[193/963] Compiling Instrumentation InstrumentationSystem.swift
[194/963] Compiling Instrumentation Locks.swift
[198/985] Emitting module CoreMetrics
[199/985] Compiling RoutingKit PathComponent.swift
[199/985] Compiling ssl_transcript.cc
[201/985] Emitting module RoutingKit
[202/1030] Compiling RoutingKit Router.swift
[203/1031] Compiling RoutingKit TrieRouter.swift
[203/1037] Compiling ssl_versions.cc
[204/1053] Compiling ssl_x509.cc
[206/1061] Compiling CoreMetrics Locks.swift
[207/1061] Compiling CoreMetrics Metrics.swift
[208/1062] Compiling _RopeModule BigString+Summary.swift
[209/1062] Compiling _RopeModule BigString.swift
[210/1062] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[211/1062] Compiling _RopeModule BigString+Chunk+Breaks.swift
[212/1062] Compiling _RopeModule BigString+Chunk+Counts.swift
[213/1062] Compiling _RopeModule BigString+Chunk+Description.swift
[214/1066] Compiling Tracing InstrumentationSystem+Tracing.swift
[216/1096] Compiling Tracing TracingTime.swift
[218/1125] Compiling HeapModule Heap+Invariants.swift
[219/1125] Compiling Tracing TracerProtocol.swift
[220/1125] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[221/1125] Emitting module Tracing
[222/1125] Compiling RoutingKit AnyRouter.swift
[223/1125] Compiling RoutingKit Parameters.swift
[224/1126] Compiling HeapModule Heap+Descriptions.swift
[225/1126] Compiling Tracing Tracer.swift
[226/1126] Compiling Tracing TracerProtocol+Legacy.swift
[228/1176] Compiling HeapModule _HeapNode.swift
[229/1204] Compiling HeapModule Heap.swift
[230/1204] Compiling Tracing SpanProtocol.swift
[231/1204] Compiling Tracing NoOpTracer.swift
[232/1205] Compiling HeapModule Heap+UnsafeHandle.swift
[234/1205] Emitting module Metrics
[235/1205] Compiling Metrics Metrics.swift
[236/1206] Compiling HashTreeCollections TreeDictionary+Collection.swift
[237/1206] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[238/1206] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[239/1206] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[240/1206] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[241/1206] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[242/1206] Compiling HashTreeCollections TreeDictionary+Filter.swift
[243/1206] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[244/1206] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[245/1206] Compiling HashTreeCollections TreeDictionary+Keys.swift
[246/1206] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[247/1206] Compiling HashTreeCollections TreeDictionary+Merge.swift
[248/1206] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[249/1206] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[251/1228] Emitting module HeapModule
[253/1229] Compiling HashTreeCollections _HashStack.swift
[254/1229] Compiling HashTreeCollections _HashTreeIterator.swift
[255/1229] Compiling HashTreeCollections _HashTreeStatistics.swift
[256/1229] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[257/1229] Compiling HashTreeCollections _RawHashNode.swift
[258/1229] Compiling HashTreeCollections _UnmanagedHashNode.swift
[259/1229] Compiling HashTreeCollections _UnsafePath.swift
[260/1229] Compiling HashTreeCollections TreeDictionary+Codable.swift
[261/1229] Compiling DequeModule Deque+CustomReflectable.swift
[262/1229] Compiling DequeModule Deque+Descriptions.swift
[263/1231] Compiling HashTreeCollections _HashNode+Structural union.swift
[264/1231] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[265/1231] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[266/1231] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[267/1231] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[268/1231] Compiling HashTreeCollections _HashNode.swift
[269/1231] Compiling HashTreeCollections _HashNodeHeader.swift
[270/1231] Compiling HashTreeCollections _HashSlot.swift
[271/1231] Compiling DequeModule _DequeBuffer.swift
[272/1231] Compiling DequeModule _DequeBufferHeader.swift
[273/1231] Compiling DequeModule Deque+Extras.swift
[274/1231] Compiling DequeModule Deque+Hashable.swift
[275/1231] Compiling DequeModule Deque._UnsafeHandle.swift
[276/1231] Compiling DequeModule Deque.swift
[279/1231] Compiling DequeModule _DequeSlot.swift
[280/1231] Compiling DequeModule _UnsafeWrappedBuffer.swift
[281/1231] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[282/1231] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[283/1231] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[284/1231] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[285/1231] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[286/1231] Compiling DequeModule Deque+Equatable.swift
[287/1231] Compiling HashTreeCollections _HashNode+Structural merge.swift
[288/1231] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[289/1231] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[290/1231] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[291/1231] Compiling HashTreeCollections TreeSet+Hashable.swift
[292/1231] Compiling HashTreeCollections TreeSet+Sendable.swift
[293/1231] Compiling HashTreeCollections TreeSet+Sequence.swift
[294/1231] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[295/1231] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[296/1231] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[297/1231] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[298/1231] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[299/1231] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[300/1231] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[303/1241] Compiling DequeModule Deque+Testing.swift
[304/1241] Compiling DequeModule Deque._Storage.swift
[327/1250] Compiling OrderedCollections OrderedSet+Sendable.swift
[328/1250] Compiling OrderedCollections OrderedSet+SubSequence.swift
[329/1250] Compiling OrderedCollections OrderedSet+Testing.swift
[330/1250] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[331/1250] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[332/1250] Compiling OrderedCollections OrderedSet.swift
[333/1250] Compiling OrderedCollections _UnsafeBitset.swift
[334/1250] Compiling HashTreeCollections TreeSet+Equatable.swift
[335/1250] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[336/1250] Compiling HashTreeCollections TreeSet+Extras.swift
[337/1250] Compiling HashTreeCollections TreeSet+Filter.swift
[358/1250] Compiling DequeModule Deque+Codable.swift
[359/1250] Compiling DequeModule Deque+Collection.swift
[369/1251] Compiling ssl_stat.cc
[373/1251] Compiling _RopeModule _CharacterRecognizer.swift
[374/1251] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[375/1251] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[376/1251] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[377/1251] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[378/1251] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[379/1251] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[380/1251] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[381/1251] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[382/1251] Compiling HashTreeCollections TreeSet.swift
[383/1251] Emitting module ZipArchive
[407/1251] Emitting module DequeModule
[423/1252] Compiling ssl_privkey.cc
[424/1252] Compiling ssl_session.cc
[426/1252] Compiling ZipArchive crc32.swift
[428/1253] Emitting module OrderedCollections
[430/1254] Compiling _RopeModule Rope+Join.swift
[431/1254] Compiling _RopeModule Rope+MutatingForEach.swift
[432/1254] Compiling _RopeModule Rope+Remove.swift
[433/1254] Compiling _RopeModule Rope+RemoveSubrange.swift
[434/1254] Compiling _RopeModule Rope+Split.swift
[435/1254] Compiling _RopeModule Optional Utilities.swift
[436/1254] Compiling _RopeModule String Utilities.swift
[437/1254] Compiling _RopeModule String.Index+ABI.swift
[439/1254] Emitting module _RopeModule
[450/1254] Compiling ssl_key_share.cc
[473/1254] Compiling ssl_lib.cc
[474/1254] Compiling ssl_file.cc
[475/1254] Compiling ssl_credential.cc
[506/1255] Compiling ssl_cipher.cc
[507/1255] Compiling ssl_cert.cc
[508/1255] Compiling ssl_buffer.cc
[510/1255] Emitting module HashTreeCollections
[510/1256] Compiling ssl_asn1.cc
[512/1256] Compiling ssl_aead_ctx.cc
[513/1256] Compiling s3_pkt.cc
[514/1256] Compiling s3_both.cc
[515/1256] Compiling s3_lib.cc
[516/1256] Compiling handshake_server.cc
[517/1256] Compiling handshake_client.cc
[518/1256] Compiling handshake.cc
[519/1256] Compiling handoff.cc
[520/1256] Compiling encrypted_client_hello.cc
[521/1256] Compiling dtls_method.cc
[522/1256] Compiling md5-x86_64-linux.S
[523/1256] Compiling dtls_record.cc
[523/1256] Compiling extensions.cc
[525/1256] Compiling md5-x86_64-apple.S
[526/1256] Compiling md5-586-linux.S
[527/1256] Compiling md5-586-apple.S
[528/1256] Compiling chacha20_poly1305_x86_64-apple.S
[529/1256] Compiling chacha20_poly1305_armv8-win.S
[530/1256] Compiling chacha20_poly1305_x86_64-linux.S
[531/1256] Compiling chacha20_poly1305_armv8-apple.S
[532/1256] Compiling chacha20_poly1305_armv8-linux.S
[533/1256] Compiling chacha-x86_64-apple.S
[534/1256] Compiling chacha-x86_64-linux.S
[535/1256] Compiling chacha-x86-linux.S
[536/1256] Compiling chacha-x86-apple.S
[537/1256] Compiling chacha-armv8-win.S
[538/1256] Compiling chacha-armv8-linux.S
[539/1256] Compiling err_data.cc
[540/1256] Compiling chacha-armv8-apple.S
[541/1256] Compiling chacha-armv4-linux.S
[542/1256] Compiling aes128gcmsiv-x86_64-linux.S
[543/1256] Compiling aes128gcmsiv-x86_64-apple.S
[544/1256] Compiling x86_64-mont5-linux.S
[545/1256] Compiling x86_64-mont5-apple.S
[546/1256] Compiling x86_64-mont-linux.S
[547/1256] Compiling bio_ssl.cc
[548/1256] Compiling x86_64-mont-apple.S
[549/1256] Compiling x86-mont-linux.S
[550/1256] Compiling x86-mont-apple.S
[551/1256] Compiling vpaes-x86_64-linux.S
[552/1256] Compiling vpaes-x86-linux.S
[553/1256] Compiling vpaes-x86_64-apple.S
[554/1256] Compiling vpaes-x86-apple.S
[555/1256] Compiling vpaes-armv8-win.S
[556/1256] Compiling vpaes-armv8-linux.S
[557/1256] Compiling vpaes-armv8-apple.S
[558/1256] Compiling vpaes-armv7-linux.S
[559/1256] Compiling d1_srtp.cc
[560/1256] Compiling sha512-x86_64-apple.S
[561/1256] Compiling sha512-armv8-win.S
[562/1256] Compiling sha512-x86_64-linux.S
[563/1256] Compiling sha512-armv8-linux.S
[564/1256] Compiling sha512-armv8-apple.S
[565/1256] Compiling sha512-armv4-linux.S
[566/1256] Compiling sha512-586-linux.S
[567/1256] Compiling sha512-586-apple.S
[568/1256] Compiling sha256-x86_64-apple.S
[569/1256] Compiling sha256-armv8-win.S
[570/1256] Compiling sha256-x86_64-linux.S
[571/1256] Compiling sha256-armv8-linux.S
[572/1256] Compiling sha256-armv8-apple.S
[573/1256] Compiling d1_pkt.cc
[574/1256] Compiling sha256-armv4-linux.S
[575/1256] Compiling sha256-586-linux.S
[576/1256] Compiling sha256-586-apple.S
[577/1256] Compiling sha1-x86_64-apple.S
[578/1256] Compiling sha1-x86_64-linux.S
[579/1256] Compiling sha1-armv8-win.S
[580/1256] Compiling sha1-armv8-linux.S
[581/1256] Compiling sha1-armv8-apple.S
[582/1256] Compiling sha1-armv4-large-linux.S
[583/1256] Compiling sha1-586-linux.S
[584/1256] Compiling sha1-586-apple.S
[585/1256] Compiling rsaz-avx2-apple.S
[586/1256] Compiling rdrand-x86_64-linux.S
[587/1256] Compiling rsaz-avx2-linux.S
[588/1256] Compiling rdrand-x86_64-apple.S
[589/1256] Compiling p256_beeu-x86_64-asm-linux.S
[590/1256] Compiling p256_beeu-armv8-asm-win.S
[591/1256] Compiling p256_beeu-armv8-asm-linux.S
[592/1256] Compiling p256_beeu-x86_64-asm-apple.S
[593/1256] Compiling p256_beeu-armv8-asm-apple.S
[594/1256] Compiling p256-x86_64-asm-apple.S
[595/1256] Compiling p256-x86_64-asm-linux.S
[596/1256] Compiling d1_lib.cc
[597/1256] Compiling p256-armv8-asm-win.S
[598/1256] Compiling p256-armv8-asm-linux.S
[599/1256] Compiling p256-armv8-asm-apple.S
[600/1256] Compiling ghashv8-armv8-win.S
[601/1256] Compiling ghashv8-armv8-linux.S
[602/1256] Compiling ghashv8-armv8-apple.S
[603/1256] Compiling ghashv8-armv7-linux.S
[604/1256] Compiling ghash-x86_64-apple.S
[605/1256] Compiling ghash-x86-linux.S
[606/1256] Compiling ghash-x86-apple.S
[607/1256] Compiling ghash-x86_64-linux.S
[608/1256] Compiling ghash-ssse3-x86_64-linux.S
[609/1256] Compiling ghash-ssse3-x86_64-apple.S
[610/1256] Compiling ghash-ssse3-x86-apple.S
[611/1256] Compiling ghash-ssse3-x86-linux.S
[612/1256] Compiling ghash-neon-armv8-win.S
[613/1256] Compiling ghash-neon-armv8-linux.S
[614/1256] Compiling ghash-neon-armv8-apple.S
[615/1256] Compiling ghash-armv4-linux.S
[616/1256] Compiling co-586-linux.S
[617/1256] Compiling bsaes-armv7-linux.S
[618/1256] Compiling co-586-apple.S
[619/1256] Compiling bn-armv8-win.S
[620/1256] Compiling bn-armv8-linux.S
[621/1256] Compiling bn-armv8-apple.S
[622/1256] Compiling bn-586-linux.S
[623/1256] Compiling bn-586-apple.S
[624/1256] Compiling armv8-mont-win.S
[625/1256] Compiling armv8-mont-linux.S
[626/1256] Compiling armv4-mont-linux.S
[627/1256] Compiling aesv8-gcm-armv8-win.S
[628/1256] Compiling armv8-mont-apple.S
[629/1256] Compiling aesv8-gcm-armv8-linux.S
[630/1256] Compiling aesv8-gcm-armv8-apple.S
[631/1256] Compiling aesv8-armv8-linux.S
[632/1256] Compiling aesv8-armv8-win.S
[633/1256] Compiling aesv8-armv7-linux.S
[634/1256] Compiling aesv8-armv8-apple.S
[635/1256] Compiling d1_both.cc
[636/1256] Compiling aesni-x86_64-linux.S
[637/1256] Compiling aesni-x86_64-apple.S
[638/1256] Compiling aesni-x86-linux.S
[639/1256] Compiling aesni-x86-apple.S
[640/1256] Compiling aesni-gcm-x86_64-linux.S
[641/1256] Compiling aesni-gcm-x86_64-apple.S
[642/1256] Compiling x_sig.cc
[643/1256] Compiling x_x509a.cc
[643/1256] Compiling x_spki.cc
[645/1256] Compiling x_req.cc
[645/1256] Compiling x_val.cc
[647/1256] Compiling x_x509.cc
[648/1256] Compiling x_pubkey.cc
[649/1256] Compiling x_name.cc
[650/1256] Compiling x_algor.cc
[651/1256] Compiling x509spki.cc
[651/1256] Compiling x_exten.cc
[653/1256] Compiling x_attrib.cc
[654/1256] Compiling x_crl.cc
[655/1256] Compiling x509rset.cc
[656/1256] Compiling x_all.cc
[657/1256] Compiling x509name.cc
[658/1256] Compiling x509_txt.cc
[658/1256] Compiling x509cset.cc
[660/1256] Compiling x509_vpm.cc
[661/1256] Compiling x509_v3.cc
[662/1256] Compiling x509_trs.cc
[663/1256] Compiling x509_vfy.cc
[664/1256] Compiling x509_set.cc
[665/1256] Compiling x509_req.cc
[666/1256] Compiling x509_obj.cc
[667/1256] Compiling x509_def.cc
[668/1256] Compiling x509_lu.cc
[669/1256] Compiling x509_d2.cc
[669/1256] Compiling x509_ext.cc
[671/1256] Compiling x509.cc
[672/1256] Compiling x509_cmp.cc
[673/1256] Compiling x509_att.cc
[674/1256] Compiling v3_prn.cc
[675/1256] Compiling v3_skey.cc
[676/1256] Compiling v3_ocsp.cc
[676/1256] Compiling v3_pmaps.cc
[678/1256] Compiling v3_purp.cc
[679/1256] Compiling v3_utl.cc
[680/1256] Compiling v3_pcons.cc
[681/1256] Compiling v3_ncons.cc
[682/1256] Compiling v3_int.cc
[683/1256] Compiling v3_lib.cc
[684/1256] Compiling v3_ia5.cc
[685/1256] Compiling v3_info.cc
[686/1256] Compiling v3_genn.cc
[687/1256] Compiling v3_extku.cc
[688/1256] Compiling v3_enum.cc
[689/1256] Compiling v3_crld.cc
[690/1256] Compiling v3_cpols.cc
[691/1256] Compiling v3_bitst.cc
[691/1256] Compiling v3_conf.cc
[693/1256] Compiling v3_akeya.cc
[694/1256] Compiling v3_bcons.cc
[695/1256] Compiling v3_alt.cc
[696/1256] Compiling v3_akey.cc
[697/1256] Compiling t_x509a.cc
[698/1256] Compiling i2d_pr.cc
[699/1256] Compiling t_crl.cc
[700/1256] Compiling t_x509.cc
[701/1256] Compiling t_req.cc
[702/1256] Compiling name_print.cc
[703/1256] Compiling rsa_pss.cc
[704/1256] Compiling policy.cc
[705/1256] Compiling by_file.cc
[706/1256] Compiling by_dir.cc
[707/1256] Compiling voprf.cc
[708/1256] Compiling asn1_gen.cc
[709/1256] Compiling a_digest.cc
[710/1256] Compiling a_verify.cc
[711/1256] Compiling algorithm.cc
[712/1256] Compiling trust_token.cc
[712/1256] Compiling a_sign.cc
[714/1256] Compiling thread_win.cc
[715/1256] Compiling thread.cc
[716/1256] Compiling thread_none.cc
[717/1256] Compiling thread_pthread.cc
[718/1256] Compiling stack.cc
[719/1256] Compiling thash.cc
[720/1256] Compiling wots.cc
[721/1256] Compiling pmbtoken.cc
[722/1256] Compiling merkle.cc
[722/1256] Compiling slhdsa.cc
[724/1256] Compiling sha512.cc
[725/1256] Compiling sha256.cc
[726/1256] Compiling fors.cc
[726/1256] Compiling siphash.cc
[728/1256] Compiling sha1.cc
[729/1256] Compiling rsa_print.cc
[730/1256] Compiling rsa_extra.cc
[731/1256] Compiling rc4.cc
[732/1256] Compiling windows.cc
[733/1256] Compiling refcount.cc
[734/1256] Compiling urandom.cc
[735/1256] Compiling trusty.cc
[736/1256] Compiling rsa_asn1.cc
[737/1256] Compiling rsa_crypt.cc
[738/1256] Compiling rand_extra.cc
[739/1256] Compiling passive.cc
[740/1256] Compiling ios.cc
[741/1256] Compiling getentropy.cc
[742/1256] Compiling poly1305_arm_asm.S
[743/1256] Compiling deterministic.cc
[744/1256] Compiling forkunsafe.cc
[745/1256] Compiling fork_detect.cc
[746/1256] Compiling pool.cc
[747/1256] Compiling poly1305_arm.cc
[748/1256] Compiling poly1305.cc
[749/1256] Compiling poly1305_vec.cc
[750/1256] Compiling pkcs7.cc
[751/1256] Compiling pkcs8.cc
[752/1256] Compiling pkcs8_x509.cc
[753/1256] Compiling p5_pbev2.cc
[754/1256] Compiling pkcs7_x509.cc
[755/1256] Compiling pem_x509.cc
[756/1256] Compiling pem_xaux.cc
[757/1256] Compiling pem_pkey.cc
[758/1256] Compiling pem_pk8.cc
[759/1256] Compiling obj_xref.cc
[760/1256] Compiling pem_oth.cc
[761/1256] Compiling pem_info.cc
[762/1256] Compiling mlkem.cc
[762/1256] Compiling pem_lib.cc
[762/1256] Compiling obj.cc
[765/1256] Compiling pem_all.cc
[766/1256] Compiling mem.cc
[767/1256] Compiling md5.cc
[768/1256] Compiling poly_rq_mul.S
[769/1256] Compiling md4.cc
[770/1256] Compiling fips_shared_support.cc
[771/1256] Compiling mldsa.cc
[772/1256] Compiling lhash.cc
[772/1256] Compiling keccak.cc
[774/1256] Compiling kyber.cc
[775/1256] Compiling hrss.cc
[776/1256] Compiling ex_data.cc
[777/1256] Compiling sign.cc
[778/1256] Compiling hpke.cc
[779/1256] Compiling scrypt.cc
[780/1256] Compiling pbkdf.cc
[781/1256] Compiling print.cc
[782/1256] Compiling p_x25519_asn1.cc
[783/1256] Compiling p_x25519.cc
[784/1256] Compiling p_rsa_asn1.cc
[785/1256] Compiling p_ed25519.cc
[786/1256] Compiling p_hkdf.cc
[787/1256] Compiling p_rsa.cc
[788/1256] Compiling p_ed25519_asn1.cc
[789/1256] Compiling p_ec_asn1.cc
[790/1256] Compiling p_ec.cc
[791/1256] Compiling p_dh.cc
[792/1256] Compiling p_dh_asn1.cc
[793/1256] Compiling evp_ctx.cc
[794/1256] Compiling p_dsa_asn1.cc
[795/1256] Compiling evp_asn1.cc
[796/1256] Compiling err.cc
[797/1256] Compiling evp.cc
[798/1256] Compiling engine.cc
[799/1256] Compiling ecdh_extra.cc
[800/1256] Compiling hash_to_curve.cc
[801/1256] Compiling ecdsa_asn1.cc
[802/1256] Compiling ec_derive.cc
[803/1256] Compiling dsa_asn1.cc
[804/1256] Compiling ec_asn1.cc
[805/1256] Compiling dsa.cc
[806/1256] Compiling params.cc
[807/1256] Compiling x25519-asm-arm.S
[808/1256] Compiling digest_extra.cc
[809/1256] Compiling dh_asn1.cc
[810/1256] Compiling des.cc
[811/1256] Compiling spake25519.cc
[812/1256] Compiling cpu_arm_linux.cc
[813/1256] Compiling cpu_intel.cc
[814/1256] Compiling crypto.cc
[815/1256] Compiling cpu_arm_freebsd.cc
[816/1256] Compiling curve25519.cc
[817/1256] Compiling cpu_aarch64_win.cc
[818/1256] Compiling bcm.cc
[819/1256] Compiling cpu_aarch64_openbsd.cc
[820/1256] Compiling cpu_aarch64_sysreg.cc
[821/1256] Compiling cpu_aarch64_linux.cc
[822/1256] Compiling cpu_aarch64_fuchsia.cc
[823/1256] Compiling curve25519_64_adx.cc
[824/1256] Compiling cpu_aarch64_apple.cc
[825/1256] Compiling tls_cbc.cc
[826/1256] Compiling conf.cc
[827/1256] Compiling e_tls.cc
[827/1256] Compiling e_rc4.cc
[829/1256] Compiling e_rc2.cc
[830/1256] Compiling e_null.cc
[831/1256] Compiling e_des.cc
[832/1256] Compiling e_chacha20poly1305.cc
[833/1256] Compiling derive_key.cc
[834/1256] Compiling e_aesctrhmac.cc
[835/1256] Compiling cipher_extra.cc
[835/1256] Compiling e_aesgcmsiv.cc
[837/1256] Compiling chacha.cc
[838/1256] Compiling unicode.cc
[839/1256] Compiling ber.cc
[840/1256] Compiling cbb.cc
[840/1256] Compiling cbs.cc
[842/1256] Compiling buf.cc
[843/1256] Compiling bn_asn1.cc
[844/1256] Compiling asn1_compat.cc
[845/1256] Compiling blake2.cc
[846/1256] Compiling convert.cc
[847/1256] Compiling printf.cc
[848/1256] Compiling socket.cc
[849/1256] Compiling socket_helper.cc
[850/1256] Compiling pair.cc
[851/1256] Compiling hexdump.cc
[852/1256] Compiling file.cc
[853/1256] Compiling fd.cc
[854/1256] Compiling errno.cc
[855/1256] Compiling bio_mem.cc
[856/1256] Compiling connect.cc
[857/1256] Compiling base64.cc
[858/1256] Compiling bio.cc
[859/1256] Compiling tasn_fre.cc
[860/1256] Compiling tasn_typ.cc
[861/1256] Compiling tasn_utl.cc
[862/1256] Compiling tasn_new.cc
[863/1256] Compiling f_string.cc
[864/1256] Compiling posix_time.cc
[864/1256] Compiling tasn_enc.cc
[866/1256] Compiling f_int.cc
[867/1256] Compiling asn_pack.cc
[868/1256] Compiling tasn_dec.cc
[869/1256] Compiling asn1_par.cc
[870/1256] Compiling asn1_lib.cc
[871/1256] Compiling a_utctm.cc
[872/1256] Compiling a_type.cc
[873/1256] Compiling a_octet.cc
[874/1256] Compiling a_time.cc
[875/1256] Compiling a_strnid.cc
[876/1256] Compiling a_strex.cc
[877/1256] Compiling a_object.cc
[878/1256] Compiling a_mbstr.cc
[879/1256] Compiling a_i2d_fp.cc
[880/1256] Compiling a_dup.cc
[881/1256] Compiling a_gentm.cc
[882/1256] Compiling fiat_p256_adx_sqr.S
[883/1256] Compiling a_d2i_fp.cc
[884/1256] Compiling a_int.cc
[885/1256] Compiling fiat_p256_adx_mul.S
[886/1256] Compiling a_bool.cc
[887/1256] Compiling fiat_curve25519_adx_square.S
[888/1256] Compiling md5-x86_64-linux.S
[889/1256] Compiling fiat_curve25519_adx_mul.S
[890/1256] Compiling md5-x86_64-apple.S
[891/1256] Compiling a_bitstr.cc
[892/1256] Compiling md5-586-linux.S
[893/1256] Compiling md5-586-apple.S
[894/1256] Compiling chacha20_poly1305_x86_64-apple.S
[895/1256] Compiling chacha20_poly1305_armv8-win.S
[896/1256] Compiling chacha20_poly1305_armv8-linux.S
[897/1256] Compiling chacha20_poly1305_x86_64-linux.S
[898/1256] Compiling chacha20_poly1305_armv8-apple.S
[899/1256] Compiling CCryptoBoringSSLShims shims.c
[900/1256] Compiling chacha-x86_64-linux.S
[901/1256] Compiling chacha-x86_64-apple.S
[902/1256] Compiling chacha-x86-linux.S
[903/1256] Compiling chacha-x86-apple.S
[904/1256] Compiling chacha-armv8-win.S
[904/1256] Compiling chacha-armv8-linux.S
[906/1256] Compiling chacha-armv8-apple.S
[907/1256] Compiling chacha-armv4-linux.S
[908/1256] Compiling aes128gcmsiv-x86_64-linux.S
[909/1256] Compiling aes128gcmsiv-x86_64-apple.S
[910/1256] Compiling err_data.cc
[911/1256] Compiling x86_64-mont5-linux.S
[912/1256] Compiling x86_64-mont5-apple.S
[913/1256] Compiling x86_64-mont-linux.S
[914/1256] Compiling x86_64-mont-apple.S
[915/1256] Compiling x86-mont-linux.S
[916/1256] Compiling x86-mont-apple.S
[917/1256] Compiling vpaes-x86_64-linux.S
[918/1256] Compiling vpaes-x86_64-apple.S
[919/1256] Compiling vpaes-x86-apple.S
[920/1256] Compiling vpaes-x86-linux.S
[920/1256] Compiling vpaes-armv8-win.S
[922/1256] Compiling vpaes-armv8-linux.S
[923/1256] Compiling vpaes-armv7-linux.S
[924/1256] Compiling vpaes-armv8-apple.S
[925/1256] Compiling sha512-armv8-win.S
[926/1256] Compiling sha512-x86_64-apple.S
[927/1256] Compiling sha512-armv8-linux.S
[928/1256] Compiling sha512-x86_64-linux.S
[929/1256] Compiling sha512-armv8-apple.S
[930/1256] Compiling sha512-armv4-linux.S
[931/1256] Compiling sha512-586-apple.S
[932/1256] Compiling sha512-586-linux.S
[933/1256] Compiling sha256-x86_64-apple.S
[933/1256] Compiling sha256-x86_64-linux.S
[935/1256] Compiling sha256-armv8-win.S
[936/1256] Compiling sha256-armv8-linux.S
[937/1256] Compiling sha256-armv4-linux.S
[938/1256] Compiling sha256-586-linux.S
[939/1256] Compiling sha256-armv8-apple.S
[940/1256] Compiling sha256-586-apple.S
[941/1256] Compiling sha1-x86_64-apple.S
[942/1256] Compiling sha1-armv8-win.S
[943/1256] Compiling sha1-x86_64-linux.S
[944/1256] Compiling sha1-armv8-linux.S
[945/1256] Compiling sha1-armv4-large-linux.S
[946/1256] Compiling sha1-armv8-apple.S
[947/1256] Compiling sha1-586-linux.S
[948/1256] Compiling rsaz-avx2-linux.S
[949/1256] Compiling sha1-586-apple.S
[950/1256] Compiling rsaz-avx2-apple.S
[951/1256] Compiling rdrand-x86_64-linux.S
[952/1256] Compiling rdrand-x86_64-apple.S
[953/1256] Compiling p256_beeu-x86_64-asm-linux.S
[954/1256] Compiling p256_beeu-x86_64-asm-apple.S
[955/1256] Compiling p256_beeu-armv8-asm-win.S
[956/1256] Compiling p256_beeu-armv8-asm-linux.S
[957/1256] Compiling p256_beeu-armv8-asm-apple.S
[958/1256] Compiling p256-x86_64-asm-apple.S
[959/1256] Compiling p256-x86_64-asm-linux.S
[960/1256] Compiling p256-armv8-asm-win.S
[961/1256] Compiling p256-armv8-asm-linux.S
[962/1256] Compiling ghashv8-armv8-win.S
[963/1256] Compiling p256-armv8-asm-apple.S
[964/1256] Compiling ghashv8-armv8-apple.S
[965/1256] Compiling ghashv8-armv8-linux.S
[966/1256] Compiling ghashv8-armv7-linux.S
[967/1256] Compiling ghash-x86_64-linux.S
[968/1256] Compiling ghash-x86_64-apple.S
[969/1256] Compiling ghash-x86-linux.S
[970/1256] Compiling ghash-ssse3-x86_64-apple.S
[971/1256] Compiling ghash-ssse3-x86_64-linux.S
[972/1256] Compiling ghash-x86-apple.S
[973/1256] Compiling ghash-ssse3-x86-linux.S
[974/1256] Compiling ghash-ssse3-x86-apple.S
[975/1256] Compiling ghash-neon-armv8-win.S
[976/1256] Compiling ghash-neon-armv8-linux.S
[977/1256] Compiling ghash-armv4-linux.S
[978/1256] Compiling ghash-neon-armv8-apple.S
[979/1256] Compiling co-586-linux.S
[980/1256] Compiling co-586-apple.S
[981/1256] Compiling bsaes-armv7-linux.S
[982/1256] Compiling bn-armv8-win.S
[982/1256] Compiling bn-armv8-linux.S
[984/1256] Compiling bn-armv8-apple.S
[985/1256] Compiling bn-586-linux.S
[986/1256] Compiling bn-586-apple.S
[987/1256] Compiling armv8-mont-linux.S
[988/1256] Compiling armv8-mont-apple.S
[989/1256] Compiling armv8-mont-win.S
[990/1256] Compiling armv4-mont-linux.S
[991/1256] Compiling aesv8-gcm-armv8-win.S
[992/1256] Compiling aesv8-gcm-armv8-linux.S
[993/1256] Compiling aesv8-gcm-armv8-apple.S
[994/1256] Compiling aesv8-armv8-apple.S
[995/1256] Compiling aesv8-armv8-linux.S
[996/1256] Compiling aesv8-armv8-win.S
[997/1256] Compiling aesv8-armv7-linux.S
[998/1256] Compiling aesni-x86-linux.S
[999/1256] Compiling aesni-x86_64-linux.S
[1000/1256] Compiling aesni-x86_64-apple.S
[1001/1256] Compiling aesni-x86-apple.S
[1002/1256] Compiling aesni-gcm-x86_64-apple.S
[1003/1256] Compiling aesni-gcm-x86_64-linux.S
[1004/1256] Compiling aes-gcm-avx10-x86_64-linux.S
[1005/1256] Compiling aes-gcm-avx10-x86_64-apple.S
[1006/1256] Compiling x_val.cc
[1007/1256] Compiling x_x509a.cc
[1008/1256] Compiling x_spki.cc
[1009/1256] Compiling c-nioatomics.c
[1010/1256] Compiling x_x509.cc
[1011/1256] Compiling x_sig.cc
[1012/1256] Compiling x_req.cc
[1013/1256] Compiling x_pubkey.cc
[1014/1256] Compiling x_exten.cc
[1015/1256] Compiling x_name.cc
[1016/1256] Compiling x_attrib.cc
[1017/1256] Compiling x_crl.cc
[1017/1256] Compiling c-atomics.c
[1019/1256] Compiling x_all.cc
[1020/1256] Compiling x_algor.cc
[1021/1256] Compiling x509spki.cc
[1022/1256] Compiling x509name.cc
[1023/1257] Compiling x509rset.cc
[1024/1262] Compiling x509_vfy.cc
[1025/1262] Compiling x509cset.cc
[1026/1262] Compiling x509_v3.cc
[1028/1262] Compiling NIOConcurrencyHelpers NIOLock.swift
[1028/1262] Compiling x509_txt.cc
[1029/1262] Compiling x509_vpm.cc
[1030/1262] Compiling x509_trs.cc
[1031/1262] Compiling x509_set.cc
[1033/1262] Compiling NIOConcurrencyHelpers lock.swift
[1034/1262] Emitting module NIOConcurrencyHelpers
[1034/1262] Compiling x509_req.cc
[1036/1262] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1036/1262] Compiling x509_obj.cc
[1038/1262] Compiling NIOConcurrencyHelpers atomics.swift
[1039/1262] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1040/1263] Compiling x509_ext.cc
[1041/1263] Compiling x509_def.cc
[1042/1263] Compiling x509_lu.cc
[1043/1263] Compiling x509_d2.cc
[1044/1263] Compiling x509_att.cc
[1045/1263] Compiling x509.cc
[1046/1263] Compiling x509_cmp.cc
[1047/1263] Compiling v3_skey.cc
[1048/1263] Compiling v3_utl.cc
[1049/1263] Compiling v3_purp.cc
[1050/1263] Compiling v3_prn.cc
[1051/1263] Compiling v3_pmaps.cc
[1052/1263] Compiling v3_ocsp.cc
[1053/1263] Compiling v3_pcons.cc
[1054/1263] Compiling v3_ncons.cc
[1055/1289] Compiling v3_lib.cc
[1056/1289] Compiling v3_info.cc
[1057/1289] Compiling v3_int.cc
[1058/1289] Compiling v3_ia5.cc
[1060/1289] Compiling ConsoleKitTerminal Console+Confirm.swift
[1061/1289] Compiling ConsoleKitTerminal Console+Input.swift
[1062/1289] Compiling ConsoleKitTerminal Console+Center.swift
[1063/1289] Compiling ConsoleKitTerminal Console+Output.swift
[1063/1292] Compiling v3_genn.cc
[1065/1292] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1066/1292] Compiling ConsoleKitTerminal ConsoleClear.swift
[1067/1292] Compiling ConsoleKitTerminal Console+Ask.swift
[1068/1292] Compiling ConsoleKitTerminal Console+Choose.swift
[1068/1292] Compiling v3_extku.cc
[1070/1292] Compiling ConsoleKitTerminal CustomActivity.swift
[1071/1292] Compiling ConsoleKitTerminal LoadingBar.swift
[1072/1292] Compiling ConsoleKitTerminal ProgressBar.swift
[1073/1292] Compiling ConsoleKitTerminal Console+Clear.swift
[1074/1292] Compiling ConsoleKitTerminal ActivityBar.swift
[1075/1292] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1076/1292] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1077/1292] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1077/1292] Compiling v3_enum.cc
[1079/1292] Emitting module ConsoleKitTerminal
[1079/1292] Compiling v3_crld.cc
[1081/1292] Compiling ConsoleKitTerminal Console+Wait.swift
[1082/1292] Compiling ConsoleKitTerminal ConsoleColor.swift
[1083/1292] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1084/1292] Compiling ConsoleKitTerminal ConsoleText.swift
[1085/1292] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1086/1292] Compiling ConsoleKitTerminal ANSI.swift
[1087/1292] Compiling ConsoleKitTerminal Console.swift
[1088/1292] Compiling ConsoleKitTerminal Terminal.swift
[1089/1292] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1089/1292] Compiling v3_conf.cc
[1090/1292] Compiling v3_cpols.cc
[1091/1292] Compiling v3_bitst.cc
[1092/1292] Compiling v3_bcons.cc
[1093/1292] Compiling v3_alt.cc
[1095/1292] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1096/1292] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1097/1292] Compiling ConsoleKitTerminal LoggerFragment.swift
[1098/1293] Compiling v3_akeya.cc
[1099/1293] Compiling v3_akey.cc
[1100/1293] Compiling t_x509a.cc
[1101/1293] Compiling t_req.cc
[1102/1293] Compiling t_x509.cc
[1103/1293] Compiling t_crl.cc
[1104/1315] Compiling rsa_pss.cc
[1105/1315] Compiling i2d_pr.cc
[1106/1315] Compiling name_print.cc
[1107/1315] Compiling policy.cc
[1108/1315] Compiling by_file.cc
[1110/1315] Compiling ConsoleKitCommands CommandSignature.swift
[1111/1315] Compiling ConsoleKitCommands Flag.swift
[1112/1315] Compiling ConsoleKitCommands Option.swift
[1113/1315] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1114/1315] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1115/1315] Compiling ConsoleKitCommands Argument.swift
[1116/1317] Emitting module ConsoleKitCommands
[1116/1317] Compiling a_digest.cc
[1117/1317] Compiling asn1_gen.cc
[1118/1317] Compiling algorithm.cc
[1119/1317] Compiling by_dir.cc
[1121/1317] Compiling ConsoleKitCommands CommandGroup.swift
[1122/1317] Compiling ConsoleKitCommands CommandInput.swift
[1123/1317] Compiling ConsoleKitCommands Commands.swift
[1124/1317] Compiling ConsoleKitCommands Command.swift
[1125/1317] Compiling ConsoleKitCommands CommandContext.swift
[1126/1317] Compiling ConsoleKitCommands CommandError.swift
[1127/1317] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1128/1317] Compiling ConsoleKitCommands AsyncCommand.swift
[1129/1317] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1130/1317] Compiling ConsoleKitCommands AsyncCommands.swift
[1131/1317] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1132/1317] Compiling ConsoleKitCommands AnyCommand.swift
[1132/1317] Compiling thread_pthread.cc
[1133/1317] Compiling a_verify.cc
[1135/1317] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1136/1317] Compiling ConsoleKitCommands Utilities.swift
[1136/1317] Compiling thread_win.cc
[1137/1317] Compiling a_sign.cc
[1138/1317] Compiling voprf.cc
[1139/1317] Compiling thread_none.cc
[1140/1317] Compiling trust_token.cc
[1141/1317] Compiling thread.cc
[1141/1317] Compiling pmbtoken.cc
[1143/1317] Compiling stack.cc
[1144/1317] Compiling wots.cc
[1145/1317] Compiling slhdsa.cc
[1146/1317] Compiling thash.cc
[1147/1317] Compiling fors.cc
[1148/1317] Compiling sha256.cc
[1149/1317] Compiling siphash.cc
[1150/1317] Compiling sha512.cc
[1151/1317] Compiling merkle.cc
[1152/1317] Compiling sha1.cc
[1153/1317] Compiling rsa_print.cc
[1154/1317] Compiling rsa_extra.cc
[1156/1317] Compiling ConsoleKitCommands Console+Run.swift
[1157/1317] Compiling ConsoleKitCommands ConsoleError.swift
[1158/1317] Compiling ConsoleKitCommands Completion.swift
[1159/1318] Compiling rsa_crypt.cc
[1160/1318] Compiling windows.cc
[1161/1318] Compiling urandom.cc
[1162/1318] Compiling rsa_asn1.cc
[1163/1318] Compiling rc4.cc
[1164/1318] Compiling refcount.cc
[1165/1318] Compiling trusty.cc
[1166/1318] Compiling rand_extra.cc
[1167/1318] Compiling getentropy.cc
[1168/1318] Compiling ios.cc
[1169/1318] Compiling passive.cc
[1170/1318] Compiling deterministic.cc
[1171/1318] Compiling poly1305_arm_asm.S
[1172/1320] Compiling forkunsafe.cc
[1173/1320] Compiling fork_detect.cc
[1175/1320] Emitting module ConsoleKit
[1176/1320] Compiling ConsoleKit Exports.swift
[1176/1320] Compiling pool.cc
[1177/1321] Compiling poly1305_arm.cc
[1178/1321] Compiling poly1305.cc
[1180/1321] Compiling poly1305_vec.cc
[1181/1321] Compiling pkcs7.cc
[1182/1321] Compiling p5_pbev2.cc
[1183/1321] Compiling pkcs8_x509.cc
[1184/1321] Compiling pkcs8.cc
[1185/1321] Compiling pem_xaux.cc
[1186/1321] Compiling pkcs7_x509.cc
[1187/1321] Compiling pem_x509.cc
[1188/1321] Compiling pem_pkey.cc
[1189/1321] Compiling obj_xref.cc
[1190/1321] Compiling pem_pk8.cc
[1191/1321] Compiling pem_info.cc
[1192/1321] Compiling pem_oth.cc
[1193/1321] Compiling pem_lib.cc
[1194/1321] Compiling obj.cc
[1195/1321] Compiling pem_all.cc
[1196/1321] Compiling mldsa.cc
[1197/1321] Compiling mlkem.cc
[1198/1321] Compiling poly_rq_mul.S
[1199/1321] Compiling mem.cc
[1200/1321] Compiling fips_shared_support.cc
[1201/1321] Compiling md5.cc
[1202/1321] Compiling md4.cc
[1203/1321] Compiling lhash.cc
[1204/1321] Compiling kyber.cc
[1205/1321] Compiling ex_data.cc
[1206/1321] Compiling hrss.cc
[1207/1321] Compiling hpke.cc
[1208/1321] Compiling sign.cc
[1209/1321] Compiling pbkdf.cc
[1210/1321] Compiling print.cc
[1211/1321] Compiling scrypt.cc
[1212/1321] Compiling p_x25519_asn1.cc
[1213/1321] Compiling p_x25519.cc
[1214/1321] Compiling p_rsa.cc
[1215/1321] Compiling p_rsa_asn1.cc
[1216/1321] Compiling p_ed25519.cc
[1217/1321] Compiling p_hkdf.cc
[1218/1321] Compiling p_ec_asn1.cc
[1219/1321] Compiling p_ed25519_asn1.cc
[1220/1321] Compiling p_ec.cc
[1221/1321] Compiling p_dh.cc
[1222/1321] Compiling p_dh_asn1.cc
[1223/1321] Compiling p_dsa_asn1.cc
[1224/1321] Compiling evp_ctx.cc
[1225/1321] Compiling evp.cc
[1226/1321] Compiling evp_asn1.cc
[1227/1321] Compiling err.cc
[1228/1321] Compiling engine.cc
[1229/1321] Compiling ecdsa_asn1.cc
[1230/1321] Compiling ecdh_extra.cc
[1231/1321] Compiling hash_to_curve.cc
[1232/1321] Compiling dsa_asn1.cc
[1233/1321] Compiling ec_derive.cc
[1234/1321] Compiling ec_asn1.cc
[1235/1321] Compiling dsa.cc
[1236/1321] Compiling digest_extra.cc
[1237/1321] Compiling x25519-asm-arm.S
[1238/1321] Compiling dh_asn1.cc
[1239/1321] Compiling params.cc
[1240/1321] Compiling spake25519.cc
[1241/1321] Compiling des.cc
[1242/1321] Compiling cpu_intel.cc
[1243/1321] Compiling crypto.cc
[1244/1321] Compiling cpu_arm_freebsd.cc
[1245/1321] Compiling cpu_aarch64_win.cc
[1246/1321] Compiling cpu_arm_linux.cc
[1247/1321] Compiling curve25519.cc
[1247/1321] Compiling cpu_aarch64_sysreg.cc
[1249/1321] Compiling curve25519_64_adx.cc
[1250/1321] Compiling cpu_aarch64_openbsd.cc
[1251/1321] Compiling cpu_aarch64_linux.cc
[1252/1321] Compiling cpu_aarch64_fuchsia.cc
[1253/1321] Compiling tls_cbc.cc
[1254/1321] Compiling e_rc4.cc
[1255/1321] Compiling bcm.cc
[1256/1321] Compiling cpu_aarch64_apple.cc
[1257/1321] Compiling conf.cc
[1258/1321] Compiling e_tls.cc
[1259/1321] Compiling e_null.cc
[1260/1321] Compiling e_rc2.cc
[1261/1321] Compiling e_des.cc
[1262/1321] Compiling e_chacha20poly1305.cc
[1263/1321] Compiling e_aesgcmsiv.cc
[1264/1321] Compiling e_aesctrhmac.cc
[1265/1321] Compiling derive_key.cc
[1266/1321] Compiling chacha.cc
[1267/1321] Compiling unicode.cc
[1268/1321] Compiling cipher_extra.cc
[1269/1321] Compiling ber.cc
[1270/1321] Compiling buf.cc
[1271/1321] Compiling bn_asn1.cc
[1272/1321] Compiling cbb.cc
[1273/1321] Compiling cbs.cc
[1274/1321] Compiling asn1_compat.cc
[1275/1321] Compiling convert.cc
[1276/1321] Compiling blake2.cc
[1277/1321] Compiling printf.cc
[1278/1321] Compiling pair.cc
[1279/1321] Compiling hexdump.cc
[1280/1321] Compiling file.cc
[1281/1321] Compiling errno.cc
[1282/1321] Compiling fd.cc
[1283/1321] Compiling bio_mem.cc
[1284/1321] Compiling bio.cc
[1285/1321] Compiling base64.cc
[1286/1321] Compiling tasn_typ.cc
[1287/1321] Compiling tasn_fre.cc
[1288/1321] Compiling tasn_utl.cc
[1289/1321] Compiling tasn_new.cc
[1290/1321] Compiling posix_time.cc
[1291/1321] Compiling tasn_enc.cc
[1292/1321] Compiling f_string.cc
[1293/1321] Compiling tasn_dec.cc
[1294/1321] Compiling f_int.cc
[1295/1321] Compiling asn1_lib.cc
[1296/1321] Compiling asn_pack.cc
[1297/1321] Compiling asn1_par.cc
[1298/1321] Compiling a_utctm.cc
[1299/1321] Compiling a_time.cc
[1300/1321] Compiling a_type.cc
[1301/1321] Compiling a_strnid.cc
[1302/1321] Compiling a_strex.cc
[1303/1321] Compiling a_octet.cc
[1304/1321] Compiling a_object.cc
[1305/1321] Compiling a_mbstr.cc
[1306/1321] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1307/1321] Write sources
[1309/1321] Compiling a_gentm.cc
[1310/1321] Compiling a_dup.cc
[1311/1321] Write sources
[1314/1321] Compiling a_int.cc
[1314/1321] Write sources
[1317/1321] Compiling a_d2i_fp.cc
[1318/1321] Compiling a_i2d_fp.cc
[1319/1321] Compiling a_bool.cc
[1320/1321] Compiling a_bitstr.cc
[1322/1426] Compiling BitCollections BitArray+RandomBits.swift
[1323/1426] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[1324/1428] Compiling BitCollections BitArray+Invariants.swift
[1325/1428] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[1326/1428] Compiling BitCollections BitArray+Hashable.swift
[1327/1428] Compiling BitCollections BitArray+Initializers.swift
[1328/1428] Compiling Atomics IntegerOperations.swift
[1329/1428] Compiling Atomics Unmanaged extensions.swift
[1330/1428] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[1331/1428] Compiling BitCollections BitArray+Extras.swift
[1332/1428] Compiling BitCollections BitArray+Fill.swift
[1333/1428] Compiling BitCollections BitArray+Descriptions.swift
[1334/1428] Compiling BitCollections BitArray+Equatable.swift
[1335/1428] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[1336/1428] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1337/1428] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1338/1428] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1339/1428] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1340/1428] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1341/1428] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1342/1428] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1343/1435] Compiling BitCollections BitSet+Initializers.swift
[1344/1435] Compiling BitCollections BitSet+Invariants.swift
[1345/1435] Compiling BitCollections BitSet+Random.swift
[1346/1435] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1347/1435] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1348/1435] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1349/1435] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1350/1435] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1351/1435] Compiling BitCollections BitSet+CustomReflectable.swift
[1352/1435] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1353/1435] Compiling BitCollections BitSet+Equatable.swift
[1354/1435] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1355/1435] Compiling BitCollections BitSet+Extras.swift
[1356/1435] Compiling BitCollections BitSet+Hashable.swift
[1357/1435] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1358/1435] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1359/1435] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1360/1435] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1361/1435] Compiling BitCollections BitSet+SetAlgebra union.swift
[1362/1435] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1363/1435] Compiling BitCollections BitSet.Counted.swift
[1364/1435] Compiling BitCollections BitArray.swift
[1365/1435] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1366/1435] Compiling BitCollections BitSet+Codable.swift
[1369/1435] Compiling BitCollections BitArray._UnsafeHandle.swift
[1370/1438] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1371/1438] Compiling CryptoBoringWrapper RandomBytes.swift
[1372/1438] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1373/1438] Compiling BitCollections BitArray+BitwiseOperations.swift
[1374/1438] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[1375/1438] Compiling BitCollections BitArray+Codable.swift
[1376/1438] Compiling BitCollections BitArray+Collection.swift
[1377/1438] Compiling BitCollections BitArray+Copy.swift
[1378/1438] Compiling BitCollections BitArray+CustomReflectable.swift
[1381/1438] Emitting module BitCollections
[1385/1438] Emitting module CryptoBoringWrapper
[1386/1438] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1387/1438] Compiling CryptoBoringWrapper EllipticCurve.swift
[1412/1438] Compiling BitCollections BitSet.Index.swift
[1413/1438] Compiling BitCollections BitSet._UnsafeHandle.swift
[1414/1438] Compiling BitCollections BitSet.swift
[1415/1438] Compiling BitCollections Range+Utilities.swift
[1416/1438] Compiling BitCollections Slice+Utilities.swift
[1417/1438] Compiling BitCollections UInt+Tricks.swift
[1418/1438] Compiling BitCollections _Word.swift
[1422/1439] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1423/1439] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1426/1440] Compiling Algorithms Trim.swift
[1427/1440] Compiling Algorithms Unique.swift
[1428/1440] Compiling Algorithms Windows.swift
[1433/1442] Compiling Collections Collections.swift
[1434/1442] Emitting module Collections
[1436/1514] Compiling Crypto PKCS8PrivateKey.swift
[1437/1514] Compiling Crypto SEC1PrivateKey.swift
[1438/1514] Compiling Crypto SubjectPublicKeyInfo.swift
[1439/1514] Compiling Crypto CryptoKitErrors.swift
[1440/1514] Compiling Crypto Digest_boring.swift
[1441/1514] Compiling Crypto Digest.swift
[1442/1514] Emitting module Atomics
[1444/1574] Compiling NIOCore MarkedCircularBuffer.swift
[1445/1574] Compiling NIOCore MulticastChannel.swift
[1446/1574] Compiling NIOCore NIOAny.swift
[1447/1574] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1448/1574] Compiling NIOCore NIOLoopBound.swift
[1449/1574] Compiling NIOCore NIOScheduledCallback.swift
[1450/1574] Compiling NIOCore NIOSendable.swift
[1451/1574] Compiling NIOCore RecvByteBufferAllocator.swift
[1452/1574] Compiling Crypto ECDSA.swift
[1453/1574] Compiling Crypto Ed25519.swift
[1454/1574] Compiling Crypto HKDF.swift
[1455/1574] Compiling Crypto AESWrap.swift
[1456/1574] Compiling Crypto AESWrap_boring.swift
[1457/1574] Compiling Crypto Ed25519_boring.swift
[1458/1574] Compiling Crypto NISTCurvesKeys_boring.swift
[1459/1574] Compiling Crypto X25519Keys_boring.swift
[1460/1574] Compiling Crypto Curve25519.swift
[1461/1574] Compiling Crypto Ed25519Keys.swift
[1462/1574] Compiling Crypto NISTCurvesKeys.swift
[1463/1574] Compiling Crypto X25519Keys.swift
[1464/1583] Emitting module Algorithms
[1465/1584] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1466/1584] Compiling NIOCore BSDSocketAPI.swift
[1467/1584] Compiling NIOCore ByteBuffer-aux.swift
[1468/1584] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1469/1584] Compiling NIOCore ByteBuffer-conversions.swift
[1470/1584] Compiling NIOCore ByteBuffer-core.swift
[1471/1584] Compiling NIOCore ByteBuffer-hex.swift
[1472/1584] Compiling NIOCore ByteBuffer-int.swift
[1473/1584] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1474/1584] Compiling NIOCore AddressedEnvelope.swift
[1475/1584] Compiling NIOCore AsyncAwaitSupport.swift
[1476/1584] Compiling NIOCore AsyncChannel.swift
[1477/1584] Compiling NIOCore AsyncChannelHandler.swift
[1478/1584] Compiling NIOCore AsyncChannelInboundStream.swift
[1479/1584] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1480/1584] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1481/1584] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1482/1584] Compiling NIOCore NIOAsyncWriter.swift
[1483/1584] Compiling NIOCore ByteBuffer-multi-int.swift
[1484/1584] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1485/1584] Compiling NIOCore FileHandle.swift
[1486/1584] Compiling NIOCore FileRegion.swift
[1487/1584] Compiling NIOCore GlobalSingletons.swift
[1488/1584] Compiling NIOCore IO.swift
[1489/1584] Compiling NIOCore IOData.swift
[1490/1584] Compiling NIOCore IPProtocol.swift
[1491/1584] Compiling NIOCore IntegerBitPacking.swift
[1492/1584] Compiling NIOCore IntegerTypes.swift
[1493/1584] Compiling NIOCore Interfaces.swift
[1494/1584] Compiling NIOCore Linux.swift
[1496/1584] Compiling NIOCore DeadChannel.swift
[1497/1584] Compiling NIOCore DispatchQueue+WithFuture.swift
[1498/1584] Compiling NIOCore EventLoop+Deprecated.swift
[1499/1584] Compiling NIOCore EventLoop+SerialExecutor.swift
[1500/1584] Compiling NIOCore EventLoop.swift
[1501/1584] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1502/1584] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1503/1584] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1504/1584] Compiling NIOCore EventLoopFuture.swift
[1505/1584] Compiling NIOCore FileDescriptor.swift
[1506/1584] Emitting module Crypto
[1507/1584] Compiling NIOCore ByteBuffer-views.swift
[1508/1584] Compiling NIOCore Channel.swift
[1509/1584] Compiling NIOCore ChannelHandler.swift
[1510/1584] Compiling NIOCore ChannelHandlers.swift
[1511/1584] Compiling NIOCore ChannelInvoker.swift
[1512/1584] Compiling NIOCore ChannelOption.swift
[1513/1584] Compiling NIOCore ChannelPipeline.swift
[1514/1584] Compiling NIOCore CircularBuffer.swift
[1515/1584] Compiling NIOCore Codec.swift
[1516/1584] Compiling NIOCore ConvenienceOptionSupport.swift
[1533/1592] Compiling Crypto Signature.swift
[1534/1592] Compiling Crypto CryptoKitErrors_boring.swift
[1535/1592] Compiling Crypto RNG_boring.swift
[1536/1592] Compiling Crypto SafeCompare_boring.swift
[1537/1592] Compiling Crypto Zeroization_boring.swift
[1538/1592] Compiling Crypto PrettyBytes.swift
[1539/1592] Compiling Crypto SafeCompare.swift
[1540/1592] Compiling Crypto SecureBytes.swift
[1541/1592] Compiling Crypto Zeroization.swift
[1543/1674] Compiling _CryptoExtras RSA+BlindSigning.swift
[1544/1674] Compiling _CryptoExtras RSA.swift
[1545/1674] Compiling _CryptoExtras RSA_boring.swift
[1546/1674] Compiling _CryptoExtras RSA_security.swift
[1547/1674] Compiling _CryptoExtras BoringSSLHelpers.swift
[1548/1674] Compiling _CryptoExtras CryptoKitErrors_boring.swift
[1549/1674] Compiling _CryptoExtras DigestType.swift
[1550/1674] Compiling _CryptoExtras Error.swift
[1551/1674] Compiling _CryptoExtras Scrypt_boring.swift
[1552/1674] Compiling _CryptoExtras Scrypt.swift
[1553/1674] Compiling _CryptoExtras OPRF.swift
[1554/1674] Compiling _CryptoExtras OPRFClient.swift
[1555/1674] Compiling _CryptoExtras OPRFServer.swift
[1556/1674] Compiling _CryptoExtras VOPRF+API.swift
[1557/1674] Compiling _CryptoExtras VOPRFClient.swift
[1558/1674] Compiling _CryptoExtras VOPRFServer.swift
[1563/1678] Compiling _CryptoExtras ECToolbox.swift
[1564/1678] Compiling _CryptoExtras HashToField.swift
[1565/1678] Compiling _CryptoExtras KDF.swift
[1566/1678] Compiling _CryptoExtras PBKDF2_boring.swift
[1567/1678] Compiling _CryptoExtras PBKDF2_commoncrypto.swift
[1568/1678] Compiling _CryptoExtras PBKDF2.swift
[1576/1678] Compiling _CryptoExtras I2OSP.swift
[1577/1678] Compiling _CryptoExtras IntegerEncoding.swift
[1578/1678] Compiling _CryptoExtras PEMDocument.swift
[1579/1684] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1580/1684] Compiling NIOCore SocketAddresses.swift
[1581/1684] Compiling NIOCore SocketOptionProvider.swift
[1582/1684] Compiling NIOCore SystemCallHelpers.swift
[1583/1684] Compiling NIOCore TimeAmount+Duration.swift
[1584/1684] Compiling NIOCore TypeAssistedChannelHandler.swift
[1585/1684] Compiling NIOCore UniversalBootstrapSupport.swift
[1586/1684] Compiling NIOCore Utilities.swift
[1587/1684] Compiling _CryptoExtras AES_CBC.swift
[1588/1684] Compiling _CryptoExtras AES_CFB.swift
[1589/1684] Compiling _CryptoExtras AES_CTR.swift
[1590/1684] Compiling _CryptoExtras AES_GCM_SIV.swift
[1591/1684] Compiling _CryptoExtras Block Function.swift
[1592/1684] Compiling _CryptoExtras AES_CFB_boring.swift
[1593/1684] Compiling _CryptoExtras AES_CTR_boring.swift
[1594/1684] Compiling _CryptoExtras AES_GCM_SIV_boring.swift
[1595/1684] Compiling _CryptoExtras ARC+API.swift
[1596/1684] Compiling _CryptoExtras ARC.swift
[1597/1684] Compiling APNSCore Logging.swift
[1598/1684] Compiling APNSCore P256.Signing.PrivateKey+PrivateFilePath.swift
[1599/1684] Compiling APNSCore APNSClient+VoIP.swift
[1600/1684] Compiling APNSCore APNSVoIPNotification.swift
[1611/1684] Compiling _CryptoExtras ARCCredential.swift
[1612/1684] Compiling _CryptoExtras ARCEncoding.swift
[1613/1684] Compiling _CryptoExtras ARCPrecredential.swift
[1614/1684] Compiling _CryptoExtras ARCPresentation.swift
[1615/1684] Compiling _CryptoExtras ARCRequest.swift
[1616/1684] Compiling _CryptoExtras ARCResponse.swift
[1617/1684] Compiling _CryptoExtras ARCServer.swift
[1618/1684] Compiling _CryptoExtras ChaCha20CTR_boring.swift
[1619/1684] Emitting module _CryptoExtras
[1624/1684] Compiling _CryptoExtras ChaCha20CTR.swift
[1625/1684] Compiling _CryptoExtras ECToolbox_boring.swift
[1647/1684] Compiling _CryptoExtras PrettyBytes.swift
[1648/1684] Compiling _CryptoExtras SubjectPublicKeyInfo.swift
[1649/1684] Compiling _CryptoExtras DLEQ.swift
[1650/1684] Compiling _CryptoExtras Prover.swift
[1651/1684] Compiling _CryptoExtras Verifier.swift
[1652/1684] Compiling _CryptoExtras ZKPToolbox.swift
[1661/1684] Emitting module NIOCore
[1663/1736] Compiling NIOEmbedded AsyncTestingChannel.swift
[1664/1736] Emitting module NIOEmbedded
[1665/1736] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1666/1736] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1667/1736] Compiling NIOPosix PosixSingletons.swift
[1668/1736] Compiling NIOPosix RawSocketBootstrap.swift
[1669/1736] Compiling NIOPosix Resolver.swift
[1670/1736] Compiling NIOPosix Selectable.swift
[1671/1742] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1672/1742] Compiling NIOEmbedded Embedded.swift
[1674/1743] Compiling NIOPosix ThreadPosix.swift
[1675/1743] Compiling NIOPosix ThreadWindows.swift
[1676/1743] Compiling NIOPosix UnsafeTransfer.swift
[1677/1743] Compiling NIOPosix Utilities.swift
[1678/1743] Compiling NIOPosix VsockAddress.swift
[1679/1743] Compiling NIOPosix VsockChannelEvents.swift
[1680/1743] Compiling NIOPosix BSDSocketAPICommon.swift
[1681/1743] Compiling NIOPosix BSDSocketAPIPosix.swift
[1682/1743] Compiling NIOPosix BSDSocketAPIWindows.swift
[1683/1743] Compiling NIOPosix BaseSocket.swift
[1684/1743] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1685/1743] Compiling NIOPosix BaseSocketChannel.swift
[1686/1743] Compiling NIOPosix BaseStreamSocketChannel.swift
[1687/1743] Compiling NIOPosix ServerSocket.swift
[1688/1743] Compiling NIOPosix Socket.swift
[1689/1743] Compiling NIOPosix SocketChannel.swift
[1690/1743] Compiling NIOPosix SocketProtocols.swift
[1691/1743] Compiling NIOPosix System.swift
[1692/1743] Compiling NIOPosix Thread.swift
[1693/1743] Compiling NIOPosix SelectableChannel.swift
[1694/1743] Compiling NIOPosix SelectableEventLoop.swift
[1695/1743] Compiling NIOPosix SelectorEpoll.swift
[1696/1743] Compiling NIOPosix SelectorGeneric.swift
[1697/1743] Compiling NIOPosix SelectorKqueue.swift
[1698/1743] Compiling NIOPosix SelectorUring.swift
[1699/1743] Emitting module NIOPosix
[1700/1743] Compiling NIOPosix IO.swift
[1701/1743] Compiling NIOPosix IntegerBitPacking.swift
[1702/1743] Compiling NIOPosix IntegerTypes.swift
[1703/1743] Compiling NIOPosix Linux.swift
[1704/1743] Compiling NIOPosix LinuxCPUSet.swift
[1705/1743] Compiling NIOPosix LinuxUring.swift
[1706/1743] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1707/1743] Compiling NIOPosix NIOThreadPool.swift
[1708/1743] Compiling NIOPosix NonBlockingFileIO.swift
[1709/1743] Compiling NIOPosix PendingDatagramWritesManager.swift
[1710/1743] Compiling NIOPosix PendingWritesManager.swift
[1711/1743] Compiling NIOPosix PipeChannel.swift
[1712/1743] Compiling NIOPosix PipePair.swift
[1713/1743] Compiling NIOPosix Pool.swift
[1714/1743] Compiling NIOPosix Bootstrap.swift
[1715/1743] Compiling NIOPosix ControlMessage.swift
[1716/1743] Compiling NIOPosix DatagramVectorReadManager.swift
[1717/1743] Compiling NIOPosix Errors+Any.swift
[1718/1743] Compiling NIOPosix FileDescriptor.swift
[1719/1743] Compiling NIOPosix GetaddrinfoResolver.swift
[1720/1743] Compiling NIOPosix HappyEyeballs.swift
[1722/1744] Emitting module APNSCore
[1723/1803] Emitting module NIO
[1724/1803] Compiling NIO Exports.swift
[1725/1804] Compiling AsyncKit EventLoop+Flatten.swift
[1726/1804] Compiling AsyncKit EventLoop+Future.swift
[1727/1804] Compiling AsyncKit EventLoopGroup+Concurrency.swift
[1729/1806] Compiling AsyncKit Future+Miscellaneous.swift
[1730/1806] Compiling AsyncKit Future+Nonempty.swift
[1731/1806] Compiling AsyncKit Future+Optional.swift
[1732/1806] Compiling AsyncKit Future+Transform.swift
[1733/1806] Compiling AsyncKit Future+Try.swift
[1734/1806] Compiling AsyncKit FutureOperators.swift
[1740/1936] Compiling NIOTLS TLSEvents.swift
[1741/1936] Compiling SQLKit SQLAlterEnumBuilder.swift
[1742/1936] Compiling SQLKit SQLAlterTableBuilder.swift
[1743/1936] Compiling SQLKit SQLConflictUpdateBuilder.swift
[1744/1936] Compiling SQLKit SQLCreateEnumBuilder.swift
[1745/1936] Compiling SQLKit SQLCreateIndexBuilder.swift
[1746/1936] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1747/1936] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1748/1936] Emitting module _NIOFileSystem
[1749/1936] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1750/1936] Compiling NIOSOCKS SOCKSResponse.swift
[1751/1936] Compiling SQLKit SQLColumnUpdateBuilder.swift
[1752/1936] Compiling SQLKit SQLCommonTableExpressionBuilder.swift
[1753/1937] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1754/1937] Emitting module NIOTLS
[1755/1937] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1756/1937] Compiling NIOSOCKS ClientStateMachine.swift
[1761/1937] Emitting module NIOSOCKS
[1764/1937] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1765/1937] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1766/1937] Compiling NIOTLS SNIHandler.swift
[1767/1938] Compiling NIOSOCKS ServerStateMachine.swift
[1770/1939] Compiling SQLKit SQLDropTableBuilder.swift
[1771/1939] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1772/1939] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1773/1939] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1774/1939] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1775/1939] Compiling SQLKit SQLSecondaryPredicateGroupBuilder.swift
[1776/1939] Compiling SQLKit SQLSelectBuilder.swift
[1777/1939] Compiling SQLKit SQLSubqueryBuilder.swift
[1778/1939] Compiling SQLKit SQLUnionBuilder.swift
[1779/1939] Compiling SQLKit SQLUpdateBuilder.swift
[1783/1976] Compiling SQLKit SQLSecondaryPredicateBuilder.swift
[1784/1976] Compiling SQLKit SQLSubqueryClauseBuilder.swift
[1785/1976] Compiling SQLKit SQLUnqualifiedColumnListBuilder.swift
[1786/1976] Compiling SQLKit SQLDatabase.swift
[1787/1976] Compiling NIOSSL RNG.swift
[1788/1976] Compiling NIOSSL SafeCompare.swift
[1789/1976] Compiling NIOSSL Zeroization.swift
[1790/1976] Compiling SQLKit SQLQueryFetcher.swift
[1791/1976] Compiling SQLKit SQLReturningBuilder.swift
[1792/1976] Compiling NIOSSL IdentityVerification.swift
[1793/1976] Compiling NIOSSL LinuxCABundle.swift
[1794/1976] Compiling NIOSSL SSLCallbacks.swift
[1795/1976] Compiling NIOSSL SSLCertificate.swift
[1796/1976] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1797/1976] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1798/1976] Compiling SQLKit SQLDropIndex.swift
[1799/1976] Compiling SQLKit SQLDropTable.swift
[1800/1976] Compiling SQLKit SQLDropTrigger.swift
[1801/1976] Compiling SQLKit SQLInsert.swift
[1802/1976] Compiling SQLKit SQLSelect.swift
[1803/1976] Compiling SQLKit SQLUnion.swift
[1804/1976] Compiling SQLKit SQLUpdate.swift
[1805/1976] Compiling SQLKit SQLExpression.swift
[1806/1976] Compiling SQLKit SQLSerializer.swift
[1807/1976] Compiling SQLKit SQLStatement.swift
[1808/1976] Compiling SQLKit SQLBinaryExpression.swift
[1809/1976] Compiling SQLKit SQLBinaryOperator.swift
[1810/1976] Compiling SQLKit SQLBind.swift
[1811/1976] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1812/1988] Compiling NIOSSL AndroidCABundle.swift
[1813/1988] Compiling NIOSSL ByteBufferBIO.swift
[1814/1988] Compiling NIOSSL CustomPrivateKey.swift
[1817/1988] Compiling NIOSSL NIOSSLClientHandler.swift
[1818/1988] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1819/1988] Compiling NIOSSL NIOSSLHandler.swift
[1820/1988] Compiling NIOSSL NIOSSLServerHandler.swift
[1821/1988] Compiling NIOSSL ObjectIdentifier.swift
[1822/1988] Compiling NIOSSL PosixPort.swift
[1825/1988] Compiling SQLKit SQLAlterColumnDefinitionType.swift
[1826/1988] Compiling SQLKit SQLColumnAssignment.swift
[1827/1988] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[1828/1988] Compiling SQLKit SQLColumnDefinition.swift
[1829/1988] Compiling SQLKit SQLCommonTableExpression.swift
[1830/1988] Compiling SQLKit SQLConflictAction.swift
[1831/1988] Compiling SQLKit SQLConflictResolutionStrategy.swift
[1832/1988] Compiling SQLKit SQLDropBehaviour.swift
[1833/1988] Compiling SQLKit SQLEnumDataType.swift
[1834/1988] Compiling SQLKit SQLExcludedColumn.swift
[1835/1988] Compiling SQLKit SQLForeignKey.swift
[1836/1988] Compiling SQLKit SQLJoin.swift
[1837/1988] Compiling SQLKit SQLJoinMethod.swift
[1838/1988] Compiling SQLKit SQLLockingClause.swift
[1839/1988] Compiling SQLKit SQLOrderBy.swift
[1840/1988] Compiling SQLKit SQLReturning.swift
[1841/1988] Compiling SQLKit SQLSubquery.swift
[1842/1988] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[1843/1988] Compiling SQLKit SQLAlterEnum.swift
[1844/1988] Compiling SQLKit SQLAlterTable.swift
[1845/1988] Compiling SQLKit SQLCreateEnum.swift
[1846/1988] Compiling SQLKit SQLCreateIndex.swift
[1847/1988] Compiling SQLKit SQLCreateTable.swift
[1848/1988] Compiling SQLKit SQLCreateTrigger.swift
[1849/1988] Compiling SQLKit SQLDelete.swift
[1850/1988] Compiling SQLKit SQLDropEnum.swift
[1851/1988] Compiling SQLKit SQLQueryBuilders+Deprecated.swift
[1852/1988] Compiling SQLKit Exports.swift
[1853/1988] Compiling SQLKit SQLAlias.swift
[1854/1988] Compiling SQLKit SQLBetween.swift
[1855/1988] Compiling SQLKit SQLColumn.swift
[1856/1988] Compiling SQLKit SQLConstraint.swift
[1857/1988] Compiling SQLKit SQLDataType.swift
[1858/1988] Compiling SQLKit SQLDirection.swift
[1859/1988] Compiling SQLKit SQLDistinct.swift
[1860/1988] Compiling SQLKit SQLForeignKeyAction.swift
[1861/1988] Compiling SQLKit SQLNestedSubpathExpression.swift
[1862/1988] Compiling SQLKit SQLQualifiedTable.swift
[1863/1988] Compiling SQLKit SQLQueryString.swift
[1870/1988] Emitting module NIOHTTP1
[1874/1988] Emitting module NIOFoundationCompat
[1875/1988] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1877/1989] Compiling NIOSSL SSLContext.swift
[1878/1989] Compiling NIOSSL SSLErrors.swift
[1879/1990] Compiling SQLKit SQLDatabaseReportedVersion.swift
[1880/1990] Compiling SQLKit SQLDialect.swift
[1881/1990] Compiling SQLKit SQLDatabase+Deprecated.swift
[1882/1990] Compiling SQLKit SQLError.swift
[1883/1990] Compiling NIOSSL SSLCertificateExtensions.swift
[1884/1990] Compiling NIOSSL SSLConnection.swift
[1887/1990] Compiling NIOSSL SSLInit.swift
[1888/1990] Compiling NIOSSL SSLPKCS12Bundle.swift
[1889/1990] Compiling NIOSSL SSLPrivateKey.swift
[1890/1990] Compiling NIOSSL SSLPublicKey.swift
[1891/1990] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1892/1990] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1893/1990] Compiling NIOSSL SubjectAlternativeName.swift
[1894/1990] Compiling NIOSSL NIOSSLSecureBytes.swift
[1908/1990] Compiling SQLKit SQLExpressions+Deprecated.swift
[1910/2015] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1914/2021] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[1915/2021] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[1916/2021] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[1917/2021] Compiling NIOTransportServices StateManagedChannel.swift
[1918/2021] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1920/2021] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1921/2021] Compiling NIOTransportServices NIOTSSingletons.swift
[1922/2021] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1923/2029] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1924/2029] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1925/2029] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1926/2030] Compiling NIOTransportServices NIOTSBootstraps.swift
[1927/2030] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1928/2030] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1929/2030] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1930/2030] Compiling NIOTransportServices NIOTSErrors.swift
[1931/2030] Compiling NIOTransportServices NIOTSEventLoop.swift
[1932/2034] Emitting module NIOTransportServices
[1933/2034] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1934/2034] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1943/2034] Compiling NIOWebSocket SHA1.swift
[1944/2034] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1945/2034] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1954/2035] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1956/2036] Emitting module NIOSSL
[1957/2036] Compiling NIOWebSocket WebSocketOpcode.swift
[1958/2036] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1979/2036] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1980/2036] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1981/2037] Emitting module NIOHTTPCompression
[1982/2037] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1983/2037] Compiling NIOHTTPCompression HTTPDecompression.swift
[1984/2037] Compiling NIOHTTPCompression HTTPCompression.swift
[1988/2037] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1989/2037] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1990/2045] Emitting module NIOWebSocket
[1991/2045] Compiling NIOHPACK DynamicHeaderTable.swift
[1992/2045] Compiling NIOHPACK HPACKDecoder.swift
[1993/2048] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1994/2049] Compiling NIOWebSocket WebSocketFrame.swift
[1997/2067] Compiling NIOHPACK IndexedHeaderTable.swift
[1998/2068] Emitting module SQLKit
[1999/2068] Compiling NIOSSL TLSConfiguration.swift
[2000/2068] Compiling NIOSSL UniversalBootstrapSupport.swift
[2001/2068] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[2002/2068] Compiling NIOHPACK StaticHeaderTable.swift
[2003/2071] Compiling NIOExtras DebugInboundEventsHandler.swift
[2004/2071] Compiling NIOExtras DebugOutboundEventsHandler.swift
[2005/2071] Compiling NIOHPACK IntegerCoding.swift
[2006/2073] Compiling NIOExtras FixedLengthFrameDecoder.swift
[2007/2073] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[2008/2073] Compiling SQLKit SQLFunction.swift
[2009/2073] Compiling SQLKit SQLGroupExpression.swift
[2010/2073] Compiling SQLKit SQLIdentifier.swift
[2011/2073] Compiling SQLKit SQLList.swift
[2012/2073] Compiling SQLKit SQLLiteral.swift
[2013/2073] Compiling SQLKit SQLRaw.swift
[2014/2073] Compiling SQLKit SQLCodingUtilities.swift
[2015/2073] Compiling SQLKit SQLQueryEncoder.swift
[2016/2073] Compiling SQLKit SQLRow.swift
[2017/2073] Compiling SQLKit SQLRowDecoder.swift
[2018/2073] Compiling SQLKit SomeCodingKey.swift
[2019/2073] Compiling SQLKit StringHandling.swift
[2020/2073] Compiling NIOHPACK HuffmanTables.swift
[2021/2074] Compiling NIOExtras LineBasedFrameDecoder.swift
[2022/2074] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[2023/2074] Compiling NIOExtras NIOExtrasError.swift
[2024/2074] Compiling NIOExtras NIOLengthFieldBitLength.swift
[2025/2076] Compiling NIOHPACK HuffmanCoding.swift
[2027/2076] Emitting module NIOFileSystem
[2028/2076] Compiling NIOFileSystem Exports.swift
[2029/2076] Emitting module _NIOFileSystemFoundationCompat
[2030/2076] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[2031/2076] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[2032/2076] Emitting module AsyncKit
[2037/2076] Compiling NIOExtras QuiescingHelper.swift
[2038/2076] Compiling NIOExtras RequestResponseHandler.swift
[2039/2076] Compiling NIOExtras NIORequestIdentifiable.swift
[2040/2076] Compiling NIOExtras PCAPRingBuffer.swift
[2045/2078] Emitting module NIOHPACK
[2048/2079] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[2049/2079] Compiling NIOExtras LengthFieldPrepender.swift
[2052/2079] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[2053/2079] Compiling NIOExtras JSONRPCFraming.swift
[2059/2099] Emitting module NIOExtras
[2061/2157] Compiling NIOHTTP2 MayReceiveFrames.swift
[2062/2157] Compiling NIOHTTP2 ReceivingDataState.swift
[2063/2157] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[2064/2159] Compiling NIOHTTP2 HTTP2SettingsState.swift
[2065/2159] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[2066/2159] Compiling NIOHTTP2 ReceivingHeadersState.swift
[2067/2159] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[2068/2159] Compiling NIOHTTP2 SendingDataState.swift
[2069/2159] Compiling NIOHTTP2 SendingGoawayState.swift
[2070/2159] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[2071/2159] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[2072/2159] Compiling NIOHTTP2 MaySendFrames.swift
[2073/2159] Compiling NIOHTTP2 ConnectionStateMachine.swift
[2074/2159] Compiling NIOHTTP2 ConnectionStreamsState.swift
[2075/2159] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[2078/2159] Compiling NIOHTTP2 SendingHeadersState.swift
[2079/2159] Compiling NIOHTTP2 SendingPushPromiseState.swift
[2080/2159] Compiling NIOHTTP2 SendingRstStreamState.swift
[2081/2159] Emitting module MultipartKit
[2082/2160] Compiling MultipartKit MultipartSerializer.swift
[2083/2160] Compiling MultipartKit Utilities.swift
[2094/2177] Compiling WebSocketKit WebSocket+Connect.swift
[2095/2177] Compiling WebSocketKit Exports.swift
[2096/2177] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[2097/2177] Compiling WebSocketKit WebSocketHandler.swift
[2098/2177] Emitting module WebSocketKit
[2099/2177] Compiling WebSocketKit WebSocket+Concurrency.swift
[2100/2177] Compiling WebSocketKit WebSocket.swift
[2101/2177] Compiling WebSocketKit WebSocketClient.swift
[2103/2178] Emitting module NIOHTTP2
[2104/2178] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[2105/2178] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[2106/2178] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[2107/2178] Compiling NIOHTTP2 HTTP2StreamID.swift
[2108/2178] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[2109/2178] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[2110/2178] Compiling NIOHTTP2 HTTP2UserEvents.swift
[2111/2178] Compiling NIOHTTP2 InboundEventBuffer.swift
[2112/2178] Compiling NIOHTTP2 InboundWindowManager.swift
[2113/2178] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[2114/2178] Compiling NIOHTTP2 StreamChannelFlowController.swift
[2115/2178] Compiling NIOHTTP2 StreamChannelList.swift
[2116/2178] Compiling NIOHTTP2 StreamMap.swift
[2117/2178] Compiling NIOHTTP2 StreamStateMachine.swift
[2118/2178] Compiling NIOHTTP2 UnsafeTransfer.swift
[2119/2178] Compiling NIOHTTP2 WatermarkedFlowController.swift
[2120/2178] Compiling NIOHTTP2 LocallyQuiescingState.swift
[2121/2178] Compiling NIOHTTP2 QuiescingState.swift
[2122/2178] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[2123/2178] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[2124/2178] Compiling NIOHTTP2 StateMachineResult.swift
[2125/2178] Compiling NIOHTTP2 ContentLengthVerifier.swift
[2126/2178] Compiling NIOHTTP2 DOSHeuristics.swift
[2127/2178] Compiling NIOHTTP2 Error+Any.swift
[2128/2178] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[2129/2178] Compiling NIOHTTP2 ControlFrameBuffer.swift
[2130/2178] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[2131/2178] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[2133/2228] Compiling X509 CSRAttribute.swift
[2134/2228] Compiling X509 CSRAttributes.swift
[2135/2228] Compiling X509 CSRVersion.swift
[2136/2228] Compiling X509 CertificateSigningRequest.swift
[2137/2228] Compiling X509 CertificationRequestInfo.swift
[2138/2228] Compiling X509 ExtensionRequest.swift
[2139/2228] Compiling X509 Certificate.swift
[2140/2228] Compiling X509 CertificatePrivateKey.swift
[2141/2228] Compiling X509 CertificatePublicKey.swift
[2142/2268] Compiling X509 OCSPPolicy.swift
[2143/2269] Compiling X509 OCSPRequest.swift
[2144/2269] Compiling X509 OCSPResponse.swift
[2145/2269] Compiling X509 OCSPResponseBytes.swift
[2146/2269] Compiling X509 OCSPResponseData.swift
[2147/2269] Compiling X509 OCSPResponseStatus.swift
[2148/2269] Compiling X509 OCSPSignature.swift
[2149/2269] Compiling X509 OCSPSingleRequest.swift
[2150/2270] Compiling X509 StateOrProvinceName.swift
[2151/2270] Compiling X509 StreetAddress.swift
[2152/2270] Compiling X509 Error.swift
[2153/2270] Compiling X509 AuthorityInformationAccess.swift
[2154/2270] Compiling X509 AuthorityKeyIdentifier.swift
[2155/2270] Compiling X509 BasicConstraints.swift
[2156/2270] Compiling X509 ExtendedKeyUsage.swift
[2157/2270] Compiling X509 ExtensionIdentifiers.swift
[2158/2270] Compiling X509 KeyUsage.swift
[2159/2270] Compiling X509 PKCS8PrivateKey.swift
[2160/2270] Compiling X509 PromiseAndFuture.swift
[2161/2270] Compiling X509 RDNAttribute.swift
[2162/2270] Compiling X509 RandomNumberGenerator+bytes.swift
[2163/2270] Compiling X509 RelativeDistinguishedName.swift
[2164/2270] Compiling X509 SEC1PrivateKey.swift
[2165/2270] Compiling X509 SecKeyWrapper.swift
[2166/2270] Compiling X509 Signature.swift
[2167/2270] Compiling X509 SignatureAlgorithm.swift
[2168/2270] Compiling X509 AllOfPolicies.swift
[2169/2270] Compiling X509 AnyPolicy.swift
[2170/2270] Compiling X509 CertificateStore.swift
[2171/2270] Compiling X509 OneOfPolicies.swift
[2172/2270] Compiling X509 OCSPExtensionID.swift
[2173/2270] Compiling X509 OCSPNonce.swift
[2175/2330] Compiling X509 CMSEncapsulatedContentInfo.swift
[2176/2330] Compiling X509 CMSIssuerAndSerialNumber.swift
[2177/2330] Compiling X509 CMSOperations.swift
[2178/2330] Compiling X509 CMSSignature.swift
[2179/2330] Compiling X509 CMSSignedData.swift
[2180/2330] Compiling X509 CMSSignerIdentifier.swift
[2181/2330] Compiling X509 CMSSignerInfo.swift
[2182/2330] Compiling X509 CMSVersion.swift
[2183/2330] Compiling X509 Curve25519+DER.swift
[2184/2330] Compiling X509 Digests.swift
[2185/2330] Compiling X509 DistinguishedName.swift
[2186/2330] Compiling X509 CommonName.swift
[2187/2330] Compiling X509 CountryName.swift
[2188/2330] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2189/2330] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2190/2330] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2191/2330] Compiling AsyncHTTPClient HTTP1Connection.swift
[2192/2330] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2193/2330] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2194/2330] Compiling AsyncHTTPClient HTTP2Connection.swift
[2195/2330] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2196/2330] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2197/2330] Compiling AsyncHTTPClient ConnectionTarget.swift
[2198/2330] Compiling AsyncHTTPClient DeconstructedURL.swift
[2199/2330] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2200/2330] Compiling AsyncHTTPClient FoundationExtensions.swift
[2201/2342] Compiling X509 PolicyBuilder.swift
[2202/2342] Compiling X509 BasicConstraintsPolicy.swift
[2203/2342] Compiling X509 DNSNames.swift
[2204/2342] Compiling X509 DirectoryNames.swift
[2205/2342] Compiling X509 ExpiryPolicy.swift
[2206/2342] Compiling X509 IPConstraints.swift
[2207/2342] Compiling X509 NameConstraintsPolicy.swift
[2208/2342] Compiling X509 RFC5280Policy.swift
[2209/2342] Compiling X509 URIConstraints.swift
[2210/2342] Compiling X509 VersionPolicy.swift
[2211/2342] Compiling X509 ServerIdentityPolicy.swift
[2212/2342] Compiling X509 TrustRootLoading.swift
[2213/2342] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2214/2342] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2215/2342] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2216/2342] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2217/2342] Compiling AsyncHTTPClient RequestOptions.swift
[2218/2342] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2219/2342] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2220/2342] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2221/2342] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2222/2342] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2223/2342] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2224/2342] Compiling AsyncHTTPClient HTTPClient.swift
[2225/2342] Compiling AsyncHTTPClient HTTPHandler.swift
[2226/2342] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2227/2342] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2228/2342] Compiling AsyncHTTPClient Transaction.swift
[2229/2342] Compiling AsyncHTTPClient Base64.swift
[2230/2342] Compiling AsyncHTTPClient BasicAuth.swift
[2231/2342] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2232/2342] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2233/2342] Compiling AsyncHTTPClient ConnectionPool.swift
[2234/2342] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2235/2342] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2236/2342] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2237/2342] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2238/2342] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2239/2342] Emitting module AsyncHTTPClient
[2240/2350] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2241/2350] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2242/2350] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2243/2350] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2244/2350] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2245/2350] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2246/2350] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2247/2350] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2248/2350] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2249/2350] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2250/2350] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2251/2350] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2252/2350] Compiling AsyncHTTPClient RequestBodyLength.swift
[2253/2350] Compiling AsyncHTTPClient LRUCache.swift
[2254/2350] Compiling AsyncHTTPClient NWErrorHandler.swift
[2255/2350] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2256/2350] Compiling AsyncHTTPClient TLSConfiguration.swift
[2257/2350] Compiling AsyncHTTPClient RedirectState.swift
[2258/2350] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2259/2350] Compiling AsyncHTTPClient RequestBag.swift
[2260/2350] Compiling AsyncHTTPClient RequestValidation.swift
[2261/2350] Compiling AsyncHTTPClient SSLContextCache.swift
[2262/2350] Compiling AsyncHTTPClient Scheme.swift
[2263/2350] Compiling AsyncHTTPClient Singleton.swift
[2264/2350] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2265/2350] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2306/2351] Compiling AsyncHTTPClient Utils.swift
[2307/2438] Compiling FluentKit DatabaseEnum.swift
[2308/2438] Compiling FluentKit EnumBuilder.swift
[2309/2438] Compiling FluentKit EnumMetadata.swift
[2310/2438] Compiling FluentKit EnumProperty.swift
[2311/2438] Compiling FluentKit OptionalEnumProperty.swift
[2312/2438] Compiling FluentKit Exports.swift
[2313/2438] Compiling FluentKit FluentError.swift
[2314/2438] Compiling FluentKit ModelMiddleware.swift
[2315/2438] Compiling FluentKit ModelResponder.swift
[2316/2438] Compiling FluentKit Migration.swift
[2317/2438] Compiling FluentKit MigrationLog.swift
[2318/2438] Compiling FluentKit Migrations.swift
[2319/2438] Compiling FluentKit Migrator.swift
[2320/2438] Compiling FluentKit AnyModel.swift
[2321/2438] Compiling FluentKit EagerLoad.swift
[2322/2438] Compiling FluentKit Fields+Codable.swift
[2323/2438] Compiling FluentKit Database+Logging.swift
[2324/2438] Compiling FluentKit Database.swift
[2325/2438] Compiling FluentKit DatabaseID.swift
[2326/2438] Compiling FluentKit DatabaseInput.swift
[2327/2438] Compiling FluentKit DatabaseOutput.swift
[2328/2438] Compiling FluentKit Databases.swift
[2329/2438] Compiling FluentKit KeyPrefixingStrategy.swift
[2330/2438] Compiling FluentKit TransactionControlDatabase.swift
[2331/2438] Compiling FluentKit BooleanPropertyFormat.swift
[2332/2438] Compiling FluentKit Children.swift
[2333/2438] Compiling FluentKit CompositeChildren.swift
[2334/2438] Compiling FluentKit CompositeID.swift
[2335/2438] Compiling FluentKit CompositeOptionalChild.swift
[2336/2438] Compiling FluentKit CompositeOptionalParent.swift
[2337/2438] Compiling FluentKit CompositeParent.swift
[2338/2438] Compiling FluentKit Field.swift
[2340/2444] Compiling FluentKit AsyncMigration.swift
[2341/2444] Compiling FluentKit AsyncModelMiddleware.swift
[2342/2444] Compiling FluentKit Children+Concurrency.swift
[2343/2444] Compiling FluentKit Database+Concurrency.swift
[2344/2444] Compiling FluentKit EnumBuilder+Concurrency.swift
[2345/2444] Compiling FluentKit Model+Concurrency.swift
[2346/2444] Compiling FluentKit ModelResponder+Concurrency.swift
[2347/2444] Compiling FluentKit OptionalChild+Concurrency.swift
[2348/2444] Compiling FluentKit OptionalParent+Concurrency.swift
[2349/2444] Compiling FluentKit Parent+Concurrency.swift
[2350/2444] Compiling FluentKit QueryBuilder+Concurrency.swift
[2351/2444] Compiling FluentKit Relation+Concurrency.swift
[2352/2444] Compiling FluentKit SchemaBuilder+Concurrency.swift
[2353/2457] Compiling APNS APNSJSONEncoder.swift
[2354/2480] Compiling APNS APNSJSONDecoder.swift
[2355/2625] Compiling APNS APNSConfiguration.swift
[2356/2625] Emitting module APNS
[2357/2625] Compiling APNS APNSClient.swift
[2358/2626] Emitting module X509
[2360/2626] Compiling Vapor Content.swift
[2361/2626] Compiling Vapor ContentCoders.swift
[2362/2626] Compiling Vapor ContentConfiguration.swift
[2363/2626] Compiling Vapor ContentContainer.swift
[2364/2626] Compiling Vapor JSONCoder+Custom.swift
[2365/2626] Compiling Vapor JSONCoders+Content.swift
[2366/2626] Compiling Vapor PlaintextDecoder.swift
[2367/2626] Compiling Vapor PlaintextEncoder.swift
[2368/2626] Compiling Vapor URLQueryCoders.swift
[2369/2626] Compiling Vapor URLQueryContainer.swift
[2370/2626] Compiling Vapor HTTPStatus.swift
[2371/2626] Compiling Vapor HTTPCookies.swift
[2372/2626] Compiling Vapor Request+Cache.swift
[2373/2626] Compiling Vapor Application+Clients.swift
[2374/2626] Compiling Vapor Client.swift
[2375/2626] Compiling Vapor ClientRequest.swift
[2376/2626] Compiling Vapor ClientResponse.swift
[2377/2626] Compiling Vapor Request+Client.swift
[2378/2626] Compiling Vapor BootCommand.swift
[2379/2626] Compiling Vapor CommandContext+Application.swift
[2380/2626] Compiling Vapor RoutesCommand.swift
[2381/2626] Compiling Vapor ServeCommand.swift
[2382/2626] Compiling Vapor AnyResponse+Concurrency.swift
[2383/2626] Compiling Vapor AsyncBasicResponder.swift
[2384/2626] Compiling Vapor BasicResponder.swift
[2385/2626] Compiling Vapor BodyStream.swift
[2386/2626] Compiling Vapor Application+HTTP+Client.swift
[2387/2626] Compiling Vapor EventLoopHTTPClient.swift
[2388/2626] Compiling Vapor EndpointCache.swift
[2389/2626] Compiling Vapor HTTPMethod+String.swift
[2390/2626] Compiling Vapor HTTPServerResponseEncoder.swift
[2391/2626] Compiling Vapor HTTPServerUpgradeHandler.swift
[2392/2626] Compiling Vapor Logger+Report.swift
[2393/2626] Compiling Vapor LoggingSystem+Environment.swift
[2394/2626] Compiling Vapor Application+Middleware.swift
[2395/2626] Compiling Vapor CORSMiddleware.swift
[2396/2627] Emitting module FluentKit
[2398/2627] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2399/2627] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2400/2627] Compiling Vapor DotEnvFile+load.swift
[2401/2627] Compiling Vapor Routes+caseInsenstive.swift
[2402/2627] Compiling Vapor Validatable+validate.swift
[2403/2627] Compiling Vapor Environment+Process.swift
[2404/2627] Compiling Vapor Environment+Secret.swift
[2405/2627] Compiling Vapor Environment.swift
[2406/2627] Compiling Vapor Abort.swift
[2407/2627] Compiling Vapor AbortError.swift
[2408/2627] Compiling Vapor DebuggableError.swift
[2409/2627] Compiling Vapor Demangler.swift
[2410/2636] Compiling Vapor ErrorSource.swift
[2411/2636] Compiling Vapor StackTrace.swift
[2412/2636] Compiling Vapor Exports.swift
[2413/2636] Compiling Vapor Application+HTTP.swift
[2422/2636] Compiling WalletOrders WalletOrdersError.swift
[2423/2636] Compiling WalletPasses WalletPassesError.swift
[2424/2636] Compiling WalletOrders OrderJSON.swift
[2425/2636] Compiling WalletPasses PassJSON.swift
[2426/2636] Compiling WalletPasses PersonalizationJSON.swift
[2427/2636] Compiling WalletPasses PassBuilder.swift
[2428/2636] Emitting module WalletPasses
[2429/2637] Compiling WalletOrders OrderBuilder.swift
[2430/2637] Emitting module WalletOrders
[2431/2638] Compiling Vapor HTTPHeaderCacheControl.swift
[2432/2638] Compiling Vapor HTTPHeaderExpires.swift
[2433/2638] Compiling Vapor HTTPHeaderLastModified.swift
[2434/2638] Compiling Vapor HTTPHeaders+Cache.swift
[2435/2638] Compiling Vapor HTTPHeaders+Connection.swift
[2436/2638] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2437/2638] Compiling Vapor HTTPHeaders+ContentRange.swift
[2438/2638] Compiling Vapor HTTPHeaders+Directive.swift
[2439/2638] Compiling Vapor HTTPHeaders+Forwarded.swift
[2440/2638] Compiling Vapor HTTPHeaders+Link.swift
[2441/2638] Compiling Vapor HTTPHeaders+Name.swift
[2442/2638] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2443/2638] Compiling Vapor AsyncMiddleware.swift
[2444/2638] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2445/2638] Compiling Vapor AsyncSessionDriver.swift
[2446/2638] Compiling Vapor Authentication+Concurrency.swift
[2447/2638] Compiling Vapor Cache+Concurrency.swift
[2448/2638] Compiling Vapor Client+Concurrency.swift
[2449/2638] Compiling Vapor RequestBody+Concurrency.swift
[2450/2638] Compiling Vapor Responder+Concurrency.swift
[2451/2638] Compiling Vapor ResponseCodable+Concurrency.swift
[2452/2638] Compiling Vapor RoutesBuilder+Concurrency.swift
[2453/2638] Compiling Vapor ViewRenderer+Concurrency.swift
[2454/2638] Compiling Vapor WebSocket+Concurrency.swift
[2455/2638] Compiling Vapor ContainerGetPathExecutor.swift
[2456/2638] Compiling Vapor HTTPHeaders.swift
[2457/2638] Compiling Vapor HTTPMediaType.swift
[2458/2638] Compiling Vapor HTTPMediaTypePreference.swift
[2459/2638] Compiling Vapor Responder.swift
[2460/2638] Compiling Vapor Application+HTTP+Server.swift
[2461/2638] Compiling Vapor HTTPServer.swift
[2462/2638] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2463/2638] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2464/2638] Compiling Vapor HTTPServerHandler.swift
[2465/2638] Compiling Vapor HTTPServerRequestDecoder.swift
[2466/2638] Compiling Vapor Core.swift
[2467/2638] Compiling Vapor Running.swift
[2477/2643] Compiling Vapor ErrorMiddleware.swift
[2478/2643] Compiling Vapor FileMiddleware.swift
[2479/2643] Compiling Vapor Middleware.swift
[2480/2643] Compiling Vapor MiddlewareConfiguration.swift
[2481/2643] Compiling Vapor ResponseCompressionMiddleware.swift
[2482/2643] Compiling Vapor RouteLoggingMiddleware.swift
[2483/2643] Compiling Vapor TracingMiddleware.swift
[2484/2643] Compiling Vapor File+Multipart.swift
[2485/2643] Compiling Vapor FormDataDecoder+Content.swift
[2486/2643] Compiling Vapor FormDataEncoder+Content.swift
[2487/2643] Compiling Vapor Application+Password.swift
[2488/2643] Compiling Vapor Application+Passwords.swift
[2489/2643] Compiling Vapor AsyncPasswordHasher.swift
[2490/2643] Compiling Vapor BcryptHasher.swift
[2491/2643] Compiling Vapor PasswordHasher.swift
[2492/2643] Compiling Vapor PlaintextHasher.swift
[2493/2643] Compiling Vapor Request+Password.swift
[2494/2643] Compiling Vapor Redirect.swift
[2495/2667] Compiling FluentWallet DeviceModel.swift
[2496/2667] Compiling FluentWallet PushTokenDTO.swift
[2497/2667] Compiling FluentWallet LogEntriesDTO.swift
[2498/2667] Emitting module FluentWallet
[2500/2687] Compiling FluentWalletPasses PersonalizationDictionaryDTO.swift
[2501/2687] Compiling FluentWalletPasses SerialNumbersDTO.swift
[2502/2687] Compiling FluentWalletPasses PassesDevice.swift
[2503/2687] Compiling FluentWalletPasses PassesRegistration.swift
[2504/2687] Compiling FluentWalletPasses Exports.swift
[2505/2687] Compiling FluentWalletPasses Pass.swift
[2506/2687] Compiling Vapor RedirectMiddleware.swift
[2507/2687] Compiling Vapor SessionAuthenticatable.swift
[2508/2687] Compiling Vapor Bcrypt.swift
[2509/2687] Compiling Vapor Application+Cache.swift
[2510/2687] Compiling Vapor Cache.swift
[2511/2687] Compiling Vapor CacheExpirationTime.swift
[2512/2687] Compiling Vapor MemoryCache.swift
[2524/2711] Compiling FluentWalletOrders OrderDataModel.swift
[2525/2711] Compiling FluentWalletOrders OrderModel.swift
[2526/2712] Emitting module FluentWalletOrders
[2527/2712] Compiling FluentWalletPasses PassModel.swift
[2528/2712] Compiling FluentWalletPasses PassDataModel.swift
[2529/2712] Compiling FluentWalletPasses PassesRegistrationModel.swift
[2530/2713] Compiling FluentWalletOrders OrdersDevice.swift
[2531/2713] Compiling FluentWalletOrders OrdersRegistration.swift
[2532/2713] Compiling FluentWalletOrders OrderIdentifiersDTO.swift
[2533/2713] Compiling FluentWalletOrders Exports.swift
[2534/2713] Compiling FluentWalletOrders Order.swift
[2537/2713] Emitting module FluentWalletPasses
[2540/2713] Compiling FluentWalletPasses PersonalizationInfo.swift
[2543/2713] Compiling FluentWalletOrders OrdersRegistrationModel.swift
[2544/2714] Compiling FluentWalletPasses PersonalizationInfoModel.swift
[2547/2715] Compiling Vapor Validator.swift
[2548/2715] Compiling Vapor ValidatorResult.swift
[2549/2715] Compiling Vapor And.swift
[2550/2715] Compiling Vapor Case.swift
[2551/2715] Compiling Vapor CharacterSet.swift
[2552/2715] Compiling Vapor Count.swift
[2553/2715] Compiling Vapor Custom.swift
[2554/2715] Compiling Vapor Email.swift
[2555/2715] Compiling Vapor Empty.swift
[2556/2715] Compiling Vapor In.swift
[2557/2715] Compiling Vapor Nil.swift
[2558/2715] Compiling Vapor NilIgnoring.swift
[2559/2715] Compiling Vapor Not.swift
[2560/2715] Compiling Vapor Or.swift
[2561/2715] Compiling Vapor Pattern.swift
[2562/2715] Compiling Vapor Range.swift
[2563/2715] Compiling Vapor URL.swift
[2564/2715] Compiling Vapor Valid.swift
[2565/2715] Compiling Vapor Application+Views.swift
[2566/2715] Compiling Vapor PlaintextRenderer.swift
[2567/2715] Compiling Vapor Request+View.swift
[2568/2715] Compiling Vapor View.swift
[2569/2715] Compiling Vapor ViewRenderer.swift
[2570/2715] Compiling Vapor _Deprecations.swift
[2571/2715] Emitting module Vapor
[2572/2715] Compiling Vapor Request+Body.swift
[2573/2715] Compiling Vapor Request+BodyStream.swift
[2574/2715] Compiling Vapor Request.swift
[2575/2715] Compiling Vapor Application+Responder.swift
[2576/2715] Compiling Vapor DefaultResponder.swift
[2577/2715] Compiling Vapor Response+Body.swift
[2578/2715] Compiling Vapor Response.swift
[2579/2715] Compiling Vapor ResponseCodable.swift
[2580/2715] Compiling Vapor Application+Routes.swift
[2581/2715] Compiling Vapor Parameters+Require.swift
[2582/2715] Compiling Vapor Request+WebSocket.swift
[2583/2715] Compiling Vapor Route.swift
[2584/2715] Compiling Vapor RouteCollection.swift
[2585/2715] Compiling Vapor Routes.swift
[2586/2715] Compiling Vapor RoutesBuilder+Group.swift
[2587/2715] Compiling Vapor RoutesBuilder+Method.swift
[2588/2715] Compiling Vapor RoutesBuilder+Middleware.swift
[2589/2715] Compiling Vapor RoutesBuilder+WebSocket.swift
[2590/2715] Compiling Vapor RoutesBuilder.swift
[2591/2715] Compiling Vapor OTP.swift
[2592/2715] Compiling Vapor Application+Servers.swift
[2593/2715] Compiling Vapor Server.swift
[2594/2715] Compiling Vapor App+Service.swift
[2595/2715] Compiling Vapor Req+Service.swift
[2596/2715] Compiling Vapor Service.swift
[2597/2715] Compiling Vapor Application+Sessions.swift
[2598/2715] Compiling Vapor MemorySessions.swift
[2599/2715] Compiling Vapor Request+Session.swift
[2600/2715] Compiling Vapor Session.swift
[2601/2715] Compiling Vapor SessionCache.swift
[2602/2715] Compiling Vapor SessionData.swift
[2603/2715] Compiling Vapor SessionDriver.swift
[2604/2715] Compiling Vapor SessionsConfiguration.swift
[2605/2715] Compiling Vapor SessionsMiddleware.swift
[2606/2715] Compiling Vapor URLEncodedFormData.swift
[2607/2715] Compiling Vapor URLEncodedFormDecoder.swift
[2608/2715] Compiling Vapor URLEncodedFormEncoder.swift
[2609/2715] Compiling Vapor URLEncodedFormError.swift
[2610/2715] Compiling Vapor URLEncodedFormParser.swift
[2611/2715] Compiling Vapor URLEncodedFormSerializer.swift
[2612/2715] Compiling Vapor URLQueryFragmentConvertible.swift
[2613/2715] Compiling Vapor AnyResponse.swift
[2614/2715] Compiling Vapor Array+Random.swift
[2615/2715] Compiling Vapor Base32.swift
[2616/2715] Compiling Vapor Base64.swift
[2617/2715] Compiling Vapor BaseN.swift
[2618/2715] Compiling Vapor BasicCodingKey.swift
[2619/2715] Compiling Vapor ByteCount.swift
[2620/2715] Compiling Vapor Bytes+Hex.swift
[2621/2715] Compiling Vapor Bytes+SecureCompare.swift
[2622/2715] Compiling Vapor Collection+Safe.swift
[2623/2715] Compiling Vapor DataProtocol+Copy.swift
[2624/2715] Compiling Vapor DecoderUnwrapper.swift
[2625/2715] Compiling Vapor DirectoryConfiguration.swift
[2626/2715] Compiling Vapor DotEnv.swift
[2627/2715] Compiling Vapor Extendable.swift
[2628/2715] Compiling Vapor File.swift
[2629/2715] Compiling Vapor FileIO.swift
[2630/2715] Compiling Vapor LifecycleHandler.swift
[2631/2715] Compiling Vapor OptionalType.swift
[2632/2715] Compiling Vapor RFC1123.swift
[2633/2715] Compiling Vapor SocketAddress+Hostname.swift
[2634/2715] Compiling Vapor Storage.swift
[2635/2715] Compiling Vapor String+IsIPAddress.swift
[2636/2715] Compiling Vapor Thread.swift
[2637/2715] Compiling Vapor URI.swift
[2638/2715] Compiling Vapor RangeResult.swift
[2639/2715] Compiling Vapor Validatable.swift
[2640/2715] Compiling Vapor Validation.swift
[2641/2715] Compiling Vapor ValidationKey.swift
[2642/2715] Compiling Vapor Validations.swift
[2643/2715] Compiling Vapor ValidationsError.swift
[2717/2736] Compiling VaporAPNS Request+APNS.swift
[2718/2736] Compiling Fluent Pagination+Concurrency.swift
[2719/2736] Compiling Fluent Sessions+Concurrency.swift
[2720/2738] Compiling VaporAPNS Application+APNS.swift
[2721/2738] Compiling VaporAPNS APNSContainerID.swift
[2722/2738] Emitting module VaporAPNS
[2723/2738] Compiling VaporAPNS APNSContainers.swift
[2724/2739] Compiling Fluent FluentProvider+Concurrency.swift
[2725/2739] Compiling Fluent ModelCredentialsAuthenticatable+Concurrency.swift
[2726/2739] Emitting module Fluent
[2727/2739] Compiling Fluent Exports.swift
[2728/2739] Compiling Fluent Fluent+Cache.swift
[2730/2739] Compiling Fluent ModelAuthenticatable.swift
[2731/2739] Compiling Fluent ModelCredentialsAuthenticatable.swift
[2732/2739] Compiling Fluent Fluent+History.swift
[2733/2739] Compiling Fluent Fluent+Paginate.swift
[2734/2739] Compiling Fluent Fluent+Pagination.swift
[2735/2739] Compiling Fluent Fluent+Sessions.swift
[2736/2739] Compiling Fluent FluentProvider.swift
[2737/2739] Compiling Fluent MigrateCommand.swift
[2738/2739] Compiling Fluent ModelTokenAuthenticatable.swift
[2739/2739] Compiling Fluent PageLimit.swift
[2741/2744] Compiling VaporWallet TestCertificate.swift
[2742/2744] Compiling VaporWallet isLoggingConfigured.swift
[2743/2744] Emitting module VaporWallet
[2744/2744] Compiling VaporWallet DTOs+Content.swift
[2746/2761] Compiling VaporWalletPasses Exports.swift
[2747/2761] Compiling VaporWalletPasses DTOs+Content.swift
[2748/2761] Emitting module VaporWalletPasses
[2749/2761] Compiling VaporWalletOrders Exports.swift
[2750/2761] Emitting module VaporWalletOrders
[2751/2761] Compiling VaporWalletOrders OrderIdentifiersDTO+Content.swift
[2752/2761] Compiling VaporWalletOrders AppleOrderMiddleware.swift
[2753/2761] Compiling VaporWalletPasses ApplePassMiddleware.swift
[2754/2761] Compiling VaporWalletPasses PassesService+AsyncModelMiddleware.swift
[2755/2761] Compiling VaporWalletOrders OrdersServiceCustom.swift
[2756/2761] Compiling VaporWalletPasses PassesServiceCustom.swift
[2757/2761] Compiling VaporWalletOrders OrdersService+AsyncModelMiddleware.swift
[2758/2761] Compiling VaporWalletOrders OrdersService.swift
[2759/2761] Compiling VaporWalletOrders OrdersServiceCustom+RouteCollection.swift
[2761/2762] Compiling VaporWalletPasses PassesServiceCustom+RouteCollection.swift
[2762/2762] Compiling VaporWalletPasses PassesService.swift
Build complete! (235.00s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.111.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "fluent",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.12.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/fluent.git"
    },
    {
      "identity" : "fluent-wallet",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/fpseverino/fluent-wallet.git"
    },
    {
      "identity" : "apns",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.2.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/apns.git"
    },
    {
      "identity" : "swift-zip-archive",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.3",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/adam-fowler/swift-zip-archive.git"
    },
    {
      "identity" : "fluent-sqlite-driver",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.8.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/fluent-sqlite-driver.git"
    }
  ],
  "manifest_display_name" : "wallet",
  "name" : "wallet",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "VaporWalletPasses",
      "targets" : [
        "VaporWalletPasses"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "VaporWalletOrders",
      "targets" : [
        "VaporWalletOrders"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "VaporWalletPassesTests",
      "module_type" : "SwiftTarget",
      "name" : "VaporWalletPassesTests",
      "path" : "Tests/VaporWalletPassesTests",
      "product_dependencies" : [
        "VaporTesting",
        "FluentSQLiteDriver",
        "ZipArchive"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/VaporWalletPassesTests/SourceFiles",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Utils/PassData.swift",
        "Utils/PassJSONData.swift",
        "Utils/withApp.swift",
        "VaporWalletPassesTests.swift"
      ],
      "target_dependencies" : [
        "VaporWalletPasses"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VaporWalletPasses",
      "module_type" : "SwiftTarget",
      "name" : "VaporWalletPasses",
      "path" : "Sources/VaporWalletPasses",
      "product_dependencies" : [
        "FluentWalletPasses",
        "ZipArchive"
      ],
      "product_memberships" : [
        "VaporWalletPasses"
      ],
      "sources" : [
        "DTOs/DTOs+Content.swift",
        "Exports.swift",
        "Middleware/ApplePassMiddleware.swift",
        "Middleware/PassesService+AsyncModelMiddleware.swift",
        "PassesService.swift",
        "PassesServiceCustom+RouteCollection.swift",
        "PassesServiceCustom.swift"
      ],
      "target_dependencies" : [
        "VaporWallet"
      ],
      "type" : "library"
    },
    {
      "c99name" : "VaporWalletOrdersTests",
      "module_type" : "SwiftTarget",
      "name" : "VaporWalletOrdersTests",
      "path" : "Tests/VaporWalletOrdersTests",
      "product_dependencies" : [
        "VaporTesting",
        "FluentSQLiteDriver",
        "ZipArchive"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/VaporWalletOrdersTests/SourceFiles",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Utils/OrderData.swift",
        "Utils/OrderJSONData.swift",
        "Utils/withApp.swift",
        "VaporWalletOrdersTests.swift"
      ],
      "target_dependencies" : [
        "VaporWalletOrders"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VaporWalletOrders",
      "module_type" : "SwiftTarget",
      "name" : "VaporWalletOrders",
      "path" : "Sources/VaporWalletOrders",
      "product_dependencies" : [
        "FluentWalletOrders"
      ],
      "product_memberships" : [
        "VaporWalletOrders"
      ],
      "sources" : [
        "DTOs/OrderIdentifiersDTO+Content.swift",
        "Exports.swift",
        "Middleware/AppleOrderMiddleware.swift",
        "Middleware/OrdersService+AsyncModelMiddleware.swift",
        "OrdersService.swift",
        "OrdersServiceCustom+RouteCollection.swift",
        "OrdersServiceCustom.swift"
      ],
      "target_dependencies" : [
        "VaporWallet"
      ],
      "type" : "library"
    },
    {
      "c99name" : "VaporWallet",
      "module_type" : "SwiftTarget",
      "name" : "VaporWallet",
      "path" : "Sources/VaporWallet",
      "product_dependencies" : [
        "Vapor",
        "Fluent",
        "VaporAPNS"
      ],
      "product_memberships" : [
        "VaporWalletPasses",
        "VaporWalletOrders"
      ],
      "sources" : [
        "DTOs/DTOs+Content.swift",
        "Testing/TestCertificate.swift",
        "Testing/isLoggingConfigured.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.