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.1 for Linux on 1 May 2025 04:25:20 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.1-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.61.2
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.1
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.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/vapor/apns.git
Fetching https://github.com/fpseverino/fluent-wallet.git
Fetching https://github.com/vapor/fluent-sqlite-driver.git
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/adam-fowler/swift-zip-archive.git
Fetching https://github.com/vapor/fluent.git
[1/709] Fetching apns
[710/1070] Fetching apns, fluent-wallet
[974/2417] Fetching apns, fluent-wallet, fluent-sqlite-driver
[1098/3133] Fetching apns, fluent-wallet, fluent-sqlite-driver, swift-zip-archive
[1097/2417] Fetching apns, fluent-wallet, fluent-sqlite-driver
[1105/3133] Fetching apns, fluent-wallet, fluent-sqlite-driver, swift-zip-archive
[3134/16540] Fetching apns, fluent-wallet, fluent-sqlite-driver, swift-zip-archive, fluent
Fetched https://github.com/fpseverino/fluent-wallet.git from cache (0.31s)
[7197/16179] Fetching apns, fluent-sqlite-driver, swift-zip-archive, fluent
[8002/90516] Fetching apns, fluent-sqlite-driver, swift-zip-archive, fluent, vapor
Fetched https://github.com/vapor/fluent-sqlite-driver.git from cache (0.67s)
Fetched https://github.com/vapor/fluent.git from cache (0.67s)
[16293/75762] Fetching apns, swift-zip-archive, vapor
Fetched https://github.com/vapor/apns.git from cache (1.94s)
Fetched https://github.com/adam-fowler/swift-zip-archive.git from cache (1.94s)
Fetched https://github.com/vapor/vapor.git from cache (1.98s)
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 (4.27s)
Fetching https://github.com/apple/swift-system.git
[1/4367] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.39s)
Computing version for https://github.com/vapor/apns.git
Computed https://github.com/vapor/apns.git at 4.2.0 (0.94s)
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.44s)
Computing version for https://github.com/fpseverino/fluent-wallet.git
Computed https://github.com/fpseverino/fluent-wallet.git at 0.1.0 (0.97s)
Fetching https://github.com/vapor/fluent-kit.git
Fetching https://github.com/fpseverino/swift-wallet.git
[1/370] Fetching swift-wallet
[371/13614] Fetching swift-wallet, fluent-kit
Fetched https://github.com/fpseverino/swift-wallet.git from cache (0.53s)
Fetched https://github.com/vapor/fluent-kit.git from cache (0.54s)
Computing version for https://github.com/vapor/fluent.git
Computed https://github.com/vapor/fluent.git at 4.12.0 (1.07s)
Computing version for https://github.com/vapor/fluent-sqlite-driver.git
Computed https://github.com/vapor/fluent-sqlite-driver.git at 4.8.1 (0.52s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/vapor/sqlite-kit.git
[1/3836] Fetching swift-log
[1613/5948] Fetching swift-log, sqlite-kit
Fetched https://github.com/apple/swift-log.git from cache (0.63s)
Fetched https://github.com/vapor/sqlite-kit.git from cache (0.63s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.16s)
Computing version for https://github.com/vapor/sqlite-kit.git
Computed https://github.com/vapor/sqlite-kit.git at 4.5.2 (0.54s)
Fetching https://github.com/vapor/sqlite-nio.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/vapor/async-kit.git
Fetching https://github.com/vapor/sql-kit.git
[1/1496] Fetching sqlite-nio
[2/3866] Fetching sqlite-nio, async-kit
[548/9849] Fetching sqlite-nio, async-kit, sql-kit
[9850/85418] Fetching sqlite-nio, async-kit, sql-kit, swift-nio
Fetched https://github.com/vapor/async-kit.git from cache (0.42s)
Fetched https://github.com/vapor/sql-kit.git from cache (0.42s)
[2252/77065] Fetching sqlite-nio, swift-nio
Fetched https://github.com/vapor/sqlite-nio.git from cache (4.16s)
Fetched https://github.com/apple/swift-nio.git from cache (4.25s)
Computing version for https://github.com/fpseverino/swift-wallet.git
Computed https://github.com/fpseverino/swift-wallet.git at 0.4.0 (4.79s)
Fetching https://github.com/apple/swift-certificates.git
[1/6112] Fetching swift-certificates
Fetched https://github.com/apple/swift-certificates.git from cache (0.44s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.94s)
Computing version for https://github.com/vapor/fluent-kit.git
Computed https://github.com/vapor/fluent-kit.git at 1.52.1 (0.53s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.0 (0.51s)
Fetching https://github.com/apple/swift-collections.git
[1/16306] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.05s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (3.26s)
Fetching https://github.com/apple/swift-algorithms.git
[1/5918] Fetching swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.39s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (1.25s)
Fetching https://github.com/apple/swift-atomics.git
[1/1705] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.48s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.02s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.59s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.43s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.01s)
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/apple/swift-nio-ssl.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-nio-http2.git
[1/11504] Fetching swift-nio-http2
[1842/25362] Fetching swift-nio-http2, swift-crypto
[3364/39327] Fetching swift-nio-http2, swift-crypto, async-http-client
[5545/54136] Fetching swift-nio-http2, swift-crypto, async-http-client, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.27s)
[36178/42632] Fetching swift-crypto, async-http-client, swift-nio-ssl
Fetched https://github.com/apple/swift-crypto.git from cache (1.85s)
Fetched https://github.com/swift-server/async-http-client.git from cache (2.00s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.02s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (2.79s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.64s)
Fetching https://github.com/apple/swift-asn1.git
[1/1584] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.27s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.02s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.59s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.114.1 (0.62s)
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-service-context.git
[1/2206] Fetching swift-metrics
[288/7930] Fetching swift-metrics, swift-nio-extras
[734/10535] Fetching swift-metrics, swift-nio-extras, websocket-kit
[735/13743] Fetching swift-metrics, swift-nio-extras, websocket-kit, multipart-kit
[1320/14806] Fetching swift-metrics, swift-nio-extras, websocket-kit, multipart-kit, swift-service-context
[9516/19780] Fetching swift-metrics, swift-nio-extras, websocket-kit, multipart-kit, swift-service-context, swift-distributed-tracing
Fetched https://github.com/apple/swift-metrics.git from cache (0.43s)
Fetching https://github.com/vapor/routing-kit.git
Fetched https://github.com/apple/swift-service-context.git from cache (0.45s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.46s)
Fetching https://github.com/vapor/console-kit.git
[9217/31514] Fetching websocket-kit, multipart-kit, swift-distributed-tracing, routing-kit
[13156/36999] Fetching websocket-kit, multipart-kit, swift-distributed-tracing, routing-kit, console-kit
Fetched https://github.com/vapor/console-kit.git from cache (0.37s)
[25384/31514] Fetching websocket-kit, multipart-kit, swift-distributed-tracing, routing-kit
Fetched https://github.com/vapor/routing-kit.git from cache (0.85s)
Fetched https://github.com/vapor/websocket-kit.git from cache (1.51s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.52s)
Fetched https://github.com/vapor/multipart-kit.git from cache (1.56s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (2.09s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.52s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.0 (0.64s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2619] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.68s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (1.30s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
[1/1127] Fetching swift-http-structured-headers
[1128/2031] Fetching swift-http-structured-headers, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.27s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.27s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (0.80s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.52s)
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.52s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.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.55s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.53s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.70s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.53s)
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.36.0 (0.56s)
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/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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.1
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/vapor/apns.git
Working copy of https://github.com/vapor/apns.git resolved at 4.2.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/vapor/fluent-kit.git
Working copy of https://github.com/vapor/fluent-kit.git resolved at 1.52.1
Creating working copy for https://github.com/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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/vapor/fluent-sqlite-driver.git
Working copy of https://github.com/vapor/fluent-sqlite-driver.git resolved at 4.8.1
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/vapor/sqlite-nio.git
Working copy of https://github.com/vapor/sqlite-nio.git resolved at 1.11.2
Creating working copy for https://github.com/vapor/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/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/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/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.25.2
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/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/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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.114.1
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.2
Creating working copy for https://github.com/vapor/sqlite-kit.git
Working copy of https://github.com/vapor/sqlite-kit.git resolved at 4.5.2
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/vapor/sql-kit.git
Working copy of https://github.com/vapor/sql-kit.git resolved at 3.33.0
Building for debugging...
[0/850] Write sources
[62/850] Compiling CZipZlib empty.c
[63/850] Compiling CNIOWindows shim.c
[64/850] Compiling _NumericsShims _NumericsShims.c
[65/850] Compiling _AtomicsShims.c
[66/850] Compiling CNIOWindows WSAStartup.c
[67/850] Compiling CNIOWASI CNIOWASI.c
[68/850] Compiling CVaporBcrypt bcrypt.c
[69/850] Compiling CSystem shims.c
[70/850] Compiling CNIOLinux liburing_shims.c
[71/850] Compiling CVaporBcrypt blf.c
[72/850] Compiling CNIOSHA1 c_nio_sha1.c
[73/850] Compiling CNIOExtrasZlib empty.c
[74/850] Compiling CNIODarwin shim.c
[75/850] Compiling CNIOLLHTTP c_nio_http.c
[76/850] Compiling CNIOLinux shim.c
[77/850] Compiling fiat_p256_adx_sqr.S
[78/850] Compiling fiat_p256_adx_mul.S
[79/850] Compiling CNIOLLHTTP c_nio_api.c
[80/850] Compiling fiat_curve25519_adx_square.S
[81/850] Compiling fiat_curve25519_adx_mul.S
[82/850] Write swift-version-24593BA9C3E375BF.txt
[83/850] Compiling CNIOLLHTTP c_nio_llhttp.c
[84/854] Compiling CNIOBoringSSLShims shims.c
[85/856] Compiling tls_record.cc
[86/856] Compiling tls_method.cc
[87/856] Compiling tls13_enc.cc
[88/856] Compiling tls13_both.cc
[89/856] Compiling tls13_client.cc
[90/859] Compiling tls13_server.cc
[92/921] Compiling _NIOBase64 Base64.swift
[93/921] Emitting module _NIOBase64
[94/921] Emitting module _CertificateInternals
[95/921] Compiling _CertificateInternals _TinyArray.swift
[96/921] Compiling ServiceContextModule ServiceContextKey.swift
[97/923] Compiling RealModule AlgebraicField.swift
[98/923] Compiling RealModule ApproximateEquality.swift
[99/923] Compiling RealModule AugmentedArithmetic.swift
[100/923] Compiling RealModule Double+Real.swift
[101/926] Compiling SystemPackage MachPort.swift
[102/926] Compiling SystemPackage PlatformString.swift
[103/926] Compiling SystemPackage SystemString.swift
[106/926] Emitting module SystemPackage
[107/926] Emitting module ServiceContextModule
[108/926] Compiling ServiceContextModule ServiceContext.swift
[109/927] Compiling RealModule Real.swift
[110/927] Compiling RealModule Float16+Real.swift
[111/927] Compiling RealModule Float80+Real.swift
[112/927] Compiling RealModule ElementaryFunctions.swift
[115/927] Compiling RealModule Float+Real.swift
[118/927] Emitting module RealModule
[119/928] Compiling _NIODataStructures _TinyArray.swift
[120/928] Compiling _NIODataStructures PriorityQueue.swift
[122/928] Compiling SwiftASN1 ASN1Boolean.swift
[123/928] Compiling SwiftASN1 ASN1Identifier.swift
[124/928] Compiling SwiftASN1 ASN1Integer.swift
[125/928] Compiling SwiftASN1 ASN1Null.swift
[126/928] Compiling SwiftASN1 ASN1OctetString.swift
[127/928] Compiling SwiftASN1 ASN1Strings.swift
[128/928] Compiling SwiftASN1 ArraySliceBigint.swift
[129/928] Compiling SwiftASN1 GeneralizedTime.swift
[130/946] Compiling RealModule RealFunctions.swift
[132/949] Compiling InternalCollectionsUtilities _SortedCollection.swift
[133/949] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[134/951] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[135/951] Compiling InternalCollectionsUtilities Specialize.swift
[138/953] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[139/953] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[140/953] Compiling InternalCollectionsUtilities Debugging.swift
[141/953] Compiling InternalCollectionsUtilities Descriptions.swift
[142/959] Compiling SwiftASN1 DER.swift
[143/959] Compiling SwiftASN1 Errors.swift
[144/959] Compiling SystemPackage Util+StringArray.swift
[145/959] Compiling SystemPackage Util.swift
[146/959] Compiling SystemPackage UtilConsumers.swift
[147/959] Compiling Instrumentation Instrument.swift
[148/959] Compiling Instrumentation NoOpInstrument.swift
[149/959] Compiling Instrumentation MultiplexInstrument.swift
[150/959] Emitting module Instrumentation
[151/959] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[152/959] Compiling InternalCollectionsUtilities Integer rank.swift
[153/959] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[154/959] Compiling InternalCollectionsUtilities UInt+reversed.swift
[155/959] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[156/959] Emitting module InternalCollectionsUtilities
[157/959] Compiling Logging MetadataProvider.swift
[158/959] Emitting module Logging
[159/959] Compiling Logging Locks.swift
[160/959] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[161/959] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[162/959] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[163/959] Compiling Instrumentation InstrumentationSystem.swift
[164/959] Compiling Instrumentation Locks.swift
[165/959] Compiling SystemPackage Mocking.swift
[166/959] Compiling SystemPackage RawBuffer.swift
[167/959] Compiling SystemPackage Syscalls.swift
[168/959] Compiling SystemPackage WindowsSyscallAdapters.swift
[171/960] Compiling SystemPackage Constants.swift
[172/960] Compiling SystemPackage Exports.swift
[177/960] Compiling Logging LogHandler.swift
[178/960] Compiling Logging Logging.swift
[191/963] Compiling CoreMetrics Metrics.swift
[192/963] Compiling CoreMetrics Locks.swift
[193/963] Emitting module CoreMetrics
[194/963] Compiling _NIODataStructures Heap.swift
[195/963] Emitting module _NIODataStructures
[205/965] Compiling t1_enc.cc
[207/965] Emitting module SwiftASN1
[209/1118] Emitting module Tracing
[210/1118] Compiling Tracing TracingTime.swift
[211/1118] Compiling Tracing TracerProtocol.swift
[212/1118] Compiling Tracing InstrumentationSystem+Tracing.swift
[213/1118] Compiling Tracing TracerProtocol+Legacy.swift
[214/1118] Compiling Tracing Tracer.swift
[215/1118] Compiling RoutingKit PathComponent.swift
[216/1118] Compiling RoutingKit Router.swift
[217/1118] Compiling RoutingKit TrieRouter.swift
[218/1118] Compiling Tracing NoOpTracer.swift
[219/1118] Compiling Tracing SpanProtocol.swift
[221/1119] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[222/1119] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[223/1119] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[224/1119] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[225/1119] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[226/1119] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[227/1119] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[228/1119] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[229/1119] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[230/1119] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[231/1119] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[232/1119] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[233/1119] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[234/1119] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[235/1128] Emitting module RoutingKit
[236/1128] Compiling RoutingKit Parameters.swift
[237/1128] Compiling RoutingKit AnyRouter.swift
[238/1128] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[239/1128] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[240/1128] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[241/1128] Compiling OrderedCollections OrderedDictionary+Values.swift
[242/1128] Compiling OrderedCollections OrderedDictionary.swift
[243/1128] Compiling OrderedCollections OrderedSet+Codable.swift
[244/1128] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[245/1128] Compiling OrderedCollections OrderedSet+Descriptions.swift
[246/1128] Compiling OrderedCollections OrderedSet+Diffing.swift
[247/1128] Compiling OrderedCollections OrderedSet+Equatable.swift
[254/1138] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[255/1138] Compiling OrderedCollections OrderedSet+Hashable.swift
[256/1138] Compiling OrderedCollections OrderedSet+Initializers.swift
[257/1138] Compiling OrderedCollections OrderedSet+Insertions.swift
[258/1138] Compiling OrderedCollections OrderedSet+Invariants.swift
[259/1138] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[260/1138] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[261/1138] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[262/1138] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[263/1138] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[263/1138] Compiling ssl_versions.cc
[265/1138] Compiling ssl_transcript.cc
[267/1138] Compiling OrderedCollections OrderedDictionary+Codable.swift
[268/1138] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[269/1138] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[270/1138] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[271/1138] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[272/1138] Compiling OrderedCollections OrderedDictionary+Elements.swift
[273/1138] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[274/1138] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[275/1138] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[276/1138] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[277/1138] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[278/1138] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[283/1138] Emitting module Metrics
[284/1138] Compiling Metrics Metrics.swift
[286/1237] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[287/1237] Compiling DequeModule Deque._UnsafeHandle.swift
[288/1237] Compiling DequeModule Deque.swift
[289/1237] Compiling DequeModule _DequeBuffer.swift
[290/1237] Compiling DequeModule _DequeBufferHeader.swift
[291/1237] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[292/1237] Compiling HashTreeCollections _HashNode+Structural filter.swift
[293/1237] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[294/1237] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[295/1237] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[296/1237] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[297/1237] Compiling HeapModule Heap+Descriptions.swift
[297/1237] Compiling ssl_x509.cc
[299/1237] Compiling DequeModule Deque+CustomReflectable.swift
[300/1237] Compiling DequeModule Deque+Descriptions.swift
[301/1239] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[302/1239] Compiling HashTreeCollections TreeSet+Debugging.swift
[303/1239] Compiling HashTreeCollections TreeSet+Descriptions.swift
[304/1239] Compiling HashTreeCollections TreeSet+Equatable.swift
[305/1239] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[306/1239] Compiling HashTreeCollections TreeSet+Extras.swift
[307/1239] Compiling HashTreeCollections TreeSet+Filter.swift
[308/1239] Compiling HashTreeCollections TreeSet+Hashable.swift
[309/1239] Compiling HashTreeCollections TreeSet+Sendable.swift
[310/1239] Compiling HashTreeCollections TreeDictionary+Keys.swift
[311/1239] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[312/1239] Compiling HashTreeCollections TreeDictionary+Merge.swift
[313/1239] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[314/1239] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[315/1239] Compiling HashTreeCollections TreeDictionary+Values.swift
[316/1239] Compiling HashTreeCollections TreeDictionary.swift
[317/1239] Compiling HashTreeCollections TreeSet+Codable.swift
[318/1239] Compiling HashTreeCollections TreeSet+Collection.swift
[319/1239] Compiling DequeModule Deque+Codable.swift
[320/1239] Compiling DequeModule Deque+Collection.swift
[323/1239] Compiling DequeModule Deque+Equatable.swift
[324/1239] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[325/1239] Compiling DequeModule Deque+Extras.swift
[326/1239] Compiling DequeModule Deque+Hashable.swift
[327/1239] Compiling DequeModule Deque+Testing.swift
[328/1239] Compiling DequeModule Deque._Storage.swift
[331/1239] Compiling HeapModule _HeapNode.swift
[332/1239] Compiling HeapModule Heap.swift
[343/1239] Emitting module HeapModule
[348/1239] Compiling HeapModule Heap+Invariants.swift
[349/1239] Compiling HeapModule Heap+UnsafeHandle.swift
[352/1240] Compiling HashTreeCollections TreeSet+Sequence.swift
[353/1240] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[354/1240] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[355/1240] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[356/1240] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[357/1240] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[358/1240] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[359/1240] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[361/1250] Compiling DequeModule _DequeSlot.swift
[362/1250] Compiling DequeModule _UnsafeWrappedBuffer.swift
[384/1250] Emitting module OrderedCollections
[386/1251] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[387/1251] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[388/1251] Compiling HashTreeCollections TreeDictionary+Filter.swift
[389/1251] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[390/1251] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[397/1251] Emitting module _RopeModule
[400/1252] Emitting module ZipArchive
[401/1252] Emitting module DequeModule
[403/1253] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[404/1253] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[405/1253] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[406/1253] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[407/1253] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[408/1253] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[409/1253] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[410/1253] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[411/1253] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[412/1253] Compiling HashTreeCollections TreeSet.swift
[419/1253] Compiling HashTreeCollections _HashTreeIterator.swift
[420/1253] Compiling HashTreeCollections _HashTreeStatistics.swift
[421/1253] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[422/1253] Compiling HashTreeCollections _RawHashNode.swift
[423/1253] Compiling HashTreeCollections _UnmanagedHashNode.swift
[424/1253] Compiling HashTreeCollections _UnsafePath.swift
[425/1253] Compiling HashTreeCollections TreeDictionary+Codable.swift
[426/1253] Compiling HashTreeCollections TreeDictionary+Collection.swift
[427/1253] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[428/1253] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[429/1253] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[438/1253] Compiling ssl_stat.cc
[455/1253] Compiling HashTreeCollections _HashNodeHeader.swift
[456/1253] Compiling HashTreeCollections _HashSlot.swift
[457/1253] Compiling HashTreeCollections _HashStack.swift
[465/1254] Compiling ZipArchive crc32.swift
[467/1255] Compiling ssl_session.cc
[468/1255] Compiling ssl_privkey.cc
[480/1255] Compiling ssl_key_share.cc
[491/1255] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[492/1255] Compiling HashTreeCollections _HashNode+Structural merge.swift
[493/1255] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[494/1255] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[495/1255] Compiling HashTreeCollections _HashNode+Structural union.swift
[496/1255] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[497/1255] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[498/1255] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[499/1255] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[500/1255] Compiling HashTreeCollections _HashNode.swift
[503/1255] Compiling ssl_lib.cc
[504/1255] Compiling ssl_file.cc
[506/1255] Emitting module HashTreeCollections
[506/1256] Compiling ssl_buffer.cc
[507/1256] Compiling ssl_cipher.cc
[509/1256] Compiling ssl_credential.cc
[510/1256] Compiling ssl_asn1.cc
[511/1256] Compiling ssl_cert.cc
[512/1256] Compiling ssl_aead_ctx.cc
[513/1256] Compiling s3_pkt.cc
[514/1256] Compiling s3_lib.cc
[515/1256] Compiling handshake_client.cc
[516/1256] Compiling s3_both.cc
[517/1256] Compiling handshake_server.cc
[518/1256] Compiling handoff.cc
[519/1256] Compiling handshake.cc
[520/1256] Compiling extensions.cc
[521/1256] Compiling encrypted_client_hello.cc
[522/1256] Compiling md5-x86_64-linux.S
[523/1256] Compiling dtls_record.cc
[524/1256] Compiling dtls_method.cc
[525/1256] Compiling md5-x86_64-apple.S
[526/1256] Compiling md5-586-linux.S
[527/1256] Compiling md5-586-apple.S
[528/1256] Compiling d1_srtp.cc
[529/1256] Compiling chacha20_poly1305_x86_64-apple.S
[530/1256] Compiling chacha20_poly1305_armv8-win.S
[531/1256] Compiling chacha20_poly1305_x86_64-linux.S
[532/1256] Compiling chacha20_poly1305_armv8-linux.S
[533/1256] Compiling chacha-x86_64-linux.S
[534/1256] Compiling chacha20_poly1305_armv8-apple.S
[535/1256] Compiling chacha-x86_64-apple.S
[536/1256] Compiling chacha-x86-apple.S
[537/1256] Compiling chacha-x86-linux.S
[538/1256] Compiling d1_lib.cc
[539/1256] Compiling d1_pkt.cc
[540/1256] Compiling chacha-armv8-win.S
[541/1256] Compiling err_data.cc
[542/1256] Compiling bio_ssl.cc
[543/1256] Compiling chacha-armv8-linux.S
[544/1256] Compiling chacha-armv8-apple.S
[545/1256] Compiling chacha-armv4-linux.S
[546/1256] Compiling aes128gcmsiv-x86_64-linux.S
[547/1256] Compiling aes128gcmsiv-x86_64-apple.S
[548/1256] Compiling x86_64-mont-apple.S
[549/1256] Compiling x86_64-mont5-linux.S
[550/1256] Compiling x86_64-mont-linux.S
[551/1256] Compiling x86-mont-linux.S
[552/1256] Compiling x86_64-mont5-apple.S
[553/1256] Compiling x86-mont-apple.S
[554/1256] Compiling vpaes-x86_64-apple.S
[555/1256] Compiling vpaes-x86-linux.S
[556/1256] Compiling vpaes-x86_64-linux.S
[557/1256] Compiling vpaes-armv8-win.S
[558/1256] Compiling vpaes-x86-apple.S
[558/1256] Compiling vpaes-armv8-linux.S
[560/1256] Compiling vpaes-armv8-apple.S
[561/1256] Compiling vpaes-armv7-linux.S
[562/1256] Compiling sha512-x86_64-apple.S
[563/1256] Compiling sha512-armv8-win.S
[564/1256] Compiling sha512-armv8-linux.S
[565/1256] Compiling sha512-x86_64-linux.S
[565/1256] Compiling sha512-armv8-apple.S
[567/1256] Compiling sha512-armv4-linux.S
[568/1256] Compiling sha512-586-linux.S
[569/1256] Compiling sha512-586-apple.S
[570/1256] Compiling sha256-x86_64-apple.S
[571/1256] Compiling sha256-x86_64-linux.S
[572/1256] Compiling sha256-armv8-linux.S
[573/1256] Compiling sha256-armv8-win.S
[574/1256] Compiling sha256-armv8-apple.S
[575/1256] Compiling sha256-586-linux.S
[576/1256] Compiling sha256-armv4-linux.S
[577/1256] Compiling sha256-586-apple.S
[578/1256] Compiling sha1-armv8-linux.S
[579/1256] Compiling sha1-x86_64-apple.S
[580/1256] Compiling sha1-armv8-win.S
[581/1256] Compiling sha1-armv8-apple.S
[582/1256] Compiling d1_both.cc
[583/1256] Compiling sha1-x86_64-linux.S
[584/1256] Compiling sha1-armv4-large-linux.S
[585/1256] Compiling sha1-586-linux.S
[586/1256] Compiling sha1-586-apple.S
[587/1256] Compiling rdrand-x86_64-linux.S
[588/1256] Compiling rsaz-avx2-apple.S
[588/1256] Compiling rsaz-avx2-linux.S
[590/1256] Compiling rdrand-x86_64-apple.S
[591/1256] Compiling p256_beeu-x86_64-asm-linux.S
[592/1256] Compiling p256_beeu-x86_64-asm-apple.S
[593/1256] Compiling p256_beeu-armv8-asm-win.S
[594/1256] Compiling p256_beeu-armv8-asm-apple.S
[595/1256] Compiling p256_beeu-armv8-asm-linux.S
[596/1256] Compiling p256-x86_64-asm-apple.S
[597/1256] Compiling p256-armv8-asm-win.S
[598/1256] Compiling p256-armv8-asm-linux.S
[599/1256] Compiling ghashv8-armv8-win.S
[600/1256] Compiling p256-x86_64-asm-linux.S
[601/1256] Compiling p256-armv8-asm-apple.S
[602/1256] Compiling ghashv8-armv8-apple.S
[603/1256] Compiling ghashv8-armv8-linux.S
[604/1256] Compiling ghashv8-armv7-linux.S
[605/1256] Compiling ghash-x86_64-apple.S
[606/1256] Compiling ghash-x86-apple.S
[607/1256] Compiling ghash-x86_64-linux.S
[608/1256] Compiling ghash-ssse3-x86_64-linux.S
[609/1256] Compiling ghash-ssse3-x86_64-apple.S
[609/1256] Compiling ghash-x86-linux.S
[611/1256] Compiling ghash-ssse3-x86-linux.S
[612/1256] Compiling ghash-ssse3-x86-apple.S
[613/1256] Compiling ghash-neon-armv8-linux.S
[614/1256] Compiling ghash-neon-armv8-apple.S
[615/1256] Compiling ghash-neon-armv8-win.S
[615/1256] Compiling ghash-armv4-linux.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-armv8-linux.S
[622/1256] Compiling bn-armv8-apple.S
[623/1256] Compiling bn-586-linux.S
[624/1256] Compiling bn-586-apple.S
[625/1256] Compiling armv8-mont-win.S
[626/1256] Compiling armv8-mont-apple.S
[627/1256] Compiling armv8-mont-linux.S
[628/1256] Compiling aesv8-gcm-armv8-linux.S
[629/1256] Compiling armv4-mont-linux.S
[630/1256] Compiling aesv8-gcm-armv8-apple.S
[630/1256] Compiling aesv8-gcm-armv8-win.S
[632/1256] Compiling aesv8-armv8-win.S
[633/1256] Compiling aesv8-armv8-linux.S
[634/1256] Compiling aesv8-armv8-apple.S
[635/1256] Compiling aesv8-armv7-linux.S
[636/1256] Compiling aesni-x86-linux.S
[637/1256] Compiling aesni-x86-apple.S
[638/1256] Compiling aesni-x86_64-linux.S
[638/1256] Compiling aesni-x86_64-apple.S
[638/1256] Compiling aesni-gcm-x86_64-linux.S
[641/1256] Compiling aesni-gcm-x86_64-apple.S
[642/1256] Compiling aes-gcm-avx2-x86_64-linux.S
[643/1256] Compiling aes-gcm-avx2-x86_64-apple.S
[644/1256] Compiling aes-gcm-avx10-x86_64-apple.S
[645/1256] Compiling aes-gcm-avx10-x86_64-linux.S
[646/1256] Compiling x_x509.cc
[647/1256] Compiling x_pubkey.cc
[648/1256] Compiling x_spki.cc
[649/1256] Compiling x_val.cc
[650/1256] Compiling x_sig.cc
[651/1256] Compiling x_x509a.cc
[652/1256] Compiling x_req.cc
[653/1256] Compiling x_name.cc
[654/1256] Compiling x_crl.cc
[655/1256] Compiling x_algor.cc
[656/1256] Compiling x_exten.cc
[657/1256] Compiling x_all.cc
[658/1256] Compiling x509name.cc
[659/1256] Compiling x509spki.cc
[660/1256] Compiling x_attrib.cc
[661/1256] Compiling x509rset.cc
[662/1256] Compiling x509cset.cc
[663/1256] Compiling x509_vpm.cc
[664/1256] Compiling x509_txt.cc
[665/1256] Compiling x509_vfy.cc
[666/1256] Compiling x509_trs.cc
[667/1256] Compiling x509_v3.cc
[668/1256] Compiling x509_set.cc
[669/1256] Compiling x509_obj.cc
[670/1256] Compiling x509_req.cc
[671/1256] Compiling x509_def.cc
[672/1256] Compiling x509_lu.cc
[673/1256] Compiling x509_d2.cc
[674/1256] Compiling x509_ext.cc
[675/1256] Compiling x509_cmp.cc
[676/1256] Compiling x509.cc
[677/1256] Compiling x509_att.cc
[678/1256] Compiling v3_utl.cc
[679/1256] Compiling v3_skey.cc
[680/1256] Compiling v3_prn.cc
[681/1256] Compiling v3_pmaps.cc
[682/1256] Compiling v3_purp.cc
[683/1256] Compiling v3_pcons.cc
[684/1256] Compiling v3_ocsp.cc
[685/1256] Compiling v3_int.cc
[686/1256] Compiling v3_ncons.cc
[687/1256] Compiling v3_lib.cc
[688/1256] Compiling v3_info.cc
[689/1256] Compiling v3_ia5.cc
[690/1256] Compiling v3_genn.cc
[691/1256] Compiling v3_enum.cc
[692/1256] Compiling v3_extku.cc
[693/1256] Compiling v3_crld.cc
[694/1256] Compiling v3_cpols.cc
[695/1256] Compiling v3_conf.cc
[696/1256] Compiling v3_bcons.cc
[697/1256] Compiling v3_bitst.cc
[698/1256] Compiling v3_alt.cc
[699/1256] Compiling v3_akeya.cc
[700/1256] Compiling v3_akey.cc
[701/1256] Compiling t_x509a.cc
[702/1256] Compiling t_x509.cc
[703/1256] Compiling t_crl.cc
[704/1256] Compiling i2d_pr.cc
[705/1256] Compiling t_req.cc
[706/1256] Compiling rsa_pss.cc
[707/1256] Compiling name_print.cc
[708/1256] Compiling policy.cc
[709/1256] Compiling by_dir.cc
[710/1256] Compiling by_file.cc
[711/1256] Compiling asn1_gen.cc
[712/1256] Compiling a_verify.cc
[713/1256] Compiling algorithm.cc
[714/1256] Compiling a_sign.cc
[715/1256] Compiling voprf.cc
[716/1256] Compiling thread_pthread.cc
[717/1256] Compiling a_digest.cc
[718/1256] Compiling thread_win.cc
[719/1256] Compiling thread_none.cc
[720/1256] Compiling thread.cc
[721/1256] Compiling stack.cc
[722/1256] Compiling trust_token.cc
[723/1256] Compiling sha512.cc
[724/1256] Compiling sha256.cc
[725/1256] Compiling pmbtoken.cc
[726/1256] Compiling slhdsa.cc
[727/1256] Compiling siphash.cc
[728/1256] Compiling rsa_print.cc
[729/1256] Compiling sha1.cc
[730/1256] Compiling rsa_extra.cc
[731/1256] Compiling spake2plus.cc
[732/1256] Compiling rsa_crypt.cc
[733/1256] Compiling rc4.cc
[734/1256] Compiling refcount.cc
[735/1256] Compiling trusty.cc
[736/1256] Compiling rand.cc
[737/1256] Compiling windows.cc
[738/1256] Compiling rsa_asn1.cc
[739/1256] Compiling passive.cc
[740/1256] Compiling urandom.cc
[741/1256] Compiling forkunsafe.cc
[742/1256] Compiling poly1305_arm_asm.S
[743/1256] Compiling ios.cc
[744/1256] Compiling getentropy.cc
[745/1256] Compiling deterministic.cc
[746/1256] Compiling fork_detect.cc
[747/1256] Compiling pool.cc
[748/1256] Compiling poly1305.cc
[749/1256] Compiling poly1305_vec.cc
[750/1256] Compiling poly1305_arm.cc
[751/1256] Compiling p5_pbev2.cc
[752/1256] Compiling pkcs8.cc
[753/1256] Compiling pkcs7.cc
[754/1256] Compiling pkcs8_x509.cc
[755/1256] Compiling pkcs7_x509.cc
[756/1256] Compiling pem_xaux.cc
[757/1256] Compiling pem_x509.cc
[758/1256] Compiling pem_pkey.cc
[759/1256] Compiling pem_pk8.cc
[760/1256] Compiling pem_oth.cc
[761/1256] Compiling mlkem.cc
[762/1256] Compiling obj.cc
[763/1256] Compiling pem_info.cc
[764/1256] Compiling pem_lib.cc
[765/1256] Compiling mldsa.cc
[766/1256] Compiling mem.cc
[767/1256] Compiling obj_xref.cc
[768/1256] Compiling pem_all.cc
[769/1256] Compiling md5.cc
[770/1256] Compiling fips_shared_support.cc
[771/1256] Compiling poly_rq_mul.S
[772/1256] Compiling md4.cc
[773/1256] Compiling lhash.cc
[774/1256] Compiling ex_data.cc
[775/1256] Compiling sign.cc
[776/1256] Compiling hrss.cc
[777/1256] Compiling scrypt.cc
[778/1256] Compiling kyber.cc
[779/1256] Compiling pbkdf.cc
[780/1256] Compiling hpke.cc
[781/1256] Compiling print.cc
[782/1256] Compiling p_x25519.cc
[783/1256] Compiling p_ed25519.cc
[784/1256] Compiling p_x25519_asn1.cc
[785/1256] Compiling p_rsa_asn1.cc
[786/1256] Compiling p_rsa.cc
[787/1256] Compiling p_hkdf.cc
[788/1256] Compiling p_ec_asn1.cc
[789/1256] Compiling p_ec.cc
[790/1256] Compiling p_ed25519_asn1.cc
[791/1256] Compiling p_dsa_asn1.cc
[792/1256] Compiling p_dh_asn1.cc
[793/1256] Compiling evp_ctx.cc
[794/1256] Compiling p_dh.cc
[795/1256] Compiling err.cc
[796/1256] Compiling evp.cc
[797/1256] Compiling ecdh.cc
[798/1256] Compiling engine.cc
[799/1256] Compiling ecdsa_asn1.cc
[800/1256] Compiling hash_to_curve.cc
[801/1256] Compiling ec_derive.cc
[802/1256] Compiling evp_asn1.cc
[803/1256] Compiling dh_asn1.cc
[804/1256] Compiling dsa.cc
[805/1256] Compiling params.cc
[806/1256] Compiling ec_asn1.cc
[807/1256] Compiling x25519-asm-arm.S
[808/1256] Compiling des.cc
[809/1256] Compiling dsa_asn1.cc
[810/1256] Compiling digest_extra.cc
[811/1256] Compiling spake25519.cc
[812/1256] Compiling cpu_intel.cc
[813/1256] Compiling cpu_arm_linux.cc
[814/1256] Compiling crypto.cc
[815/1256] Compiling cpu_aarch64_win.cc
[816/1256] Compiling cpu_arm_freebsd.cc
[817/1256] Compiling curve25519.cc
[818/1256] Compiling cpu_aarch64_sysreg.cc
[819/1256] Compiling cpu_aarch64_openbsd.cc
[820/1256] Compiling bcm.cc
[821/1256] Compiling cpu_aarch64_linux.cc
[822/1256] Compiling cpu_aarch64_apple.cc
[823/1256] Compiling cpu_aarch64_fuchsia.cc
[824/1256] Compiling curve25519_64_adx.cc
[825/1256] Compiling conf.cc
[826/1256] Compiling tls_cbc.cc
[827/1256] Compiling e_rc4.cc
[828/1256] Compiling get_cipher.cc
[829/1256] Compiling e_rc2.cc
[830/1256] Compiling e_tls.cc
[831/1256] Compiling e_null.cc
[832/1256] Compiling e_chacha20poly1305.cc
[833/1256] Compiling e_des.cc
[834/1256] Compiling e_aesgcmsiv.cc
[835/1256] Compiling derive_key.cc
[836/1256] Compiling chacha.cc
[837/1256] Compiling e_aesctrhmac.cc
[838/1256] Compiling unicode.cc
[839/1256] Compiling buf.cc
[840/1256] Compiling ber.cc
[841/1256] Compiling asn1_compat.cc
[842/1256] Compiling cbs.cc
[843/1256] Compiling cbb.cc
[844/1256] Compiling blake2.cc
[845/1256] Compiling convert.cc
[846/1256] Compiling bn_asn1.cc
[847/1256] Compiling socket.cc
[848/1256] Compiling socket_helper.cc
[849/1256] Compiling hexdump.cc
[850/1256] Compiling file.cc
[851/1256] Compiling pair.cc
[852/1256] Compiling printf.cc
[853/1256] Compiling connect.cc
[854/1256] Compiling errno.cc
[855/1256] Compiling fd.cc
[856/1256] Compiling bio_mem.cc
[857/1256] Compiling base64.cc
[858/1256] Compiling bio.cc
[859/1256] Compiling tasn_typ.cc
[860/1256] Compiling tasn_fre.cc
[861/1256] Compiling posix_time.cc
[862/1256] Compiling tasn_new.cc
[863/1256] Compiling tasn_enc.cc
[864/1256] Compiling tasn_utl.cc
[865/1256] Compiling asn_pack.cc
[866/1256] Compiling f_string.cc
[867/1256] Compiling f_int.cc
[868/1256] Compiling tasn_dec.cc
[869/1256] Compiling asn1_par.cc
[870/1256] Compiling a_utctm.cc
[871/1256] Compiling a_type.cc
[872/1256] Compiling a_time.cc
[873/1256] Compiling a_octet.cc
[874/1256] Compiling asn1_lib.cc
[875/1256] Compiling a_i2d_fp.cc
[876/1256] Compiling a_object.cc
[877/1256] Compiling a_strex.cc
[878/1256] Compiling a_dup.cc
[879/1256] Compiling a_strnid.cc
[880/1256] Compiling a_mbstr.cc
[881/1256] Compiling a_bitstr.cc
[882/1256] Compiling a_d2i_fp.cc
[883/1256] Compiling a_int.cc
[884/1256] Compiling a_gentm.cc
[885/1256] Compiling fiat_p256_adx_mul.S
[886/1256] Compiling fiat_p256_adx_sqr.S
[887/1256] Compiling a_bool.cc
[888/1256] Compiling fiat_curve25519_adx_square.S
[889/1256] Compiling CCryptoBoringSSLShims shims.c
[890/1256] Compiling md5-x86_64-apple.S
[891/1256] Compiling md5-x86_64-linux.S
[892/1256] Compiling md5-586-apple.S
[893/1256] Compiling md5-586-linux.S
[893/1256] Compiling fiat_curve25519_adx_mul.S
[895/1256] Compiling chacha20_poly1305_x86_64-apple.S
[896/1256] Compiling chacha20_poly1305_armv8-win.S
[897/1256] Compiling chacha20_poly1305_x86_64-linux.S
[898/1256] Compiling err_data.cc
[899/1256] Compiling chacha20_poly1305_armv8-linux.S
[900/1256] Compiling chacha-x86-apple.S
[901/1256] Compiling chacha-x86_64-apple.S
[902/1256] Compiling chacha20_poly1305_armv8-apple.S
[903/1256] Compiling chacha-x86-linux.S
[903/1256] Compiling chacha-x86_64-linux.S
[905/1256] Compiling chacha-armv8-win.S
[906/1256] Compiling chacha-armv8-apple.S
[907/1256] Compiling aes128gcmsiv-x86_64-apple.S
[908/1256] Compiling chacha-armv8-linux.S
[909/1256] Compiling x86_64-mont5-linux.S
[910/1256] Compiling chacha-armv4-linux.S
[911/1256] Compiling x86_64-mont5-apple.S
[912/1256] Compiling aes128gcmsiv-x86_64-linux.S
[913/1256] Compiling x86_64-mont-linux.S
[914/1256] Compiling vpaes-x86_64-linux.S
[915/1256] Compiling x86-mont-apple.S
[916/1256] Compiling x86_64-mont-apple.S
[917/1256] Compiling x86-mont-linux.S
[918/1256] Compiling vpaes-x86_64-apple.S
[919/1256] Compiling vpaes-x86-linux.S
[920/1256] Compiling vpaes-armv8-linux.S
[921/1256] Compiling vpaes-x86-apple.S
[922/1256] Compiling vpaes-armv8-win.S
[923/1256] Compiling vpaes-armv8-apple.S
[924/1256] Compiling vpaes-armv7-linux.S
[925/1256] Compiling sha512-armv8-win.S
[926/1256] Compiling sha512-x86_64-apple.S
[927/1256] Compiling sha512-armv8-apple.S
[928/1256] Compiling sha512-armv8-linux.S
[929/1256] Compiling sha512-x86_64-linux.S
[930/1256] Compiling sha512-armv4-linux.S
[931/1256] Compiling sha512-586-apple.S
[932/1256] Compiling sha256-armv8-win.S
[933/1256] Compiling sha512-586-linux.S
[933/1256] Compiling sha256-x86_64-linux.S
[935/1256] Compiling sha256-x86_64-apple.S
[936/1256] Compiling sha256-armv8-apple.S
[937/1256] Compiling sha256-armv8-linux.S
[937/1256] Compiling sha256-586-apple.S
[939/1256] Compiling sha256-armv4-linux.S
[940/1256] Compiling sha256-586-linux.S
[941/1256] Compiling sha1-armv8-apple.S
[942/1256] Compiling sha1-x86_64-apple.S
[943/1256] Compiling sha1-x86_64-linux.S
[944/1256] Compiling sha1-armv8-linux.S
[945/1256] Compiling sha1-586-linux.S
[946/1256] Compiling sha1-armv4-large-linux.S
[947/1256] Compiling sha1-armv8-win.S
[948/1256] Compiling rsaz-avx2-linux.S
[949/1256] Compiling sha1-586-apple.S
[950/1256] Compiling rdrand-x86_64-apple.S
[951/1256] Compiling p256_beeu-x86_64-asm-linux.S
[952/1256] Compiling rsaz-avx2-apple.S
[953/1256] Compiling rdrand-x86_64-linux.S
[954/1256] Compiling p256_beeu-x86_64-asm-apple.S
[955/1256] Compiling p256_beeu-armv8-asm-win.S
[956/1256] Compiling p256_beeu-armv8-asm-apple.S
[957/1256] Compiling p256_beeu-armv8-asm-linux.S
[958/1256] Compiling p256-x86_64-asm-apple.S
[959/1256] Compiling p256-armv8-asm-win.S
[960/1256] Compiling p256-armv8-asm-linux.S
[961/1256] Compiling p256-x86_64-asm-linux.S
[961/1256] Compiling ghashv8-armv8-win.S
[963/1256] Compiling p256-armv8-asm-apple.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_64-apple.S
[968/1256] Compiling ghash-x86_64-linux.S
[969/1256] Compiling ghash-x86-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-apple.S
[974/1256] Compiling ghash-ssse3-x86-linux.S
[975/1256] Compiling ghash-neon-armv8-win.S
[976/1256] Compiling ghash-neon-armv8-linux.S
[977/1256] Compiling ghash-neon-armv8-apple.S
[978/1256] Compiling ghash-armv4-linux.S
[979/1256] Compiling co-586-apple.S
[980/1256] Compiling co-586-linux.S
[981/1256] Compiling bsaes-armv7-linux.S
[982/1256] Compiling bn-armv8-linux.S
[983/1256] Compiling bn-armv8-win.S
[984/1256] Compiling bn-armv8-apple.S
[985/1256] Compiling bn-586-apple.S
[986/1256] Compiling bn-586-linux.S
[987/1256] Compiling c-nioatomics.c
[988/1256] Compiling armv8-mont-win.S
[989/1256] Compiling armv8-mont-linux.S
[990/1256] Compiling armv8-mont-apple.S
[991/1256] Compiling aesv8-gcm-armv8-win.S
[992/1256] Compiling aesv8-gcm-armv8-linux.S
[992/1256] Compiling armv4-mont-linux.S
[994/1256] Compiling aesv8-armv8-win.S
[995/1256] Compiling aesv8-gcm-armv8-apple.S
[996/1256] Compiling aesv8-armv8-linux.S
[997/1256] Compiling aesv8-armv8-apple.S
[998/1256] Compiling aesv8-armv7-linux.S
[999/1256] Compiling aesni-x86-linux.S
[1000/1256] Compiling aesni-x86_64-apple.S
[1001/1256] Compiling aesni-x86_64-linux.S
[1002/1256] Compiling aesni-x86-apple.S
[1003/1256] Compiling aesni-gcm-x86_64-apple.S
[1004/1256] Compiling aes-gcm-avx10-x86_64-apple.S
[1005/1256] Compiling aesni-gcm-x86_64-linux.S
[1006/1256] Compiling aes-gcm-avx10-x86_64-linux.S
[1007/1256] Compiling x_sig.cc
[1008/1256] Compiling x_x509a.cc
[1009/1256] Compiling x_spki.cc
[1010/1256] Compiling x_pubkey.cc
[1011/1256] Compiling x_val.cc
[1012/1256] Compiling x_req.cc
[1013/1256] Compiling x_x509.cc
[1014/1256] Compiling c-atomics.c
[1015/1256] Compiling x_name.cc
[1016/1256] Compiling x_attrib.cc
[1017/1256] Compiling x_exten.cc
[1018/1262] Compiling x_algor.cc
[1019/1262] Compiling x_crl.cc
[1020/1262] Compiling x_all.cc
[1021/1262] Compiling x509spki.cc
[1022/1262] Compiling x509name.cc
[1023/1262] Compiling x509rset.cc
[1024/1262] Compiling x509_vpm.cc
[1026/1262] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1027/1262] Compiling NIOConcurrencyHelpers NIOLock.swift
[1028/1262] Compiling NIOConcurrencyHelpers atomics.swift
[1029/1262] Compiling NIOConcurrencyHelpers lock.swift
[1030/1262] Emitting module NIOConcurrencyHelpers
[1031/1262] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1031/1263] Compiling x509_vfy.cc
[1032/1263] Compiling x509_v3.cc
[1033/1263] Compiling x509cset.cc
[1035/1263] Compiling x509_trs.cc
[1036/1263] Compiling x509_txt.cc
[1037/1289] Compiling x509_d2.cc
[1038/1289] Compiling ConsoleKitTerminal Console+Wait.swift
[1039/1289] Compiling ConsoleKitTerminal ConsoleColor.swift
[1040/1289] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1041/1289] Compiling x509_req.cc
[1042/1292] Compiling x509_set.cc
[1043/1292] Compiling x509_obj.cc
[1045/1292] Emitting module ConsoleKitTerminal
[1045/1292] Compiling x509_ext.cc
[1047/1292] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1048/1292] Compiling ConsoleKitTerminal ConsoleClear.swift
[1049/1292] Compiling ConsoleKitTerminal Console+Ask.swift
[1050/1292] Compiling ConsoleKitTerminal Console+Choose.swift
[1050/1292] Compiling x509_def.cc
[1051/1292] Compiling x509_lu.cc
[1053/1292] Compiling ConsoleKitTerminal Console+Confirm.swift
[1054/1292] Compiling ConsoleKitTerminal Console+Input.swift
[1055/1292] Compiling ConsoleKitTerminal Console+Center.swift
[1056/1292] Compiling ConsoleKitTerminal Console+Output.swift
[1057/1292] Compiling ConsoleKitTerminal ActivityBar.swift
[1058/1292] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1059/1292] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1060/1292] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1061/1292] Compiling ConsoleKitTerminal CustomActivity.swift
[1062/1292] Compiling ConsoleKitTerminal LoadingBar.swift
[1063/1292] Compiling ConsoleKitTerminal ProgressBar.swift
[1064/1292] Compiling ConsoleKitTerminal Console+Clear.swift
[1065/1292] Compiling ConsoleKitTerminal ConsoleText.swift
[1066/1292] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1067/1292] Compiling ConsoleKitTerminal ANSI.swift
[1068/1292] Compiling ConsoleKitTerminal Console.swift
[1069/1292] Compiling ConsoleKitTerminal Terminal.swift
[1070/1292] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1070/1292] Compiling x509_cmp.cc
[1071/1292] Compiling x509.cc
[1072/1292] Compiling x509_att.cc
[1073/1292] Compiling v3_skey.cc
[1074/1292] Compiling v3_prn.cc
[1075/1292] Compiling v3_utl.cc
[1077/1292] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1078/1292] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1079/1292] Compiling ConsoleKitTerminal LoggerFragment.swift
[1079/1293] Compiling v3_purp.cc
[1081/1315] Compiling v3_lib.cc
[1082/1315] Compiling v3_pmaps.cc
[1084/1315] Compiling ConsoleKitCommands CommandSignature.swift
[1085/1315] Compiling ConsoleKitCommands Flag.swift
[1086/1315] Compiling ConsoleKitCommands Option.swift
[1086/1315] Compiling v3_ocsp.cc
[1088/1317] Emitting module ConsoleKitCommands
[1088/1317] Compiling v3_int.cc
[1090/1317] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1091/1317] Compiling ConsoleKitCommands Utilities.swift
[1091/1317] Compiling v3_ncons.cc
[1093/1317] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1094/1317] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1095/1317] Compiling ConsoleKitCommands Argument.swift
[1095/1317] Compiling v3_pcons.cc
[1097/1317] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1098/1317] Compiling ConsoleKitCommands AsyncCommand.swift
[1099/1317] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1100/1317] Compiling ConsoleKitCommands Command.swift
[1101/1317] Compiling ConsoleKitCommands CommandContext.swift
[1102/1317] Compiling ConsoleKitCommands CommandError.swift
[1103/1317] Compiling ConsoleKitCommands AsyncCommands.swift
[1104/1317] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1105/1317] Compiling ConsoleKitCommands AnyCommand.swift
[1105/1317] Compiling v3_info.cc
[1106/1317] Compiling v3_ia5.cc
[1107/1317] Compiling v3_extku.cc
[1108/1317] Compiling v3_genn.cc
[1109/1317] Compiling v3_enum.cc
[1110/1317] Compiling v3_conf.cc
[1111/1317] Compiling v3_cpols.cc
[1112/1317] Compiling v3_crld.cc
[1113/1317] Compiling v3_bcons.cc
[1114/1317] Compiling v3_bitst.cc
[1115/1317] Compiling v3_alt.cc
[1117/1317] Compiling ConsoleKitCommands CommandGroup.swift
[1118/1317] Compiling ConsoleKitCommands CommandInput.swift
[1119/1317] Compiling ConsoleKitCommands Commands.swift
[1120/1317] Compiling ConsoleKitCommands Console+Run.swift
[1121/1317] Compiling ConsoleKitCommands ConsoleError.swift
[1122/1317] Compiling ConsoleKitCommands Completion.swift
[1122/1317] Compiling v3_akeya.cc
[1123/1317] Compiling v3_akey.cc
[1124/1317] Compiling t_x509a.cc
[1126/1318] Compiling t_x509.cc
[1127/1318] Compiling t_req.cc
[1129/1320] Emitting module ConsoleKit
[1130/1320] Compiling ConsoleKit Exports.swift
[1130/1320] Compiling name_print.cc
[1131/1321] Compiling i2d_pr.cc
[1133/1321] Compiling t_crl.cc
[1134/1321] Compiling policy.cc
[1135/1321] Compiling by_file.cc
[1136/1321] Compiling rsa_pss.cc
[1137/1321] Compiling by_dir.cc
[1138/1321] Compiling a_verify.cc
[1139/1321] Compiling voprf.cc
[1140/1321] Compiling a_digest.cc
[1141/1321] Compiling trust_token.cc
[1142/1321] Compiling asn1_gen.cc
[1143/1321] Compiling thread_win.cc
[1144/1321] Compiling algorithm.cc
[1145/1321] Compiling a_sign.cc
[1146/1321] Compiling thread.cc
[1147/1321] Compiling thread_none.cc
[1148/1321] Compiling pmbtoken.cc
[1149/1321] Compiling stack.cc
[1150/1321] Compiling thread_pthread.cc
[1151/1321] Compiling wots.cc
[1152/1321] Compiling merkle.cc
[1153/1321] Compiling thash.cc
[1153/1321] Compiling slhdsa.cc
[1155/1321] Compiling fors.cc
[1156/1321] Compiling sha256.cc
[1157/1321] Compiling sha512.cc
[1158/1321] Compiling siphash.cc
[1159/1321] Compiling rsa_extra.cc
[1160/1321] Compiling refcount.cc
[1161/1321] Compiling rc4.cc
[1162/1321] Compiling sha1.cc
[1163/1321] Compiling rsa_print.cc
[1164/1321] Compiling rsa_crypt.cc
[1165/1321] Compiling urandom.cc
[1166/1321] Compiling rand_extra.cc
[1167/1321] Compiling trusty.cc
[1168/1321] Compiling rsa_asn1.cc
[1169/1321] Compiling windows.cc
[1170/1321] Compiling passive.cc
[1171/1321] Compiling ios.cc
[1172/1321] Compiling poly1305_arm_asm.S
[1173/1321] Compiling getentropy.cc
[1174/1321] Compiling deterministic.cc
[1175/1321] Compiling forkunsafe.cc
[1176/1321] Compiling fork_detect.cc
[1177/1321] Compiling poly1305.cc
[1178/1321] Compiling poly1305_vec.cc
[1179/1321] Compiling pool.cc
[1180/1321] Compiling poly1305_arm.cc
[1181/1321] Compiling pkcs7_x509.cc
[1182/1321] Compiling pkcs7.cc
[1183/1321] Compiling p5_pbev2.cc
[1184/1321] Compiling pem_x509.cc
[1185/1321] Compiling pkcs8_x509.cc
[1186/1321] Compiling pem_oth.cc
[1187/1321] Compiling pem_xaux.cc
[1188/1321] Compiling pem_pk8.cc
[1189/1321] Compiling pem_pkey.cc
[1190/1321] Compiling pkcs8.cc
[1191/1321] Compiling mldsa.cc
[1192/1321] Compiling pem_lib.cc
[1193/1321] Compiling obj_xref.cc
[1193/1321] Compiling mem.cc
[1195/1321] Compiling md5.cc
[1196/1321] Compiling obj.cc
[1197/1321] Compiling mlkem.cc
[1198/1321] Compiling pem_all.cc
[1199/1321] Compiling pem_info.cc
[1200/1321] Compiling fips_shared_support.cc
[1201/1321] Compiling poly_rq_mul.S
[1202/1321] Compiling lhash.cc
[1203/1321] Compiling md4.cc
[1204/1321] Compiling hrss.cc
[1205/1321] Compiling kyber.cc
[1206/1321] Compiling ex_data.cc
[1207/1321] Compiling hpke.cc
[1208/1321] Compiling sign.cc
[1209/1321] Compiling pbkdf.cc
[1210/1321] Compiling scrypt.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_ec_asn1.cc
[1218/1321] Compiling p_ed25519.cc
[1219/1321] Compiling p_ed25519_asn1.cc
[1220/1321] Compiling p_ec.cc
[1221/1321] Compiling evp_ctx.cc
[1222/1321] Compiling p_dsa_asn1.cc
[1223/1321] Compiling p_dh.cc
[1224/1321] Compiling p_dh_asn1.cc
[1225/1321] Compiling evp.cc
[1226/1321] Compiling err.cc
[1227/1321] Compiling evp_asn1.cc
[1228/1321] Compiling engine.cc
[1229/1321] Compiling dsa_asn1.cc
[1230/1321] Compiling ecdh_extra.cc
[1231/1321] Compiling ec_asn1.cc
[1232/1321] Compiling ecdsa_asn1.cc
[1233/1321] Compiling hash_to_curve.cc
[1234/1321] Compiling ec_derive.cc
[1235/1321] Compiling dsa.cc
[1236/1321] Compiling digest_extra.cc
[1237/1321] Compiling x25519-asm-arm.S
[1238/1321] Compiling dh_asn1.cc
[1239/1321] Compiling params.cc
[1240/1321] Compiling spake25519.cc
[1241/1321] Compiling des.cc
[1242/1321] Compiling crypto.cc
[1243/1321] Compiling cpu_arm_linux.cc
[1244/1321] Compiling curve25519.cc
[1245/1321] Compiling cpu_aarch64_sysreg.cc
[1246/1321] Compiling cpu_intel.cc
[1247/1321] Compiling cpu_arm_freebsd.cc
[1248/1321] Compiling cpu_aarch64_openbsd.cc
[1249/1321] Compiling cpu_aarch64_win.cc
[1250/1321] Compiling bcm.cc
[1251/1321] Compiling cpu_aarch64_linux.cc
[1252/1321] Compiling cpu_aarch64_fuchsia.cc
[1253/1321] Compiling e_tls.cc
[1254/1321] Compiling cpu_aarch64_apple.cc
[1255/1321] Compiling tls_cbc.cc
[1256/1321] Compiling curve25519_64_adx.cc
[1257/1321] Compiling e_rc4.cc
[1258/1321] Compiling e_null.cc
[1259/1321] Compiling conf.cc
[1260/1321] Compiling e_rc2.cc
[1261/1321] Compiling e_des.cc
[1262/1321] Compiling e_chacha20poly1305.cc
[1263/1321] Compiling e_aesctrhmac.cc
[1264/1321] Compiling e_aesgcmsiv.cc
[1265/1321] Compiling derive_key.cc
[1266/1321] Compiling unicode.cc
[1267/1321] Compiling cipher_extra.cc
[1268/1321] Compiling chacha.cc
[1269/1321] Compiling ber.cc
[1270/1321] Compiling buf.cc
[1271/1321] Compiling cbs.cc
[1272/1321] Compiling cbb.cc
[1273/1321] Compiling asn1_compat.cc
[1274/1321] Compiling convert.cc
[1275/1321] Compiling printf.cc
[1276/1321] Compiling bn_asn1.cc
[1277/1321] Compiling blake2.cc
[1278/1321] Compiling hexdump.cc
[1279/1321] Compiling file.cc
[1280/1321] Compiling fd.cc
[1281/1321] Compiling pair.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_typ.cc
[1287/1321] Compiling tasn_fre.cc
[1288/1321] Compiling tasn_utl.cc
[1289/1321] Compiling tasn_new.cc
[1290/1321] Compiling posix_time.cc
[1291/1321] Compiling tasn_enc.cc
[1292/1321] Compiling f_string.cc
[1293/1321] Compiling asn_pack.cc
[1294/1321] Compiling tasn_dec.cc
[1295/1321] Compiling asn1_par.cc
[1296/1321] Compiling f_int.cc
[1297/1321] Compiling asn1_lib.cc
[1298/1321] Compiling a_type.cc
[1299/1321] Compiling a_utctm.cc
[1300/1321] Compiling a_octet.cc
[1301/1321] Compiling a_time.cc
[1302/1321] Compiling a_strex.cc
[1303/1321] Compiling a_object.cc
[1304/1321] Compiling a_strnid.cc
[1305/1321] Compiling a_mbstr.cc
[1306/1321] Compiling a_i2d_fp.cc
[1306/1321] Write sources
[1314/1321] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1315/1321] Compiling a_dup.cc
[1316/1321] Compiling a_d2i_fp.cc
[1317/1321] Compiling a_gentm.cc
[1318/1321] Compiling a_int.cc
[1319/1378] Compiling a_bitstr.cc
[1320/1418] Compiling a_bool.cc
[1322/1418] Compiling Algorithms MinMax.swift
[1323/1418] Compiling Algorithms Partition.swift
[1324/1420] Compiling Algorithms Indexed.swift
[1325/1420] Compiling Algorithms Intersperse.swift
[1326/1420] Compiling Algorithms AdjacentPairs.swift
[1327/1424] Compiling Algorithms Permutations.swift
[1328/1424] Compiling Algorithms Product.swift
[1329/1428] Compiling Algorithms Chain.swift
[1330/1428] Compiling Algorithms Chunked.swift
[1331/1428] Compiling Algorithms Combinations.swift
[1332/1428] Compiling Algorithms Joined.swift
[1333/1428] Compiling Algorithms Keyed.swift
[1334/1428] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1335/1428] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1336/1428] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1337/1428] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1338/1428] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1339/1428] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1340/1428] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1341/1435] Compiling Atomics IntegerOperations.swift
[1342/1435] Compiling Atomics Unmanaged extensions.swift
[1343/1435] Compiling CryptoBoringWrapper RandomBytes.swift
[1344/1435] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1345/1435] Compiling BitCollections BitSet+CustomReflectable.swift
[1346/1435] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1347/1435] Compiling BitCollections BitSet+Equatable.swift
[1348/1435] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1349/1435] Compiling BitCollections BitSet+Extras.swift
[1350/1435] Compiling BitCollections BitSet+Hashable.swift
[1351/1435] Compiling BitCollections BitSet+Initializers.swift
[1352/1435] Compiling BitCollections BitSet+Invariants.swift
[1353/1435] Compiling BitCollections BitSet+Random.swift
[1354/1435] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1355/1435] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1356/1435] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1357/1435] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1358/1435] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1359/1435] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1360/1435] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1361/1435] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1362/1435] Compiling BitCollections BitSet+SetAlgebra union.swift
[1363/1435] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1364/1435] Compiling BitCollections BitSet.Counted.swift
[1365/1435] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1366/1435] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1367/1435] Compiling CryptoBoringWrapper EllipticCurve.swift
[1368/1435] Emitting module CryptoBoringWrapper
[1369/1435] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1370/1435] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1371/1435] Emitting module Atomics
[1374/1435] Compiling Algorithms Rotate.swift
[1375/1435] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1376/1438] Compiling Algorithms Split.swift
[1377/1438] Compiling Algorithms Stride.swift
[1378/1438] Compiling Algorithms Suffix.swift
[1379/1439] Compiling Algorithms Compacted.swift
[1380/1439] Compiling Algorithms Cycle.swift
[1381/1439] Compiling Algorithms EitherSequence.swift
[1382/1439] Compiling Algorithms FirstNonNil.swift
[1383/1439] Compiling Algorithms FlattenCollection.swift
[1384/1439] Compiling Algorithms Grouped.swift
[1394/1439] Emitting module BitCollections
[1419/1439] Compiling BitCollections BitSet.Index.swift
[1420/1439] Compiling BitCollections BitSet._UnsafeHandle.swift
[1421/1439] Compiling BitCollections BitSet.swift
[1422/1439] Compiling BitCollections Range+Utilities.swift
[1423/1439] Compiling BitCollections Slice+Utilities.swift
[1424/1439] Compiling BitCollections UInt+Tricks.swift
[1425/1439] Compiling BitCollections _Word.swift
[1427/1513] Compiling Collections Collections.swift
[1428/1513] Emitting module Collections
[1429/1513] Compiling Crypto HPKE-Utils.swift
[1430/1513] Compiling Crypto DHKEM.swift
[1431/1513] Compiling Crypto HPKE-KEM-Curve25519.swift
[1432/1514] Compiling Crypto ASN1BitString.swift
[1433/1514] Compiling Crypto ASN1Boolean.swift
[1434/1514] Compiling Crypto ASN1Identifier.swift
[1435/1514] Compiling Crypto ASN1Integer.swift
[1437/1514] Compiling Crypto ChaChaPoly.swift
[1438/1514] Compiling Crypto Cipher.swift
[1439/1514] Compiling Crypto Nonces.swift
[1440/1514] Compiling Crypto AES-GCM.swift
[1441/1514] Compiling Crypto AES-GCM_boring.swift
[1442/1514] Compiling Crypto ChaChaPoly_boring.swift
[1444/1574] Emitting module Algorithms
[1445/1575] Compiling Crypto SymmetricKeys.swift
[1446/1575] Compiling Crypto HMAC.swift
[1447/1575] Compiling Crypto MACFunctions.swift
[1448/1575] Compiling Crypto MessageAuthenticationCode.swift
[1449/1575] Compiling Crypto AES.swift
[1450/1575] Compiling Crypto ECDSASignature_boring.swift
[1451/1575] Compiling Crypto ECDSA_boring.swift
[1452/1575] Compiling Crypto EdDSA_boring.swift
[1453/1575] Compiling Crypto ECDSA.swift
[1454/1575] Compiling Crypto Ed25519.swift
[1456/1584] Emitting module Crypto
[1457/1584] Compiling NIOCore FileHandle.swift
[1458/1584] Compiling NIOCore FileRegion.swift
[1459/1584] Compiling NIOCore GlobalSingletons.swift
[1460/1584] Compiling NIOCore IO.swift
[1461/1584] Compiling NIOCore IOData.swift
[1462/1584] Compiling NIOCore IPProtocol.swift
[1463/1584] Compiling NIOCore IntegerBitPacking.swift
[1464/1584] Compiling NIOCore IntegerTypes.swift
[1465/1584] Compiling NIOCore Interfaces.swift
[1466/1584] Compiling NIOCore Linux.swift
[1467/1584] Compiling NIOCore ByteBuffer-views.swift
[1468/1584] Compiling NIOCore Channel.swift
[1469/1584] Compiling NIOCore ChannelHandler.swift
[1470/1584] Compiling NIOCore ChannelHandlers.swift
[1471/1584] Compiling NIOCore ChannelInvoker.swift
[1472/1584] Compiling NIOCore ChannelOption.swift
[1473/1584] Compiling NIOCore ChannelPipeline.swift
[1474/1584] Compiling NIOCore CircularBuffer.swift
[1475/1584] Compiling NIOCore Codec.swift
[1476/1584] Compiling NIOCore ConvenienceOptionSupport.swift
[1477/1584] Compiling NIOCore DeadChannel.swift
[1478/1584] Compiling NIOCore DispatchQueue+WithFuture.swift
[1479/1584] Compiling NIOCore EventLoop+Deprecated.swift
[1480/1584] Compiling NIOCore EventLoop+SerialExecutor.swift
[1481/1584] Compiling NIOCore EventLoop.swift
[1482/1584] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1483/1584] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1484/1584] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1485/1584] Compiling NIOCore EventLoopFuture.swift
[1486/1584] Compiling NIOCore FileDescriptor.swift
[1487/1584] Compiling NIOCore MarkedCircularBuffer.swift
[1488/1584] Compiling NIOCore MulticastChannel.swift
[1489/1584] Compiling NIOCore NIOAny.swift
[1490/1584] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1491/1584] Compiling NIOCore NIOLoopBound.swift
[1492/1584] Compiling NIOCore NIOScheduledCallback.swift
[1493/1584] Compiling NIOCore NIOSendable.swift
[1494/1584] Compiling NIOCore RecvByteBufferAllocator.swift
[1495/1584] Compiling Crypto HashFunctions_SHA2.swift
[1496/1584] Compiling Crypto HPKE-AEAD.swift
[1505/1592] Compiling NIOCore AddressedEnvelope.swift
[1506/1592] Compiling NIOCore AsyncAwaitSupport.swift
[1507/1592] Compiling NIOCore AsyncChannel.swift
[1508/1592] Compiling NIOCore AsyncChannelHandler.swift
[1509/1592] Compiling NIOCore AsyncChannelInboundStream.swift
[1510/1592] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1511/1592] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1512/1592] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1513/1592] Compiling NIOCore NIOAsyncWriter.swift
[1514/1592] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1515/1592] Compiling NIOCore BSDSocketAPI.swift
[1516/1592] Compiling NIOCore ByteBuffer-aux.swift
[1517/1592] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1518/1592] Compiling NIOCore ByteBuffer-conversions.swift
[1519/1592] Compiling NIOCore ByteBuffer-core.swift
[1520/1592] Compiling NIOCore ByteBuffer-hex.swift
[1521/1592] Compiling NIOCore ByteBuffer-int.swift
[1522/1592] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1523/1592] Compiling NIOCore ByteBuffer-multi-int.swift
[1524/1592] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1533/1592] Compiling Crypto Signature.swift
[1534/1592] Compiling Crypto CryptoKitErrors_boring.swift
[1535/1592] Compiling Crypto RNG_boring.swift
[1536/1592] Compiling Crypto SafeCompare_boring.swift
[1537/1592] Compiling Crypto Zeroization_boring.swift
[1538/1592] Compiling Crypto PrettyBytes.swift
[1539/1592] Compiling Crypto SafeCompare.swift
[1540/1592] Compiling Crypto SecureBytes.swift
[1541/1592] Compiling Crypto Zeroization.swift
[1543/1674] Compiling _CryptoExtras RSA+BlindSigning.swift
[1544/1674] Compiling _CryptoExtras RSA.swift
[1545/1674] Compiling _CryptoExtras RSA_boring.swift
[1546/1674] Compiling _CryptoExtras RSA_security.swift
[1547/1674] Compiling _CryptoExtras BoringSSLHelpers.swift
[1548/1674] Compiling _CryptoExtras CryptoKitErrors_boring.swift
[1549/1674] Compiling _CryptoExtras DigestType.swift
[1550/1674] Compiling _CryptoExtras Error.swift
[1551/1674] Compiling _CryptoExtras ECToolbox.swift
[1552/1674] Compiling _CryptoExtras HashToField.swift
[1553/1674] Compiling _CryptoExtras KDF.swift
[1554/1674] Compiling _CryptoExtras PBKDF2_boring.swift
[1555/1674] Compiling _CryptoExtras PBKDF2_commoncrypto.swift
[1556/1678] Compiling _CryptoExtras Scrypt_boring.swift
[1557/1678] Compiling _CryptoExtras Scrypt.swift
[1558/1678] Compiling _CryptoExtras OPRF.swift
[1559/1678] Compiling _CryptoExtras OPRFClient.swift
[1560/1678] Compiling _CryptoExtras OPRFServer.swift
[1561/1678] Compiling _CryptoExtras VOPRF+API.swift
[1562/1678] Compiling _CryptoExtras VOPRFClient.swift
[1563/1678] Compiling _CryptoExtras VOPRFServer.swift
[1564/1678] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1565/1678] Compiling NIOCore SocketAddresses.swift
[1566/1678] Compiling NIOCore SocketOptionProvider.swift
[1567/1678] Compiling NIOCore SystemCallHelpers.swift
[1568/1678] Compiling NIOCore TimeAmount+Duration.swift
[1569/1678] Compiling NIOCore TypeAssistedChannelHandler.swift
[1570/1678] Compiling NIOCore UniversalBootstrapSupport.swift
[1571/1678] Compiling NIOCore Utilities.swift
[1576/1678] Compiling _CryptoExtras PBKDF2.swift
[1581/1678] Compiling APNSCore Logging.swift
[1582/1678] Compiling APNSCore P256.Signing.PrivateKey+PrivateFilePath.swift
[1583/1678] Compiling APNSCore APNSClient+VoIP.swift
[1584/1678] Compiling APNSCore APNSVoIPNotification.swift
[1585/1678] Compiling _CryptoExtras AES_GCM_SIV_boring.swift
[1586/1678] Compiling _CryptoExtras ARC+API.swift
[1587/1678] Compiling _CryptoExtras ARC.swift
[1588/1678] Compiling _CryptoExtras ARCCredential.swift
[1589/1678] Compiling _CryptoExtras ARCEncoding.swift
[1593/1678] Compiling _CryptoExtras I2OSP.swift
[1594/1678] Compiling _CryptoExtras IntegerEncoding.swift
[1595/1678] Compiling _CryptoExtras PEMDocument.swift
[1596/1684] Compiling _CryptoExtras ARCPrecredential.swift
[1597/1684] Compiling _CryptoExtras ARCPresentation.swift
[1598/1684] Compiling _CryptoExtras AES_CBC.swift
[1599/1684] Compiling _CryptoExtras AES_CFB.swift
[1600/1684] Compiling _CryptoExtras AES_CTR.swift
[1601/1684] Compiling _CryptoExtras AES_GCM_SIV.swift
[1602/1684] Compiling _CryptoExtras Block Function.swift
[1603/1684] Compiling _CryptoExtras AES_CFB_boring.swift
[1604/1684] Compiling _CryptoExtras AES_CTR_boring.swift
[1605/1684] Compiling _CryptoExtras ARCRequest.swift
[1606/1684] Emitting module _CryptoExtras
[1607/1684] Compiling _CryptoExtras PrettyBytes.swift
[1608/1684] Compiling _CryptoExtras SubjectPublicKeyInfo.swift
[1609/1684] Compiling _CryptoExtras DLEQ.swift
[1610/1684] Compiling _CryptoExtras Prover.swift
[1611/1684] Compiling _CryptoExtras Verifier.swift
[1612/1684] Compiling _CryptoExtras ZKPToolbox.swift
[1639/1684] Compiling _CryptoExtras ARCResponse.swift
[1640/1684] Compiling _CryptoExtras ARCServer.swift
[1641/1684] Compiling _CryptoExtras ChaCha20CTR_boring.swift
[1642/1684] Compiling _CryptoExtras ChaCha20CTR.swift
[1643/1684] Compiling _CryptoExtras ECToolbox_boring.swift
[1659/1684] Emitting module NIOCore
[1661/1736] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1662/1736] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1663/1736] Compiling NIOPosix PosixSingletons.swift
[1664/1736] Compiling NIOPosix RawSocketBootstrap.swift
[1665/1736] Compiling NIOPosix Resolver.swift
[1666/1736] Compiling NIOPosix Selectable.swift
[1667/1742] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1668/1742] Emitting module NIOEmbedded
[1669/1742] Compiling NIOEmbedded Embedded.swift
[1670/1742] Compiling NIOEmbedded AsyncTestingChannel.swift
[1671/1742] Compiling NIOPosix IO.swift
[1672/1742] Compiling NIOPosix IntegerBitPacking.swift
[1673/1742] Compiling NIOPosix IntegerTypes.swift
[1674/1742] Compiling NIOPosix Linux.swift
[1675/1742] Compiling NIOPosix LinuxCPUSet.swift
[1676/1742] Compiling NIOPosix LinuxUring.swift
[1677/1742] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1679/1743] Compiling NIOPosix ThreadPosix.swift
[1680/1743] Compiling NIOPosix ThreadWindows.swift
[1681/1743] Compiling NIOPosix UnsafeTransfer.swift
[1682/1743] Compiling NIOPosix Utilities.swift
[1683/1743] Compiling NIOPosix VsockAddress.swift
[1684/1743] Compiling NIOPosix VsockChannelEvents.swift
[1685/1743] Compiling NIOPosix SelectableChannel.swift
[1686/1743] Compiling NIOPosix SelectableEventLoop.swift
[1687/1743] Compiling NIOPosix SelectorEpoll.swift
[1688/1743] Compiling NIOPosix SelectorGeneric.swift
[1689/1743] Compiling NIOPosix SelectorKqueue.swift
[1690/1743] Compiling NIOPosix SelectorUring.swift
[1691/1743] Compiling NIOPosix ServerSocket.swift
[1692/1743] Compiling NIOPosix Socket.swift
[1693/1743] Compiling NIOPosix SocketChannel.swift
[1694/1743] Compiling NIOPosix SocketProtocols.swift
[1695/1743] Compiling NIOPosix System.swift
[1696/1743] Compiling NIOPosix Thread.swift
[1697/1743] Emitting module NIOPosix
[1698/1743] Compiling NIOPosix NIOThreadPool.swift
[1699/1743] Compiling NIOPosix NonBlockingFileIO.swift
[1700/1743] Compiling NIOPosix PendingDatagramWritesManager.swift
[1701/1743] Compiling NIOPosix PendingWritesManager.swift
[1702/1743] Compiling NIOPosix PipeChannel.swift
[1703/1743] Compiling NIOPosix PipePair.swift
[1704/1743] Compiling NIOPosix Pool.swift
[1705/1743] Compiling NIOPosix BSDSocketAPICommon.swift
[1706/1743] Compiling NIOPosix BSDSocketAPIPosix.swift
[1707/1743] Compiling NIOPosix BSDSocketAPIWindows.swift
[1708/1743] Compiling NIOPosix BaseSocket.swift
[1709/1743] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1710/1743] Compiling NIOPosix BaseSocketChannel.swift
[1711/1743] Compiling NIOPosix BaseStreamSocketChannel.swift
[1712/1743] Compiling NIOPosix Bootstrap.swift
[1713/1743] Compiling NIOPosix ControlMessage.swift
[1714/1743] Compiling NIOPosix DatagramVectorReadManager.swift
[1715/1743] Compiling NIOPosix Errors+Any.swift
[1716/1743] Compiling NIOPosix FileDescriptor.swift
[1717/1743] Compiling NIOPosix GetaddrinfoResolver.swift
[1718/1743] Compiling NIOPosix HappyEyeballs.swift
[1720/1803] Compiling NIO Exports.swift
[1721/1803] Emitting module NIO
[1723/1804] Compiling AsyncKit Future+Miscellaneous.swift
[1724/1804] Compiling AsyncKit Future+Nonempty.swift
[1725/1804] Compiling AsyncKit Future+Optional.swift
[1726/1896] Compiling SQLKit SQLSubqueryClauseBuilder.swift
[1727/1896] Compiling SQLKit SQLUnqualifiedColumnListBuilder.swift
[1728/1896] Compiling SQLKit SQLDatabase.swift
[1729/1932] Compiling NIOTLS TLSEvents.swift
[1730/1932] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1731/1933] Emitting module NIOSOCKS
[1732/1933] Compiling NIOSOCKS SOCKSResponse.swift
[1733/1933] Compiling NIOSOCKS ClientStateMachine.swift
[1734/1933] Emitting module _NIOFileSystem
[1735/1937] Compiling SQLKit SQLSelectBuilder.swift
[1736/1937] Compiling SQLKit SQLSubqueryBuilder.swift
[1737/1937] Compiling SQLKit SQLUnionBuilder.swift
[1738/1937] Compiling SQLKit SQLPredicateGroupBuilder.swift
[1739/1937] Compiling SQLKit SQLRawBuilder.swift
[1740/1937] Compiling SQLKit SQLSecondaryPredicateGroupBuilder.swift
[1745/1937] Compiling NIOSOCKS ServerStateMachine.swift
[1748/1937] Compiling SQLKit SQLUpdateBuilder.swift
[1749/1937] Compiling SQLKit SQLAliasedColumnListBuilder.swift
[1751/1938] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1752/1938] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1753/1938] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1754/1938] Emitting module NIOTLS
[1755/1938] Compiling NIOTLS SNIHandler.swift
[1763/1941] Compiling SQLKit SQLDatabaseReportedVersion.swift
[1764/1941] Compiling SQLKit SQLDialect.swift
[1766/1941] Compiling SQLKit SQLPredicateBuilder.swift
[1767/1941] Compiling SQLKit SQLQueryBuilder.swift
[1768/1946] Compiling SQLKit SQLCreateIndexBuilder.swift
[1769/1946] Compiling SQLKit SQLCreateTableBuilder.swift
[1770/1946] Compiling SQLKit SQLCreateTriggerBuilder.swift
[1771/1946] Compiling SQLKit SQLDeleteBuilder.swift
[1772/1946] Compiling SQLKit SQLExpressions+Deprecated.swift
[1773/1946] Compiling SQLKit SQLAlterEnumBuilder.swift
[1774/1946] Compiling SQLKit SQLAlterTableBuilder.swift
[1775/1946] Compiling SQLKit SQLConflictUpdateBuilder.swift
[1776/1946] Compiling SQLKit SQLCreateEnumBuilder.swift
[1777/1966] Compiling NIOSSL SSLCallbacks.swift
[1778/1966] Compiling NIOSSL SSLCertificate.swift
[1779/1975] Compiling NIOSSL NIOSSLClientHandler.swift
[1780/1975] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1781/1975] Compiling NIOSSL NIOSSLHandler.swift
[1782/1975] Compiling NIOSSL NIOSSLServerHandler.swift
[1783/1975] Compiling NIOSSL ObjectIdentifier.swift
[1784/1975] Compiling SQLKit SQLDropIndex.swift
[1785/1975] Compiling SQLKit SQLDropTable.swift
[1786/1975] Compiling SQLKit SQLDropTrigger.swift
[1787/1975] Compiling SQLKit SQLInsert.swift
[1788/1975] Compiling SQLKit SQLSelect.swift
[1789/1975] Compiling SQLKit SQLUnion.swift
[1790/1975] Compiling SQLKit SQLUpdate.swift
[1791/1975] Compiling SQLKit SQLExpression.swift
[1792/1975] Compiling SQLKit SQLSerializer.swift
[1793/1975] Compiling SQLKit SQLStatement.swift
[1794/1975] Compiling SQLKit SQLBinaryExpression.swift
[1795/1975] Compiling SQLKit SQLBinaryOperator.swift
[1796/1975] Compiling SQLKit SQLBind.swift
[1797/1975] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1798/1987] Emitting module APNSCore
[1799/1987] Compiling NIOSSL IdentityVerification.swift
[1800/1987] Compiling NIOSSL LinuxCABundle.swift
[1803/1987] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1804/1987] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1805/1987] Compiling SQLKit SQLQueryBuilders+Deprecated.swift
[1806/1987] Compiling SQLKit Exports.swift
[1807/1987] Compiling SQLKit SQLAlias.swift
[1808/1987] Compiling SQLKit SQLBetween.swift
[1809/1987] Compiling SQLKit SQLColumn.swift
[1810/1987] Compiling SQLKit SQLConstraint.swift
[1811/1987] Compiling SQLKit SQLDataType.swift
[1812/1987] Compiling SQLKit SQLDirection.swift
[1813/1987] Compiling SQLKit SQLDistinct.swift
[1814/1987] Compiling SQLKit SQLForeignKeyAction.swift
[1815/1987] Compiling SQLKit SQLNestedSubpathExpression.swift
[1816/1987] Compiling SQLKit SQLQualifiedTable.swift
[1817/1987] Compiling SQLKit SQLQueryString.swift
[1818/1987] Compiling SQLKit SQLAlterColumnDefinitionType.swift
[1819/1987] Compiling SQLKit SQLColumnAssignment.swift
[1820/1987] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[1821/1987] Compiling SQLKit SQLColumnDefinition.swift
[1822/1987] Compiling SQLKit SQLCommonTableExpression.swift
[1823/1987] Compiling SQLKit SQLConflictAction.swift
[1824/1987] Compiling SQLKit SQLConflictResolutionStrategy.swift
[1825/1987] Compiling SQLKit SQLDropBehaviour.swift
[1826/1987] Compiling SQLKit SQLEnumDataType.swift
[1827/1987] Compiling SQLKit SQLExcludedColumn.swift
[1828/1987] Compiling SQLKit SQLForeignKey.swift
[1829/1987] Compiling SQLKit SQLJoin.swift
[1830/1987] Compiling SQLKit SQLJoinMethod.swift
[1831/1987] Compiling SQLKit SQLLockingClause.swift
[1832/1987] Compiling SQLKit SQLOrderBy.swift
[1833/1987] Compiling SQLKit SQLReturning.swift
[1834/1987] Compiling SQLKit SQLSubquery.swift
[1835/1987] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[1836/1987] Compiling SQLKit SQLAlterEnum.swift
[1837/1987] Compiling SQLKit SQLAlterTable.swift
[1838/1987] Compiling SQLKit SQLCreateEnum.swift
[1839/1987] Compiling SQLKit SQLCreateIndex.swift
[1840/1987] Compiling SQLKit SQLCreateTable.swift
[1841/1987] Compiling SQLKit SQLCreateTrigger.swift
[1842/1987] Compiling SQLKit SQLDelete.swift
[1843/1987] Compiling SQLKit SQLDropEnum.swift
[1844/1987] Compiling NIOSSL SSLPublicKey.swift
[1845/1987] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1846/1987] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1847/1987] Compiling NIOSSL SubjectAlternativeName.swift
[1848/1987] Compiling NIOSSL NIOSSLSecureBytes.swift
[1849/1987] Compiling NIOSSL AndroidCABundle.swift
[1850/1987] Compiling NIOSSL ByteBufferBIO.swift
[1851/1987] Compiling NIOSSL CustomPrivateKey.swift
[1859/1987] Compiling NIOSSL PosixPort.swift
[1862/1987] Compiling NIOSSL SafeCompare.swift
[1863/1987] Compiling NIOSSL Zeroization.swift
[1870/1987] Compiling _NIOFileSystem SystemFileHandle.swift
[1871/1987] Compiling _NIOFileSystem Utilities.swift
[1872/1987] Compiling _NIOFileSystem OpenOptions.swift
[1873/1987] Compiling _NIOFileSystem String+FileSystem.swift
[1874/1987] Compiling SQLKit SQLInsertBuilder.swift
[1875/1987] Compiling NIOSSL SSLCertificateExtensions.swift
[1876/1987] Compiling NIOSSL SSLConnection.swift
[1877/1987] Compiling NIOSSL SSLContext.swift
[1878/1987] Compiling NIOSSL SSLErrors.swift
[1879/1987] Compiling NIOSSL SSLInit.swift
[1880/1987] Compiling NIOSSL SSLPKCS12Bundle.swift
[1881/1987] Compiling NIOSSL SSLPrivateKey.swift
[1887/1987] Compiling NIOSSL RNG.swift
[1892/1987] Emitting module NIOFoundationCompat
[1893/1987] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1900/1989] Emitting module AsyncKit
[1902/1989] Emitting module NIOHTTP1
[1907/2012] Emitting module SQLKit
[1908/2012] Compiling NIOTransportServices AcceptHandler.swift
[1909/2012] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1910/2012] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1915/2014] Emitting module NIOTransportServices
[1916/2014] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1917/2014] Compiling NIOTransportServices NIOTSErrors.swift
[1918/2014] Compiling NIOTransportServices NIOTSEventLoop.swift
[1919/2014] Compiling NIOTransportServices NIOTSBootstraps.swift
[1920/2014] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1921/2014] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1922/2014] Compiling NIOTransportServices StateManagedChannel.swift
[1923/2014] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1924/2014] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1925/2014] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1926/2014] Compiling NIOTransportServices NIOTSSingletons.swift
[1927/2014] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1928/2014] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1929/2014] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1930/2014] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1931/2031] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1932/2031] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1933/2031] Compiling NIOWebSocket SHA1.swift
[1934/2031] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1935/2031] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1937/2043] Compiling NIOHPACK HPACKHeader.swift
[1938/2043] Compiling NIOHPACK HeaderTables.swift
[1941/2043] Compiling NIOWebSocket WebSocketOpcode.swift
[1954/2047] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1959/2047] Emitting module NIOSSL
[1960/2047] Compiling NIOHPACK HPACKEncoder.swift
[1961/2047] Compiling NIOHPACK HPACKErrors.swift
[1962/2047] Compiling NIOHPACK DynamicHeaderTable.swift
[1963/2047] Compiling NIOHPACK HPACKDecoder.swift
[1964/2047] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1965/2047] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1966/2047] Compiling NIOHTTPCompression HTTPCompression.swift
[1967/2047] Compiling NIOHTTPCompression HTTPDecompression.swift
[1968/2047] Emitting module NIOHTTPCompression
[1969/2047] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1972/2047] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1983/2047] Emitting module NIOWebSocket
[1986/2047] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1987/2047] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1988/2049] Compiling NIOHPACK IndexedHeaderTable.swift
[1989/2049] Compiling NIOHPACK IntegerCoding.swift
[1990/2050] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1991/2050] Compiling NIOWebSocket WebSocketFrame.swift
[1994/2051] Compiling NIOHPACK HuffmanTables.swift
[1995/2051] Compiling NIOHPACK StaticHeaderTable.swift
[1997/2051] Compiling NIOHPACK HuffmanCoding.swift
[1998/2051] Compiling SQLKit SQLFunction.swift
[1999/2051] Compiling SQLKit SQLGroupExpression.swift
[2000/2051] Compiling SQLKit SQLIdentifier.swift
[2001/2051] Compiling SQLKit SQLList.swift
[2002/2051] Compiling SQLKit SQLLiteral.swift
[2003/2051] Compiling SQLKit SQLRaw.swift
[2004/2051] Compiling SQLKit SQLCodingUtilities.swift
[2005/2051] Compiling SQLKit SQLQueryEncoder.swift
[2006/2051] Compiling SQLKit SQLRow.swift
[2007/2051] Compiling SQLKit SQLRowDecoder.swift
[2008/2051] Compiling SQLKit SomeCodingKey.swift
[2009/2051] Compiling SQLKit StringHandling.swift
[2017/2089] Compiling NIOSSL TLSConfiguration.swift
[2018/2089] Compiling NIOSSL UniversalBootstrapSupport.swift
[2019/2089] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[2022/2089] Compiling MultipartKit MultipartFormData.swift
[2023/2089] Compiling MultipartKit MultipartParser.swift
[2024/2089] Compiling MultipartKit MultipartPart.swift
[2025/2089] Compiling MultipartKit MultipartPartConvertible.swift
[2031/2093] Compiling MultipartKit BasicCodingKey.swift
[2032/2093] Compiling MultipartKit MultipartError.swift
[2033/2093] Compiling MultipartKit Exports.swift
[2034/2093] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[2035/2095] Emitting module _NIOFileSystemFoundationCompat
[2036/2095] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[2037/2095] Compiling MultipartKit FormDataEncoder.swift
[2038/2095] Compiling MultipartKit Storage.swift
[2042/2099] Compiling MultipartKit FormDataDecoder.Decoder.swift
[2043/2099] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[2044/2099] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[2045/2099] Emitting module NIOHPACK
[2048/2101] Emitting module NIOFileSystem
[2050/2101] Compiling NIOExtras UnsafeTransfer.swift
[2053/2101] Compiling NIOFileSystem Exports.swift
[2054/2101] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[2055/2101] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[2058/2109] Emitting module NIOExtras
[2059/2122] Compiling X509 CMSAttribute.swift
[2060/2122] Compiling X509 CMSContentInfo.swift
[2061/2122] Compiling X509 Certificate.swift
[2062/2122] Compiling X509 CertificatePrivateKey.swift
[2063/2122] Compiling X509 CertificatePublicKey.swift
[2064/2174] Compiling X509 CMSEncapsulatedContentInfo.swift
[2065/2174] Compiling X509 CMSIssuerAndSerialNumber.swift
[2066/2177] Compiling X509 CMSOperations.swift
[2067/2177] Compiling X509 CMSSignature.swift
[2068/2186] Compiling X509 CMSSignerIdentifier.swift
[2069/2186] Compiling X509 CMSSignerInfo.swift
[2070/2193] Emitting module MultipartKit
[2071/2193] Compiling X509 CertificateSigningRequest.swift
[2072/2193] Compiling X509 CertificationRequestInfo.swift
[2073/2193] Compiling X509 ExtensionRequest.swift
[2075/2194] Compiling X509 EmailAddress.swift
[2076/2194] Compiling X509 LocalityName.swift
[2077/2194] Compiling X509 OrganizationName.swift
[2081/2195] Compiling X509 CSRAttribute.swift
[2082/2195] Compiling X509 CSRAttributes.swift
[2083/2195] Compiling X509 CSRVersion.swift
[2094/2341] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[2095/2341] Compiling NIOHTTP2 HasFlowControlWindows.swift
[2096/2342] Compiling NIOHTTP2 MaySendFrames.swift
[2097/2342] Compiling NIOHTTP2 SendingDataState.swift
[2098/2342] Compiling NIOHTTP2 SendingGoawayState.swift
[2099/2342] Compiling NIOHTTP2 SendingHeadersState.swift
[2100/2342] Compiling NIOHTTP2 SendingPushPromiseState.swift
[2101/2342] Compiling NIOHTTP2 SendingRstStreamState.swift
[2102/2342] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[2103/2342] Compiling NIOHTTP2 HTTP2SettingsState.swift
[2105/2358] Compiling WebSocketKit Exports.swift
[2106/2358] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[2107/2358] Compiling WebSocketKit WebSocketHandler.swift
[2108/2358] Emitting module WebSocketKit
[2109/2358] Compiling WebSocketKit WebSocket+Concurrency.swift
[2110/2358] Emitting module FluentKit
[2111/2370] Emitting module NIOHTTP2
[2112/2370] Compiling WebSocketKit WebSocket.swift
[2113/2370] Compiling WebSocketKit WebSocket+Connect.swift
[2114/2370] Compiling WebSocketKit WebSocketClient.swift
[2118/2371] Compiling NIOHTTP2 HasLocalSettings.swift
[2119/2371] Compiling NIOHTTP2 HasRemoteSettings.swift
[2120/2371] Compiling NIOHTTP2 LocallyQuiescingState.swift
[2121/2371] Compiling NIOHTTP2 QuiescingState.swift
[2122/2371] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[2123/2371] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[2124/2371] Compiling NIOHTTP2 ConnectionStateMachine.swift
[2125/2371] Compiling NIOHTTP2 ConnectionStreamsState.swift
[2126/2371] Compiling NIOHTTP2 MayReceiveFrames.swift
[2127/2371] Compiling NIOHTTP2 ReceivingDataState.swift
[2128/2371] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[2129/2371] Compiling NIOHTTP2 ReceivingHeadersState.swift
[2130/2371] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[2131/2371] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[2132/2371] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[2137/2371] Compiling NIOHTTP2 InboundWindowManager.swift
[2138/2371] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[2139/2371] Compiling NIOHTTP2 StreamChannelFlowController.swift
[2140/2371] Compiling NIOHTTP2 StreamChannelList.swift
[2141/2371] Compiling NIOHTTP2 StreamMap.swift
[2142/2371] Compiling NIOHTTP2 StreamStateMachine.swift
[2143/2371] Compiling NIOHTTP2 UnsafeTransfer.swift
[2144/2371] Compiling NIOHTTP2 WatermarkedFlowController.swift
[2145/2371] Compiling FluentKit CompositeOptionalChild.swift
[2146/2371] Compiling FluentKit CompositeOptionalParent.swift
[2147/2371] Compiling FluentKit CompositeParent.swift
[2148/2371] Compiling FluentKit Field.swift
[2149/2371] Compiling FluentKit FieldKey.swift
[2150/2371] Compiling FluentKit Group.swift
[2151/2371] Compiling FluentKit ID.swift
[2152/2371] Compiling FluentKit OptionalBoolean.swift
[2153/2371] Compiling FluentKit DatabaseQuery+Join.swift
[2154/2371] Compiling FluentKit DatabaseQuery+Range.swift
[2155/2371] Compiling FluentKit DatabaseQuery+Sort.swift
[2156/2371] Compiling FluentKit DatabaseQuery+Value.swift
[2157/2371] Compiling FluentKit DatabaseQuery.swift
[2158/2371] Compiling FluentKit QueryBuilder+Paginate.swift
[2159/2371] Compiling FluentKit QueryBuilder+Range.swift
[2160/2371] Compiling FluentKit QueryBuilder+Set.swift
[2161/2371] Compiling FluentKit QueryBuilder+Sort.swift
[2162/2371] Compiling FluentKit QueryBuilder.swift
[2163/2371] Compiling FluentKit DatabaseQuery+Action.swift
[2164/2371] Compiling FluentKit DatabaseQuery+Aggregate.swift
[2165/2371] Compiling FluentKit DatabaseQuery+Field.swift
[2166/2371] Compiling FluentKit DatabaseQuery+Filter.swift
[2167/2371] Compiling FluentKit BooleanPropertyFormat.swift
[2168/2371] Compiling FluentKit Children.swift
[2169/2371] Compiling FluentKit CompositeChildren.swift
[2170/2371] Compiling FluentKit CompositeID.swift
[2183/2384] Compiling NIOHTTP2 StateMachineResult.swift
[2197/2384] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[2198/2384] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[2199/2384] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[2200/2384] Compiling NIOHTTP2 HTTP2StreamID.swift
[2201/2384] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[2202/2384] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[2203/2384] Compiling NIOHTTP2 HTTP2UserEvents.swift
[2204/2384] Compiling NIOHTTP2 InboundEventBuffer.swift
[2210/2384] Compiling X509 TrustRootLoading.swift
[2211/2384] Compiling X509 UnverifiedChain.swift
[2212/2384] Compiling X509 VerificationDiagnostic.swift
[2213/2384] Compiling X509 Verifier.swift
[2214/2384] Compiling X509 VerifierPolicy.swift
[2215/2384] Compiling X509 AlgorithmIdentifier.swift
[2216/2384] Compiling X509 ECDSASignature.swift
[2263/2384] Compiling NIOHTTP2 ContentLengthVerifier.swift
[2264/2384] Compiling NIOHTTP2 DOSHeuristics.swift
[2265/2384] Compiling NIOHTTP2 Error+Any.swift
[2266/2384] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[2267/2384] Compiling NIOHTTP2 ControlFrameBuffer.swift
[2268/2384] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[2269/2384] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[2270/2384] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[2271/2384] Compiling NIOHTTP2 HTTP2Frame.swift
[2272/2384] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[2273/2384] Compiling NIOHTTP2 HTTP2FrameParser.swift
[2274/2384] Compiling NIOHTTP2 HTTP2PingData.swift
[2275/2384] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[2276/2384] Compiling NIOHTTP2 HTTP2Settings.swift
[2277/2384] Compiling NIOHTTP2 HTTP2Stream.swift
[2278/2384] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[2279/2384] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[2280/2384] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[2281/2384] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[2282/2384] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[2283/2384] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[2284/2384] Compiling NIOHTTP2 HTTP2Error.swift
[2285/2384] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[2357/2390] Compiling FluentWallet DeviceModel.swift
[2358/2390] Compiling FluentWallet LogEntriesDTO.swift
[2359/2390] Emitting module FluentWallet
[2360/2390] Compiling FluentWallet PushTokenDTO.swift
[2362/2391] Emitting module X509
[2387/2451] Compiling X509 RSAPKCS1PublicKey.swift
[2388/2451] Compiling X509 SubjectPublicKeyInfo.swift
[2389/2451] Compiling X509 TBSCertificate.swift
[2390/2451] Compiling X509 Time.swift
[2391/2451] Compiling X509 TimeCalculations.swift
[2392/2451] Compiling X509 Validity.swift
[2394/2461] Emitting module AsyncHTTPClient
[2395/2469] Compiling WalletOrders WalletOrdersError.swift
[2396/2469] Compiling WalletPasses PersonalizationJSON.swift
[2397/2469] Compiling WalletPasses PassJSON.swift
[2398/2469] Emitting module WalletPasses
[2399/2469] Compiling WalletPasses WalletPassesError.swift
[2400/2469] Compiling WalletOrders OrderJSON.swift
[2401/2469] Emitting module WalletOrders
[2402/2469] Compiling WalletOrders OrderBuilder.swift
[2403/2470] Compiling WalletPasses PassBuilder.swift
[2406/2482] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2407/2482] Compiling AsyncHTTPClient ConnectionTarget.swift
[2408/2482] Compiling AsyncHTTPClient DeconstructedURL.swift
[2409/2482] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2410/2482] Compiling AsyncHTTPClient FoundationExtensions.swift
[2411/2482] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2412/2482] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2413/2482] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2414/2482] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2415/2482] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2416/2482] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2417/2482] Compiling AsyncHTTPClient HTTP1Connection.swift
[2418/2482] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2419/2482] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2420/2482] Compiling AsyncHTTPClient HTTP2Connection.swift
[2421/2482] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2422/2490] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2423/2490] Compiling AsyncHTTPClient RequestOptions.swift
[2424/2490] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2425/2490] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2426/2490] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2427/2490] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2428/2490] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2429/2490] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2430/2490] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2431/2490] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2432/2490] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2433/2490] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2434/2490] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2435/2490] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2436/2490] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2437/2490] Compiling AsyncHTTPClient RequestBodyLength.swift
[2438/2490] Compiling FluentWalletPasses Exports.swift
[2439/2490] Compiling FluentWalletPasses Pass.swift
[2440/2490] Compiling FluentWalletPasses PersonalizationDictionaryDTO.swift
[2441/2490] Compiling FluentWalletPasses SerialNumbersDTO.swift
[2442/2490] Compiling FluentWalletPasses PassesDevice.swift
[2443/2490] Compiling FluentWalletPasses PassesRegistration.swift
[2444/2490] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2445/2490] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2446/2490] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2447/2490] Emitting module FluentWalletOrders
[2448/2490] Compiling FluentWalletOrders OrderIdentifiersDTO.swift
[2449/2491] Compiling FluentWalletOrders OrderDataModel.swift
[2450/2491] Compiling FluentWalletOrders OrderModel.swift
[2453/2492] Compiling FluentWalletPasses PassModel.swift
[2454/2492] Compiling FluentWalletPasses PassDataModel.swift
[2455/2492] Compiling FluentWalletPasses PassesRegistrationModel.swift
[2456/2492] Compiling AsyncHTTPClient RequestBag.swift
[2457/2492] Compiling AsyncHTTPClient RequestValidation.swift
[2458/2492] Compiling AsyncHTTPClient SSLContextCache.swift
[2459/2492] Compiling AsyncHTTPClient Scheme.swift
[2460/2492] Compiling AsyncHTTPClient Singleton.swift
[2461/2492] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2462/2492] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2463/2492] Compiling AsyncHTTPClient Utils.swift
[2464/2492] Compiling FluentWalletOrders Order.swift
[2465/2492] Compiling FluentWalletOrders OrdersRegistration.swift
[2466/2492] Compiling FluentWalletOrders OrdersDevice.swift
[2467/2492] Compiling FluentWalletOrders Exports.swift
[2468/2492] Compiling FluentWalletPasses PersonalizationInfo.swift
[2469/2492] Emitting module FluentWalletPasses
[2474/2492] Compiling FluentWalletOrders OrdersRegistrationModel.swift
[2475/2493] Compiling FluentWalletPasses PersonalizationInfoModel.swift
[2478/2494] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2479/2494] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2480/2494] Compiling AsyncHTTPClient Transaction.swift
[2481/2494] Compiling AsyncHTTPClient Base64.swift
[2482/2494] Compiling AsyncHTTPClient BasicAuth.swift
[2483/2494] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2484/2494] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2485/2494] Compiling AsyncHTTPClient ConnectionPool.swift
[2486/2494] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2487/2494] Compiling AsyncHTTPClient HTTPClient.swift
[2488/2494] Compiling AsyncHTTPClient HTTPHandler.swift
[2489/2494] Compiling AsyncHTTPClient LRUCache.swift
[2490/2494] Compiling AsyncHTTPClient NWErrorHandler.swift
[2491/2494] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2492/2494] Compiling AsyncHTTPClient TLSConfiguration.swift
[2493/2494] Compiling AsyncHTTPClient RedirectState.swift
[2494/2494] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2496/2577] Compiling APNS APNSJSONDecoder.swift
[2497/2577] Compiling APNS APNSJSONEncoder.swift
[2498/2577] Compiling APNS APNSConfiguration.swift
[2499/2669] Emitting module APNS
[2500/2669] Compiling APNS APNSClient.swift
[2502/2670] Compiling Vapor AsyncBasicResponder.swift
[2503/2670] Compiling Vapor AsyncMiddleware.swift
[2504/2670] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2505/2670] Compiling Vapor AsyncSessionDriver.swift
[2506/2670] Compiling Vapor Authentication+Concurrency.swift
[2507/2670] Compiling Vapor Cache+Concurrency.swift
[2508/2670] Compiling Vapor Client+Concurrency.swift
[2509/2670] Compiling Vapor RequestBody+Concurrency.swift
[2510/2670] Compiling Vapor Responder+Concurrency.swift
[2511/2670] Compiling Vapor ResponseCodable+Concurrency.swift
[2512/2670] Compiling Vapor RoutesBuilder+Concurrency.swift
[2513/2670] Compiling Vapor ViewRenderer+Concurrency.swift
[2514/2670] Compiling Vapor WebSocket+Concurrency.swift
[2515/2670] Compiling Vapor ContainerGetPathExecutor.swift
[2516/2670] Compiling Vapor Content.swift
[2517/2670] Compiling Vapor ContentCoders.swift
[2518/2670] Compiling Vapor ContentConfiguration.swift
[2519/2670] Compiling Vapor ContentContainer.swift
[2520/2670] Compiling Vapor JSONCoder+Custom.swift
[2521/2670] Compiling Vapor JSONCoders+Content.swift
[2522/2670] Compiling Vapor PlaintextDecoder.swift
[2523/2670] Compiling Vapor PlaintextEncoder.swift
[2524/2670] Compiling Vapor URLQueryCoders.swift
[2525/2670] Compiling Vapor URLQueryContainer.swift
[2526/2670] Compiling Vapor Application.swift
[2527/2670] Compiling Vapor AuthenticationCache.swift
[2528/2670] Compiling Vapor Authenticator.swift
[2529/2670] Compiling Vapor BasicAuthorization.swift
[2530/2670] Compiling Vapor BearerAuthorization.swift
[2531/2670] Compiling Vapor GuardMiddleware.swift
[2532/2670] Compiling Vapor RedirectMiddleware.swift
[2533/2670] Compiling Vapor SessionAuthenticatable.swift
[2534/2670] Compiling Vapor Bcrypt.swift
[2535/2670] Compiling Vapor Application+Cache.swift
[2536/2670] Compiling Vapor Cache.swift
[2537/2670] Compiling Vapor CacheExpirationTime.swift
[2538/2670] Compiling Vapor MemoryCache.swift
[2539/2670] Compiling Vapor Request+Cache.swift
[2540/2670] Compiling Vapor Application+Clients.swift
[2541/2670] Compiling Vapor Client.swift
[2542/2670] Compiling Vapor ClientRequest.swift
[2543/2670] Compiling Vapor ClientResponse.swift
[2544/2670] Compiling Vapor Request+Client.swift
[2545/2670] Compiling Vapor BootCommand.swift
[2546/2670] Compiling Vapor CommandContext+Application.swift
[2547/2670] Compiling Vapor RoutesCommand.swift
[2548/2670] Compiling Vapor ServeCommand.swift
[2549/2670] Compiling Vapor AnyResponse+Concurrency.swift
[2550/2670] Emitting module Vapor
[2551/2718] Compiling Vapor Request+Body.swift
[2552/2718] Compiling Vapor Request+BodyStream.swift
[2553/2718] Compiling Vapor Request.swift
[2554/2718] Compiling Vapor Application+Responder.swift
[2555/2718] Compiling Vapor DefaultResponder.swift
[2556/2718] Compiling Vapor Response+Body.swift
[2557/2718] Compiling Vapor Response.swift
[2558/2718] Compiling Vapor ResponseCodable.swift
[2559/2718] Compiling Vapor Application+Routes.swift
[2560/2718] Compiling Vapor Parameters+Require.swift
[2561/2718] Compiling Vapor Request+WebSocket.swift
[2562/2718] Compiling Vapor Route.swift
[2563/2718] Compiling Vapor RouteCollection.swift
[2564/2718] Compiling Vapor Routes.swift
[2565/2718] Compiling Vapor RoutesBuilder+Group.swift
[2566/2718] Compiling Vapor RoutesBuilder+Method.swift
[2567/2718] Compiling Vapor RoutesBuilder+Middleware.swift
[2568/2718] Compiling Vapor RoutesBuilder+WebSocket.swift
[2569/2718] Compiling Vapor RoutesBuilder.swift
[2570/2718] Compiling Vapor OTP.swift
[2571/2718] Compiling Vapor Application+Servers.swift
[2572/2718] Compiling Vapor Server.swift
[2573/2718] Compiling Vapor App+Service.swift
[2574/2718] Compiling Vapor Req+Service.swift
[2575/2718] Compiling Vapor Service.swift
[2576/2718] Compiling Vapor Application+Sessions.swift
[2577/2718] Compiling Vapor MemorySessions.swift
[2578/2718] Compiling Vapor Request+Session.swift
[2579/2718] Compiling Vapor Session.swift
[2580/2718] Compiling Vapor SessionCache.swift
[2581/2718] Compiling Vapor SessionData.swift
[2582/2718] Compiling Vapor SessionDriver.swift
[2583/2718] Compiling Vapor SessionsConfiguration.swift
[2584/2718] Compiling Vapor SessionsMiddleware.swift
[2585/2718] Compiling Vapor URLEncodedFormData.swift
[2586/2718] Compiling Vapor URLEncodedFormDecoder.swift
[2587/2718] Compiling Vapor URLEncodedFormEncoder.swift
[2588/2718] Compiling Vapor URLEncodedFormError.swift
[2589/2718] Compiling Vapor URLEncodedFormParser.swift
[2590/2718] Compiling Vapor URLEncodedFormSerializer.swift
[2591/2718] Compiling Vapor URLQueryFragmentConvertible.swift
[2592/2718] Compiling Vapor AnyResponse.swift
[2593/2718] Compiling Vapor Array+Random.swift
[2594/2718] Compiling Vapor Base32.swift
[2595/2718] Compiling Vapor Base64.swift
[2596/2718] Compiling Vapor BaseN.swift
[2597/2718] Compiling Vapor BasicCodingKey.swift
[2598/2718] Compiling Vapor ByteCount.swift
[2599/2718] Compiling Vapor Core.swift
[2600/2718] Compiling Vapor Running.swift
[2601/2718] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2602/2718] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2603/2718] Compiling Vapor DotEnvFile+load.swift
[2604/2718] Compiling Vapor Routes+caseInsenstive.swift
[2605/2718] Compiling Vapor Validatable+validate.swift
[2606/2718] Compiling Vapor Environment+Process.swift
[2607/2718] Compiling Vapor Environment+Secret.swift
[2608/2718] Compiling Vapor Environment.swift
[2609/2718] Compiling Vapor Abort.swift
[2610/2718] Compiling Vapor AbortError.swift
[2611/2718] Compiling Vapor DebuggableError.swift
[2612/2718] Compiling Vapor Demangler.swift
[2613/2718] Compiling Vapor ErrorSource.swift
[2614/2718] Compiling Vapor StackTrace.swift
[2615/2718] Compiling Vapor Exports.swift
[2616/2718] Compiling Vapor Application+HTTP.swift
[2617/2718] Compiling Vapor BasicResponder.swift
[2618/2718] Compiling Vapor BodyStream.swift
[2619/2718] Compiling Vapor Application+HTTP+Client.swift
[2620/2718] Compiling Vapor EventLoopHTTPClient.swift
[2621/2718] Compiling Vapor EndpointCache.swift
[2622/2718] Compiling Vapor HTTPMethod+String.swift
[2623/2718] Compiling Vapor HTTPServerResponseEncoder.swift
[2624/2718] Compiling Vapor HTTPServerUpgradeHandler.swift
[2625/2718] Compiling Vapor Logger+Report.swift
[2626/2718] Compiling Vapor LoggingSystem+Environment.swift
[2627/2718] Compiling Vapor Application+Middleware.swift
[2628/2718] Compiling Vapor CORSMiddleware.swift
[2629/2718] Compiling Vapor ErrorMiddleware.swift
[2630/2718] Compiling Vapor FileMiddleware.swift
[2631/2718] Compiling Vapor Middleware.swift
[2632/2718] Compiling Vapor MiddlewareConfiguration.swift
[2633/2718] Compiling Vapor ResponseCompressionMiddleware.swift
[2634/2718] Compiling Vapor RouteLoggingMiddleware.swift
[2635/2718] Compiling Vapor TracingMiddleware.swift
[2636/2718] Compiling Vapor File+Multipart.swift
[2637/2718] Compiling Vapor FormDataDecoder+Content.swift
[2638/2718] Compiling Vapor FormDataEncoder+Content.swift
[2639/2718] Compiling Vapor Application+Password.swift
[2640/2718] Compiling Vapor Application+Passwords.swift
[2641/2718] Compiling Vapor AsyncPasswordHasher.swift
[2642/2718] Compiling Vapor BcryptHasher.swift
[2643/2718] Compiling Vapor PasswordHasher.swift
[2644/2718] Compiling Vapor PlaintextHasher.swift
[2645/2718] Compiling Vapor Request+Password.swift
[2646/2718] Compiling Vapor Redirect.swift
[2647/2718] Compiling Vapor HTTPStatus.swift
[2648/2718] Compiling Vapor HTTPCookies.swift
[2649/2718] Compiling Vapor HTTPHeaderCacheControl.swift
[2650/2718] Compiling Vapor HTTPHeaderExpires.swift
[2651/2718] Compiling Vapor HTTPHeaderLastModified.swift
[2652/2718] Compiling Vapor HTTPHeaders+Cache.swift
[2653/2718] Compiling Vapor HTTPHeaders+Connection.swift
[2654/2718] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2655/2718] Compiling Vapor HTTPHeaders+ContentRange.swift
[2656/2718] Compiling Vapor HTTPHeaders+Directive.swift
[2657/2718] Compiling Vapor HTTPHeaders+Forwarded.swift
[2658/2718] Compiling Vapor HTTPHeaders+Link.swift
[2659/2718] Compiling Vapor HTTPHeaders+Name.swift
[2660/2718] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2661/2718] Compiling Vapor HTTPHeaders.swift
[2662/2718] Compiling Vapor HTTPMediaType.swift
[2663/2718] Compiling Vapor HTTPMediaTypePreference.swift
[2664/2718] Compiling Vapor Responder.swift
[2665/2718] Compiling Vapor Application+HTTP+Server.swift
[2666/2718] Compiling Vapor HTTPServer.swift
[2667/2718] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2668/2718] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2669/2718] Compiling Vapor HTTPServerHandler.swift
[2670/2718] Compiling Vapor HTTPServerRequestDecoder.swift
[2671/2718] Compiling Vapor Bytes+Hex.swift
[2672/2718] Compiling Vapor Bytes+SecureCompare.swift
[2673/2718] Compiling Vapor Collection+Safe.swift
[2674/2718] Compiling Vapor DataProtocol+Copy.swift
[2675/2718] Compiling Vapor DecoderUnwrapper.swift
[2676/2718] Compiling Vapor DirectoryConfiguration.swift
[2677/2718] Compiling Vapor DotEnv.swift
[2678/2718] Compiling Vapor Extendable.swift
[2679/2718] Compiling Vapor File.swift
[2680/2718] Compiling Vapor FileIO.swift
[2681/2718] Compiling Vapor LifecycleHandler.swift
[2682/2718] Compiling Vapor OptionalType.swift
[2683/2718] Compiling Vapor RFC1123.swift
[2684/2718] Compiling Vapor SocketAddress+Hostname.swift
[2685/2718] Compiling Vapor Storage.swift
[2686/2718] Compiling Vapor String+IsIPAddress.swift
[2687/2718] Compiling Vapor Thread.swift
[2688/2718] Compiling Vapor URI.swift
[2689/2718] Compiling Vapor RangeResult.swift
[2690/2718] Compiling Vapor Validatable.swift
[2691/2718] Compiling Vapor Validation.swift
[2692/2718] Compiling Vapor ValidationKey.swift
[2693/2718] Compiling Vapor Validations.swift
[2694/2718] Compiling Vapor ValidationsError.swift
[2695/2718] Compiling Vapor Validator.swift
[2696/2718] Compiling Vapor ValidatorResult.swift
[2697/2718] Compiling Vapor And.swift
[2698/2718] Compiling Vapor Case.swift
[2699/2718] Compiling Vapor CharacterSet.swift
[2700/2718] Compiling Vapor Count.swift
[2701/2718] Compiling Vapor Custom.swift
[2702/2718] Compiling Vapor Email.swift
[2703/2718] Compiling Vapor Empty.swift
[2704/2718] Compiling Vapor In.swift
[2705/2718] Compiling Vapor Nil.swift
[2706/2718] Compiling Vapor NilIgnoring.swift
[2707/2718] Compiling Vapor Not.swift
[2708/2718] Compiling Vapor Or.swift
[2709/2718] Compiling Vapor Pattern.swift
[2710/2718] Compiling Vapor Range.swift
[2711/2718] Compiling Vapor URL.swift
[2712/2718] Compiling Vapor Valid.swift
[2713/2718] Compiling Vapor Application+Views.swift
[2714/2718] Compiling Vapor PlaintextRenderer.swift
[2715/2718] Compiling Vapor Request+View.swift
[2716/2718] Compiling Vapor View.swift
[2717/2718] Compiling Vapor ViewRenderer.swift
[2718/2718] Compiling Vapor _Deprecations.swift
[2720/2739] Compiling VaporAPNS Request+APNS.swift
[2721/2739] Compiling Fluent Pagination+Concurrency.swift
[2722/2739] Compiling Fluent Sessions+Concurrency.swift
[2723/2741] Compiling Fluent FluentProvider+Concurrency.swift
[2724/2741] Compiling Fluent ModelCredentialsAuthenticatable+Concurrency.swift
[2725/2741] Emitting module VaporAPNS
[2726/2741] Compiling VaporAPNS APNSContainers.swift
[2727/2741] Compiling VaporAPNS APNSContainerID.swift
[2728/2741] Compiling VaporAPNS Application+APNS.swift
[2729/2742] Emitting module Fluent
[2730/2742] Compiling Fluent Fluent+History.swift
[2731/2742] Compiling Fluent Fluent+Paginate.swift
[2733/2742] Compiling Fluent ModelAuthenticatable.swift
[2734/2742] Compiling Fluent ModelCredentialsAuthenticatable.swift
[2735/2742] Compiling Fluent ModelTokenAuthenticatable.swift
[2736/2742] Compiling Fluent PageLimit.swift
[2737/2742] Compiling Fluent Exports.swift
[2738/2742] Compiling Fluent Fluent+Cache.swift
[2739/2742] Compiling Fluent Fluent+Pagination.swift
[2740/2742] Compiling Fluent Fluent+Sessions.swift
[2741/2742] Compiling Fluent FluentProvider.swift
[2742/2742] Compiling Fluent MigrateCommand.swift
[2744/2747] Compiling VaporWallet isLoggingConfigured.swift
[2745/2747] Compiling VaporWallet DTOs+Content.swift
[2746/2747] Emitting module VaporWallet
[2747/2747] Compiling VaporWallet TestCertificate.swift
[2749/2764] Compiling VaporWalletOrders OrderIdentifiersDTO+Content.swift
[2750/2764] Emitting module VaporWalletOrders
[2751/2764] Compiling VaporWalletPasses PassesService+AsyncModelMiddleware.swift
[2752/2764] Compiling VaporWalletPasses Exports.swift
[2753/2764] Compiling VaporWalletPasses ApplePassMiddleware.swift
[2754/2764] Emitting module VaporWalletPasses
[2755/2764] Compiling VaporWalletPasses DTOs+Content.swift
[2756/2764] Compiling VaporWalletOrders OrdersService+AsyncModelMiddleware.swift
[2757/2764] Compiling VaporWalletOrders Exports.swift
[2758/2764] Compiling VaporWalletOrders AppleOrderMiddleware.swift
[2759/2764] Compiling VaporWalletOrders OrdersServiceCustom.swift
[2760/2764] Compiling VaporWalletPasses PassesServiceCustom.swift
[2761/2764] Compiling VaporWalletOrders OrdersServiceCustom+RouteCollection.swift
[2762/2764] Compiling VaporWalletOrders OrdersService.swift
[2763/2765] Compiling VaporWalletPasses PassesService.swift
[2764/2765] Compiling VaporWalletPasses PassesServiceCustom+RouteCollection.swift
Build complete! (286.97s)
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.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.