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 0.7.1 (542296), with Swift 6.0 for Linux on 31 Mar 2025 17:06:55 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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: 0.7.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/vapor-community/wallet
 * tag               0.7.1      -> FETCH_HEAD
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 0.7.1
========================================
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-4606859-0":/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/vapor/fluent-sqlite-driver.git
Fetching https://github.com/vapor/apns.git
Fetching https://github.com/adam-fowler/swift-zip-archive.git
Fetching https://github.com/fpseverino/fluent-wallet.git
Fetching https://github.com/vapor/fluent.git
Fetching https://github.com/vapor/vapor.git
[1/709] Fetching apns
[654/14116] Fetching apns, fluent
[845/14826] Fetching apns, fluent, swift-zip-archive
[1723/15187] Fetching apns, fluent, swift-zip-archive, fluent-wallet
[2004/16502] Fetching apns, fluent, swift-zip-archive, fluent-wallet, fluent-sqlite-driver
Fetched https://github.com/vapor/fluent-sqlite-driver.git from cache (0.28s)
Fetched https://github.com/vapor/apns.git from cache (0.28s)
Fetched https://github.com/fpseverino/fluent-wallet.git from cache (0.28s)
[6073/14117] Fetching fluent, swift-zip-archive
[12107/88199] Fetching fluent, swift-zip-archive, vapor
Fetched https://github.com/adam-fowler/swift-zip-archive.git from cache (1.79s)
Fetched https://github.com/vapor/fluent.git from cache (1.80s)
Fetched https://github.com/vapor/vapor.git from cache (1.82s)
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.60s)
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
[381/5912] Fetching swift-log, sqlite-kit
[3709/18903] Fetching swift-log, sqlite-kit, fluent-kit
Fetched https://github.com/apple/swift-log.git from cache (0.39s)
[13285/15103] Fetching sqlite-kit, fluent-kit
Fetched https://github.com/vapor/fluent-kit.git from cache (0.64s)
Fetched https://github.com/vapor/sqlite-kit.git from cache (0.64s)
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 (2.16s)
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.55s)
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.45s)
Computing version for https://github.com/fpseverino/fluent-wallet.git
Computed https://github.com/fpseverino/fluent-wallet.git at 0.1.0 (0.52s)
Fetching https://github.com/fpseverino/swift-wallet.git
[1/370] Fetching swift-wallet
Fetched https://github.com/fpseverino/swift-wallet.git from cache (0.19s)
Computing version for https://github.com/vapor/fluent.git
Computed https://github.com/vapor/fluent.git at 4.12.0 (0.57s)
Computing version for https://github.com/vapor/sqlite-kit.git
Computed https://github.com/vapor/sqlite-kit.git at 4.5.2 (0.56s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/vapor/sql-kit.git
Fetching https://github.com/vapor/async-kit.git
Fetching https://github.com/vapor/sqlite-nio.git
[1/1465] Fetching sqlite-nio
[2/3835] Fetching sqlite-nio, async-kit
[1661/9675] Fetching sqlite-nio, async-kit, sql-kit
[9676/84165] Fetching sqlite-nio, async-kit, sql-kit, swift-nio
Fetched https://github.com/vapor/async-kit.git from cache (1.00s)
[34867/81795] Fetching sqlite-nio, sql-kit, swift-nio
Fetched https://github.com/vapor/sqlite-nio.git from cache (1.01s)
[34147/80330] Fetching sql-kit, swift-nio
Fetched https://github.com/vapor/sql-kit.git from cache (4.42s)
Fetched https://github.com/apple/swift-nio.git from cache (4.50s)
Computing version for https://github.com/fpseverino/swift-wallet.git
Computed https://github.com/fpseverino/swift-wallet.git at 0.4.0 (0.59s)
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 (0.55s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (3.28s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-collections.git
[1/5863] Fetching swift-algorithms
[5864/21766] Fetching swift-algorithms, swift-collections
Fetched https://github.com/apple/swift-algorithms.git from cache (0.39s)
[2386/15903] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.34s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.65s)
Fetching https://github.com/apple/swift-numerics.git
[1/5659] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.39s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.8.1 (0.88s)
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-asn1.git
[1/1553] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.24s)
[1/13343] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.83s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.68s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.1 (0.66s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.2 (1.97s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.54s)
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.61s)
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
[10989/25194] Fetching async-http-client, swift-nio-http2
Fetched https://github.com/swift-server/async-http-client.git from cache (0.78s)
[1/14468] Fetching swift-nio-ssl
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.13s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.14s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.32.0 (0.54s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.74s)
Computing version for https://github.com/vapor/fluent-kit.git
Computed https://github.com/vapor/fluent-kit.git at 1.51.0 (0.53s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.81.0 (0.83s)
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.51s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.114.1 (0.64s)
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/vapor/websocket-kit.git
[1/1040] Fetching swift-service-context
[1041/5998] Fetching swift-service-context, swift-distributed-tracing
[2132/11521] Fetching swift-service-context, swift-distributed-tracing, swift-nio-extras
[3815/14054] Fetching swift-service-context, swift-distributed-tracing, swift-nio-extras, websocket-kit
[4269/16218] Fetching swift-service-context, swift-distributed-tracing, swift-nio-extras, websocket-kit, swift-metrics
[7017/19414] Fetching swift-service-context, swift-distributed-tracing, swift-nio-extras, websocket-kit, swift-metrics, multipart-kit
Fetched https://github.com/vapor/websocket-kit.git from cache (0.36s)
Fetching https://github.com/vapor/routing-kit.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.45s)
Fetching https://github.com/vapor/console-kit.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.45s)
[4324/27090] Fetching swift-service-context, swift-metrics, multipart-kit, routing-kit
[9083/32575] Fetching swift-service-context, swift-metrics, multipart-kit, routing-kit, console-kit
Fetched https://github.com/vapor/console-kit.git from cache (0.32s)
[20462/27090] Fetching swift-service-context, swift-metrics, multipart-kit, routing-kit
Fetched https://github.com/vapor/routing-kit.git from cache (0.79s)
[4355/6400] Fetching swift-service-context, swift-metrics, multipart-kit
Fetched https://github.com/apple/swift-service-context.git from cache (1.52s)
Fetched https://github.com/apple/swift-metrics.git from cache (1.52s)
Fetched https://github.com/vapor/multipart-kit.git from cache (1.57s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.1 (0.50s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.15.0 (0.59s)
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.30s)
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.50s)
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.60s)
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
[35/1988] Fetching swift-http-structured-headers, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.22s)
Fetched https://github.com/apple/swift-http-structured-headers.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.56s)
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.51s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.6.1 (0.53s)
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.53s)
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.59s)
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.61s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.52s)
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.54s)
Computing version for https://github.com/vapor/sqlite-nio.git
Computed https://github.com/vapor/sqlite-nio.git at 1.11.2 (0.55s)
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.54s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.51s)
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/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-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/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/fluent.git
Working copy of https://github.com/vapor/fluent.git resolved at 4.12.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.8.1
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/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/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/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-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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.1
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.81.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/swift-server-community/APNSwift.git
Working copy of https://github.com/swift-server-community/APNSwift.git resolved at 5.1.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/sqlite-nio.git
Working copy of https://github.com/vapor/sqlite-nio.git resolved at 1.11.2
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/vapor/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-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/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/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/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/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/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-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/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/apple/swift-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/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-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-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.6.1
Building for debugging...
[0/850] Write sources
[62/850] Compiling CZipZlib empty.c
[63/850] Compiling _NumericsShims _NumericsShims.c
[64/850] Compiling _AtomicsShims.c
[65/850] Compiling CNIOWindows WSAStartup.c
[65/850] Compiling CNIOWindows shim.c
[67/850] Compiling CNIOWASI CNIOWASI.c
[68/850] Compiling CSystem shims.c
[69/850] Compiling CNIOLinux liburing_shims.c
[70/850] Compiling CVaporBcrypt blf.c
[71/850] Compiling CVaporBcrypt bcrypt.c
[72/850] Compiling CNIOExtrasZlib empty.c
[73/850] Compiling CNIOLLHTTP c_nio_http.c
[74/850] Compiling CNIODarwin shim.c
[75/850] Compiling CNIOSHA1 c_nio_sha1.c
[76/850] Compiling CNIOLinux shim.c
[77/850] Compiling CNIOLLHTTP c_nio_api.c
[78/850] Compiling fiat_p256_adx_sqr.S
[79/850] Compiling fiat_p256_adx_mul.S
[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
[88/854] Compiling tls13_server.cc
[89/856] Compiling t1_enc.cc
[90/856] Compiling tls13_both.cc
[91/856] Compiling tls13_client.cc
[93/906] Emitting module _NIOBase64
[94/921] Emitting module ServiceContextModule
[95/921] Emitting module _CertificateInternals
[96/921] Emitting module Logging
[97/921] Emitting module SystemPackage
[98/924] Compiling ServiceContextModule ServiceContextKey.swift
[99/924] Compiling RealModule AlgebraicField.swift
[100/924] Compiling RealModule ApproximateEquality.swift
[101/924] Compiling RealModule AugmentedArithmetic.swift
[102/924] Compiling RealModule Double+Real.swift
[106/924] Compiling _NIODataStructures _TinyArray.swift
[107/926] Compiling _CertificateInternals _TinyArray.swift
[108/926] Compiling SystemPackage Util+StringArray.swift
[109/926] Compiling SystemPackage Util.swift
[110/926] Compiling SystemPackage UtilConsumers.swift
[111/927] Compiling _NIODataStructures PriorityQueue.swift
[112/927] Compiling RealModule Float+Real.swift
[113/927] Compiling RealModule Float16+Real.swift
[114/927] Emitting module RealModule
[115/927] Compiling SwiftASN1 TimeUtilities.swift
[116/927] Compiling SwiftASN1 UTCTime.swift
[117/927] Compiling _NIOBase64 Base64.swift
[118/928] Compiling SwiftASN1 ASN1Integer.swift
[119/928] Compiling SwiftASN1 ASN1Null.swift
[120/929] Compiling SwiftASN1 ASN1OctetString.swift
[121/929] Compiling SwiftASN1 ASN1Strings.swift
[123/929] Compiling SwiftASN1 ASN1Boolean.swift
[124/929] Compiling SwiftASN1 ASN1Identifier.swift
[125/929] Compiling SystemPackage MachPort.swift
[126/929] Compiling SystemPackage PlatformString.swift
[127/929] Compiling SystemPackage SystemString.swift
[128/929] Compiling ServiceContextModule ServiceContext.swift
[134/930] Compiling RealModule ElementaryFunctions.swift
[135/930] Compiling RealModule Float80+Real.swift
[136/930] Compiling RealModule Real.swift
[142/930] Compiling RealModule RealFunctions.swift
[145/935] Emitting module SwiftASN1
[146/957] Emitting module _NIODataStructures
[147/957] Compiling _NIODataStructures Heap.swift
[148/958] Compiling InternalCollectionsUtilities Integer rank.swift
[149/958] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[150/958] Compiling InternalCollectionsUtilities _SortedCollection.swift
[151/958] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[152/958] Compiling Logging MetadataProvider.swift
[153/958] Compiling Logging LogHandler.swift
[154/958] Compiling Logging Locks.swift
[155/958] Compiling Logging Logging.swift
[159/961] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[160/961] Compiling InternalCollectionsUtilities Specialize.swift
[161/961] Compiling InternalCollectionsUtilities Debugging.swift
[162/961] Compiling InternalCollectionsUtilities Descriptions.swift
[163/961] Compiling Instrumentation NoOpInstrument.swift
[168/961] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[169/961] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[170/961] Compiling SystemPackage FilePathSyntax.swift
[171/961] Compiling SystemPackage FilePathTemp.swift
[172/961] Compiling SystemPackage Mocking.swift
[173/961] Compiling SystemPackage RawBuffer.swift
[174/961] Compiling SystemPackage Syscalls.swift
[175/961] Compiling SystemPackage WindowsSyscallAdapters.swift
[176/961] Emitting module Instrumentation
[178/961] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[179/961] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[180/961] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[181/962] Compiling Instrumentation MultiplexInstrument.swift
[182/962] Compiling Instrumentation InstrumentationSystem.swift
[183/962] Compiling Instrumentation Instrument.swift
[184/962] Compiling Instrumentation Locks.swift
[187/963] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[194/969] Emitting module InternalCollectionsUtilities
[195/974] Emitting module RoutingKit
[196/984] Compiling ZipArchive ZipArchiveWriter+writeFolderContents.swift
[197/984] Compiling ZipArchive System+directory.swift
[198/984] Compiling ZipArchive MemoryBuffer.swift
[199/984] Compiling ZipArchive ZipArchiveReader.swift
[199/985] Compiling ssl_versions.cc
[200/985] Compiling ssl_x509.cc
[202/985] Compiling RoutingKit PathComponent.swift
[203/985] Compiling RoutingKit Router.swift
[204/985] Compiling RoutingKit TrieRouter.swift
[206/985] Compiling CoreMetrics Locks.swift
[207/985] Emitting module CoreMetrics
[208/985] Compiling CoreMetrics Metrics.swift
[208/994] Compiling ssl_transcript.cc
[210/994] Compiling ZipArchive ZipFileStorage.swift
[211/994] Compiling ZipArchive ZipMemoryStorage.swift
[212/994] Compiling ZipArchive ZipStorage.swift
[213/994] Compiling ZipArchive ZipTypes.swift
[216/995] Compiling Tracing TracingTime.swift
[217/995] Compiling Tracing InstrumentationSystem+Tracing.swift
[218/995] Compiling RoutingKit AnyRouter.swift
[219/995] Compiling RoutingKit Parameters.swift
[220/1119] Compiling Tracing TracerProtocol+Legacy.swift
[222/1119] Emitting module Tracing
[223/1119] Compiling Tracing TracerProtocol.swift
[224/1121] Compiling Tracing Tracer.swift
[224/1121] Compiling ssl_stat.cc
[225/1121] Compiling ssl_session.cc
[227/1125] Compiling Metrics Metrics.swift
[228/1127] Emitting module Metrics
[229/1129] Compiling HeapModule Heap+Invariants.swift
[231/1129] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[232/1129] Compiling HeapModule Heap+Descriptions.swift
[233/1129] Compiling Tracing SpanProtocol.swift
[234/1129] Compiling Tracing NoOpTracer.swift
[236/1145] Compiling _RopeModule BigString+UnicodeScalarView.swift
[237/1145] Compiling _RopeModule BigSubstring+UTF16View.swift
[238/1145] Compiling _RopeModule BigSubstring+UTF8View.swift
[239/1145] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[240/1145] Compiling _RopeModule BigSubstring.swift
[241/1145] Compiling _RopeModule Rope+Builder.swift
[242/1145] Compiling _RopeModule Rope+Debugging.swift
[243/1152] Compiling _RopeModule Rope+Invariants.swift
[244/1152] Compiling _RopeModule Rope+_Node.swift
[245/1152] Compiling _RopeModule Rope+_Storage.swift
[246/1152] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[247/1152] Compiling _RopeModule Rope+_UnsafeHandle.swift
[248/1152] Compiling _RopeModule Rope.swift
[249/1152] Compiling _RopeModule RopeElement.swift
[250/1168] Compiling HeapModule Heap.swift
[251/1168] Compiling HeapModule _HeapNode.swift
[252/1228] Compiling HeapModule Heap+UnsafeHandle.swift
[253/1228] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[254/1228] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[255/1230] Compiling HashTreeCollections _HashNode+Structural filter.swift
[256/1230] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[257/1230] Compiling HashTreeCollections _HashStack.swift
[258/1230] Compiling HashTreeCollections _HashTreeIterator.swift
[259/1230] Compiling HashTreeCollections _HashTreeStatistics.swift
[260/1230] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[261/1230] Compiling HashTreeCollections _RawHashNode.swift
[262/1230] Compiling HashTreeCollections _UnmanagedHashNode.swift
[263/1230] Compiling HashTreeCollections _UnsafePath.swift
[264/1230] Compiling HashTreeCollections TreeDictionary+Codable.swift
[265/1230] Compiling HashTreeCollections _HashNode+Structural union.swift
[266/1230] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[267/1230] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[268/1230] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[269/1230] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[270/1230] Compiling HashTreeCollections _HashNode.swift
[271/1230] Compiling HashTreeCollections _HashNodeHeader.swift
[272/1230] Compiling HashTreeCollections _HashSlot.swift
[273/1230] Emitting module HeapModule
[274/1231] Compiling HashTreeCollections _Bitmap.swift
[275/1231] Compiling HashTreeCollections _Bucket.swift
[276/1231] Compiling HashTreeCollections _HashNode+Builder.swift
[277/1231] Compiling HashTreeCollections _HashNode+Debugging.swift
[278/1231] Compiling HashTreeCollections _HashNode+Initializers.swift
[279/1231] Compiling HashTreeCollections _HashNode+Invariants.swift
[280/1231] Compiling HashTreeCollections _HashNode+Lookups.swift
[281/1231] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[282/1231] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[283/1231] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[285/1231] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[286/1231] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[287/1231] Compiling HashTreeCollections _HashNode+Structural merge.swift
[288/1231] Compiling HashTreeCollections _AncestorHashSlots.swift
[291/1231] Compiling DequeModule _DequeSlot.swift
[292/1231] Compiling DequeModule _UnsafeWrappedBuffer.swift
[295/1231] Compiling HashTreeCollections TreeSet+Hashable.swift
[296/1231] Compiling HashTreeCollections TreeSet+Sendable.swift
[297/1231] Compiling HashTreeCollections TreeSet+Sequence.swift
[298/1231] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[299/1231] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[300/1231] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[301/1231] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[302/1231] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[303/1231] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[304/1231] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[305/1241] Compiling HashTreeCollections _HashNode+Storage.swift
[306/1241] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[309/1242] Emitting module ZipArchive
[312/1242] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[313/1242] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[330/1242] Compiling HashTreeCollections TreeDictionary.swift
[331/1242] Compiling HashTreeCollections TreeSet+Codable.swift
[332/1242] Compiling HashTreeCollections TreeSet+Collection.swift
[333/1242] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[334/1242] Compiling HashTreeCollections TreeSet+Debugging.swift
[335/1242] Compiling HashTreeCollections TreeSet+Descriptions.swift
[336/1242] Compiling HashTreeCollections TreeSet+Equatable.swift
[337/1242] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[338/1242] Compiling HashTreeCollections TreeSet+Extras.swift
[339/1242] Compiling HashTreeCollections TreeSet+Filter.swift
[346/1242] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[347/1242] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[348/1242] Compiling HashTreeCollections TreeDictionary+Filter.swift
[349/1242] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[350/1242] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[351/1242] Compiling HashTreeCollections TreeDictionary+Keys.swift
[352/1242] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[353/1242] Compiling HashTreeCollections TreeDictionary+Merge.swift
[354/1242] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[355/1242] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[356/1242] Compiling HashTreeCollections TreeDictionary+Values.swift
[396/1251] Compiling ssl_privkey.cc
[416/1251] Compiling _RopeModule _CharacterRecognizer.swift
[417/1251] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[418/1251] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[419/1251] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[420/1251] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[421/1251] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[422/1251] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[423/1251] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[424/1251] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[425/1251] Compiling HashTreeCollections TreeSet.swift
[426/1251] Emitting module DequeModule
[435/1252] Compiling ZipArchive crc32.swift
[444/1253] Compiling HashTreeCollections TreeDictionary+Collection.swift
[445/1253] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[446/1253] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[447/1253] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[447/1253] Compiling ssl_lib.cc
[448/1253] Compiling ssl_key_share.cc
[450/1253] Emitting module OrderedCollections
[451/1254] Compiling ssl_file.cc
[453/1254] Emitting module _RopeModule
[453/1254] Compiling ssl_buffer.cc
[454/1254] Compiling ssl_credential.cc
[455/1254] Compiling ssl_cipher.cc
[456/1254] Compiling ssl_cert.cc
[458/1254] Compiling _RopeModule Rope+Join.swift
[459/1254] Compiling _RopeModule Rope+MutatingForEach.swift
[460/1254] Compiling _RopeModule Rope+Remove.swift
[461/1254] Compiling _RopeModule Rope+RemoveSubrange.swift
[462/1254] Compiling _RopeModule Rope+Split.swift
[463/1254] Compiling _RopeModule Optional Utilities.swift
[464/1254] Compiling _RopeModule String Utilities.swift
[465/1254] Compiling _RopeModule String.Index+ABI.swift
[466/1254] Compiling ssl_asn1.cc
[510/1255] Compiling ssl_aead_ctx.cc
[511/1255] Compiling s3_pkt.cc
[512/1255] Compiling s3_lib.cc
[513/1255] Compiling s3_both.cc
[515/1255] Emitting module HashTreeCollections
[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_record.cc
[522/1256] Compiling md5-x86_64-linux.S
[523/1256] Compiling md5-x86_64-apple.S
[524/1256] Compiling d1_srtp.cc
[525/1256] Compiling dtls_method.cc
[526/1256] Compiling md5-586-apple.S
[527/1256] Compiling md5-586-linux.S
[528/1256] Compiling extensions.cc
[529/1256] Compiling chacha20_poly1305_x86_64-apple.S
[530/1256] Compiling chacha20_poly1305_x86_64-linux.S
[531/1256] Compiling chacha20_poly1305_armv8-win.S
[532/1256] Compiling d1_pkt.cc
[533/1256] Compiling chacha20_poly1305_armv8-linux.S
[534/1256] Compiling chacha20_poly1305_armv8-apple.S
[535/1256] Compiling chacha-x86_64-linux.S
[536/1256] Compiling chacha-x86_64-apple.S
[537/1256] Compiling chacha-x86-linux.S
[538/1256] Compiling chacha-x86-apple.S
[539/1256] Compiling err_data.cc
[540/1256] Compiling chacha-armv8-win.S
[541/1256] Compiling chacha-armv8-linux.S
[542/1256] Compiling chacha-armv4-linux.S
[543/1256] Compiling chacha-armv8-apple.S
[544/1256] Compiling aes128gcmsiv-x86_64-linux.S
[545/1256] Compiling aes128gcmsiv-x86_64-apple.S
[546/1256] Compiling x86_64-mont5-apple.S
[547/1256] Compiling x86_64-mont5-linux.S
[548/1256] Compiling x86_64-mont-linux.S
[549/1256] Compiling x86_64-mont-apple.S
[550/1256] Compiling x86-mont-linux.S
[551/1256] Compiling x86-mont-apple.S
[552/1256] Compiling vpaes-x86_64-linux.S
[553/1256] Compiling vpaes-x86-linux.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-x86_64-apple.S
[558/1256] Compiling bio_ssl.cc
[559/1256] Compiling vpaes-armv8-apple.S
[560/1256] Compiling sha512-armv8-win.S
[561/1256] Compiling vpaes-armv7-linux.S
[562/1256] Compiling sha512-x86_64-apple.S
[563/1256] Compiling sha512-x86_64-linux.S
[564/1256] Compiling sha512-armv8-linux.S
[565/1256] Compiling sha512-armv8-apple.S
[566/1256] Compiling d1_lib.cc
[567/1256] Compiling sha512-armv4-linux.S
[568/1256] Compiling sha512-586-apple.S
[569/1256] Compiling sha512-586-linux.S
[570/1256] Compiling sha256-x86_64-apple.S
[571/1256] Compiling sha256-x86_64-linux.S
[572/1256] Compiling sha256-armv8-win.S
[572/1256] Compiling sha256-armv8-apple.S
[574/1256] Compiling sha256-armv4-linux.S
[575/1256] Compiling sha256-armv8-linux.S
[576/1256] Compiling sha256-586-linux.S
[577/1256] Compiling sha256-586-apple.S
[578/1256] Compiling sha1-armv8-win.S
[579/1256] Compiling sha1-x86_64-apple.S
[580/1256] Compiling sha1-armv4-large-linux.S
[581/1256] Compiling sha1-armv8-apple.S
[582/1256] Compiling sha1-armv8-linux.S
[583/1256] Compiling sha1-x86_64-linux.S
[584/1256] Compiling sha1-586-linux.S
[585/1256] Compiling sha1-586-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 rsaz-avx2-apple.S
[590/1256] Compiling p256_beeu-x86_64-asm-linux.S
[591/1256] Compiling p256_beeu-x86_64-asm-apple.S
[592/1256] Compiling p256_beeu-armv8-asm-win.S
[593/1256] Compiling p256_beeu-armv8-asm-linux.S
[594/1256] Compiling p256_beeu-armv8-asm-apple.S
[595/1256] Compiling p256-x86_64-asm-apple.S
[596/1256] Compiling p256-x86_64-asm-linux.S
[597/1256] Compiling p256-armv8-asm-win.S
[598/1256] Compiling ghashv8-armv8-win.S
[598/1256] Compiling p256-armv8-asm-apple.S
[600/1256] Compiling p256-armv8-asm-linux.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_64-linux.S
[606/1256] Compiling ghash-x86-linux.S
[607/1256] Compiling ghash-ssse3-x86_64-linux.S
[608/1256] Compiling ghash-x86-apple.S
[609/1256] Compiling d1_both.cc
[610/1256] Compiling ghash-ssse3-x86_64-apple.S
[611/1256] Compiling ghash-ssse3-x86-apple.S
[612/1256] Compiling ghash-ssse3-x86-linux.S
[613/1256] Compiling ghash-neon-armv8-linux.S
[614/1256] Compiling ghash-armv4-linux.S
[615/1256] Compiling ghash-neon-armv8-apple.S
[616/1256] Compiling ghash-neon-armv8-win.S
[617/1256] Compiling co-586-linux.S
[618/1256] Compiling co-586-apple.S
[619/1256] Compiling bsaes-armv7-linux.S
[620/1256] Compiling bn-armv8-win.S
[621/1256] Compiling bn-586-linux.S
[622/1256] Compiling bn-armv8-linux.S
[623/1256] Compiling armv8-mont-win.S
[624/1256] Compiling bn-armv8-apple.S
[625/1256] Compiling bn-586-apple.S
[626/1256] Compiling armv8-mont-linux.S
[627/1256] Compiling aesv8-gcm-armv8-linux.S
[627/1256] Compiling aesv8-gcm-armv8-win.S
[629/1256] Compiling armv4-mont-linux.S
[629/1256] Compiling armv8-mont-apple.S
[629/1256] Compiling aesv8-armv8-linux.S
[629/1256] Compiling aesv8-armv8-win.S
[633/1256] Compiling aesv8-gcm-armv8-apple.S
[634/1256] Compiling aesv8-armv8-apple.S
[635/1256] Compiling aesni-x86_64-apple.S
[635/1256] Compiling aesv8-armv7-linux.S
[637/1256] Compiling aesni-gcm-x86_64-linux.S
[638/1256] Compiling aesni-x86-linux.S
[639/1256] Compiling aesni-x86-apple.S
[640/1256] Compiling aesni-x86_64-linux.S
[641/1256] Compiling aesni-gcm-x86_64-apple.S
[642/1256] Compiling x_x509.cc
[642/1256] Compiling x_sig.cc
[644/1256] Compiling x_pubkey.cc
[645/1256] Compiling x_x509a.cc
[646/1256] Compiling x_spki.cc
[646/1256] Compiling x_req.cc
[646/1256] Compiling x_val.cc
[649/1256] Compiling x_name.cc
[650/1256] Compiling x509spki.cc
[651/1256] Compiling x_crl.cc
[652/1256] Compiling x_algor.cc
[653/1256] Compiling x_exten.cc
[654/1256] Compiling x_attrib.cc
[655/1256] Compiling x_all.cc
[656/1256] Compiling x509rset.cc
[657/1256] Compiling x509name.cc
[658/1256] Compiling x509_txt.cc
[659/1256] Compiling x509_v3.cc
[660/1256] Compiling x509_vfy.cc
[661/1256] Compiling x509_vpm.cc
[662/1256] Compiling x509cset.cc
[663/1256] Compiling x509_req.cc
[664/1256] Compiling x509_set.cc
[664/1256] Compiling x509_trs.cc
[666/1256] Compiling x509_obj.cc
[667/1256] Compiling x509_lu.cc
[668/1256] Compiling x509.cc
[669/1256] Compiling x509_def.cc
[669/1256] Compiling x509_d2.cc
[670/1256] Compiling x509_ext.cc
[671/1256] Compiling x509_cmp.cc
[673/1256] Compiling x509_att.cc
[674/1256] Compiling v3_utl.cc
[675/1256] Compiling v3_pmaps.cc
[676/1256] Compiling v3_prn.cc
[677/1256] Compiling v3_ncons.cc
[678/1256] Compiling v3_purp.cc
[679/1256] Compiling v3_pcons.cc
[680/1256] Compiling v3_skey.cc
[681/1256] Compiling v3_ocsp.cc
[682/1256] Compiling v3_lib.cc
[683/1256] Compiling v3_int.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_crld.cc
[689/1256] Compiling v3_enum.cc
[690/1256] Compiling v3_cpols.cc
[691/1256] Compiling v3_conf.cc
[692/1256] Compiling v3_bitst.cc
[693/1256] Compiling v3_bcons.cc
[694/1256] Compiling v3_alt.cc
[695/1256] Compiling v3_akeya.cc
[696/1256] Compiling v3_akey.cc
[697/1256] Compiling t_x509a.cc
[698/1256] Compiling t_x509.cc
[699/1256] Compiling i2d_pr.cc
[700/1256] Compiling t_crl.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 algorithm.cc
[708/1256] Compiling voprf.cc
[709/1256] Compiling asn1_gen.cc
[710/1256] Compiling a_verify.cc
[711/1256] Compiling a_sign.cc
[712/1256] Compiling thread_none.cc
[712/1256] Compiling a_digest.cc
[714/1256] Compiling thread_pthread.cc
[715/1256] Compiling thread_win.cc
[716/1256] Compiling thread.cc
[717/1256] Compiling trust_token.cc
[718/1256] Compiling stack.cc
[719/1256] Compiling pmbtoken.cc
[720/1256] Compiling thash.cc
[721/1256] Compiling fors.cc
[722/1256] Compiling slhdsa.cc
[723/1256] Compiling sha512.cc
[723/1256] Compiling merkle.cc
[725/1256] Compiling wots.cc
[726/1256] Compiling sha256.cc
[727/1256] Compiling siphash.cc
[728/1256] Compiling sha1.cc
[729/1256] Compiling rc4.cc
[730/1256] Compiling rsa_print.cc
[731/1256] Compiling rsa_extra.cc
[732/1256] Compiling refcount.cc
[733/1256] Compiling windows.cc
[734/1256] Compiling rsa_asn1.cc
[735/1256] Compiling rsa_crypt.cc
[736/1256] Compiling trusty.cc
[737/1256] Compiling ios.cc
[738/1256] Compiling getentropy.cc
[738/1256] Compiling passive.cc
[740/1256] Compiling urandom.cc
[741/1256] Compiling poly1305_arm_asm.S
[742/1256] Compiling rand_extra.cc
[743/1256] Compiling deterministic.cc
[744/1256] Compiling fork_detect.cc
[745/1256] Compiling forkunsafe.cc
[746/1256] Compiling poly1305.cc
[747/1256] Compiling poly1305_arm.cc
[748/1256] Compiling pool.cc
[749/1256] Compiling poly1305_vec.cc
[750/1256] Compiling pkcs7.cc
[751/1256] Compiling pkcs8.cc
[752/1256] Compiling p5_pbev2.cc
[753/1256] Compiling pkcs7_x509.cc
[754/1256] Compiling pem_x509.cc
[755/1256] Compiling pkcs8_x509.cc
[756/1256] Compiling pem_xaux.cc
[757/1256] Compiling pem_pkey.cc
[758/1256] Compiling pem_oth.cc
[759/1256] Compiling obj_xref.cc
[760/1256] Compiling pem_pk8.cc
[761/1256] Compiling pem_all.cc
[762/1256] Compiling pem_info.cc
[763/1256] Compiling pem_lib.cc
[764/1256] Compiling mlkem.cc
[765/1256] Compiling obj.cc
[766/1256] Compiling md4.cc
[767/1256] Compiling lhash.cc
[768/1256] Compiling mem.cc
[769/1256] Compiling poly_rq_mul.S
[770/1256] Compiling fips_shared_support.cc
[771/1256] Compiling kyber.cc
[772/1256] Compiling mldsa.cc
[773/1256] Compiling md5.cc
[774/1256] Compiling keccak.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_rsa_asn1.cc
[783/1256] Compiling p_rsa.cc
[784/1256] Compiling p_x25519.cc
[785/1256] Compiling p_x25519_asn1.cc
[786/1256] Compiling p_hkdf.cc
[787/1256] Compiling p_ed25519_asn1.cc
[788/1256] Compiling p_ec_asn1.cc
[789/1256] Compiling p_ed25519.cc
[790/1256] Compiling p_ec.cc
[791/1256] Compiling p_dh.cc
[792/1256] Compiling p_dsa_asn1.cc
[793/1256] Compiling p_dh_asn1.cc
[794/1256] Compiling evp_asn1.cc
[795/1256] Compiling engine.cc
[796/1256] Compiling err.cc
[797/1256] Compiling evp_ctx.cc
[798/1256] Compiling ecdh_extra.cc
[799/1256] Compiling evp.cc
[800/1256] Compiling ecdsa_asn1.cc
[801/1256] Compiling hash_to_curve.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 digest_extra.cc
[808/1256] Compiling x25519-asm-arm.S
[809/1256] Compiling dh_asn1.cc
[810/1256] Compiling des.cc
[811/1256] Compiling spake25519.cc
[812/1256] Compiling crypto.cc
[813/1256] Compiling bcm.cc
[814/1256] Compiling cpu_arm_linux.cc
[815/1256] Compiling cpu_intel.cc
[816/1256] Compiling curve25519.cc
[817/1256] Compiling cpu_arm_freebsd.cc
[818/1256] Compiling cpu_aarch64_sysreg.cc
[819/1256] Compiling cpu_aarch64_win.cc
[820/1256] Compiling cpu_aarch64_openbsd.cc
[821/1256] Compiling cpu_aarch64_linux.cc
[822/1256] Compiling cpu_aarch64_apple.cc
[823/1256] Compiling cpu_aarch64_fuchsia.cc
[823/1256] Compiling curve25519_64_adx.cc
[825/1256] Compiling conf.cc
[826/1256] Compiling tls_cbc.cc
[827/1256] Compiling e_tls.cc
[828/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 unicode.cc
[835/1256] Compiling e_aesctrhmac.cc
[835/1256] Compiling cipher_extra.cc
[835/1256] Compiling chacha.cc
[836/1256] Compiling cbs.cc
[836/1256] Compiling e_aesgcmsiv.cc
[839/1256] Compiling cbb.cc
[841/1256] Compiling blake2.cc
[842/1256] Compiling ber.cc
[843/1256] Compiling bn_asn1.cc
[844/1256] Compiling buf.cc
[845/1256] Compiling socket.cc
[846/1256] Compiling asn1_compat.cc
[847/1256] Compiling socket_helper.cc
[848/1256] Compiling convert.cc
[849/1256] Compiling printf.cc
[850/1256] Compiling pair.cc
[851/1256] Compiling errno.cc
[852/1256] Compiling file.cc
[853/1256] Compiling hexdump.cc
[854/1256] Compiling fd.cc
[855/1256] Compiling bio_mem.cc
[856/1256] Compiling connect.cc
[857/1256] Compiling bio.cc
[858/1256] Compiling base64.cc
[859/1256] Compiling tasn_typ.cc
[860/1256] Compiling tasn_new.cc
[861/1256] Compiling tasn_fre.cc
[862/1256] Compiling posix_time.cc
[863/1256] Compiling tasn_utl.cc
[864/1256] Compiling f_string.cc
[865/1256] Compiling tasn_dec.cc
[866/1256] Compiling asn_pack.cc
[867/1256] Compiling tasn_enc.cc
[868/1256] Compiling f_int.cc
[869/1256] Compiling asn1_par.cc
[870/1256] Compiling a_utctm.cc
[871/1256] Compiling a_type.cc
[872/1256] Compiling asn1_lib.cc
[873/1256] Compiling a_time.cc
[874/1256] Compiling a_octet.cc
[875/1256] Compiling a_strex.cc
[876/1256] Compiling a_strnid.cc
[877/1256] Compiling a_mbstr.cc
[878/1256] Compiling a_dup.cc
[879/1256] Compiling a_object.cc
[880/1256] Compiling a_int.cc
[881/1256] Compiling a_i2d_fp.cc
[882/1256] Compiling a_d2i_fp.cc
[883/1256] Compiling fiat_p256_adx_sqr.S
[884/1256] Compiling fiat_p256_adx_mul.S
[885/1256] Compiling a_gentm.cc
[886/1256] Compiling a_bitstr.cc
[887/1256] Compiling fiat_curve25519_adx_mul.S
[888/1256] Compiling fiat_curve25519_adx_square.S
[889/1256] Compiling md5-x86_64-linux.S
[889/1256] Compiling a_bool.cc
[891/1256] Compiling md5-x86_64-apple.S
[892/1256] Compiling md5-586-apple.S
[893/1256] Compiling md5-586-linux.S
[894/1256] Compiling chacha20_poly1305_x86_64-apple.S
[895/1256] Compiling CCryptoBoringSSLShims shims.c
[896/1256] Compiling chacha20_poly1305_x86_64-linux.S
[897/1256] Compiling chacha20_poly1305_armv8-win.S
[898/1256] Compiling chacha20_poly1305_armv8-linux.S
[899/1256] Compiling err_data.cc
[900/1256] Compiling chacha20_poly1305_armv8-apple.S
[901/1256] Compiling chacha-x86_64-linux.S
[902/1256] Compiling chacha-x86-linux.S
[903/1256] Compiling chacha-x86_64-apple.S
[904/1256] Compiling chacha-x86-apple.S
[905/1256] Compiling chacha-armv8-linux.S
[906/1256] Compiling chacha-armv8-win.S
[907/1256] Compiling chacha-armv8-apple.S
[908/1256] Compiling chacha-armv4-linux.S
[909/1256] Compiling aes128gcmsiv-x86_64-apple.S
[910/1256] Compiling x86_64-mont5-apple.S
[911/1256] Compiling aes128gcmsiv-x86_64-linux.S
[912/1256] Compiling x86_64-mont5-linux.S
[913/1256] Compiling x86-mont-apple.S
[914/1256] Compiling x86_64-mont-linux.S
[915/1256] Compiling x86_64-mont-apple.S
[916/1256] Compiling x86-mont-linux.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-armv8-win.S
[921/1256] Compiling vpaes-x86-linux.S
[922/1256] Compiling vpaes-armv8-linux.S
[923/1256] Compiling vpaes-armv8-apple.S
[924/1256] Compiling vpaes-armv7-linux.S
[925/1256] Compiling sha512-x86_64-apple.S
[926/1256] Compiling sha512-armv8-win.S
[927/1256] Compiling sha512-x86_64-linux.S
[928/1256] Compiling sha512-armv8-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
[934/1256] Compiling sha256-armv8-win.S
[935/1256] Compiling sha256-x86_64-linux.S
[936/1256] Compiling sha256-armv8-linux.S
[937/1256] Compiling sha256-armv8-apple.S
[938/1256] Compiling sha256-armv4-linux.S
[939/1256] Compiling sha256-586-linux.S
[940/1256] Compiling sha256-586-apple.S
[941/1256] Compiling sha1-x86_64-apple.S
[942/1256] Compiling sha1-armv8-linux.S
[942/1256] Compiling sha1-armv8-win.S
[944/1256] Compiling sha1-armv4-large-linux.S
[945/1256] Compiling sha1-armv8-apple.S
[946/1256] Compiling sha1-x86_64-linux.S
[947/1256] Compiling sha1-586-linux.S
[948/1256] Compiling sha1-586-apple.S
[949/1256] Compiling rsaz-avx2-apple.S
[950/1256] Compiling rdrand-x86_64-linux.S
[951/1256] Compiling rsaz-avx2-linux.S
[952/1256] Compiling p256_beeu-x86_64-asm-linux.S
[953/1256] Compiling rdrand-x86_64-apple.S
[954/1256] Compiling p256_beeu-armv8-asm-apple.S
[955/1256] Compiling p256_beeu-armv8-asm-linux.S
[955/1256] Compiling p256_beeu-x86_64-asm-apple.S
[957/1256] Compiling p256_beeu-armv8-asm-win.S
[958/1256] Compiling p256-x86_64-asm-apple.S
[959/1256] Compiling p256-armv8-asm-win.S
[960/1256] Compiling p256-armv8-asm-apple.S
[961/1256] Compiling ghashv8-armv8-win.S
[962/1256] Compiling p256-armv8-asm-linux.S
[963/1256] Compiling p256-x86_64-asm-linux.S
[964/1256] Compiling ghashv8-armv8-linux.S
[965/1256] Compiling ghashv8-armv8-apple.S
[966/1256] Compiling ghashv8-armv7-linux.S
[967/1256] Compiling ghash-x86-linux.S
[968/1256] Compiling ghash-x86_64-apple.S
[969/1256] Compiling ghash-x86_64-linux.S
[970/1256] Compiling ghash-x86-apple.S
[971/1256] Compiling ghash-ssse3-x86_64-linux.S
[972/1256] Compiling ghash-ssse3-x86_64-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 co-586-linux.S
[978/1256] Compiling co-586-apple.S
[979/1256] Compiling ghash-armv4-linux.S
[980/1256] Compiling bsaes-armv7-linux.S
[981/1256] Compiling ghash-neon-armv8-apple.S
[982/1256] Compiling bn-armv8-win.S
[983/1256] Compiling bn-armv8-linux.S
[984/1256] Compiling bn-586-apple.S
[985/1256] Compiling bn-586-linux.S
[986/1256] Compiling bn-armv8-apple.S
[987/1256] Compiling armv8-mont-win.S
[988/1256] Compiling armv8-mont-linux.S
[989/1256] Compiling armv4-mont-linux.S
[990/1256] Compiling armv8-mont-apple.S
[991/1256] Compiling aesv8-armv8-win.S
[992/1256] Compiling aesv8-gcm-armv8-win.S
[993/1256] Compiling aesv8-gcm-armv8-linux.S
[994/1256] Compiling aesv8-gcm-armv8-apple.S
[995/1256] Compiling aesv8-armv8-linux.S
[996/1256] Compiling aesv8-armv8-apple.S
[997/1256] Compiling aesv8-armv7-linux.S
[998/1256] Compiling aesni-x86_64-linux.S
[999/1256] Compiling aesni-x86-linux.S
[999/1256] Compiling aesni-x86_64-apple.S
[1001/1256] Compiling aesni-x86-apple.S
[1002/1256] Compiling aesni-gcm-x86_64-linux.S
[1003/1256] Compiling aesni-gcm-x86_64-apple.S
[1004/1256] Compiling aes-gcm-avx10-x86_64-linux.S
[1005/1256] Compiling aes-gcm-avx10-x86_64-apple.S
[1006/1256] Compiling c-nioatomics.c
[1007/1256] Compiling x_x509.cc
[1007/1256] Compiling x_x509a.cc
[1009/1256] Compiling x_sig.cc
[1010/1256] Compiling x_req.cc
[1011/1256] Compiling x_val.cc
[1012/1256] Compiling x_pubkey.cc
[1013/1256] Compiling c-atomics.c
[1014/1256] Compiling x_spki.cc
[1015/1262] Compiling x_exten.cc
[1016/1262] Compiling x_crl.cc
[1017/1262] Compiling x_name.cc
[1018/1262] Compiling x509spki.cc
[1019/1262] Compiling x_attrib.cc
[1020/1262] Compiling x_algor.cc
[1021/1262] Compiling x_all.cc
[1023/1262] Compiling NIOConcurrencyHelpers NIOLock.swift
[1024/1262] Compiling NIOConcurrencyHelpers lock.swift
[1024/1262] Compiling x509rset.cc
[1025/1262] Compiling x509_vpm.cc
[1026/1262] Compiling x509cset.cc
[1028/1262] Emitting module NIOConcurrencyHelpers
[1029/1262] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1030/1262] Compiling NIOConcurrencyHelpers atomics.swift
[1030/1262] Compiling x509name.cc
[1032/1262] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1033/1263] Compiling x509_txt.cc
[1034/1263] Compiling x509_vfy.cc
[1035/1263] Compiling x509_v3.cc
[1036/1263] Compiling x509_set.cc
[1037/1263] Compiling x509_trs.cc
[1038/1289] Compiling x509_req.cc
[1039/1289] Compiling x509_obj.cc
[1040/1289] Compiling x509_def.cc
[1041/1289] Compiling x509_ext.cc
[1042/1289] Compiling x509_lu.cc
[1044/1289] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1045/1289] Compiling ConsoleKitTerminal ConsoleClear.swift
[1046/1289] Compiling ConsoleKitTerminal Console+Ask.swift
[1047/1289] Compiling ConsoleKitTerminal Console+Choose.swift
[1048/1292] Compiling ConsoleKitTerminal Console+Confirm.swift
[1049/1292] Compiling ConsoleKitTerminal Console+Input.swift
[1050/1292] Compiling ConsoleKitTerminal Console+Center.swift
[1051/1292] Compiling ConsoleKitTerminal Console+Output.swift
[1052/1292] Compiling ConsoleKitTerminal CustomActivity.swift
[1053/1292] Compiling ConsoleKitTerminal LoadingBar.swift
[1054/1292] Compiling ConsoleKitTerminal ProgressBar.swift
[1055/1292] Compiling ConsoleKitTerminal Console+Clear.swift
[1056/1292] Compiling ConsoleKitTerminal ActivityBar.swift
[1057/1292] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1058/1292] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1059/1292] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1059/1292] Compiling x509_d2.cc
[1060/1292] Compiling x509_cmp.cc
[1061/1292] Compiling x509_att.cc
[1063/1292] Emitting module ConsoleKitTerminal
[1064/1292] Compiling ConsoleKitTerminal Console+Wait.swift
[1065/1292] Compiling ConsoleKitTerminal ConsoleColor.swift
[1066/1292] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1066/1292] Compiling x509.cc
[1068/1292] Compiling ConsoleKitTerminal Console.swift
[1069/1292] Compiling ConsoleKitTerminal Terminal.swift
[1070/1292] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1071/1292] Compiling ConsoleKitTerminal ConsoleText.swift
[1072/1292] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1073/1292] Compiling ConsoleKitTerminal ANSI.swift
[1073/1292] Compiling v3_utl.cc
[1074/1292] Compiling v3_purp.cc
[1075/1292] Compiling v3_skey.cc
[1076/1292] Compiling v3_prn.cc
[1077/1292] Compiling v3_pmaps.cc
[1078/1292] Compiling v3_pcons.cc
[1078/1292] Compiling v3_ocsp.cc
[1081/1292] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1082/1292] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1083/1292] Compiling ConsoleKitTerminal LoggerFragment.swift
[1084/1293] Compiling v3_int.cc
[1085/1293] Compiling v3_lib.cc
[1086/1293] Compiling v3_ncons.cc
[1087/1293] Compiling v3_genn.cc
[1088/1293] Compiling v3_ia5.cc
[1088/1293] Compiling v3_extku.cc
[1090/1293] Compiling v3_info.cc
[1091/1293] Compiling v3_enum.cc
[1092/1293] Compiling v3_crld.cc
[1093/1293] Compiling v3_cpols.cc
[1094/1293] Compiling v3_bcons.cc
[1095/1293] Compiling v3_bitst.cc
[1096/1306] Compiling v3_conf.cc
[1097/1315] Compiling v3_akeya.cc
[1097/1315] Compiling v3_alt.cc
[1099/1315] Compiling v3_akey.cc
[1101/1315] Emitting module ConsoleKitCommands
[1101/1317] Compiling t_x509a.cc
[1103/1317] Compiling ConsoleKitCommands CommandGroup.swift
[1104/1317] Compiling ConsoleKitCommands CommandInput.swift
[1105/1317] Compiling ConsoleKitCommands Commands.swift
[1105/1317] Compiling t_x509.cc
[1107/1317] Compiling ConsoleKitCommands CommandSignature.swift
[1108/1317] Compiling ConsoleKitCommands Flag.swift
[1109/1317] Compiling ConsoleKitCommands Option.swift
[1110/1317] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1111/1317] Compiling ConsoleKitCommands AsyncCommand.swift
[1112/1317] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1113/1317] Compiling ConsoleKitCommands AsyncCommands.swift
[1114/1317] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1115/1317] Compiling ConsoleKitCommands AnyCommand.swift
[1115/1317] Compiling t_crl.cc
[1117/1317] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1118/1317] Compiling ConsoleKitCommands Utilities.swift
[1118/1317] Compiling i2d_pr.cc
[1120/1317] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1121/1317] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1122/1317] Compiling ConsoleKitCommands Argument.swift
[1122/1317] Compiling t_req.cc
[1123/1317] Compiling rsa_pss.cc
[1124/1317] Compiling policy.cc
[1125/1317] Compiling name_print.cc
[1126/1317] Compiling by_file.cc
[1127/1317] Compiling by_dir.cc
[1128/1317] Compiling algorithm.cc
[1129/1317] Compiling a_verify.cc
[1130/1317] Compiling asn1_gen.cc
[1131/1317] Compiling a_digest.cc
[1132/1317] Compiling a_sign.cc
[1133/1317] Compiling voprf.cc
[1134/1317] Compiling thread_win.cc
[1135/1317] Compiling thread_pthread.cc
[1137/1317] Compiling ConsoleKitCommands Console+Run.swift
[1138/1317] Compiling ConsoleKitCommands ConsoleError.swift
[1139/1317] Compiling ConsoleKitCommands Completion.swift
[1140/1317] Compiling ConsoleKitCommands Command.swift
[1141/1317] Compiling ConsoleKitCommands CommandContext.swift
[1142/1317] Compiling ConsoleKitCommands CommandError.swift
[1142/1317] Compiling thread_none.cc
[1143/1317] Compiling thread.cc
[1144/1318] Compiling trust_token.cc
[1146/1318] Compiling stack.cc
[1147/1318] Compiling pmbtoken.cc
[1148/1318] Compiling wots.cc
[1149/1318] Compiling thash.cc
[1150/1318] Compiling fors.cc
[1151/1318] Compiling merkle.cc
[1152/1318] Compiling slhdsa.cc
[1153/1318] Compiling sha512.cc
[1154/1318] Compiling siphash.cc
[1155/1318] Compiling sha256.cc
[1156/1320] Compiling sha1.cc
[1157/1320] Compiling rsa_extra.cc
[1158/1320] Compiling rsa_print.cc
[1159/1320] Compiling rc4.cc
[1160/1320] Compiling refcount.cc
[1162/1320] Compiling ConsoleKit Exports.swift
[1163/1320] Emitting module ConsoleKit
[1163/1321] Compiling rsa_asn1.cc
[1163/1321] Compiling rsa_crypt.cc
[1166/1321] Compiling windows.cc
[1167/1321] Compiling trusty.cc
[1168/1321] Compiling rand_extra.cc
[1169/1321] Compiling urandom.cc
[1170/1321] Compiling passive.cc
[1171/1321] Compiling ios.cc
[1172/1321] Compiling getentropy.cc
[1173/1321] Compiling poly1305_arm_asm.S
[1174/1321] Compiling deterministic.cc
[1175/1321] Compiling forkunsafe.cc
[1176/1321] Compiling fork_detect.cc
[1177/1321] Compiling pool.cc
[1178/1321] Compiling poly1305.cc
[1179/1321] Compiling poly1305_arm.cc
[1180/1321] Compiling poly1305_vec.cc
[1181/1321] Compiling pkcs7.cc
[1182/1321] Compiling pkcs8_x509.cc
[1183/1321] Compiling pkcs8.cc
[1184/1321] Compiling p5_pbev2.cc
[1185/1321] Compiling pkcs7_x509.cc
[1186/1321] Compiling pem_xaux.cc
[1186/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_oth.cc
[1192/1321] Compiling mlkem.cc
[1193/1321] Compiling pem_info.cc
[1194/1321] Compiling obj.cc
[1195/1321] Compiling pem_lib.cc
[1196/1321] Compiling pem_all.cc
[1197/1321] Compiling mldsa.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 hpke.cc
[1207/1321] Compiling hrss.cc
[1208/1321] Compiling sign.cc
[1209/1321] Compiling scrypt.cc
[1210/1321] Compiling pbkdf.cc
[1211/1321] Compiling print.cc
[1212/1321] Compiling p_x25519.cc
[1213/1321] Compiling p_x25519_asn1.cc
[1214/1321] Compiling p_rsa_asn1.cc
[1215/1321] Compiling p_rsa.cc
[1216/1321] Compiling p_hkdf.cc
[1217/1321] Compiling p_ed25519.cc
[1218/1321] Compiling p_ed25519_asn1.cc
[1219/1321] Compiling p_ec_asn1.cc
[1220/1321] Compiling p_ec.cc
[1221/1321] Compiling p_dh.cc
[1222/1321] Compiling p_dsa_asn1.cc
[1223/1321] Compiling p_dh_asn1.cc
[1224/1321] Compiling evp_ctx.cc
[1225/1321] Compiling evp_asn1.cc
[1226/1321] Compiling evp.cc
[1227/1321] Compiling err.cc
[1228/1321] Compiling engine.cc
[1229/1321] Compiling ecdh_extra.cc
[1230/1321] Compiling ecdsa_asn1.cc
[1231/1321] Compiling hash_to_curve.cc
[1232/1321] Compiling ec_derive.cc
[1233/1321] Compiling ec_asn1.cc
[1234/1321] Compiling dsa_asn1.cc
[1235/1321] Compiling dsa.cc
[1236/1321] Compiling params.cc
[1237/1321] Compiling digest_extra.cc
[1238/1321] Compiling x25519-asm-arm.S
[1239/1321] Compiling dh_asn1.cc
[1240/1321] Compiling des.cc
[1241/1321] Compiling spake25519.cc
[1242/1321] Compiling crypto.cc
[1243/1321] Compiling cpu_intel.cc
[1244/1321] Compiling cpu_arm_linux.cc
[1245/1321] Compiling cpu_arm_freebsd.cc
[1246/1321] Compiling curve25519.cc
[1247/1321] Compiling cpu_aarch64_win.cc
[1248/1321] Compiling cpu_aarch64_openbsd.cc
[1249/1321] Compiling cpu_aarch64_sysreg.cc
[1250/1321] Compiling cpu_aarch64_linux.cc
[1251/1321] Compiling curve25519_64_adx.cc
[1252/1321] Compiling cpu_aarch64_fuchsia.cc
[1253/1321] Compiling cpu_aarch64_apple.cc
[1254/1321] Compiling conf.cc
[1255/1321] Compiling tls_cbc.cc
[1256/1321] Compiling bcm.cc
[1257/1321] Compiling e_rc4.cc
[1257/1321] Compiling e_tls.cc
[1259/1321] Compiling e_rc2.cc
[1260/1321] Compiling e_null.cc
[1261/1321] Compiling e_des.cc
[1262/1321] Compiling e_chacha20poly1305.cc
[1263/1321] Compiling derive_key.cc
[1264/1321] Compiling e_aesgcmsiv.cc
[1265/1321] Compiling e_aesctrhmac.cc
[1266/1321] Compiling cipher_extra.cc
[1267/1321] Compiling chacha.cc
[1267/1321] Compiling unicode.cc
[1269/1321] Compiling ber.cc
[1270/1321] Compiling cbs.cc
[1271/1321] Compiling buf.cc
[1272/1321] Compiling asn1_compat.cc
[1273/1321] Compiling cbb.cc
[1274/1321] Compiling bn_asn1.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 fd.cc
[1282/1321] Compiling errno.cc
[1283/1321] Compiling bio_mem.cc
[1284/1321] Compiling bio.cc
[1285/1321] Compiling base64.cc
[1286/1321] Compiling tasn_fre.cc
[1287/1321] Compiling tasn_typ.cc
[1288/1321] Compiling tasn_utl.cc
[1289/1321] Compiling tasn_new.cc
[1290/1321] Compiling tasn_enc.cc
[1291/1321] Compiling posix_time.cc
[1292/1321] Compiling f_string.cc
[1293/1321] Compiling tasn_dec.cc
[1294/1321] Compiling f_int.cc
[1295/1321] Compiling asn_pack.cc
[1296/1321] Compiling asn1_par.cc
[1297/1321] Compiling a_utctm.cc
[1298/1321] Compiling asn1_lib.cc
[1299/1321] Compiling a_type.cc
[1300/1321] Compiling a_time.cc
[1301/1321] Compiling a_strnid.cc
[1302/1321] Compiling a_octet.cc
[1303/1321] Compiling a_strex.cc
[1304/1321] Compiling a_object.cc
[1305/1321] Compiling a_mbstr.cc
[1306/1321] Compiling a_i2d_fp.cc
[1307/1321] Write sources
[1308/1321] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1309/1321] Write sources
[1310/1321] Compiling a_int.cc
[1311/1321] Write sources
[1314/1321] Compiling a_gentm.cc
[1315/1321] Write sources
[1317/1321] Compiling a_dup.cc
[1318/1321] Compiling a_d2i_fp.cc
[1319/1321] Compiling a_bool.cc
[1320/1340] Compiling a_bitstr.cc
[1322/1418] Compiling Algorithms EitherSequence.swift
[1323/1418] Compiling Algorithms FirstNonNil.swift
[1324/1428] Compiling Algorithms AdjacentPairs.swift
[1325/1428] Compiling Algorithms Chain.swift
[1326/1428] Compiling Algorithms Chunked.swift
[1327/1428] Compiling Atomics IntegerOperations.swift
[1328/1428] Compiling Atomics Unmanaged extensions.swift
[1329/1428] Emitting module BitCollections
[1330/1435] Compiling Algorithms Permutations.swift
[1331/1435] Compiling Algorithms Product.swift
[1332/1435] Compiling Algorithms Keyed.swift
[1333/1435] Compiling Algorithms MinMax.swift
[1334/1435] Compiling Algorithms Partition.swift
[1335/1435] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1336/1435] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1337/1435] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1338/1435] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1339/1435] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1340/1435] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1341/1435] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1342/1435] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1343/1435] Compiling BitCollections BitSet+CustomReflectable.swift
[1344/1435] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1345/1435] Compiling BitCollections BitSet+Equatable.swift
[1346/1435] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1347/1435] Compiling BitCollections BitSet+Extras.swift
[1348/1435] Compiling BitCollections BitSet+Hashable.swift
[1349/1435] Compiling BitCollections BitSet+Initializers.swift
[1350/1435] Compiling BitCollections BitSet+Invariants.swift
[1351/1435] Compiling BitCollections BitSet+Random.swift
[1352/1435] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1353/1435] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1354/1435] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1355/1435] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1356/1435] Compiling Algorithms FlattenCollection.swift
[1357/1435] Compiling Algorithms Grouped.swift
[1358/1435] Compiling Algorithms Indexed.swift
[1359/1435] Compiling Algorithms Intersperse.swift
[1360/1435] Compiling Algorithms Joined.swift
[1364/1435] Compiling CryptoBoringWrapper RandomBytes.swift
[1365/1435] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1366/1435] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1367/1435] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1368/1435] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1369/1435] Compiling BitCollections BitSet+SetAlgebra union.swift
[1370/1435] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1371/1435] Compiling BitCollections BitSet.Counted.swift
[1372/1435] Compiling Algorithms Split.swift
[1373/1435] Compiling Algorithms Stride.swift
[1374/1435] Compiling Algorithms Suffix.swift
[1377/1435] Compiling Algorithms Rotate.swift
[1378/1438] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1379/1438] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1380/1438] Emitting module CryptoBoringWrapper
[1381/1438] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1382/1438] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1383/1438] Compiling CryptoBoringWrapper EllipticCurve.swift
[1384/1438] Compiling BitCollections BitSet.Index.swift
[1385/1438] Compiling BitCollections BitSet._UnsafeHandle.swift
[1386/1438] Compiling BitCollections BitSet.swift
[1387/1438] Compiling BitCollections Range+Utilities.swift
[1388/1438] Compiling BitCollections Slice+Utilities.swift
[1389/1438] Compiling BitCollections UInt+Tricks.swift
[1390/1438] Compiling BitCollections _Word.swift
[1397/1438] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1410/1439] Compiling Algorithms Combinations.swift
[1411/1439] Compiling Algorithms Compacted.swift
[1412/1439] Compiling Algorithms Cycle.swift
[1416/1440] Compiling Algorithms Trim.swift
[1417/1440] Compiling Algorithms Unique.swift
[1418/1440] Compiling Algorithms Windows.swift
[1427/1513] Compiling Crypto HPKE-Ciphersuite.swift
[1428/1513] Compiling Crypto HPKE-KDF.swift
[1429/1513] Compiling Crypto HPKE-KexKeyDerivation.swift
[1430/1513] Compiling Crypto HPKE-LabeledExtract.swift
[1431/1513] Emitting module Collections
[1432/1513] Compiling Collections Collections.swift
[1434/1514] Compiling Crypto HPKE-KEM.swift
[1435/1514] Compiling Crypto HPKE-Errors.swift
[1437/1514] Compiling Crypto HPKE-Utils.swift
[1438/1514] Compiling Crypto DHKEM.swift
[1439/1514] Compiling Crypto HPKE.swift
[1440/1514] Compiling Crypto HPKE-Context.swift
[1441/1514] Compiling Crypto HPKE-KeySchedule.swift
[1442/1514] Emitting module Atomics
[1450/1515] Compiling Crypto HPKE-KEM-Curve25519.swift
[1451/1515] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1454/1583] Compiling NIOCore MarkedCircularBuffer.swift
[1455/1583] Compiling NIOCore MulticastChannel.swift
[1456/1583] Compiling NIOCore NIOAny.swift
[1457/1583] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1458/1583] Compiling NIOCore NIOLoopBound.swift
[1459/1583] Compiling NIOCore NIOScheduledCallback.swift
[1460/1583] Compiling NIOCore NIOSendable.swift
[1461/1583] Compiling NIOCore RecvByteBufferAllocator.swift
[1462/1583] Compiling Crypto ECDSA.swift
[1463/1583] Compiling Crypto Ed25519.swift
[1464/1583] Emitting module Algorithms
[1465/1584] Emitting module Crypto
[1467/1584] Compiling NIOCore AsyncAwaitSupport.swift
[1468/1584] Compiling NIOCore AsyncChannel.swift
[1469/1584] Compiling NIOCore AsyncChannelHandler.swift
[1470/1584] Compiling NIOCore AsyncChannelInboundStream.swift
[1471/1584] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1472/1584] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1473/1584] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1474/1584] Compiling NIOCore NIOAsyncWriter.swift
[1475/1584] Compiling NIOCore EventLoop.swift
[1476/1584] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1477/1584] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1478/1584] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1479/1584] Compiling NIOCore EventLoopFuture.swift
[1480/1584] Compiling NIOCore FileDescriptor.swift
[1481/1584] Compiling NIOCore FileHandle.swift
[1482/1584] Compiling NIOCore FileRegion.swift
[1483/1584] Compiling NIOCore ByteBuffer-multi-int.swift
[1484/1584] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1485/1584] Compiling NIOCore ByteBuffer-views.swift
[1486/1584] Compiling NIOCore Channel.swift
[1487/1584] Compiling NIOCore EventLoop+Deprecated.swift
[1488/1584] Compiling NIOCore EventLoop+SerialExecutor.swift
[1489/1584] Compiling NIOCore GlobalSingletons.swift
[1490/1584] Compiling NIOCore IO.swift
[1491/1584] Compiling NIOCore IOData.swift
[1492/1584] Compiling NIOCore IPProtocol.swift
[1493/1584] Compiling NIOCore IntegerBitPacking.swift
[1494/1584] Compiling NIOCore IntegerTypes.swift
[1495/1584] Compiling NIOCore Interfaces.swift
[1496/1584] Compiling NIOCore Linux.swift
[1497/1584] Compiling NIOCore ChannelHandler.swift
[1498/1584] Compiling NIOCore ChannelHandlers.swift
[1499/1584] Compiling NIOCore ChannelInvoker.swift
[1500/1584] Compiling NIOCore ChannelOption.swift
[1501/1584] Compiling NIOCore ChannelPipeline.swift
[1502/1584] Compiling NIOCore CircularBuffer.swift
[1503/1584] Compiling NIOCore Codec.swift
[1504/1584] Compiling NIOCore ConvenienceOptionSupport.swift
[1505/1584] Compiling NIOCore DeadChannel.swift
[1506/1584] Compiling NIOCore DispatchQueue+WithFuture.swift
[1507/1584] Compiling Crypto ASN1Identifier.swift
[1508/1584] Compiling Crypto ASN1Integer.swift
[1509/1584] Compiling Crypto ASN1Null.swift
[1510/1584] Compiling Crypto ASN1OctetString.swift
[1511/1584] Compiling Crypto ASN1Strings.swift
[1512/1584] Compiling Crypto ArraySliceBigint.swift
[1513/1584] Compiling Crypto GeneralizedTime.swift
[1514/1584] Compiling Crypto ObjectIdentifier.swift
[1515/1584] Compiling Crypto ECDSASignature.swift
[1516/1584] Compiling Crypto PEMDocument.swift
[1517/1584] Compiling Crypto Signature.swift
[1518/1584] Compiling Crypto CryptoKitErrors_boring.swift
[1519/1584] Compiling Crypto RNG_boring.swift
[1520/1584] Compiling Crypto SafeCompare_boring.swift
[1521/1584] Compiling Crypto Zeroization_boring.swift
[1522/1584] Compiling Crypto PrettyBytes.swift
[1523/1584] Compiling Crypto SafeCompare.swift
[1524/1584] Compiling Crypto SecureBytes.swift
[1525/1584] Compiling Crypto Zeroization.swift
[1543/1674] Compiling _CryptoExtras ECToolbox.swift
[1544/1674] Compiling _CryptoExtras HashToField.swift
[1545/1674] Compiling _CryptoExtras KDF.swift
[1546/1674] Compiling _CryptoExtras PBKDF2_boring.swift
[1547/1678] Compiling _CryptoExtras PBKDF2_commoncrypto.swift
[1548/1678] Compiling _CryptoExtras PBKDF2.swift
[1549/1678] Compiling _CryptoExtras Scrypt_boring.swift
[1550/1678] Compiling _CryptoExtras Scrypt.swift
[1551/1678] Compiling _CryptoExtras OPRF.swift
[1552/1678] Compiling _CryptoExtras OPRFClient.swift
[1553/1678] Compiling _CryptoExtras OPRFServer.swift
[1554/1678] Compiling _CryptoExtras VOPRF+API.swift
[1555/1678] Compiling _CryptoExtras VOPRFClient.swift
[1556/1678] Compiling _CryptoExtras VOPRFServer.swift
[1563/1684] Compiling APNSCore Logging.swift
[1564/1684] Compiling APNSCore P256.Signing.PrivateKey+PrivateFilePath.swift
[1565/1684] Compiling APNSCore APNSClient+VoIP.swift
[1566/1684] Compiling APNSCore APNSVoIPNotification.swift
[1567/1684] Compiling _CryptoExtras CryptoKitErrors_boring.swift
[1568/1684] Compiling _CryptoExtras DigestType.swift
[1569/1684] Compiling _CryptoExtras Error.swift
[1570/1684] Compiling _CryptoExtras I2OSP.swift
[1571/1684] Compiling _CryptoExtras IntegerEncoding.swift
[1572/1684] Compiling _CryptoExtras PEMDocument.swift
[1573/1684] Compiling _CryptoExtras AES_CBC.swift
[1574/1684] Compiling _CryptoExtras AES_CFB.swift
[1575/1684] Compiling _CryptoExtras AES_CTR.swift
[1576/1684] Compiling _CryptoExtras AES_GCM_SIV.swift
[1577/1684] Compiling _CryptoExtras Block Function.swift
[1578/1684] Compiling _CryptoExtras ChaCha20CTR.swift
[1579/1684] Compiling _CryptoExtras ECToolbox_boring.swift
[1586/1684] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1587/1684] Compiling NIOCore SocketAddresses.swift
[1588/1684] Compiling NIOCore SocketOptionProvider.swift
[1589/1684] Compiling NIOCore SystemCallHelpers.swift
[1590/1684] Compiling NIOCore TimeAmount+Duration.swift
[1591/1684] Compiling NIOCore TypeAssistedChannelHandler.swift
[1592/1684] Compiling NIOCore UniversalBootstrapSupport.swift
[1593/1684] Compiling NIOCore Utilities.swift
[1594/1684] Emitting module _CryptoExtras
[1599/1684] Compiling _CryptoExtras BoringSSLHelpers.swift
[1608/1684] Compiling _CryptoExtras AES_CFB_boring.swift
[1609/1684] Compiling _CryptoExtras AES_CTR_boring.swift
[1610/1684] Compiling _CryptoExtras AES_GCM_SIV_boring.swift
[1611/1684] Compiling _CryptoExtras ARC+API.swift
[1612/1684] Compiling _CryptoExtras ARCRequest.swift
[1613/1684] Compiling _CryptoExtras ARCResponse.swift
[1614/1684] Compiling _CryptoExtras ARCServer.swift
[1615/1684] Compiling _CryptoExtras ChaCha20CTR_boring.swift
[1621/1684] Compiling _CryptoExtras ARC.swift
[1622/1684] Compiling _CryptoExtras ARCCredential.swift
[1623/1684] Compiling _CryptoExtras ARCEncoding.swift
[1624/1684] Compiling _CryptoExtras ARCPrecredential.swift
[1625/1684] Compiling _CryptoExtras ARCPresentation.swift
[1639/1684] Compiling _CryptoExtras PrettyBytes.swift
[1640/1684] Compiling _CryptoExtras SubjectPublicKeyInfo.swift
[1641/1684] Compiling _CryptoExtras DLEQ.swift
[1642/1684] Compiling _CryptoExtras Prover.swift
[1643/1684] Compiling _CryptoExtras Verifier.swift
[1644/1684] Compiling _CryptoExtras ZKPToolbox.swift
[1662/1684] Emitting module NIOCore
[1664/1736] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1665/1736] Emitting module NIOEmbedded
[1666/1736] Compiling NIOEmbedded Embedded.swift
[1667/1736] Compiling NIOEmbedded AsyncTestingChannel.swift
[1668/1737] Compiling NIOPosix IO.swift
[1669/1737] Compiling NIOPosix IntegerBitPacking.swift
[1670/1737] Compiling NIOPosix IntegerTypes.swift
[1671/1737] Compiling NIOPosix Linux.swift
[1672/1737] Compiling NIOPosix LinuxCPUSet.swift
[1673/1737] Compiling NIOPosix LinuxUring.swift
[1674/1737] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1676/1743] Compiling NIOPosix ThreadPosix.swift
[1677/1743] Compiling NIOPosix ThreadWindows.swift
[1678/1743] Compiling NIOPosix UnsafeTransfer.swift
[1679/1743] Compiling NIOPosix Utilities.swift
[1680/1743] Compiling NIOPosix VsockAddress.swift
[1681/1743] Compiling NIOPosix VsockChannelEvents.swift
[1682/1743] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1683/1743] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1684/1743] Compiling NIOPosix PosixSingletons.swift
[1685/1743] Compiling NIOPosix RawSocketBootstrap.swift
[1686/1743] Compiling NIOPosix Resolver.swift
[1687/1743] Compiling NIOPosix Selectable.swift
[1688/1743] Emitting module NIOPosix
[1689/1743] Compiling NIOPosix SelectableChannel.swift
[1690/1743] Compiling NIOPosix SelectableEventLoop.swift
[1691/1743] Compiling NIOPosix SelectorEpoll.swift
[1692/1743] Compiling NIOPosix SelectorGeneric.swift
[1693/1743] Compiling NIOPosix SelectorKqueue.swift
[1694/1743] Compiling NIOPosix SelectorUring.swift
[1695/1743] Compiling NIOPosix ServerSocket.swift
[1696/1743] Compiling NIOPosix Socket.swift
[1697/1743] Compiling NIOPosix SocketChannel.swift
[1698/1743] Compiling NIOPosix SocketProtocols.swift
[1699/1743] Compiling NIOPosix System.swift
[1700/1743] Compiling NIOPosix Thread.swift
[1701/1743] Compiling NIOPosix Errors+Any.swift
[1702/1743] Compiling NIOPosix FileDescriptor.swift
[1703/1743] Compiling NIOPosix GetaddrinfoResolver.swift
[1704/1743] Compiling NIOPosix HappyEyeballs.swift
[1706/1743] Compiling NIOPosix BaseSocketChannel.swift
[1707/1743] Compiling NIOPosix BaseStreamSocketChannel.swift
[1708/1743] Compiling NIOPosix Bootstrap.swift
[1709/1743] Compiling NIOPosix ControlMessage.swift
[1710/1743] Compiling NIOPosix DatagramVectorReadManager.swift
[1716/1743] Compiling NIOPosix BSDSocketAPICommon.swift
[1717/1743] Compiling NIOPosix BSDSocketAPIPosix.swift
[1718/1743] Compiling NIOPosix BSDSocketAPIWindows.swift
[1719/1743] Compiling NIOPosix BaseSocket.swift
[1720/1743] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1730/1743] Emitting module APNSCore
[1732/1744] Compiling NIOPosix NIOThreadPool.swift
[1733/1744] Compiling NIOPosix NonBlockingFileIO.swift
[1734/1744] Compiling NIOPosix PendingDatagramWritesManager.swift
[1735/1744] Compiling NIOPosix PendingWritesManager.swift
[1736/1744] Compiling NIOPosix PipeChannel.swift
[1737/1744] Compiling NIOPosix PipePair.swift
[1738/1744] Compiling NIOPosix Pool.swift
[1740/1804] Compiling NIO Exports.swift
[1741/1804] Emitting module NIO
[1742/1804] Compiling _NIOFileSystem ByteCount.swift
[1743/1804] Compiling _NIOFileSystem Convenience.swift
[1744/1804] Compiling _NIOFileSystem DirectoryEntries.swift
[1746/1807] Compiling _NIOFileSystem ArraySlice+FileSystem.swift
[1747/1807] Compiling _NIOFileSystem BufferedReader.swift
[1748/1807] Compiling _NIOFileSystem BufferedWriter.swift
[1749/1817] Compiling AsyncKit Future+Miscellaneous.swift
[1750/1817] Compiling AsyncKit Future+Nonempty.swift
[1751/1817] Compiling AsyncKit Future+Optional.swift
[1752/1818] Compiling AsyncKit Future+Transform.swift
[1753/1818] Compiling AsyncKit Future+Try.swift
[1754/1818] Compiling AsyncKit FutureOperators.swift
[1755/1879] Compiling SQLKit SQLReturningBuilder.swift
[1756/1879] Compiling SQLKit SQLSecondaryPredicateBuilder.swift
[1757/1879] Compiling SQLKit SQLSubqueryClauseBuilder.swift
[1758/1938] Compiling NIOTLS TLSEvents.swift
[1759/1938] Emitting module NIOTLS
[1760/1938] Compiling SQLKit SQLDropEnumBuilder.swift
[1761/1938] Compiling SQLKit SQLDropIndexBuilder.swift
[1762/1938] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1763/1938] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1764/1938] Compiling SQLKit SQLInsertBuilder.swift
[1765/1938] Compiling SQLKit SQLPredicateGroupBuilder.swift
[1766/1938] Compiling SQLKit SQLRawBuilder.swift
[1767/1938] Compiling SQLKit SQLSecondaryPredicateGroupBuilder.swift
[1768/1938] Compiling SQLKit SQLSelectBuilder.swift
[1769/1938] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1770/1942] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1771/1942] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1772/1942] Compiling NIOSOCKS SOCKSResponse.swift
[1773/1942] Emitting module NIOSOCKS
[1774/1943] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1775/1943] Compiling NIOSOCKS ClientStateMachine.swift
[1776/1943] Compiling SQLKit SQLQueryFetcher.swift
[1778/1943] Compiling SQLKit SQLPredicateBuilder.swift
[1779/1943] Compiling SQLKit SQLQueryBuilder.swift
[1780/1943] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1781/1943] Compiling NIOTLS SNIHandler.swift
[1784/1944] Compiling SQLKit SQLUnqualifiedColumnListBuilder.swift
[1785/1944] Compiling SQLKit SQLDatabase.swift
[1786/1944] Compiling NIOSOCKS ServerStateMachine.swift
[1789/1945] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1790/1945] Emitting module NIOFoundationCompat
[1792/1946] Compiling SQLKit SQLSubqueryBuilder.swift
[1793/1946] Compiling SQLKit SQLUnionBuilder.swift
[1794/1946] Compiling SQLKit SQLUpdateBuilder.swift
[1795/1946] Compiling SQLKit SQLAliasedColumnListBuilder.swift
[1796/1947] Compiling SQLKit SQLAlterEnumBuilder.swift
[1797/1947] Compiling SQLKit SQLAlterTableBuilder.swift
[1798/1965] Emitting module NIOHTTP1
[1799/1977] Compiling NIOSSL NIOSSLHandler.swift
[1800/1977] Compiling NIOSSL SSLCertificate.swift
[1801/1997] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1802/1997] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1803/1999] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1804/1999] Compiling NIOTransportServices NIOTSBootstraps.swift
[1805/1999] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1806/1999] Compiling NIOTransportServices NIOTSSingletons.swift
[1807/1999] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1808/1999] Compiling NIOTransportServices StateManagedChannel.swift
[1809/1999] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1810/1999] Compiling SQLKit SQLDropIndex.swift
[1811/1999] Compiling SQLKit SQLDropTable.swift
[1812/1999] Compiling SQLKit SQLDropTrigger.swift
[1813/1999] Compiling SQLKit SQLInsert.swift
[1814/1999] Compiling SQLKit SQLSelect.swift
[1815/1999] Compiling SQLKit SQLUnion.swift
[1816/1999] Compiling SQLKit SQLUpdate.swift
[1817/1999] Compiling SQLKit SQLExpression.swift
[1818/1999] Compiling SQLKit SQLSerializer.swift
[1819/1999] Compiling SQLKit SQLStatement.swift
[1820/1999] Compiling SQLKit SQLBinaryExpression.swift
[1821/1999] Compiling SQLKit SQLBinaryOperator.swift
[1822/1999] Compiling SQLKit SQLBind.swift
[1824/2011] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1825/2011] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1826/2013] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1827/2013] Compiling NIOTransportServices NIOTSErrors.swift
[1828/2013] Compiling NIOTransportServices NIOTSEventLoop.swift
[1829/2013] Emitting module NIOTransportServices
[1830/2013] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1831/2013] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1832/2013] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1838/2013] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1839/2013] Compiling SQLKit SQLQueryBuilders+Deprecated.swift
[1840/2013] Compiling SQLKit Exports.swift
[1841/2013] Compiling SQLKit SQLAlias.swift
[1842/2013] Compiling SQLKit SQLBetween.swift
[1843/2013] Compiling SQLKit SQLColumn.swift
[1844/2013] Compiling SQLKit SQLConstraint.swift
[1845/2013] Compiling SQLKit SQLDataType.swift
[1846/2013] Compiling SQLKit SQLDirection.swift
[1847/2013] Compiling SQLKit SQLDistinct.swift
[1848/2013] Compiling SQLKit SQLForeignKeyAction.swift
[1849/2013] Compiling SQLKit SQLNestedSubpathExpression.swift
[1850/2013] Compiling SQLKit SQLQualifiedTable.swift
[1851/2013] Compiling SQLKit SQLQueryString.swift
[1852/2013] Compiling NIOTransportServices AcceptHandler.swift
[1853/2013] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1854/2013] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1858/2013] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1859/2013] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1860/2014] Compiling SQLKit SQLAlterColumnDefinitionType.swift
[1861/2014] Compiling SQLKit SQLColumnAssignment.swift
[1862/2014] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[1863/2014] Compiling SQLKit SQLColumnDefinition.swift
[1864/2014] Compiling SQLKit SQLCommonTableExpression.swift
[1865/2014] Compiling SQLKit SQLConflictAction.swift
[1866/2014] Compiling SQLKit SQLConflictResolutionStrategy.swift
[1867/2014] Compiling SQLKit SQLDropBehaviour.swift
[1868/2014] Compiling SQLKit SQLEnumDataType.swift
[1869/2014] Compiling SQLKit SQLExcludedColumn.swift
[1870/2014] Compiling SQLKit SQLForeignKey.swift
[1871/2014] Compiling SQLKit SQLJoin.swift
[1872/2014] Compiling SQLKit SQLJoinMethod.swift
[1873/2014] Compiling SQLKit SQLLockingClause.swift
[1874/2014] Compiling SQLKit SQLOrderBy.swift
[1875/2014] Compiling SQLKit SQLReturning.swift
[1876/2014] Compiling SQLKit SQLSubquery.swift
[1877/2014] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[1878/2014] Compiling SQLKit SQLAlterEnum.swift
[1879/2014] Compiling SQLKit SQLAlterTable.swift
[1880/2014] Compiling SQLKit SQLCreateEnum.swift
[1881/2014] Compiling SQLKit SQLCreateIndex.swift
[1882/2014] Compiling SQLKit SQLCreateTable.swift
[1883/2014] Compiling SQLKit SQLCreateTrigger.swift
[1884/2014] Compiling SQLKit SQLDelete.swift
[1885/2014] Compiling SQLKit SQLDropEnum.swift
[1890/2014] Compiling NIOSSL SubjectAlternativeName.swift
[1891/2014] Compiling NIOSSL NIOSSLSecureBytes.swift
[1898/2014] Compiling NIOSSL SafeCompare.swift
[1899/2014] Compiling NIOSSL Zeroization.swift
[1906/2014] Compiling _NIOFileSystem SystemFileHandle.swift
[1907/2014] Compiling _NIOFileSystem Utilities.swift
[1908/2014] Compiling _NIOFileSystem OpenOptions.swift
[1909/2014] Compiling _NIOFileSystem String+FileSystem.swift
[1910/2014] Compiling SQLKit SQLPartialResultBuilder.swift
[1936/2014] Compiling NIOSSL RNG.swift
[1953/2046] Emitting module NIOSSL
[1954/2046] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1959/2047] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1960/2047] Compiling NIOWebSocket WebSocketOpcode.swift
[1961/2047] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[1962/2047] Compiling NIOWebSocket SHA1.swift
[1963/2047] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[1964/2047] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[1965/2047] Compiling NIOHPACK HeaderTables.swift
[1975/2047] Emitting module _NIOFileSystem
[1980/2047] Compiling NIOHPACK HPACKHeader.swift
[1981/2048] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1982/2048] Compiling NIOHTTPCompression HTTPDecompression.swift
[1983/2048] Emitting module NIOHTTPCompression
[1984/2048] Compiling NIOHTTPCompression HTTPCompression.swift
[1985/2048] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1986/2048] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1987/2048] Compiling NIOHPACK IndexedHeaderTable.swift
[1988/2048] Compiling NIOHPACK IntegerCoding.swift
[1990/2049] Compiling NIOHPACK HuffmanTables.swift
[1991/2049] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1992/2049] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1993/2050] Emitting module SQLKit
[1996/2050] Compiling NIOHPACK StaticHeaderTable.swift
[1997/2050] Compiling NIOHPACK HuffmanCoding.swift
[2001/2050] Emitting module NIOWebSocket
[2002/2050] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[2003/2050] Compiling NIOWebSocket WebSocketFrame.swift
[2005/2062] Emitting module NIOHPACK
[2006/2063] Compiling NIOExtras DebugInboundEventsHandler.swift
[2007/2064] Compiling NIOExtras DebugOutboundEventsHandler.swift
[2008/2068] Compiling NIOExtras FixedLengthFrameDecoder.swift
[2009/2068] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[2010/2068] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[2011/2068] Compiling NIOExtras JSONRPCFraming.swift
[2013/2069] Compiling SQLKit SQLFunction.swift
[2014/2069] Compiling SQLKit SQLGroupExpression.swift
[2015/2069] Compiling SQLKit SQLIdentifier.swift
[2016/2069] Compiling SQLKit SQLList.swift
[2017/2069] Compiling SQLKit SQLLiteral.swift
[2018/2069] Compiling SQLKit SQLRaw.swift
[2019/2069] Compiling SQLKit SQLCodingUtilities.swift
[2020/2069] Compiling SQLKit SQLQueryEncoder.swift
[2021/2069] Compiling SQLKit SQLRow.swift
[2022/2069] Compiling SQLKit SQLRowDecoder.swift
[2023/2069] Compiling SQLKit SomeCodingKey.swift
[2024/2069] Compiling SQLKit StringHandling.swift
[2025/2072] Emitting module AsyncKit
[2027/2075] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[2028/2075] Emitting module _NIOFileSystemFoundationCompat
[2029/2075] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[2031/2095] Emitting module NIOFileSystem
[2032/2095] Compiling NIOFileSystem Exports.swift
[2033/2095] Compiling MultipartKit FormDataEncoder.Encoder.swift
[2034/2095] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[2035/2095] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[2036/2095] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[2037/2095] Compiling NIOSSL TLSConfiguration.swift
[2038/2095] Compiling NIOSSL UniversalBootstrapSupport.swift
[2039/2095] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[2040/2097] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[2041/2097] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[2042/2097] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[2043/2097] Compiling MultipartKit FormDataDecoder.swift
[2048/2097] Compiling MultipartKit FormDataEncoder.swift
[2049/2097] Compiling MultipartKit Storage.swift
[2050/2097] Compiling MultipartKit MultipartFormData.swift
[2051/2097] Compiling MultipartKit MultipartParser.swift
[2057/2119] Compiling NIOHTTP2 ConnectionStateMachine.swift
[2058/2119] Compiling NIOHTTP2 ConnectionStreamsState.swift
[2059/2119] Compiling NIOHTTP2 MayReceiveFrames.swift
[2060/2122] Compiling NIOHTTP2 ReceivingDataState.swift
[2061/2122] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[2062/2122] Compiling NIOHTTP2 ReceivingHeadersState.swift
[2064/2157] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[2065/2157] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[2066/2157] Compiling NIOHTTP2 SendingHeadersState.swift
[2067/2157] Compiling NIOHTTP2 SendingPushPromiseState.swift
[2068/2159] Emitting module NIOExtras
[2072/2159] Compiling NIOHTTP2 HTTP2SettingsState.swift
[2073/2159] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[2076/2159] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[2080/2159] Compiling NIOHTTP2 MaySendFrames.swift
[2081/2159] Compiling NIOHTTP2 SendingDataState.swift
[2082/2159] Compiling NIOHTTP2 SendingGoawayState.swift
[2083/2159] Emitting module MultipartKit
[2084/2159] Compiling NIOHTTP2 SendingRstStreamState.swift
[2085/2159] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[2086/2159] Compiling MultipartKit MultipartSerializer.swift
[2087/2159] Compiling MultipartKit Utilities.swift
[2100/2177] Compiling WebSocketKit Exports.swift
[2101/2177] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[2102/2177] Compiling WebSocketKit WebSocketHandler.swift
[2103/2177] Compiling NIOHTTP2 DOSHeuristics.swift
[2104/2177] Compiling NIOHTTP2 Error+Any.swift
[2105/2177] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[2106/2177] Compiling NIOHTTP2 ControlFrameBuffer.swift
[2107/2177] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[2108/2177] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[2112/2177] Compiling NIOHTTP2 HasRemoteSettings.swift
[2113/2177] Compiling NIOHTTP2 LocallyQuiescingState.swift
[2114/2177] Compiling NIOHTTP2 QuiescingState.swift
[2115/2177] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[2116/2177] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[2118/2178] Emitting module WebSocketKit
[2119/2178] Compiling WebSocketKit WebSocket+Concurrency.swift
[2120/2178] Compiling WebSocketKit WebSocket+Connect.swift
[2121/2178] Compiling WebSocketKit WebSocket.swift
[2122/2178] Compiling WebSocketKit WebSocketClient.swift
[2123/2179] Compiling NIOHTTP2 InboundWindowManager.swift
[2124/2179] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[2125/2179] Compiling NIOHTTP2 StreamChannelFlowController.swift
[2126/2179] Compiling NIOHTTP2 StreamChannelList.swift
[2127/2179] Compiling NIOHTTP2 StreamMap.swift
[2128/2179] Compiling NIOHTTP2 StreamStateMachine.swift
[2129/2179] Compiling NIOHTTP2 UnsafeTransfer.swift
[2130/2179] Compiling NIOHTTP2 WatermarkedFlowController.swift
[2132/2223] Emitting module NIOHTTP2
[2133/2270] Compiling X509 DistinguishedName.swift
[2134/2270] Compiling X509 CommonName.swift
[2135/2270] Compiling X509 CountryName.swift
[2136/2270] Compiling X509 OCSPExtensionID.swift
[2137/2270] Compiling X509 OCSPNonce.swift
[2138/2270] Compiling X509 OCSPPolicy.swift
[2139/2270] Compiling X509 OCSPRequest.swift
[2140/2270] Compiling X509 OCSPResponse.swift
[2141/2270] Compiling X509 CSRAttribute.swift
[2142/2270] Compiling X509 CSRAttributes.swift
[2143/2270] Compiling X509 CSRVersion.swift
[2144/2270] Compiling X509 CertificateSigningRequest.swift
[2145/2270] Compiling X509 CertificationRequestInfo.swift
[2146/2270] Compiling X509 ExtensionRequest.swift
[2147/2270] Compiling X509 Certificate.swift
[2148/2270] Compiling X509 CertificatePrivateKey.swift
[2149/2270] Compiling X509 CertificatePublicKey.swift
[2150/2270] Compiling X509 CMSOperations.swift
[2151/2270] Compiling X509 CMSSignature.swift
[2152/2270] Compiling X509 CMSSignedData.swift
[2153/2270] Compiling X509 CMSSignerIdentifier.swift
[2154/2270] Compiling X509 CMSSignerInfo.swift
[2155/2270] Compiling X509 CMSVersion.swift
[2156/2270] Compiling X509 Curve25519+DER.swift
[2157/2270] Compiling X509 Digests.swift
[2158/2270] Compiling X509 Lock.swift
[2159/2270] Compiling X509 LockedValueBox.swift
[2160/2270] Compiling X509 BasicOCSPResponse.swift
[2161/2270] Compiling X509 DirectoryString.swift
[2162/2270] Compiling X509 OCSPCertID.swift
[2163/2270] Compiling X509 OCSPCertStatus.swift
[2164/2270] Compiling X509 CMSEncapsulatedContentInfo.swift
[2165/2270] Compiling X509 CMSIssuerAndSerialNumber.swift
[2166/2270] Compiling X509 KeyUsage.swift
[2167/2270] Compiling X509 NameConstraints.swift
[2168/2270] Compiling X509 SubjectAlternativeName.swift
[2169/2270] Compiling X509 SubjectKeyIdentifier.swift
[2170/2270] Compiling X509 Extension.swift
[2171/2270] Compiling X509 Extensions.swift
[2172/2270] Compiling X509 ExtensionsBuilder.swift
[2173/2270] Compiling X509 GeneralName.swift
[2175/2330] Compiling AsyncHTTPClient LRUCache.swift
[2176/2330] Compiling AsyncHTTPClient NWErrorHandler.swift
[2177/2330] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2178/2330] Compiling AsyncHTTPClient TLSConfiguration.swift
[2179/2330] Compiling AsyncHTTPClient RedirectState.swift
[2180/2330] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2181/2330] Compiling X509 OCSPResponseData.swift
[2182/2330] Compiling X509 OCSPResponseStatus.swift
[2183/2330] Compiling X509 OCSPSignature.swift
[2184/2330] Compiling X509 OCSPSingleRequest.swift
[2185/2330] Compiling X509 OCSPSingleResponse.swift
[2186/2330] Compiling X509 OCSPTBSRequest.swift
[2187/2330] Compiling X509 OCSPVersion.swift
[2188/2342] Compiling X509 PKCS8PrivateKey.swift
[2189/2342] Compiling X509 PromiseAndFuture.swift
[2190/2342] Compiling X509 RDNAttribute.swift
[2191/2342] Compiling X509 RandomNumberGenerator+bytes.swift
[2192/2342] Compiling X509 RelativeDistinguishedName.swift
[2193/2342] Compiling X509 SEC1PrivateKey.swift
[2194/2342] Compiling X509 SecKeyWrapper.swift
[2195/2342] Compiling X509 Signature.swift
[2196/2342] Compiling X509 SignatureAlgorithm.swift
[2197/2342] Compiling X509 AllOfPolicies.swift
[2198/2342] Compiling X509 AnyPolicy.swift
[2199/2342] Compiling X509 CertificateStore.swift
[2200/2342] Compiling X509 OneOfPolicies.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 HTTPConnectionPool+HTTP2Connections.swift
[2214/2342] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2215/2342] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2216/2342] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2217/2342] Compiling AsyncHTTPClient ConnectionTarget.swift
[2218/2342] Compiling AsyncHTTPClient DeconstructedURL.swift
[2219/2342] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2220/2342] Compiling AsyncHTTPClient FoundationExtensions.swift
[2221/2342] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2222/2342] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2223/2342] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2224/2342] Compiling AsyncHTTPClient HTTPClient.swift
[2225/2342] Compiling AsyncHTTPClient HTTPHandler.swift
[2226/2342] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2227/2342] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2228/2342] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2229/2342] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2230/2342] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2231/2342] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2232/2342] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2233/2342] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2234/2342] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2235/2342] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2236/2342] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2237/2342] Compiling AsyncHTTPClient Transaction.swift
[2238/2342] Compiling AsyncHTTPClient Base64.swift
[2239/2342] Compiling AsyncHTTPClient BasicAuth.swift
[2240/2342] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2241/2342] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2242/2342] Compiling AsyncHTTPClient ConnectionPool.swift
[2243/2342] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2244/2342] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2245/2342] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2246/2342] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2247/2342] Compiling AsyncHTTPClient HTTP1Connection.swift
[2248/2342] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2249/2342] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2250/2342] Compiling AsyncHTTPClient HTTP2Connection.swift
[2251/2342] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2252/2342] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2253/2342] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2254/2342] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2255/2342] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2256/2342] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2257/2342] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2258/2342] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2259/2342] Compiling AsyncHTTPClient RequestBodyLength.swift
[2260/2342] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2261/2342] Compiling AsyncHTTPClient RequestOptions.swift
[2262/2342] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2263/2342] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2264/2342] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2274/2342] Emitting module AsyncHTTPClient
[2308/2350] Compiling AsyncHTTPClient RequestBag.swift
[2309/2350] Compiling AsyncHTTPClient RequestValidation.swift
[2310/2350] Compiling AsyncHTTPClient SSLContextCache.swift
[2311/2350] Compiling AsyncHTTPClient Scheme.swift
[2312/2350] Compiling AsyncHTTPClient Singleton.swift
[2313/2350] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2314/2350] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2315/2350] Compiling AsyncHTTPClient Utils.swift
[2333/2356] Emitting module X509
[2341/2357] Compiling APNS APNSJSONEncoder.swift
[2342/2357] Compiling APNS APNSJSONDecoder.swift
[2343/2357] Compiling APNS APNSConfiguration.swift
[2344/2380] Emitting module APNS
[2345/2383] Compiling APNS APNSClient.swift
[2347/2614] Compiling Vapor Array+Random.swift
[2348/2614] Compiling Vapor Base32.swift
[2349/2614] Compiling Vapor Base64.swift
[2350/2614] Compiling Vapor BaseN.swift
[2351/2614] Compiling Vapor BasicCodingKey.swift
[2352/2614] Compiling Vapor ByteCount.swift
[2353/2614] Compiling Vapor Request+Body.swift
[2354/2614] Compiling Vapor Request+BodyStream.swift
[2355/2614] Compiling Vapor Request.swift
[2356/2614] Compiling Vapor Application+Responder.swift
[2357/2614] Compiling Vapor DefaultResponder.swift
[2358/2614] Compiling Vapor Response+Body.swift
[2360/2624] Compiling Vapor Core.swift
[2361/2624] Compiling Vapor Running.swift
[2362/2624] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2363/2624] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2364/2624] Compiling Vapor DotEnvFile+load.swift
[2365/2624] Compiling Vapor Routes+caseInsenstive.swift
[2366/2624] Compiling Vapor Validatable+validate.swift
[2367/2624] Compiling Vapor Environment+Process.swift
[2368/2624] Compiling Vapor Environment+Secret.swift
[2369/2624] Compiling Vapor Environment.swift
[2370/2624] Compiling Vapor Abort.swift
[2371/2624] Compiling Vapor AbortError.swift
[2372/2636] Compiling Vapor MemorySessions.swift
[2373/2636] Compiling Vapor Request+Session.swift
[2374/2636] Compiling Vapor Session.swift
[2375/2636] Compiling Vapor SessionCache.swift
[2376/2636] Compiling Vapor SessionData.swift
[2377/2636] Compiling Vapor SessionDriver.swift
[2378/2636] Compiling Vapor SessionsConfiguration.swift
[2379/2636] Compiling Vapor SessionsMiddleware.swift
[2380/2636] Compiling Vapor URLEncodedFormData.swift
[2381/2636] Compiling Vapor URLEncodedFormDecoder.swift
[2382/2636] Compiling Vapor URLEncodedFormEncoder.swift
[2383/2636] Compiling Vapor URLEncodedFormError.swift
[2384/2636] Emitting module FluentKit
[2385/2636] Compiling WalletOrders OrderJSON.swift
[2386/2636] Compiling WalletOrders WalletOrdersError.swift
[2387/2636] Compiling WalletPasses PersonalizationJSON.swift
[2388/2636] Compiling WalletPasses WalletPassesError.swift
[2389/2636] Compiling WalletPasses PassJSON.swift
[2390/2636] Emitting module WalletOrders
[2391/2636] Emitting module WalletPasses
[2392/2636] Compiling WalletPasses PassBuilder.swift
[2394/2637] Compiling WalletOrders OrderBuilder.swift
[2396/2638] Compiling Vapor FormDataDecoder+Content.swift
[2397/2638] Compiling Vapor FormDataEncoder+Content.swift
[2398/2638] Compiling Vapor Application+Password.swift
[2399/2638] Compiling Vapor Application+Passwords.swift
[2400/2638] Compiling Vapor AsyncPasswordHasher.swift
[2401/2638] Compiling Vapor BcryptHasher.swift
[2402/2638] Compiling Vapor PasswordHasher.swift
[2403/2638] Compiling Vapor PlaintextHasher.swift
[2404/2638] Compiling Vapor Request+Password.swift
[2405/2638] Compiling Vapor Redirect.swift
[2406/2638] Compiling Vapor Service.swift
[2407/2638] Compiling Vapor Application+Sessions.swift
[2408/2638] Compiling FluentKit DatabaseQuery+Join.swift
[2409/2638] Compiling FluentKit DatabaseQuery+Range.swift
[2410/2638] Compiling FluentKit DatabaseQuery+Sort.swift
[2411/2638] Compiling FluentKit DatabaseQuery+Value.swift
[2412/2638] Compiling FluentKit DatabaseQuery.swift
[2413/2638] Compiling FluentKit QueryHistory.swift
[2414/2638] Compiling FluentKit DatabaseSchema.swift
[2415/2638] Compiling FluentKit SchemaBuilder.swift
[2416/2638] Compiling FluentKit OptionalType.swift
[2417/2638] Compiling FluentKit RandomGeneratable.swift
[2418/2638] Compiling FluentKit SomeCodingKey.swift
[2419/2638] Compiling FluentKit UnsafeMutableTransferBox.swift
[2420/2638] Compiling Vapor HTTPHeaders.swift
[2421/2638] Compiling Vapor HTTPMediaType.swift
[2422/2638] Compiling Vapor HTTPMediaTypePreference.swift
[2423/2638] Compiling Vapor Responder.swift
[2424/2638] Compiling Vapor Application+HTTP+Server.swift
[2425/2638] Compiling Vapor HTTPServer.swift
[2426/2638] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2427/2638] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2428/2638] Compiling Vapor HTTPServerHandler.swift
[2429/2638] Compiling Vapor HTTPServerRequestDecoder.swift
[2430/2638] Compiling Vapor HTTPServerResponseEncoder.swift
[2431/2638] Compiling Vapor HTTPServerUpgradeHandler.swift
[2432/2638] Compiling Vapor DebuggableError.swift
[2433/2638] Compiling Vapor Demangler.swift
[2434/2638] Compiling Vapor ErrorSource.swift
[2435/2638] Compiling Vapor StackTrace.swift
[2436/2638] Compiling Vapor Exports.swift
[2437/2638] Compiling Vapor Application+HTTP.swift
[2438/2638] Compiling Vapor BasicResponder.swift
[2439/2638] Compiling Vapor BodyStream.swift
[2440/2638] Compiling Vapor Application+HTTP+Client.swift
[2441/2638] Compiling Vapor EventLoopHTTPClient.swift
[2442/2638] Compiling Vapor EndpointCache.swift
[2443/2638] Compiling Vapor HTTPMethod+String.swift
[2444/2638] Compiling Vapor HTTPStatus.swift
[2445/2638] Compiling Vapor HTTPCookies.swift
[2446/2638] Compiling Vapor HTTPHeaderCacheControl.swift
[2447/2638] Compiling Vapor HTTPHeaderExpires.swift
[2448/2638] Compiling Vapor HTTPHeaderLastModified.swift
[2449/2638] Compiling Vapor HTTPHeaders+Cache.swift
[2450/2638] Compiling Vapor HTTPHeaders+Connection.swift
[2451/2638] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2452/2638] Compiling Vapor HTTPHeaders+ContentRange.swift
[2453/2638] Compiling Vapor HTTPHeaders+Directive.swift
[2454/2638] Compiling Vapor HTTPHeaders+Forwarded.swift
[2455/2638] Compiling Vapor HTTPHeaders+Link.swift
[2456/2638] Compiling Vapor HTTPHeaders+Name.swift
[2457/2638] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2458/2638] Compiling Vapor Logger+Report.swift
[2459/2638] Compiling Vapor LoggingSystem+Environment.swift
[2460/2638] Compiling Vapor Application+Middleware.swift
[2461/2638] Compiling Vapor CORSMiddleware.swift
[2462/2638] Compiling Vapor ErrorMiddleware.swift
[2463/2638] Compiling Vapor FileMiddleware.swift
[2464/2638] Compiling Vapor Middleware.swift
[2465/2638] Compiling Vapor MiddlewareConfiguration.swift
[2466/2638] Compiling Vapor ResponseCompressionMiddleware.swift
[2467/2638] Compiling Vapor RouteLoggingMiddleware.swift
[2468/2638] Compiling Vapor TracingMiddleware.swift
[2469/2638] Compiling Vapor File+Multipart.swift
[2476/2639] Compiling Vapor Response.swift
[2477/2639] Compiling Vapor ResponseCodable.swift
[2478/2639] Compiling Vapor Application+Routes.swift
[2479/2639] Compiling Vapor Parameters+Require.swift
[2480/2639] Compiling Vapor Request+WebSocket.swift
[2481/2639] Compiling Vapor Route.swift
[2482/2639] Compiling Vapor RouteCollection.swift
[2483/2639] Compiling Vapor Routes.swift
[2484/2639] Compiling Vapor RoutesBuilder+Group.swift
[2485/2639] Compiling Vapor RoutesBuilder+Method.swift
[2486/2639] Compiling Vapor RoutesBuilder+Middleware.swift
[2487/2639] Compiling Vapor RoutesBuilder+WebSocket.swift
[2488/2639] Compiling Vapor RoutesBuilder.swift
[2489/2639] Compiling Vapor OTP.swift
[2490/2639] Compiling Vapor Application+Servers.swift
[2491/2639] Compiling Vapor Server.swift
[2492/2639] Compiling Vapor App+Service.swift
[2493/2639] Compiling Vapor Req+Service.swift
[2495/2663] Compiling Vapor Application.swift
[2496/2663] Compiling Vapor AuthenticationCache.swift
[2497/2663] Compiling Vapor Authenticator.swift
[2498/2663] Compiling Vapor BasicAuthorization.swift
[2499/2663] Compiling Vapor BearerAuthorization.swift
[2500/2663] Compiling Vapor GuardMiddleware.swift
[2501/2663] Compiling Vapor RedirectMiddleware.swift
[2502/2663] Compiling Vapor SessionAuthenticatable.swift
[2503/2663] Compiling Vapor Bcrypt.swift
[2504/2663] Compiling Vapor Application+Cache.swift
[2505/2663] Compiling Vapor Cache.swift
[2506/2663] Compiling Vapor CacheExpirationTime.swift
[2507/2663] Compiling Vapor MemoryCache.swift
[2508/2663] Compiling Vapor Request+Cache.swift
[2509/2663] Compiling Vapor Application+Clients.swift
[2510/2663] Compiling Vapor Client.swift
[2511/2663] Compiling Vapor ClientRequest.swift
[2512/2663] Compiling Vapor ClientResponse.swift
[2513/2663] Compiling Vapor Request+Client.swift
[2514/2663] Compiling Vapor BootCommand.swift
[2515/2663] Compiling Vapor CommandContext+Application.swift
[2516/2663] Compiling Vapor RoutesCommand.swift
[2517/2663] Compiling Vapor ServeCommand.swift
[2518/2663] Compiling Vapor AnyResponse+Concurrency.swift
[2519/2691] Compiling FluentWallet PushTokenDTO.swift
[2520/2691] Compiling FluentWallet LogEntriesDTO.swift
[2521/2691] Emitting module FluentWallet
[2522/2691] Compiling FluentWallet DeviceModel.swift
[2524/2711] Compiling FluentWalletPasses PassesRegistrationModel.swift
[2525/2712] Compiling FluentWalletOrders OrderDataModel.swift
[2526/2713] Compiling FluentWalletOrders OrderModel.swift
[2527/2713] Compiling FluentWalletPasses PassModel.swift
[2528/2713] Compiling FluentWalletPasses PassDataModel.swift
[2529/2713] Compiling FluentWalletOrders Order.swift
[2530/2713] Compiling FluentWalletOrders OrdersRegistration.swift
[2531/2713] Compiling FluentWalletOrders Exports.swift
[2532/2713] Compiling FluentWalletOrders OrderIdentifiersDTO.swift
[2533/2713] Compiling FluentWalletOrders OrdersDevice.swift
[2534/2713] Emitting module FluentWalletOrders
[2535/2713] Compiling FluentWalletOrders OrdersRegistrationModel.swift
[2536/2714] Emitting module FluentWalletPasses
[2537/2714] Compiling FluentWalletPasses PersonalizationDictionaryDTO.swift
[2538/2714] Compiling FluentWalletPasses SerialNumbersDTO.swift
[2539/2714] Compiling FluentWalletPasses PersonalizationInfoModel.swift
[2541/2714] Compiling FluentWalletPasses Exports.swift
[2542/2714] Compiling FluentWalletPasses Pass.swift
[2543/2714] Compiling FluentWalletPasses PersonalizationInfo.swift
[2544/2714] Compiling FluentWalletPasses PassesDevice.swift
[2545/2714] Compiling FluentWalletPasses PassesRegistration.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
[2595/2715] Compiling Vapor AsyncBasicResponder.swift
[2596/2715] Compiling Vapor AsyncMiddleware.swift
[2597/2715] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2598/2715] Compiling Vapor AsyncSessionDriver.swift
[2599/2715] Compiling Vapor Authentication+Concurrency.swift
[2600/2715] Compiling Vapor Cache+Concurrency.swift
[2601/2715] Compiling Vapor Client+Concurrency.swift
[2602/2715] Compiling Vapor RequestBody+Concurrency.swift
[2603/2715] Compiling Vapor Responder+Concurrency.swift
[2604/2715] Compiling Vapor ResponseCodable+Concurrency.swift
[2605/2715] Compiling Vapor RoutesBuilder+Concurrency.swift
[2606/2715] Compiling Vapor ViewRenderer+Concurrency.swift
[2607/2715] Compiling Vapor WebSocket+Concurrency.swift
[2608/2715] Compiling Vapor ContainerGetPathExecutor.swift
[2609/2715] Compiling Vapor Content.swift
[2610/2715] Compiling Vapor ContentCoders.swift
[2611/2715] Compiling Vapor ContentConfiguration.swift
[2612/2715] Compiling Vapor ContentContainer.swift
[2613/2715] Compiling Vapor JSONCoder+Custom.swift
[2614/2715] Compiling Vapor JSONCoders+Content.swift
[2615/2715] Compiling Vapor PlaintextDecoder.swift
[2616/2715] Compiling Vapor PlaintextEncoder.swift
[2617/2715] Compiling Vapor URLQueryCoders.swift
[2618/2715] Compiling Vapor URLQueryContainer.swift
[2619/2715] Emitting module Vapor
[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] Emitting module VaporAPNS
[2719/2736] Compiling VaporAPNS APNSContainerID.swift
[2720/2736] Compiling VaporAPNS Application+APNS.swift
[2721/2736] Compiling VaporAPNS APNSContainers.swift
[2723/2737] Compiling Fluent FluentProvider.swift
[2724/2737] Compiling Fluent MigrateCommand.swift
[2725/2737] Compiling Fluent ModelAuthenticatable.swift
[2726/2737] Compiling Fluent ModelCredentialsAuthenticatable.swift
[2727/2739] Compiling Fluent Fluent+Pagination.swift
[2728/2739] Compiling Fluent Fluent+Sessions.swift
[2729/2739] Compiling Fluent Fluent+History.swift
[2730/2739] Compiling Fluent Fluent+Paginate.swift
[2731/2739] Compiling Fluent Pagination+Concurrency.swift
[2732/2739] Compiling Fluent Sessions+Concurrency.swift
[2733/2739] Compiling Fluent FluentProvider+Concurrency.swift
[2734/2739] Compiling Fluent ModelCredentialsAuthenticatable+Concurrency.swift
[2735/2739] Compiling Fluent Exports.swift
[2736/2739] Compiling Fluent Fluent+Cache.swift
[2737/2739] Emitting module Fluent
[2738/2739] Compiling Fluent ModelTokenAuthenticatable.swift
[2739/2739] Compiling Fluent PageLimit.swift
[2741/2744] Compiling VaporWallet TestCertificate.swift
[2742/2744] Compiling VaporWallet DTOs+Content.swift
[2743/2744] Compiling VaporWallet isLoggingConfigured.swift
[2744/2744] Emitting module VaporWallet
[2746/2761] Emitting module VaporWalletPasses
[2747/2761] Emitting module VaporWalletOrders
[2748/2761] Compiling VaporWalletOrders OrderIdentifiersDTO+Content.swift
[2749/2761] Compiling VaporWalletOrders OrdersService.swift
[2750/2761] Compiling VaporWalletOrders Exports.swift
[2751/2761] Compiling VaporWalletOrders AppleOrderMiddleware.swift
[2752/2761] Compiling VaporWalletPasses PassesService+AsyncModelMiddleware.swift
[2753/2761] Compiling VaporWalletPasses Exports.swift
[2754/2761] Compiling VaporWalletPasses ApplePassMiddleware.swift
[2755/2761] Compiling VaporWalletPasses DTOs+Content.swift
[2756/2761] Compiling VaporWalletOrders OrdersService+AsyncModelMiddleware.swift
[2757/2761] Compiling VaporWalletOrders OrdersServiceCustom.swift
[2758/2761] Compiling VaporWalletPasses PassesServiceCustom.swift
[2759/2761] Compiling VaporWalletPasses PassesService.swift
[2760/2761] Compiling VaporWalletPasses PassesServiceCustom+RouteCollection.swift
[2761/2762] Compiling VaporWalletOrders OrdersServiceCustom+RouteCollection.swift
Build complete! (263.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.