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 Android on 30 May 2025 16:29:37 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor-community/wallet.git
Reference: 0.7.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/vapor-community/wallet
 * tag               0.7.1      -> FETCH_HEAD
HEAD is now at 5422969 Use `swift-zip-archive` (#23)
Cloned https://github.com/vapor-community/wallet.git
Revision (git rev-parse @):
54229693002380d6db2146cc3c466547d0685580
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vapor-community/wallet.git at 0.7.1
========================================
Build
========================================
Selected platform:         android
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-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/vapor/fluent-sqlite-driver.git
Fetching https://github.com/adam-fowler/swift-zip-archive.git
Fetching https://github.com/vapor/apns.git
Fetching https://github.com/fpseverino/fluent-wallet.git
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/vapor/fluent.git
[1/716] Fetching swift-zip-archive
[589/1425] Fetching swift-zip-archive, apns
[1429/1786] Fetching swift-zip-archive, apns, fluent-wallet
[1430/15207] Fetching swift-zip-archive, apns, fluent-wallet, fluent
[2593/16554] Fetching swift-zip-archive, apns, fluent-wallet, fluent, fluent-sqlite-driver
Fetched https://github.com/vapor/apns.git from cache (0.38s)
[11148/15845] Fetching swift-zip-archive, fluent-wallet, fluent, fluent-sqlite-driver
[13028/90223] Fetching swift-zip-archive, fluent-wallet, fluent, fluent-sqlite-driver, vapor
Fetched https://github.com/vapor/fluent.git from cache (1.64s)
Fetched https://github.com/fpseverino/fluent-wallet.git from cache (2.10s)
Fetched https://github.com/vapor/fluent-sqlite-driver.git from cache (2.11s)
Fetched https://github.com/adam-fowler/swift-zip-archive.git from cache (2.11s)
Fetched https://github.com/vapor/vapor.git from cache (2.14s)
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 (5.38s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (1.07s)
Computing version for https://github.com/vapor/apns.git
Computed https://github.com/vapor/apns.git at 4.2.0 (2.14s)
Fetching https://github.com/swift-server-community/APNSwift.git
[1/5418] Fetching apnswift
Fetched https://github.com/swift-server-community/APNSwift.git from cache (0.81s)
Computing version for https://github.com/fpseverino/fluent-wallet.git
Computed https://github.com/fpseverino/fluent-wallet.git at 0.1.0 (1.55s)
Fetching https://github.com/vapor/fluent-kit.git
Fetching https://github.com/fpseverino/swift-wallet.git
[1/370] Fetching swift-wallet
[371/13698] Fetching swift-wallet, fluent-kit
Fetched https://github.com/fpseverino/swift-wallet.git from cache (0.48s)
Fetched https://github.com/vapor/fluent-kit.git from cache (0.48s)
Computing version for https://github.com/vapor/fluent.git
Computed https://github.com/vapor/fluent.git at 4.12.0 (0.92s)
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.42s)
Fetching https://github.com/vapor/sqlite-kit.git
Fetching https://github.com/apple/swift-log.git
[1/2112] Fetching sqlite-kit
[403/5948] Fetching sqlite-kit, swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.37s)
Fetched https://github.com/vapor/sqlite-kit.git from cache (0.51s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.96s)
Computing version for https://github.com/vapor/sqlite-kit.git
Computed https://github.com/vapor/sqlite-kit.git at 4.5.2 (0.45s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/vapor/sql-kit.git
Fetching https://github.com/vapor/sqlite-nio.git
Fetching https://github.com/vapor/async-kit.git
[1/1517] Fetching sqlite-nio
[2/7500] Fetching sqlite-nio, sql-kit
[1678/9870] Fetching sqlite-nio, sql-kit, async-kit
[9856/85992] Fetching sqlite-nio, sql-kit, async-kit, swift-nio
Fetched https://github.com/vapor/sql-kit.git from cache (1.32s)
Fetched https://github.com/vapor/sqlite-nio.git from cache (1.33s)
[54133/78492] Fetching async-kit, swift-nio
Fetched https://github.com/vapor/async-kit.git from cache (4.08s)
Fetched https://github.com/apple/swift-nio.git from cache (4.16s)
Computing version for https://github.com/fpseverino/swift-wallet.git
Computed https://github.com/fpseverino/swift-wallet.git at 0.4.0 (4.59s)
Fetching https://github.com/apple/swift-certificates.git
[1/6155] Fetching swift-certificates
Fetched https://github.com/apple/swift-certificates.git from cache (0.39s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (2.22s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-collections.git
[1/5959] Fetching swift-algorithms
[5960/22550] Fetching swift-algorithms, swift-collections
Fetched https://github.com/apple/swift-algorithms.git from cache (1.48s)
Fetched https://github.com/apple/swift-collections.git from cache (1.51s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.99s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.48s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.91s)
Computing version for https://github.com/vapor/fluent-kit.git
Computed https://github.com/vapor/fluent-kit.git at 1.52.2 (0.43s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.0 (0.45s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (2.59s)
Fetching https://github.com/apple/swift-atomics.git
[1/1717] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.49s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.86s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.65s)
Computing version for https://github.com/swift-server-community/APNSwift.git
Computed https://github.com/swift-server-community/APNSwift.git at 5.1.0 (1.05s)
Fetching https://github.com/apple/swift-crypto.git
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-nio-http2.git
[1/11527] Fetching swift-nio-http2
[347/25463] Fetching swift-nio-http2, swift-crypto
[3513/39477] Fetching swift-nio-http2, swift-crypto, async-http-client
[3654/54320] Fetching swift-nio-http2, swift-crypto, async-http-client, swift-nio-ssl
Fetched https://github.com/swift-server/async-http-client.git from cache (1.75s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.76s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.91s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.92s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (3.49s)
Fetching https://github.com/apple/swift-asn1.git
[1/1590] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.69s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.33s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.67s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.01s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (0.63s)
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/vapor/websocket-kit.git
[1/5923] Fetching swift-nio-extras
[2845/10897] Fetching swift-nio-extras, swift-distributed-tracing
[6183/13103] Fetching swift-nio-extras, swift-distributed-tracing, swift-metrics
[6384/16422] Fetching swift-nio-extras, swift-distributed-tracing, swift-metrics, multipart-kit
[7500/19031] Fetching swift-nio-extras, swift-distributed-tracing, swift-metrics, multipart-kit, websocket-kit
[8708/20094] Fetching swift-nio-extras, swift-distributed-tracing, swift-metrics, multipart-kit, websocket-kit, swift-service-context
Fetched https://github.com/vapor/websocket-kit.git from cache (0.55s)
Fetched https://github.com/apple/swift-metrics.git from cache (0.55s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.55s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.55s)
Fetching https://github.com/vapor/routing-kit.git
Fetching https://github.com/vapor/console-kit.git
[2160/10135] Fetching multipart-kit, swift-service-context, console-kit
[2161/30862] Fetching multipart-kit, swift-service-context, console-kit, routing-kit
Fetched https://github.com/vapor/console-kit.git from cache (0.39s)
[18327/25109] Fetching multipart-kit, swift-service-context, routing-kit
Fetched https://github.com/vapor/routing-kit.git from cache (0.86s)
Fetched https://github.com/apple/swift-service-context.git from cache (1.67s)
Fetched https://github.com/vapor/multipart-kit.git from cache (1.72s)
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.23s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.49s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.52s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2667] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.41s)
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.94s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.45s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (0.80s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/4985] Fetching swift-async-algorithms
[51/7411] Fetching swift-async-algorithms, swift-service-lifecycle
[665/8315] Fetching swift-async-algorithms, swift-service-lifecycle, swift-http-types
[1062/9456] Fetching swift-async-algorithms, swift-service-lifecycle, swift-http-types, swift-http-structured-headers
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.65s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.67s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.68s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.68s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (1.47s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.78s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.61s)
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.83s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.70s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.71s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (1.04s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (1.00s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.98s)
Computing version for https://github.com/vapor/sqlite-nio.git
Computed https://github.com/vapor/sqlite-nio.git at 1.11.4 (0.94s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (3.77s)
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-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.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/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/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.1
Creating working copy for https://github.com/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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/fluent-kit.git
Working copy of https://github.com/vapor/fluent-kit.git resolved at 1.52.2
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/vapor/sqlite-nio.git
Working copy of https://github.com/vapor/sqlite-nio.git resolved at 1.11.4
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-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/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/apple/swift-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/apns.git
Working copy of https://github.com/vapor/apns.git resolved at 4.2.0
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/vapor/sql-kit.git
Working copy of https://github.com/vapor/sql-kit.git resolved at 3.33.0
Creating working copy for https://github.com/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/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-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/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/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/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.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/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.115.0
Creating working copy for https://github.com/apple/swift-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/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/vapor/fluent-sqlite-driver.git
Working copy of https://github.com/vapor/fluent-sqlite-driver.git resolved at 4.8.1
Creating working copy for https://github.com/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/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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Building for debugging...
[0/850] Write sources
[62/850] Compiling _NumericsShims _NumericsShims.c
[63/850] Compiling _AtomicsShims.c
[64/850] Compiling CZipZlib empty.c
[65/850] Compiling CNIOWindows shim.c
[66/850] Compiling CNIOWASI CNIOWASI.c
[67/850] Compiling CNIOWindows WSAStartup.c
[68/850] Compiling CVaporBcrypt blf.c
[69/850] Compiling CVaporBcrypt bcrypt.c
[70/850] Compiling CNIOLinux liburing_shims.c
[71/850] Compiling CNIOLLHTTP c_nio_http.c
[72/850] Compiling CNIOSHA1 c_nio_sha1.c
[73/850] Compiling CSystem shims.c
[74/850] Compiling CNIOExtrasZlib empty.c
[75/850] Compiling CNIODarwin shim.c
[76/850] Compiling CNIOLinux shim.c
[77/850] Write swift-version-24593BA9C3E375BF.txt
[78/850] Compiling fiat_p256_adx_mul.S
[79/850] Compiling fiat_p256_adx_sqr.S
[80/850] Compiling CNIOLLHTTP c_nio_api.c
[81/850] Compiling fiat_curve25519_adx_square.S
[82/850] Compiling fiat_curve25519_adx_mul.S
[83/850] Compiling CNIOLLHTTP c_nio_llhttp.c
[84/857] Compiling CNIOBoringSSLShims shims.c
[86/916] Emitting module _CertificateInternals
[86/916] Compiling tls_record.cc
[88/921] Compiling _NIODataStructures _TinyArray.swift
[89/921] Compiling SystemPackage MachPort.swift
[90/921] Compiling SystemPackage PlatformString.swift
[91/921] Compiling SystemPackage SystemString.swift
[92/921] Compiling _CertificateInternals _TinyArray.swift
[93/925] Compiling SwiftASN1 ObjectIdentifier.swift
[94/925] Compiling SwiftASN1 PEMDocument.swift
[95/925] Compiling SwiftASN1 TimeUtilities.swift
[96/925] Compiling SwiftASN1 UTCTime.swift
[97/925] Emitting module RealModule
[99/926] Emitting module ServiceContextModule
[100/926] Compiling ServiceContextModule ServiceContext.swift
[101/926] Compiling ServiceContextModule ServiceContextKey.swift
[102/926] Emitting module _NIOBase64
[103/927] Compiling RealModule Float16+Real.swift
[104/927] Compiling _NIOBase64 Base64.swift
[105/927] Compiling RealModule RealFunctions.swift
[106/928] Compiling RealModule Float80+Real.swift
[107/928] Compiling RealModule Real.swift
[108/928] Compiling _NIODataStructures PriorityQueue.swift
[109/928] Compiling RealModule AlgebraicField.swift
[110/928] Compiling RealModule ApproximateEquality.swift
[111/928] Compiling RealModule ElementaryFunctions.swift
[112/928] Compiling RealModule AugmentedArithmetic.swift
[113/928] Compiling RealModule Double+Real.swift
[114/928] Compiling RealModule Float+Real.swift
[115/929] Compiling SystemPackage Util+StringArray.swift
[116/929] Compiling SystemPackage Util.swift
[117/929] Compiling SystemPackage UtilConsumers.swift
[119/929] Compiling SwiftASN1 ASN1Null.swift
[120/929] Compiling SwiftASN1 ASN1.swift
[121/929] Compiling SwiftASN1 BER.swift
[122/929] Compiling SwiftASN1 ASN1Any.swift
[123/929] Emitting module _NIODataStructures
[124/929] Compiling _NIODataStructures Heap.swift
[127/930] Emitting module SystemPackage
[132/930] Compiling SwiftASN1 ASN1Strings.swift
[133/930] Compiling SwiftASN1 ArraySliceBigint.swift
[134/930] Compiling SwiftASN1 GeneralizedTime.swift
[135/930] Compiling SwiftASN1 ASN1Integer.swift
[146/932] Compiling SwiftASN1 DER.swift
[147/932] Compiling SwiftASN1 Errors.swift
[148/955] Emitting module SwiftASN1
[149/955] Compiling Logging MetadataProvider.swift
[150/955] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[151/956] Compiling InternalCollectionsUtilities Descriptions.swift
[152/956] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[153/956] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[154/956] Compiling InternalCollectionsUtilities Debugging.swift
[155/956] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[162/956] Compiling SystemPackage Mocking.swift
[163/956] Compiling SystemPackage RawBuffer.swift
[164/956] Compiling SystemPackage Syscalls.swift
[165/956] Compiling SystemPackage WindowsSyscallAdapters.swift
[168/956] Compiling SystemPackage Constants.swift
[169/956] Compiling SystemPackage Exports.swift
[170/958] Compiling Instrumentation Instrument.swift
[171/958] Compiling Instrumentation InstrumentationSystem.swift
[172/958] Compiling Instrumentation MultiplexInstrument.swift
[173/958] Compiling Instrumentation Locks.swift
[174/958] Emitting module Instrumentation
[175/958] Compiling Instrumentation NoOpInstrument.swift
[176/958] Compiling Logging LogHandler.swift
[178/959] Compiling Logging Locks.swift
[179/959] Emitting module Logging
[180/959] Compiling Logging Logging.swift
[181/959] Compiling CoreMetrics Locks.swift
[185/960] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[186/960] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[187/960] Compiling InternalCollectionsUtilities _SortedCollection.swift
[188/960] Emitting module CoreMetrics
[189/983] Compiling ZipArchive CryptKey.swift
[190/983] Compiling ZipArchive Date.swift
[191/983] Compiling ZipArchive ZipArchiveReader.swift
[192/983] Compiling ZipArchive ZipArchiveWriter+writeFolderContents.swift
[193/983] Compiling ZipArchive DirectoryDescriptor.swift
[194/983] Compiling ZipArchive MemoryBuffer.swift
[195/983] Emitting module InternalCollectionsUtilities
[196/984] Compiling Tracing InstrumentationSystem+Tracing.swift
[198/984] Emitting module Tracing
[199/984] Compiling Tracing NoOpTracer.swift
[200/984] Compiling Tracing TracingTime.swift
[200/984] Compiling tls13_server.cc
[201/984] Compiling tls_method.cc
[203/984] Compiling Tracing TracerProtocol.swift
[204/984] Compiling Tracing SpanProtocol.swift
[205/984] Compiling Tracing Tracer.swift
[206/984] Compiling Tracing TracerProtocol+Legacy.swift
[207/990] Compiling CoreMetrics Metrics.swift
[208/1042] Compiling tls13_enc.cc
[211/1144] Compiling HeapModule Heap+Descriptions.swift
[212/1213] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[212/1213] Compiling tls13_client.cc
[214/1213] Compiling HashTreeCollections _HashNode+Storage.swift
[215/1213] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[216/1215] Emitting module RoutingKit
[217/1215] Compiling RoutingKit AnyRouter.swift
[218/1215] Compiling HashTreeCollections TreeDictionary+Merge.swift
[219/1215] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[220/1215] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[221/1215] Compiling HashTreeCollections TreeDictionary+Values.swift
[222/1215] Compiling HashTreeCollections _HashTreeIterator.swift
[223/1215] Compiling HashTreeCollections _HashTreeStatistics.swift
[224/1215] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[225/1222] Compiling RoutingKit PathComponent.swift
[226/1222] Compiling HashTreeCollections _RawHashNode.swift
[227/1222] Compiling HashTreeCollections _UnmanagedHashNode.swift
[228/1222] Compiling HashTreeCollections _UnsafePath.swift
[229/1222] Compiling HashTreeCollections TreeDictionary+Codable.swift
[230/1222] Compiling HashTreeCollections TreeDictionary+Collection.swift
[231/1222] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[232/1222] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[233/1224] Compiling HashTreeCollections _HashNode+Structural merge.swift
[234/1224] Compiling HashTreeCollections _AncestorHashSlots.swift
[235/1224] Compiling HeapModule Heap+Invariants.swift
[236/1224] Compiling HeapModule Heap+UnsafeHandle.swift
[237/1224] Compiling HeapModule _HeapNode.swift
[238/1224] Compiling HashTreeCollections _HashNode+Structural filter.swift
[239/1224] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[240/1224] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[241/1224] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[242/1224] Emitting module HeapModule
[243/1224] Compiling HeapModule Heap.swift
[244/1225] Compiling RoutingKit Router.swift
[245/1225] Compiling RoutingKit TrieRouter.swift
[247/1225] Compiling DequeModule _DequeSlot.swift
[248/1225] Compiling DequeModule _UnsafeWrappedBuffer.swift
[249/1225] Compiling HashTreeCollections _HashStack.swift
[250/1225] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[251/1225] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[252/1225] Compiling HashTreeCollections TreeDictionary+Filter.swift
[253/1225] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[254/1225] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[255/1225] Compiling HashTreeCollections TreeDictionary+Keys.swift
[256/1225] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[257/1225] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[258/1225] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[265/1225] Compiling OrderedCollections OrderedSet+SubSequence.swift
[266/1225] Compiling OrderedCollections OrderedSet+Testing.swift
[267/1225] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[268/1225] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[269/1225] Compiling OrderedCollections OrderedSet.swift
[270/1225] Compiling OrderedCollections _UnsafeBitset.swift
[271/1225] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[272/1225] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[273/1225] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[274/1225] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[275/1235] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[276/1235] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[279/1235] Compiling HashTreeCollections _Bitmap.swift
[280/1235] Compiling HashTreeCollections _Bucket.swift
[283/1235] Compiling HashTreeCollections _HashNode+Structural union.swift
[284/1235] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[285/1235] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[286/1235] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[287/1235] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[288/1235] Compiling HashTreeCollections _HashNode.swift
[289/1235] Compiling HashTreeCollections _HashNodeHeader.swift
[290/1235] Compiling HashTreeCollections _HashSlot.swift
[297/1235] Compiling OrderedCollections OrderedSet+Sendable.swift
[305/1244] Compiling RoutingKit Parameters.swift
[318/1245] Compiling HashTreeCollections TreeDictionary.swift
[319/1245] Compiling HashTreeCollections TreeSet+Codable.swift
[320/1245] Compiling _RopeModule Rope+Join.swift
[321/1245] Compiling _RopeModule Rope+MutatingForEach.swift
[322/1245] Compiling _RopeModule Rope+Remove.swift
[323/1245] Compiling _RopeModule Rope+RemoveSubrange.swift
[324/1245] Compiling _RopeModule Rope+Split.swift
[325/1245] Compiling _RopeModule Optional Utilities.swift
[326/1245] Compiling _RopeModule String Utilities.swift
[327/1245] Compiling _RopeModule String.Index+ABI.swift
[339/1245] Emitting module DequeModule
[340/1246] Emitting module Metrics
[341/1246] Compiling Metrics Metrics.swift
[343/1247] Compiling HashTreeCollections _HashNode+Builder.swift
[344/1247] Compiling HashTreeCollections _HashNode+Debugging.swift
[345/1247] Compiling HashTreeCollections _HashNode+Initializers.swift
[346/1247] Compiling HashTreeCollections _HashNode+Invariants.swift
[347/1247] Compiling HashTreeCollections _HashNode+Lookups.swift
[348/1247] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[349/1247] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[350/1247] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[359/1247] Compiling _RopeModule _CharacterRecognizer.swift
[360/1247] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[361/1247] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[362/1247] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[363/1247] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[364/1247] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[365/1247] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[366/1247] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[367/1247] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[368/1247] Compiling HashTreeCollections TreeSet.swift
[409/1247] Emitting module OrderedCollections
[411/1248] Emitting module _RopeModule
[411/1248] Compiling tls13_both.cc
[412/1248] Compiling t1_enc.cc
[464/1249] Emitting module ZipArchive
[464/1249] Compiling ssl_x509.cc
[465/1249] Compiling ssl_versions.cc
[467/1249] Compiling ZipArchive crc32.swift
[493/1250] Emitting module HashTreeCollections
[496/1252] Compiling ssl_session.cc
[497/1252] Compiling ssl_transcript.cc
[498/1252] Compiling ssl_stat.cc
[499/1252] Compiling ssl_privkey.cc
[500/1252] Compiling ssl_file.cc
[501/1252] Compiling ssl_credential.cc
[502/1252] Compiling ssl_cipher.cc
[503/1252] Compiling ssl_key_share.cc
[504/1252] Compiling ssl_lib.cc
[505/1252] Compiling ssl_buffer.cc
[506/1252] Compiling s3_pkt.cc
[507/1252] Compiling ssl_cert.cc
[508/1252] Compiling ssl_asn1.cc
[509/1252] Compiling ssl_aead_ctx.cc
[510/1252] Compiling s3_lib.cc
[511/1252] Compiling handshake_client.cc
[512/1252] Compiling s3_both.cc
[513/1252] Compiling handshake_server.cc
[514/1252] Compiling handshake.cc
[515/1252] Compiling handoff.cc
[516/1252] Compiling extensions.cc
[517/1252] Compiling dtls_record.cc
[518/1252] Compiling md5-x86_64-linux.S
[519/1252] Compiling md5-x86_64-apple.S
[520/1252] Compiling encrypted_client_hello.cc
[521/1252] Compiling md5-586-linux.S
[522/1252] Compiling md5-586-apple.S
[523/1252] Compiling chacha20_poly1305_x86_64-linux.S
[524/1252] Compiling chacha20_poly1305_x86_64-apple.S
[525/1252] Compiling chacha20_poly1305_armv8-win.S
[526/1252] Compiling d1_srtp.cc
[527/1252] Compiling chacha20_poly1305_armv8-linux.S
[528/1252] Compiling chacha-x86_64-linux.S
[529/1252] Compiling chacha20_poly1305_armv8-apple.S
[530/1252] Compiling chacha-x86-linux.S
[531/1252] Compiling chacha-x86_64-apple.S
[532/1252] Compiling chacha-armv8-win.S
[533/1252] Compiling chacha-x86-apple.S
[534/1252] Compiling chacha-armv8-apple.S
[535/1252] Compiling dtls_method.cc
[536/1252] Compiling chacha-armv4-linux.S
[537/1252] Compiling d1_pkt.cc
[538/1252] Compiling chacha-armv8-linux.S
[539/1252] Compiling err_data.cc
[540/1252] Compiling x86_64-mont5-apple.S
[541/1252] Compiling x86_64-mont5-linux.S
[542/1252] Compiling aes128gcmsiv-x86_64-linux.S
[543/1252] Compiling x86_64-mont-apple.S
[544/1252] Compiling aes128gcmsiv-x86_64-apple.S
[545/1252] Compiling x86-mont-linux.S
[546/1252] Compiling bio_ssl.cc
[547/1252] Compiling x86_64-mont-linux.S
[548/1252] Compiling x86-mont-apple.S
[549/1252] Compiling vpaes-x86_64-apple.S
[550/1252] Compiling vpaes-x86-linux.S
[551/1252] Compiling vpaes-x86_64-linux.S
[552/1252] Compiling vpaes-x86-apple.S
[553/1252] Compiling vpaes-armv8-win.S
[554/1252] Compiling vpaes-armv8-apple.S
[555/1252] Compiling vpaes-armv7-linux.S
[556/1252] Compiling sha512-x86_64-linux.S
[557/1252] Compiling sha512-x86_64-apple.S
[558/1252] Compiling vpaes-armv8-linux.S
[559/1252] Compiling sha512-armv4-linux.S
[560/1252] Compiling sha512-armv8-apple.S
[561/1252] Compiling sha512-armv8-win.S
[562/1252] Compiling sha512-586-apple.S
[563/1252] Compiling sha256-x86_64-linux.S
[564/1252] Compiling sha512-armv8-linux.S
[565/1252] Compiling sha512-586-linux.S
[566/1252] Compiling sha256-armv8-win.S
[567/1252] Compiling sha256-x86_64-apple.S
[568/1252] Compiling sha256-armv8-linux.S
[569/1252] Compiling sha256-armv4-linux.S
[570/1252] Compiling sha256-armv8-apple.S
[571/1252] Compiling sha256-586-linux.S
[572/1252] Compiling sha256-586-apple.S
[573/1252] Compiling sha1-x86_64-linux.S
[573/1252] Compiling sha1-x86_64-apple.S
[575/1252] Compiling sha1-armv8-win.S
[576/1252] Compiling sha1-armv4-large-linux.S
[577/1252] Compiling d1_lib.cc
[578/1252] Compiling sha1-armv8-apple.S
[579/1252] Compiling sha1-armv8-linux.S
[580/1252] Compiling sha1-586-apple.S
[581/1252] Compiling rsaz-avx2-linux.S
[582/1252] Compiling rsaz-avx2-apple.S
[583/1252] Compiling sha1-586-linux.S
[584/1252] Compiling p256_beeu-x86_64-asm-linux.S
[585/1252] Compiling rdrand-x86_64-linux.S
[586/1252] Compiling rdrand-x86_64-apple.S
[587/1252] Compiling p256_beeu-x86_64-asm-apple.S
[588/1252] Compiling p256-x86_64-asm-apple.S
[589/1252] Compiling p256_beeu-armv8-asm-linux.S
[590/1252] Compiling p256_beeu-armv8-asm-apple.S
[591/1252] Compiling p256_beeu-armv8-asm-win.S
[592/1252] Compiling p256-x86_64-asm-linux.S
[593/1252] Compiling p256-armv8-asm-win.S
[594/1252] Compiling p256-armv8-asm-apple.S
[595/1252] Compiling ghashv8-armv8-linux.S
[596/1252] Compiling ghashv8-armv7-linux.S
[597/1252] Compiling ghash-x86_64-apple.S
[598/1252] Compiling ghash-x86_64-linux.S
[599/1252] Compiling p256-armv8-asm-linux.S
[600/1252] Compiling ghashv8-armv8-apple.S
[601/1252] Compiling ghashv8-armv8-win.S
[602/1252] Compiling ghash-x86-linux.S
[603/1252] Compiling ghash-ssse3-x86_64-apple.S
[604/1252] Compiling ghash-x86-apple.S
[605/1252] Compiling ghash-ssse3-x86_64-linux.S
[606/1252] Compiling ghash-ssse3-x86-linux.S
[607/1252] Compiling ghash-neon-armv8-linux.S
[608/1252] Compiling ghash-ssse3-x86-apple.S
[609/1252] Compiling ghash-neon-armv8-win.S
[610/1252] Compiling ghash-neon-armv8-apple.S
[611/1252] Compiling ghash-armv4-linux.S
[612/1252] Compiling bsaes-armv7-linux.S
[613/1252] Compiling co-586-linux.S
[614/1252] Compiling co-586-apple.S
[615/1252] Compiling bn-armv8-win.S
[616/1252] Compiling bn-armv8-linux.S
[617/1252] Compiling bn-586-linux.S
[618/1252] Compiling bn-586-apple.S
[619/1252] Compiling armv8-mont-win.S
[620/1252] Compiling bn-armv8-apple.S
[621/1252] Compiling armv8-mont-linux.S
[622/1252] Compiling armv4-mont-linux.S
[623/1252] Compiling armv8-mont-apple.S
[624/1252] Compiling aesv8-gcm-armv8-win.S
[625/1252] Compiling aesv8-gcm-armv8-linux.S
[626/1252] Compiling aesv8-armv8-win.S
[627/1252] Compiling aesv8-gcm-armv8-apple.S
[628/1252] Compiling aesv8-armv8-apple.S
[629/1252] Compiling aesv8-armv7-linux.S
[630/1252] Compiling aesni-x86-linux.S
[631/1252] Compiling aesni-x86_64-linux.S
[632/1252] Compiling aesv8-armv8-linux.S
[633/1252] Compiling aesni-x86-apple.S
[634/1252] Compiling aesni-x86_64-apple.S
[635/1252] Compiling aesni-gcm-x86_64-linux.S
[636/1252] Compiling aes-gcm-avx2-x86_64-apple.S
[637/1252] Compiling aes-gcm-avx2-x86_64-linux.S
[638/1252] Compiling aesni-gcm-x86_64-apple.S
[639/1252] Compiling aes-gcm-avx10-x86_64-apple.S
[640/1252] Compiling aes-gcm-avx10-x86_64-linux.S
[641/1252] Compiling d1_both.cc
[642/1252] Compiling x_x509a.cc
[643/1252] Compiling x_x509.cc
[644/1252] Compiling x_req.cc
[645/1252] Compiling x_spki.cc
[646/1252] Compiling x_val.cc
[647/1252] Compiling x_pubkey.cc
[648/1252] Compiling x_name.cc
[649/1252] Compiling x_sig.cc
[650/1252] Compiling x509rset.cc
[651/1252] Compiling x_all.cc
[652/1252] Compiling x509spki.cc
[653/1252] Compiling x509name.cc
[654/1252] Compiling x_crl.cc
[655/1252] Compiling x_attrib.cc
[656/1252] Compiling x_exten.cc
[657/1252] Compiling x_algor.cc
[658/1252] Compiling x509cset.cc
[659/1252] Compiling x509_vpm.cc
[660/1252] Compiling x509_vfy.cc
[661/1252] Compiling x509_txt.cc
[662/1252] Compiling x509_v3.cc
[663/1252] Compiling x509_set.cc
[664/1252] Compiling x509_trs.cc
[665/1252] Compiling x509_req.cc
[666/1252] Compiling x509_lu.cc
[667/1252] Compiling x509_ext.cc
[668/1252] Compiling x509_obj.cc
[669/1252] Compiling x509_def.cc
[670/1252] Compiling x509_cmp.cc
[671/1252] Compiling x509_d2.cc
[672/1252] Compiling x509_att.cc
[673/1252] Compiling x509.cc
[674/1252] Compiling v3_skey.cc
[675/1252] Compiling v3_pcons.cc
[676/1252] Compiling v3_utl.cc
[677/1252] Compiling v3_ncons.cc
[678/1252] Compiling v3_prn.cc
[679/1252] Compiling v3_purp.cc
[680/1252] Compiling v3_ocsp.cc
[681/1252] Compiling v3_pmaps.cc
[682/1252] Compiling v3_int.cc
[683/1252] Compiling v3_lib.cc
[684/1252] Compiling v3_genn.cc
[685/1252] Compiling v3_info.cc
[686/1252] Compiling v3_crld.cc
[687/1252] Compiling v3_ia5.cc
[688/1252] Compiling v3_enum.cc
[689/1252] Compiling v3_extku.cc
[690/1252] Compiling v3_conf.cc
[691/1252] Compiling v3_cpols.cc
[692/1252] Compiling v3_bitst.cc
[693/1252] Compiling v3_bcons.cc
[694/1252] Compiling v3_akey.cc
[695/1252] Compiling t_x509a.cc
[696/1252] Compiling v3_alt.cc
[697/1252] Compiling v3_akeya.cc
[698/1252] Compiling i2d_pr.cc
[699/1252] Compiling policy.cc
[700/1252] Compiling t_x509.cc
[701/1252] Compiling rsa_pss.cc
[702/1252] Compiling t_req.cc
[703/1252] Compiling t_crl.cc
[704/1252] Compiling name_print.cc
[705/1252] Compiling by_file.cc
[706/1252] Compiling by_dir.cc
[707/1252] Compiling asn1_gen.cc
[708/1252] Compiling a_verify.cc
[709/1252] Compiling algorithm.cc
[710/1252] Compiling a_sign.cc
[711/1252] Compiling trust_token.cc
[712/1252] Compiling a_digest.cc
[713/1252] Compiling voprf.cc
[714/1252] Compiling thread_win.cc
[715/1252] Compiling thread_none.cc
[716/1252] Compiling thread_pthread.cc
[717/1252] Compiling pmbtoken.cc
[718/1252] Compiling thread.cc
[718/1252] Compiling stack.cc
[720/1252] Compiling siphash.cc
[721/1252] Compiling spake2plus.cc
[722/1252] Compiling sha256.cc
[723/1252] Compiling sha1.cc
[724/1252] Compiling sha512.cc
[725/1252] Compiling slhdsa.cc
[726/1252] Compiling rsa_extra.cc
[727/1252] Compiling rsa_print.cc
[728/1252] Compiling rsa_crypt.cc
[729/1252] Compiling rc4.cc
[730/1252] Compiling refcount.cc
[731/1252] Compiling urandom.cc
[732/1252] Compiling windows.cc
[733/1252] Compiling trusty.cc
[734/1252] Compiling rand.cc
[735/1252] Compiling rsa_asn1.cc
[736/1252] Compiling ios.cc
[737/1252] Compiling passive.cc
[738/1252] Compiling getentropy.cc
[739/1252] Compiling forkunsafe.cc
[740/1252] Compiling fork_detect.cc
[741/1252] Compiling poly1305_arm_asm.S
[742/1252] Compiling deterministic.cc
[743/1252] Compiling poly1305_vec.cc
[744/1252] Compiling poly1305_arm.cc
[745/1252] Compiling pool.cc
[746/1252] Compiling poly1305.cc
[747/1252] Compiling pkcs8.cc
[748/1252] Compiling p5_pbev2.cc
[749/1252] Compiling pkcs8_x509.cc
[750/1252] Compiling pkcs7.cc
[751/1252] Compiling pkcs7_x509.cc
[752/1252] Compiling pem_x509.cc
[752/1252] Compiling pem_xaux.cc
[754/1252] Compiling pem_pkey.cc
[755/1252] Compiling pem_pk8.cc
[756/1252] Compiling pem_oth.cc
[757/1252] Compiling mlkem.cc
[758/1252] Compiling pem_lib.cc
[759/1252] Compiling pem_info.cc
[760/1252] Compiling obj_xref.cc
[761/1252] Compiling pem_all.cc
[762/1252] Compiling mldsa.cc
[763/1252] Compiling obj.cc
[764/1252] Compiling poly_rq_mul.S
[765/1252] Compiling fips_shared_support.cc
[766/1252] Compiling md4.cc
[767/1252] Compiling md5.cc
[768/1252] Compiling lhash.cc
[769/1252] Compiling mem.cc
[770/1252] Compiling kyber.cc
[771/1252] Compiling ex_data.cc
[772/1252] Compiling scrypt.cc
[773/1252] Compiling hrss.cc
[774/1252] Compiling sign.cc
[775/1252] Compiling pbkdf.cc
[776/1252] Compiling hpke.cc
[777/1252] Compiling print.cc
[778/1252] Compiling p_x25519.cc
[779/1252] Compiling p_x25519_asn1.cc
[780/1252] Compiling p_ed25519.cc
[781/1252] Compiling p_rsa_asn1.cc
[782/1252] Compiling p_rsa.cc
[783/1252] Compiling p_ed25519_asn1.cc
[784/1252] Compiling p_ec.cc
[785/1252] Compiling p_hkdf.cc
[786/1252] Compiling p_dh.cc
[787/1252] Compiling p_dsa_asn1.cc
[788/1252] Compiling p_ec_asn1.cc
[789/1252] Compiling p_dh_asn1.cc
[790/1252] Compiling evp_ctx.cc
[791/1252] Compiling err.cc
[792/1252] Compiling evp.cc
[793/1252] Compiling ecdh.cc
[794/1252] Compiling engine.cc
[795/1252] Compiling hash_to_curve.cc
[796/1252] Compiling evp_asn1.cc
[797/1252] Compiling ec_derive.cc
[798/1252] Compiling ecdsa_asn1.cc
[799/1252] Compiling ec_asn1.cc
[800/1252] Compiling bcm.cc
[801/1252] Compiling dsa.cc
[802/1252] Compiling des.cc
[803/1252] Compiling params.cc
[804/1252] Compiling dh_asn1.cc
[805/1252] Compiling x25519-asm-arm.S
[806/1252] Compiling dsa_asn1.cc
[806/1252] Compiling curve25519_64_adx.cc
[808/1252] Compiling digest_extra.cc
[809/1252] Compiling spake25519.cc
[810/1252] Compiling cpu_arm_freebsd.cc
[811/1252] Compiling cpu_arm_linux.cc
[812/1252] Compiling cpu_intel.cc
[813/1252] Compiling crypto.cc
[814/1252] Compiling cpu_aarch64_win.cc
[815/1252] Compiling cpu_aarch64_sysreg.cc
[816/1252] Compiling curve25519.cc
[817/1252] Compiling cpu_aarch64_linux.cc
[818/1252] Compiling cpu_aarch64_fuchsia.cc
[819/1252] Compiling tls_cbc.cc
[820/1252] Compiling cpu_aarch64_openbsd.cc
[821/1252] Compiling cpu_aarch64_apple.cc
[822/1252] Compiling get_cipher.cc
[823/1252] Compiling conf.cc
[824/1252] Compiling e_tls.cc
[825/1252] Compiling e_rc4.cc
[826/1252] Compiling e_rc2.cc
[827/1252] Compiling e_null.cc
[828/1252] Compiling e_des.cc
[829/1252] Compiling e_chacha20poly1305.cc
[830/1252] Compiling e_aesgcmsiv.cc
[831/1252] Compiling e_aesctrhmac.cc
[832/1252] Compiling chacha.cc
[833/1252] Compiling derive_key.cc
[834/1252] Compiling unicode.cc
[835/1252] Compiling buf.cc
[836/1252] Compiling socket_helper.cc
[837/1252] Compiling blake2.cc
[838/1252] Compiling cbs.cc
[839/1252] Compiling asn1_compat.cc
[840/1252] Compiling ber.cc
[841/1252] Compiling cbb.cc
[842/1252] Compiling bn_asn1.cc
[843/1252] Compiling socket.cc
[844/1252] Compiling convert.cc
[845/1252] Compiling fd.cc
[846/1252] Compiling printf.cc
[847/1252] Compiling errno.cc
[848/1252] Compiling pair.cc
[849/1252] Compiling file.cc
[850/1252] Compiling hexdump.cc
[851/1252] Compiling bio_mem.cc
[852/1252] Compiling connect.cc
[853/1252] Compiling base64.cc
[854/1252] Compiling bio.cc
[855/1252] Compiling tasn_utl.cc
[856/1252] Compiling tasn_enc.cc
[857/1252] Compiling tasn_typ.cc
[858/1252] Compiling tasn_fre.cc
[859/1252] Compiling f_int.cc
[860/1252] Compiling tasn_dec.cc
[861/1252] Compiling tasn_new.cc
[862/1252] Compiling posix_time.cc
[863/1252] Compiling f_string.cc
[864/1252] Compiling asn_pack.cc
[865/1252] Compiling a_strnid.cc
[866/1252] Compiling asn1_par.cc
[867/1252] Compiling a_octet.cc
[868/1252] Compiling a_strex.cc
[869/1252] Compiling asn1_lib.cc
[870/1252] Compiling a_utctm.cc
[871/1252] Compiling a_time.cc
[872/1252] Compiling a_type.cc
[873/1252] Compiling a_int.cc
[874/1252] Compiling a_object.cc
[875/1252] Compiling a_i2d_fp.cc
[876/1252] Compiling a_dup.cc
[877/1252] Compiling a_gentm.cc
[878/1252] Compiling a_d2i_fp.cc
[879/1252] Compiling fiat_p256_adx_mul.S
[880/1252] Compiling fiat_p256_adx_sqr.S
[881/1252] Compiling a_mbstr.cc
[882/1252] Compiling a_bool.cc
[883/1252] Compiling fiat_curve25519_adx_square.S
[884/1252] Compiling CCryptoBoringSSLShims shims.c
[885/1252] Compiling a_bitstr.cc
[886/1252] Compiling fiat_curve25519_adx_mul.S
[887/1252] Compiling md5-586-linux.S
[888/1252] Compiling md5-586-apple.S
[888/1252] Compiling md5-x86_64-apple.S
[888/1252] Compiling chacha20_poly1305_x86_64-linux.S
[891/1252] Compiling md5-x86_64-linux.S
[892/1252] Compiling err_data.cc
[893/1252] Compiling chacha20_poly1305_armv8-win.S
[894/1252] Compiling chacha20_poly1305_armv8-apple.S
[895/1252] Compiling chacha20_poly1305_x86_64-apple.S
[896/1252] Compiling chacha-x86_64-linux.S
[897/1252] Compiling chacha-x86_64-apple.S
[898/1252] Compiling chacha-x86-apple.S
[899/1252] Compiling chacha-x86-linux.S
[900/1252] Compiling chacha20_poly1305_armv8-linux.S
[901/1252] Compiling chacha-armv8-win.S
[902/1252] Compiling chacha-armv4-linux.S
[903/1252] Compiling chacha-armv8-apple.S
[904/1252] Compiling aes128gcmsiv-x86_64-linux.S
[905/1252] Compiling chacha-armv8-linux.S
[906/1252] Compiling aes128gcmsiv-x86_64-apple.S
[907/1252] Compiling x86_64-mont5-linux.S
[908/1252] Compiling x86_64-mont5-apple.S
[909/1252] Compiling x86_64-mont-linux.S
[910/1252] Compiling x86_64-mont-apple.S
[911/1252] Compiling x86-mont-apple.S
[912/1252] Compiling x86-mont-linux.S
[913/1252] Compiling vpaes-x86_64-linux.S
[914/1252] Compiling vpaes-x86_64-apple.S
[915/1252] Compiling vpaes-x86-apple.S
[915/1252] Compiling vpaes-x86-linux.S
[917/1252] Compiling vpaes-armv8-win.S
[918/1252] Compiling vpaes-armv8-linux.S
[919/1252] Compiling vpaes-armv8-apple.S
[920/1252] Compiling vpaes-armv7-linux.S
[921/1252] Compiling sha512-x86_64-linux.S
[922/1252] Compiling sha512-x86_64-apple.S
[923/1252] Compiling sha512-armv8-win.S
[924/1252] Compiling sha512-armv8-apple.S
[925/1252] Compiling sha512-586-apple.S
[926/1252] Compiling sha512-586-linux.S
[927/1252] Compiling sha256-x86_64-linux.S
[928/1252] Compiling sha512-armv4-linux.S
[929/1252] Compiling sha512-armv8-linux.S
[930/1252] Compiling sha256-x86_64-apple.S
[931/1252] Compiling sha256-armv8-win.S
[932/1252] Compiling sha256-armv8-apple.S
[933/1252] Compiling sha256-armv4-linux.S
[934/1252] Compiling sha256-armv8-linux.S
[935/1252] Compiling sha256-586-linux.S
[936/1252] Compiling sha1-x86_64-linux.S
[937/1252] Compiling sha256-586-apple.S
[938/1252] Compiling sha1-x86_64-apple.S
[939/1252] Compiling sha1-armv8-win.S
[940/1252] Compiling sha1-armv8-apple.S
[941/1252] Compiling sha1-armv8-linux.S
[942/1252] Compiling sha1-586-linux.S
[943/1252] Compiling sha1-armv4-large-linux.S
[944/1252] Compiling sha1-586-apple.S
[945/1252] Compiling rsaz-avx2-linux.S
[946/1252] Compiling rsaz-avx2-apple.S
[947/1252] Compiling p256_beeu-x86_64-asm-linux.S
[948/1252] Compiling rdrand-x86_64-linux.S
[949/1252] Compiling rdrand-x86_64-apple.S
[950/1252] Compiling p256_beeu-x86_64-asm-apple.S
[951/1252] Compiling p256_beeu-armv8-asm-win.S
[952/1252] Compiling p256_beeu-armv8-asm-linux.S
[953/1252] Compiling p256_beeu-armv8-asm-apple.S
[954/1252] Compiling p256-x86_64-asm-apple.S
[955/1252] Compiling p256-armv8-asm-win.S
[956/1252] Compiling p256-x86_64-asm-linux.S
[957/1252] Compiling p256-armv8-asm-apple.S
[958/1252] Compiling ghashv8-armv8-win.S
[959/1252] Compiling ghashv8-armv8-linux.S
[960/1252] Compiling p256-armv8-asm-linux.S
[961/1252] Compiling ghashv8-armv7-linux.S
[962/1252] Compiling ghashv8-armv8-apple.S
[963/1252] Compiling ghash-x86_64-linux.S
[964/1252] Compiling ghash-x86_64-apple.S
[965/1252] Compiling ghash-x86-linux.S
[966/1252] Compiling ghash-x86-apple.S
[967/1252] Compiling ghash-ssse3-x86-linux.S
[968/1252] Compiling ghash-ssse3-x86_64-linux.S
[969/1252] Compiling ghash-ssse3-x86_64-apple.S
[970/1252] Compiling ghash-ssse3-x86-apple.S
[971/1252] Compiling ghash-neon-armv8-linux.S
[972/1252] Compiling ghash-neon-armv8-win.S
[973/1252] Compiling ghash-neon-armv8-apple.S
[974/1252] Compiling ghash-armv4-linux.S
[975/1252] Compiling co-586-linux.S
[976/1252] Compiling bn-armv8-win.S
[977/1252] Compiling co-586-apple.S
[977/1252] Compiling bsaes-armv7-linux.S
[979/1252] Compiling bn-armv8-apple.S
[980/1252] Compiling bn-586-linux.S
[981/1252] Compiling bn-armv8-linux.S
[982/1252] Compiling bn-586-apple.S
[983/1252] Compiling armv8-mont-win.S
[984/1252] Compiling armv8-mont-linux.S
[985/1252] Compiling armv8-mont-apple.S
[986/1252] Compiling armv4-mont-linux.S
[987/1252] Compiling aesv8-gcm-armv8-linux.S
[988/1252] Compiling aesv8-gcm-armv8-win.S
[989/1252] Compiling aesv8-gcm-armv8-apple.S
[990/1252] Compiling aesv8-armv8-win.S
[991/1252] Compiling aesv8-armv8-linux.S
[992/1252] Compiling aesv8-armv8-apple.S
[993/1252] Compiling aesv8-armv7-linux.S
[994/1252] Compiling aesni-x86_64-linux.S
[995/1252] Compiling aesni-x86_64-apple.S
[996/1252] Compiling aesni-x86-linux.S
[997/1252] Compiling aesni-x86-apple.S
[998/1252] Compiling aesni-gcm-x86_64-linux.S
[999/1252] Compiling aesni-gcm-x86_64-apple.S
[1000/1252] Compiling aes-gcm-avx10-x86_64-apple.S
[1001/1252] Compiling aes-gcm-avx10-x86_64-linux.S
[1002/1252] Compiling c-nioatomics.c
[1003/1252] Compiling c-atomics.c
[1004/1252] Compiling x_x509a.cc
[1005/1252] Compiling x_spki.cc
[1006/1252] Compiling x_req.cc
[1007/1252] Compiling x_x509.cc
[1008/1252] Compiling x_pubkey.cc
[1009/1252] Compiling x_val.cc
[1009/1252] Compiling x_sig.cc
[1011/1258] Compiling x_attrib.cc
[1012/1258] Compiling x_name.cc
[1014/1258] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1015/1258] Emitting module NIOConcurrencyHelpers
[1015/1258] Compiling x_algor.cc
[1017/1258] Compiling NIOConcurrencyHelpers lock.swift
[1018/1258] Compiling NIOConcurrencyHelpers NIOLock.swift
[1019/1258] Compiling NIOConcurrencyHelpers atomics.swift
[1020/1258] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1020/1259] Compiling x509spki.cc
[1022/1259] Compiling x_all.cc
[1023/1259] Compiling x_exten.cc
[1024/1259] Compiling x_crl.cc
[1025/1259] Compiling x509_vpm.cc
[1026/1259] Compiling x509rset.cc
[1027/1259] Compiling x509name.cc
[1028/1259] Compiling x509cset.cc
[1029/1259] Compiling x509_txt.cc
[1030/1259] Compiling x509_v3.cc
[1031/1259] Compiling x509_vfy.cc
[1032/1259] Compiling x509_trs.cc
[1033/1259] Compiling x509_set.cc
[1034/1259] Compiling x509_req.cc
[1035/1259] Compiling x509_obj.cc
[1036/1259] Compiling x509_def.cc
[1036/1259] Compiling x509_d2.cc
[1038/1259] Compiling x509_ext.cc
[1039/1259] Compiling x509_lu.cc
[1040/1285] Compiling x509_cmp.cc
[1041/1285] Compiling x509.cc
[1042/1285] Compiling x509_att.cc
[1043/1285] Compiling v3_purp.cc
[1044/1285] Compiling v3_skey.cc
[1045/1285] Compiling v3_prn.cc
[1047/1285] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1048/1285] Compiling ConsoleKitTerminal ConsoleClear.swift
[1049/1285] Compiling ConsoleKitTerminal Console+Ask.swift
[1050/1285] Compiling ConsoleKitTerminal Console+Choose.swift
[1051/1285] Compiling ConsoleKitTerminal Console+Confirm.swift
[1052/1285] Compiling ConsoleKitTerminal Console+Input.swift
[1053/1285] Compiling ConsoleKitTerminal Console+Center.swift
[1054/1285] Compiling ConsoleKitTerminal Console+Output.swift
[1054/1288] Compiling v3_utl.cc
[1056/1288] Emitting module ConsoleKitTerminal
[1057/1288] Compiling ConsoleKitTerminal CustomActivity.swift
[1058/1288] Compiling ConsoleKitTerminal LoadingBar.swift
[1059/1288] Compiling ConsoleKitTerminal ProgressBar.swift
[1060/1288] Compiling ConsoleKitTerminal Console+Clear.swift
[1061/1288] Compiling ConsoleKitTerminal ConsoleText.swift
[1062/1288] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1063/1288] Compiling ConsoleKitTerminal ANSI.swift
[1064/1288] Compiling ConsoleKitTerminal ActivityBar.swift
[1065/1288] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1066/1288] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1067/1288] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1068/1288] Compiling ConsoleKitTerminal Console+Wait.swift
[1069/1288] Compiling ConsoleKitTerminal ConsoleColor.swift
[1070/1288] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1071/1288] Compiling ConsoleKitTerminal Console.swift
[1072/1288] Compiling ConsoleKitTerminal Terminal.swift
[1073/1288] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1073/1288] Compiling v3_ocsp.cc
[1074/1288] Compiling v3_pmaps.cc
[1075/1288] Compiling v3_lib.cc
[1076/1288] Compiling v3_ncons.cc
[1077/1288] Compiling v3_int.cc
[1078/1288] Compiling v3_pcons.cc
[1079/1288] Compiling v3_info.cc
[1081/1288] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1082/1288] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1083/1288] Compiling ConsoleKitTerminal LoggerFragment.swift
[1084/1289] Compiling v3_ia5.cc
[1085/1289] Compiling v3_genn.cc
[1086/1289] Compiling v3_extku.cc
[1087/1289] Compiling v3_enum.cc
[1088/1289] Compiling v3_crld.cc
[1089/1289] Compiling v3_cpols.cc
[1090/1289] Compiling v3_conf.cc
[1091/1311] Compiling v3_bcons.cc
[1092/1311] Compiling v3_bitst.cc
[1093/1311] Compiling v3_alt.cc
[1095/1311] Compiling ConsoleKitCommands CommandSignature.swift
[1096/1311] Compiling ConsoleKitCommands Flag.swift
[1097/1311] Compiling ConsoleKitCommands Option.swift
[1097/1313] Compiling v3_akeya.cc
[1099/1313] Emitting module ConsoleKitCommands
[1100/1313] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1101/1313] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1102/1313] Compiling ConsoleKitCommands Argument.swift
[1103/1313] Compiling ConsoleKitCommands AsyncCommands.swift
[1104/1313] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1105/1313] Compiling ConsoleKitCommands AnyCommand.swift
[1106/1313] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1107/1313] Compiling ConsoleKitCommands AsyncCommand.swift
[1108/1313] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1108/1313] Compiling t_x509.cc
[1109/1313] Compiling v3_akey.cc
[1110/1313] Compiling t_x509a.cc
[1112/1313] Compiling ConsoleKitCommands Command.swift
[1113/1313] Compiling ConsoleKitCommands CommandContext.swift
[1114/1313] Compiling ConsoleKitCommands CommandError.swift
[1115/1313] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1116/1313] Compiling ConsoleKitCommands Utilities.swift
[1116/1313] Compiling i2d_pr.cc
[1117/1313] Compiling t_req.cc
[1118/1313] Compiling t_crl.cc
[1119/1313] Compiling policy.cc
[1120/1313] Compiling name_print.cc
[1121/1313] Compiling rsa_pss.cc
[1122/1313] Compiling by_file.cc
[1124/1313] Compiling ConsoleKitCommands CommandGroup.swift
[1125/1313] Compiling ConsoleKitCommands CommandInput.swift
[1126/1313] Compiling ConsoleKitCommands Commands.swift
[1127/1313] Compiling ConsoleKitCommands Console+Run.swift
[1128/1313] Compiling ConsoleKitCommands ConsoleError.swift
[1129/1313] Compiling ConsoleKitCommands Completion.swift
[1130/1314] Compiling by_dir.cc
[1131/1314] Compiling asn1_gen.cc
[1132/1314] Compiling algorithm.cc
[1133/1314] Compiling a_verify.cc
[1134/1316] Compiling voprf.cc
[1135/1316] Compiling a_sign.cc
[1136/1316] Compiling a_digest.cc
[1137/1316] Compiling thread_win.cc
[1139/1316] Compiling ConsoleKit Exports.swift
[1140/1316] Emitting module ConsoleKit
[1140/1317] Compiling thread_pthread.cc
[1142/1317] Compiling trust_token.cc
[1143/1317] Compiling pmbtoken.cc
[1144/1317] Compiling thread.cc
[1145/1317] Compiling thread_none.cc
[1146/1317] Compiling stack.cc
[1147/1317] Compiling thash.cc
[1148/1317] Compiling wots.cc
[1149/1317] Compiling slhdsa.cc
[1150/1317] Compiling merkle.cc
[1151/1317] Compiling siphash.cc
[1152/1317] Compiling fors.cc
[1153/1317] Compiling sha512.cc
[1154/1317] Compiling rsa_print.cc
[1155/1317] Compiling sha256.cc
[1156/1317] Compiling rsa_extra.cc
[1157/1317] Compiling sha1.cc
[1158/1317] Compiling rsa_crypt.cc
[1159/1317] Compiling windows.cc
[1160/1317] Compiling rsa_asn1.cc
[1161/1317] Compiling refcount.cc
[1162/1317] Compiling rc4.cc
[1163/1317] Compiling rand_extra.cc
[1164/1317] Compiling passive.cc
[1165/1317] Compiling urandom.cc
[1166/1317] Compiling trusty.cc
[1167/1317] Compiling poly1305_arm_asm.S
[1168/1317] Compiling getentropy.cc
[1169/1317] Compiling ios.cc
[1170/1317] Compiling forkunsafe.cc
[1171/1317] Compiling deterministic.cc
[1172/1317] Compiling poly1305_vec.cc
[1173/1317] Compiling fork_detect.cc
[1174/1317] Compiling pool.cc
[1175/1317] Compiling poly1305_arm.cc
[1176/1317] Compiling poly1305.cc
[1177/1317] Compiling pkcs7.cc
[1178/1317] Compiling pkcs7_x509.cc
[1179/1317] Compiling pem_x509.cc
[1180/1317] Compiling p5_pbev2.cc
[1181/1317] Compiling pkcs8.cc
[1182/1317] Compiling pem_xaux.cc
[1183/1317] Compiling pkcs8_x509.cc
[1184/1317] Compiling pem_pkey.cc
[1185/1317] Compiling pem_pk8.cc
[1186/1317] Compiling obj_xref.cc
[1187/1317] Compiling pem_oth.cc
[1188/1317] Compiling pem_lib.cc
[1189/1317] Compiling pem_info.cc
[1190/1317] Compiling mldsa.cc
[1191/1317] Compiling pem_all.cc
[1192/1317] Compiling mlkem.cc
[1193/1317] Compiling obj.cc
[1194/1317] Compiling mem.cc
[1195/1317] Compiling fips_shared_support.cc
[1196/1317] Compiling md5.cc
[1197/1317] Compiling poly_rq_mul.S
[1198/1317] Compiling md4.cc
[1199/1317] Compiling lhash.cc
[1200/1317] Compiling kyber.cc
[1201/1317] Compiling hpke.cc
[1202/1317] Compiling sign.cc
[1203/1317] Compiling ex_data.cc
[1204/1317] Compiling hrss.cc
[1205/1317] Compiling scrypt.cc
[1206/1317] Compiling print.cc
[1207/1317] Compiling pbkdf.cc
[1208/1317] Compiling p_x25519.cc
[1209/1317] Compiling p_x25519_asn1.cc
[1210/1317] Compiling p_ed25519.cc
[1211/1317] Compiling p_ed25519_asn1.cc
[1212/1317] Compiling p_rsa.cc
[1213/1317] Compiling p_hkdf.cc
[1214/1317] Compiling p_rsa_asn1.cc
[1215/1317] Compiling p_ec.cc
[1216/1317] Compiling p_ec_asn1.cc
[1217/1317] Compiling p_dh_asn1.cc
[1218/1317] Compiling p_dsa_asn1.cc
[1219/1317] Compiling p_dh.cc
[1220/1317] Compiling evp_ctx.cc
[1221/1317] Compiling err.cc
[1222/1317] Compiling evp.cc
[1223/1317] Compiling engine.cc
[1224/1317] Compiling ecdh_extra.cc
[1225/1317] Compiling ecdsa_asn1.cc
[1226/1317] Compiling ec_derive.cc
[1227/1317] Compiling hash_to_curve.cc
[1228/1317] Compiling evp_asn1.cc
[1229/1317] Compiling ec_asn1.cc
[1230/1317] Compiling bcm.cc
[1231/1317] Compiling dsa.cc
[1232/1317] Compiling dsa_asn1.cc
[1233/1317] Compiling des.cc
[1234/1317] Compiling x25519-asm-arm.S
[1235/1317] Compiling params.cc
[1236/1317] Compiling spake25519.cc
[1237/1317] Compiling digest_extra.cc
[1238/1317] Compiling dh_asn1.cc
[1239/1317] Compiling curve25519_64_adx.cc
[1240/1317] Compiling cpu_aarch64_win.cc
[1241/1317] Compiling cpu_arm_linux.cc
[1242/1317] Compiling crypto.cc
[1243/1317] Compiling cpu_intel.cc
[1244/1317] Compiling cpu_aarch64_sysreg.cc
[1245/1317] Compiling cpu_arm_freebsd.cc
[1246/1317] Compiling cpu_aarch64_openbsd.cc
[1247/1317] Compiling curve25519.cc
[1248/1317] Compiling cpu_aarch64_linux.cc
[1249/1317] Compiling cpu_aarch64_fuchsia.cc
[1250/1317] Compiling conf.cc
[1251/1317] Compiling tls_cbc.cc
[1252/1317] Compiling e_tls.cc
[1253/1317] Compiling cpu_aarch64_apple.cc
[1254/1317] Compiling e_rc4.cc
[1255/1317] Compiling e_null.cc
[1256/1317] Compiling e_rc2.cc
[1257/1317] Compiling e_chacha20poly1305.cc
[1258/1317] Compiling e_aesctrhmac.cc
[1259/1317] Compiling cipher_extra.cc
[1260/1317] Compiling derive_key.cc
[1261/1317] Compiling e_des.cc
[1262/1317] Compiling e_aesgcmsiv.cc
[1263/1317] Compiling chacha.cc
[1264/1317] Compiling unicode.cc
[1265/1317] Compiling buf.cc
[1266/1317] Compiling cbb.cc
[1267/1317] Compiling bn_asn1.cc
[1268/1317] Compiling asn1_compat.cc
[1269/1317] Compiling ber.cc
[1270/1317] Compiling cbs.cc
[1271/1317] Compiling blake2.cc
[1272/1317] Compiling convert.cc
[1273/1317] Compiling printf.cc
[1274/1317] Compiling hexdump.cc
[1275/1317] Compiling file.cc
[1276/1317] Compiling errno.cc
[1277/1317] Compiling fd.cc
[1278/1317] Compiling bio.cc
[1279/1317] Compiling pair.cc
[1280/1317] Compiling bio_mem.cc
[1281/1317] Compiling base64.cc
[1282/1317] Compiling tasn_typ.cc
[1283/1317] Compiling tasn_fre.cc
[1284/1317] Compiling tasn_new.cc
[1285/1317] Compiling tasn_utl.cc
[1286/1317] Compiling f_string.cc
[1287/1317] Compiling tasn_enc.cc
[1288/1317] Compiling posix_time.cc
[1289/1317] Compiling tasn_dec.cc
[1290/1317] Compiling f_int.cc
[1291/1317] Compiling asn_pack.cc
[1292/1317] Compiling asn1_par.cc
[1293/1317] Compiling asn1_lib.cc
[1294/1317] Compiling a_utctm.cc
[1295/1317] Compiling a_type.cc
[1296/1317] Compiling a_strex.cc
[1297/1317] Compiling a_time.cc
[1298/1317] Compiling a_octet.cc
[1299/1317] Compiling a_i2d_fp.cc
[1300/1317] Compiling a_strnid.cc
[1301/1317] Compiling a_mbstr.cc
[1302/1317] Compiling a_object.cc
[1303/1317] Write sources
[1304/1317] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1304/1317] Write sources
[1311/1317] Compiling a_dup.cc
[1312/1317] Compiling a_int.cc
[1313/1369] Compiling a_gentm.cc
[1314/1370] Compiling a_d2i_fp.cc
[1315/1414] Compiling a_bitstr.cc
[1316/1414] Compiling a_bool.cc
[1318/1418] Compiling Atomics ManagedAtomic.swift
[1319/1418] Compiling Atomics ManagedAtomicLazyReference.swift
[1320/1418] Compiling Atomics UnsafeAtomic.swift
[1321/1418] Compiling Atomics UnsafeAtomicLazyReference.swift
[1322/1424] Compiling Atomics AtomicMemoryOrderings.swift
[1323/1424] Compiling Atomics DoubleWord.swift
[1324/1424] Emitting module BitCollections
[1325/1431] Compiling Atomics OptionalRawRepresentable.swift
[1326/1431] Compiling Atomics RawRepresentable.swift
[1327/1431] Compiling Atomics AtomicBool.swift
[1328/1431] Compiling Atomics IntegerConformances.swift
[1329/1431] Compiling Atomics PointerConformances.swift
[1330/1431] Compiling Atomics Primitives.native.swift
[1331/1431] Compiling Atomics Primitives.shims.swift
[1332/1431] Compiling Atomics AtomicInteger.swift
[1338/1431] Compiling Atomics AtomicOptionalWrappable.swift
[1339/1431] Compiling Atomics AtomicReference.swift
[1340/1431] Compiling Atomics AtomicStorage.swift
[1341/1431] Compiling Atomics AtomicValue.swift
[1342/1431] Compiling Atomics IntegerOperations.swift
[1343/1431] Compiling Atomics Unmanaged extensions.swift
[1344/1431] Compiling Algorithms Suffix.swift
[1345/1434] Compiling Algorithms Rotate.swift
[1346/1434] Compiling Algorithms Trim.swift
[1347/1434] Compiling Algorithms Unique.swift
[1348/1434] Compiling Algorithms Windows.swift
[1349/1434] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1350/1434] Compiling BitCollections BitSet+Extras.swift
[1351/1434] Compiling BitCollections BitSet+Hashable.swift
[1354/1434] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1355/1434] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1356/1434] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1357/1434] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1358/1434] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1359/1434] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1360/1434] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1361/1434] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1362/1434] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1363/1434] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1364/1434] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1365/1434] Compiling BitCollections BitSet+SetAlgebra union.swift
[1366/1434] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1367/1434] Compiling BitCollections BitSet.Counted.swift
[1371/1434] Compiling CryptoBoringWrapper RandomBytes.swift
[1372/1434] Compiling BitCollections BitArray+BitwiseOperations.swift
[1373/1434] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[1374/1434] Compiling BitCollections BitArray+Codable.swift
[1375/1434] Compiling BitCollections BitArray+Collection.swift
[1376/1434] Compiling BitCollections BitArray+Copy.swift
[1377/1434] Compiling BitCollections BitArray+CustomReflectable.swift
[1378/1434] Compiling BitCollections BitArray+Descriptions.swift
[1379/1434] Compiling BitCollections BitArray+Equatable.swift
[1385/1434] Compiling Algorithms RandomSample.swift
[1386/1434] Compiling Algorithms Reductions.swift
[1401/1434] Compiling CryptoBoringWrapper EllipticCurve.swift
[1402/1434] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1403/1434] Compiling BitCollections BitSet.Index.swift
[1404/1434] Compiling BitCollections BitSet._UnsafeHandle.swift
[1405/1434] Compiling BitCollections BitSet.swift
[1406/1434] Compiling BitCollections Range+Utilities.swift
[1407/1434] Compiling BitCollections Slice+Utilities.swift
[1408/1434] Compiling BitCollections UInt+Tricks.swift
[1409/1434] Compiling BitCollections _Word.swift
[1410/1434] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1411/1434] Emitting module CryptoBoringWrapper
[1412/1435] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1421/1435] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1426/1435] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1428/1438] Emitting module Collections
[1429/1439] Compiling Collections Collections.swift
[1430/1510] Compiling Crypto AES-GCM.swift
[1431/1510] Compiling Crypto AES-GCM_boring.swift
[1432/1510] Compiling Crypto ChaChaPoly_boring.swift
[1433/1510] Compiling Crypto ChaChaPoly.swift
[1435/1510] Emitting module Atomics
[1437/1510] Compiling Crypto Cipher.swift
[1438/1510] Compiling Crypto Nonces.swift
[1439/1511] Emitting module Algorithms
[1442/1512] Emitting module Crypto
[1443/1581] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1444/1581] Compiling NIOCore BSDSocketAPI.swift
[1445/1581] Compiling NIOCore ByteBuffer-aux.swift
[1446/1581] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1447/1581] Compiling NIOCore ByteBuffer-conversions.swift
[1448/1581] Compiling NIOCore ByteBuffer-core.swift
[1449/1581] Compiling NIOCore ByteBuffer-hex.swift
[1450/1581] Compiling NIOCore ByteBuffer-int.swift
[1451/1581] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1452/1581] Compiling Crypto Ed25519.swift
[1453/1581] Compiling NIOCore FileRegion.swift
[1454/1581] Compiling NIOCore GlobalSingletons.swift
[1455/1581] Compiling NIOCore MulticastChannel.swift
[1456/1581] Compiling NIOCore NIOAny.swift
[1457/1581] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1458/1581] Compiling NIOCore NIOLoopBound.swift
[1459/1581] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1460/1581] Compiling NIOCore NIOScheduledCallback.swift
[1461/1581] Compiling NIOCore NIOSendable.swift
[1462/1581] Compiling NIOCore RecvByteBufferAllocator.swift
[1463/1581] Compiling Crypto HPKE-Ciphersuite.swift
[1464/1581] Compiling Crypto HPKE-KDF.swift
[1465/1581] Compiling Crypto HPKE-KexKeyDerivation.swift
[1466/1581] Compiling Crypto HPKE-LabeledExtract.swift
[1467/1581] Compiling Crypto HPKE-Utils.swift
[1468/1581] Compiling Crypto DHKEM.swift
[1469/1581] Compiling Crypto HPKE-KEM-Curve25519.swift
[1470/1581] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1471/1581] Compiling Crypto HPKE-KEM.swift
[1472/1581] Compiling Crypto HPKE-Errors.swift
[1473/1581] Compiling NIOCore Channel.swift
[1474/1581] Compiling NIOCore ChannelHandler.swift
[1475/1581] Compiling NIOCore ChannelHandlers.swift
[1476/1581] Compiling NIOCore ChannelInvoker.swift
[1477/1581] Compiling NIOCore ChannelOption.swift
[1478/1581] Compiling NIOCore ChannelPipeline.swift
[1479/1581] Compiling NIOCore CircularBuffer.swift
[1480/1581] Compiling NIOCore Codec.swift
[1481/1581] Compiling NIOCore ConvenienceOptionSupport.swift
[1482/1581] Compiling NIOCore DeadChannel.swift
[1483/1581] Compiling NIOCore IOData.swift
[1484/1581] Compiling NIOCore IPProtocol.swift
[1485/1581] Compiling NIOCore IntegerBitPacking.swift
[1486/1581] Compiling NIOCore IntegerTypes.swift
[1487/1581] Compiling NIOCore Interfaces.swift
[1488/1581] Compiling NIOCore Linux.swift
[1489/1581] Compiling NIOCore MarkedCircularBuffer.swift
[1490/1581] Compiling NIOCore ByteBuffer-multi-int.swift
[1491/1581] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1492/1581] Compiling NIOCore ByteBuffer-views.swift
[1501/1589] Compiling NIOCore AddressedEnvelope.swift
[1502/1589] Compiling NIOCore AsyncAwaitSupport.swift
[1503/1589] Compiling NIOCore AsyncChannel.swift
[1504/1589] Compiling NIOCore AsyncChannelHandler.swift
[1505/1589] Compiling NIOCore AsyncChannelInboundStream.swift
[1506/1589] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1507/1589] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1508/1589] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1509/1589] Compiling NIOCore NIOAsyncWriter.swift
[1510/1589] Compiling NIOCore IO.swift
[1511/1589] Compiling NIOCore DispatchQueue+WithFuture.swift
[1512/1589] Compiling NIOCore EventLoop+Deprecated.swift
[1513/1589] Compiling NIOCore EventLoop+SerialExecutor.swift
[1514/1589] Compiling NIOCore EventLoop.swift
[1515/1589] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1516/1589] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1517/1589] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1518/1589] Compiling NIOCore EventLoopFuture.swift
[1519/1589] Compiling NIOCore FileDescriptor.swift
[1520/1589] Compiling NIOCore FileHandle.swift
[1521/1589] Compiling Crypto Signature.swift
[1522/1589] Compiling Crypto CryptoKitErrors_boring.swift
[1523/1589] Compiling Crypto RNG_boring.swift
[1524/1589] Compiling Crypto SafeCompare_boring.swift
[1525/1589] Compiling Crypto Zeroization_boring.swift
[1526/1589] Compiling Crypto PrettyBytes.swift
[1527/1589] Compiling Crypto SafeCompare.swift
[1528/1589] Compiling Crypto SecureBytes.swift
[1529/1589] Compiling Crypto Zeroization.swift
[1531/1671] Compiling _CryptoExtras CryptoKitErrors_boring.swift
[1532/1671] Compiling _CryptoExtras DigestType.swift
[1533/1671] Compiling _CryptoExtras Error.swift
[1534/1671] Compiling _CryptoExtras I2OSP.swift
[1535/1671] Compiling _CryptoExtras IntegerEncoding.swift
[1536/1671] Compiling _CryptoExtras PEMDocument.swift
[1537/1677] Compiling _CryptoExtras ARCPresentation.swift
[1538/1677] Compiling _CryptoExtras HashToField.swift
[1539/1677] Compiling _CryptoExtras KDF.swift
[1540/1677] Compiling _CryptoExtras PBKDF2_boring.swift
[1541/1677] Compiling _CryptoExtras PBKDF2_commoncrypto.swift
[1542/1677] Compiling _CryptoExtras OPRFServer.swift
[1543/1677] Compiling _CryptoExtras VOPRF+API.swift
[1544/1677] Compiling _CryptoExtras VOPRFClient.swift
[1546/1677] Compiling _CryptoExtras PBKDF2.swift
[1547/1677] Compiling _CryptoExtras Scrypt_boring.swift
[1548/1677] Compiling _CryptoExtras Scrypt.swift
[1549/1677] Compiling _CryptoExtras OPRF.swift
[1550/1677] Compiling _CryptoExtras OPRFClient.swift
[1551/1681] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1552/1681] Compiling NIOCore SocketAddresses.swift
[1553/1681] Compiling NIOCore SocketOptionProvider.swift
[1554/1681] Compiling NIOCore SystemCallHelpers.swift
[1555/1681] Compiling NIOCore TimeAmount+Duration.swift
[1556/1681] Compiling NIOCore TypeAssistedChannelHandler.swift
[1557/1681] Compiling NIOCore UniversalBootstrapSupport.swift
[1558/1681] Compiling NIOCore Utilities.swift
[1559/1681] Compiling _CryptoExtras AES_CBC.swift
[1560/1681] Compiling _CryptoExtras AES_CFB.swift
[1561/1681] Compiling _CryptoExtras AES_CTR.swift
[1562/1681] Compiling _CryptoExtras AES_GCM_SIV.swift
[1563/1681] Compiling _CryptoExtras Block Function.swift
[1564/1681] Emitting module _CryptoExtras
[1565/1681] Compiling APNSCore Logging.swift
[1566/1681] Compiling APNSCore P256.Signing.PrivateKey+PrivateFilePath.swift
[1567/1681] Compiling APNSCore APNSClient+VoIP.swift
[1568/1681] Compiling APNSCore APNSVoIPNotification.swift
[1569/1681] Compiling _CryptoExtras ZKPToolbox.swift
[1578/1681] Compiling _CryptoExtras ARCRequest.swift
[1579/1681] Compiling _CryptoExtras ARCResponse.swift
[1580/1681] Compiling _CryptoExtras ARCServer.swift
[1581/1681] Compiling _CryptoExtras ChaCha20CTR_boring.swift
[1582/1681] Compiling _CryptoExtras ChaCha20CTR.swift
[1583/1681] Compiling _CryptoExtras ECToolbox_boring.swift
[1584/1681] Compiling _CryptoExtras ECToolbox.swift
[1590/1681] Compiling _CryptoExtras AES_CFB_boring.swift
[1591/1681] Compiling _CryptoExtras AES_CTR_boring.swift
[1592/1681] Compiling _CryptoExtras AES_GCM_SIV_boring.swift
[1593/1681] Compiling _CryptoExtras ARC+API.swift
[1594/1681] Compiling _CryptoExtras ARC.swift
[1595/1681] Compiling _CryptoExtras ARCCredential.swift
[1596/1681] Compiling _CryptoExtras ARCEncoding.swift
[1597/1681] Compiling _CryptoExtras ARCPrecredential.swift
[1599/1681] Compiling _CryptoExtras PrettyBytes.swift
[1600/1681] Compiling _CryptoExtras SubjectPublicKeyInfo.swift
[1601/1681] Compiling _CryptoExtras DLEQ.swift
[1602/1681] Compiling _CryptoExtras Prover.swift
[1603/1681] Compiling _CryptoExtras Verifier.swift
[1605/1681] Compiling _CryptoExtras VOPRFServer.swift
[1606/1681] Compiling _CryptoExtras RSA+BlindSigning.swift
[1607/1681] Compiling _CryptoExtras RSA.swift
[1608/1681] Compiling _CryptoExtras RSA_boring.swift
[1609/1681] Compiling _CryptoExtras RSA_security.swift
[1610/1681] Compiling _CryptoExtras BoringSSLHelpers.swift
[1644/1681] Emitting module NIOCore
[1655/1732] Compiling NIOEmbedded AsyncTestingChannel.swift
[1656/1732] Compiling NIOPosix Pool.swift
[1657/1732] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1658/1732] Compiling NIOPosix PosixSingletons.swift
[1659/1732] Compiling NIOPosix RawSocketBootstrap.swift
[1660/1732] Compiling NIOPosix Resolver.swift
[1661/1732] Compiling NIOPosix Selectable.swift
[1662/1738] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1663/1738] Emitting module NIOEmbedded
[1664/1738] Compiling NIOEmbedded Embedded.swift
[1666/1739] Compiling NIOPosix ThreadPosix.swift
[1667/1739] Compiling NIOPosix ThreadWindows.swift
[1668/1739] Compiling NIOPosix UnsafeTransfer.swift
[1669/1739] Compiling NIOPosix Utilities.swift
[1670/1739] Compiling NIOPosix VsockAddress.swift
[1671/1739] Compiling NIOPosix VsockChannelEvents.swift
[1672/1739] Compiling NIOPosix NIOThreadPool.swift
[1673/1739] Compiling NIOPosix NonBlockingFileIO.swift
[1674/1739] Compiling NIOPosix PendingDatagramWritesManager.swift
[1675/1739] Compiling NIOPosix PendingWritesManager.swift
[1676/1739] Compiling NIOPosix PipeChannel.swift
[1677/1739] Compiling NIOPosix PipePair.swift
[1678/1739] Compiling NIOPosix IO.swift
[1679/1739] Compiling NIOPosix IntegerBitPacking.swift
[1680/1739] Compiling NIOPosix IntegerTypes.swift
[1681/1739] Compiling NIOPosix Linux.swift
[1682/1739] Compiling NIOPosix LinuxCPUSet.swift
[1683/1739] Compiling NIOPosix LinuxUring.swift
[1684/1739] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1685/1739] Compiling NIOPosix GetaddrinfoResolver.swift
[1686/1739] Compiling NIOPosix HappyEyeballs.swift
[1700/1739] Compiling NIOPosix ServerSocket.swift
[1701/1739] Compiling NIOPosix Socket.swift
[1702/1739] Compiling NIOPosix SocketChannel.swift
[1703/1739] Compiling NIOPosix SocketProtocols.swift
[1704/1739] Compiling NIOPosix System.swift
[1705/1739] Compiling NIOPosix Thread.swift
[1706/1739] Compiling NIOPosix SelectableChannel.swift
[1707/1739] Compiling NIOPosix SelectableEventLoop.swift
[1708/1739] Compiling NIOPosix SelectorEpoll.swift
[1709/1739] Compiling NIOPosix SelectorGeneric.swift
[1710/1739] Compiling NIOPosix SelectorKqueue.swift
[1711/1739] Compiling NIOPosix SelectorUring.swift
[1712/1739] Emitting module APNSCore
[1714/1740] Emitting module NIOPosix
[1715/1740] Compiling NIOPosix Bootstrap.swift
[1716/1740] Compiling NIOPosix ControlMessage.swift
[1717/1740] Compiling NIOPosix DatagramVectorReadManager.swift
[1718/1740] Compiling NIOPosix Errors+Any.swift
[1719/1740] Compiling NIOPosix FileDescriptor.swift
[1722/1740] Compiling NIOPosix BSDSocketAPICommon.swift
[1723/1740] Compiling NIOPosix BSDSocketAPIPosix.swift
[1724/1740] Compiling NIOPosix BSDSocketAPIWindows.swift
[1725/1740] Compiling NIOPosix BaseSocket.swift
[1726/1740] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1727/1740] Compiling NIOPosix BaseSocketChannel.swift
[1728/1740] Compiling NIOPosix BaseStreamSocketChannel.swift
[1730/1800] Emitting module NIO
[1731/1800] Compiling NIO Exports.swift
[1732/1800] Compiling AsyncKit Future+Transform.swift
[1733/1800] Compiling AsyncKit Future+Try.swift
[1734/1800] Compiling AsyncKit FutureOperators.swift
[1736/1803] Compiling AsyncKit Future+Miscellaneous.swift
[1737/1803] Compiling AsyncKit Future+Nonempty.swift
[1738/1803] Compiling AsyncKit Future+Optional.swift
[1739/1901] Compiling SQLKit SQLDataType.swift
[1740/1901] Compiling SQLKit SQLDirection.swift
[1741/1901] Compiling SQLKit SQLDistinct.swift
[1742/1934] Compiling NIOTLS TLSEvents.swift
[1743/1934] Emitting module NIOTLS
[1744/1934] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1745/1934] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1746/1934] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1747/1934] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1748/1935] Compiling SQLKit SQLDropBehaviour.swift
[1749/1935] Compiling SQLKit SQLEnumDataType.swift
[1750/1935] Compiling SQLKit SQLExcludedColumn.swift
[1751/1935] Compiling SQLKit SQLForeignKey.swift
[1752/1935] Compiling SQLKit SQLJoin.swift
[1753/1939] Compiling NIOSOCKS ServerStateMachine.swift
[1754/1939] Compiling NIOSOCKS SOCKSResponse.swift
[1755/1939] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1756/1939] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1757/1939] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1758/1939] Compiling NIOTLS SNIHandler.swift
[1760/1940] Compiling NIOSOCKS ClientStateMachine.swift
[1761/1940] Compiling NIOSOCKS Messages.swift
[1762/1940] Compiling NIOSOCKS SOCKSRequest.swift
[1763/1940] Compiling NIOSOCKS Errors.swift
[1764/1940] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1765/1940] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1766/1940] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[1767/1940] Compiling SQLKit SQLColumnDefinition.swift
[1768/1940] Compiling SQLKit SQLCommonTableExpression.swift
[1769/1940] Compiling SQLKit SQLConflictAction.swift
[1770/1940] Compiling SQLKit SQLConflictResolutionStrategy.swift
[1776/1940] Compiling SQLKit SQLJoinMethod.swift
[1777/1940] Compiling NIOSOCKS Helpers.swift
[1778/1940] Compiling NIOSOCKS AuthenticationMethod.swift
[1779/1940] Compiling NIOSOCKS ClientGreeting.swift
[1780/1952] Emitting module NIOSOCKS
[1783/1952] Emitting module _NIOFileSystem
[1784/1981] Compiling NIOSSL SSLCertificateName.swift
[1785/1981] Compiling NIOSSL SSLConnection.swift
[1786/1981] Compiling NIOSSL PosixPort.swift
[1787/1981] Compiling NIOSSL SSLCallbacks.swift
[1788/1981] Compiling NIOSSL SSLCertificate.swift
[1789/1981] Compiling NIOSSL SSLCertificateExtensions.swift
[1790/1981] Compiling NIOSSL NIOSSLServerHandler.swift
[1791/1981] Compiling NIOSSL ObjectIdentifier.swift
[1792/1982] Compiling NIOSSL NIOSSLClientHandler.swift
[1793/1982] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1795/1984] Emitting module NIOFoundationCompat
[1796/1984] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1798/1985] Compiling NIOSSL IdentityVerification.swift
[1799/1985] Compiling NIOSSL LinuxCABundle.swift
[1800/1985] Emitting module NIOHTTP1
[1801/1985] Emitting module SQLKit
[1810/1985] Compiling NIOSSL AndroidCABundle.swift
[1811/1985] Compiling NIOSSL ByteBufferBIO.swift
[1812/1985] Compiling NIOSSL CustomPrivateKey.swift
[1815/1985] Compiling NIOSSL SSLErrors.swift
[1816/1985] Compiling NIOSSL SSLInit.swift
[1817/1985] Compiling NIOSSL SSLPKCS12Bundle.swift
[1818/1985] Compiling SQLKit SQLSecondaryPredicateGroupBuilder.swift
[1819/1985] Compiling SQLKit SQLSelectBuilder.swift
[1820/1985] Compiling SQLKit SQLSubqueryBuilder.swift
[1821/1985] Compiling SQLKit SQLUnionBuilder.swift
[1822/1985] Compiling SQLKit SQLUpdateBuilder.swift
[1823/1985] Compiling SQLKit SQLAliasedColumnListBuilder.swift
[1824/1985] Compiling SQLKit SQLLockingClause.swift
[1825/1985] Compiling SQLKit SQLOrderBy.swift
[1826/1985] Compiling SQLKit SQLReturning.swift
[1827/1985] Compiling SQLKit SQLSubquery.swift
[1828/1985] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[1829/1985] Compiling SQLKit SQLAlterEnum.swift
[1830/1985] Compiling SQLKit SQLAlterTable.swift
[1831/1985] Compiling SQLKit SQLCreateEnum.swift
[1832/1985] Compiling SQLKit SQLCreateIndex.swift
[1833/1985] Compiling SQLKit SQLCreateTable.swift
[1834/1985] Compiling SQLKit SQLCreateTrigger.swift
[1835/1985] Compiling SQLKit SQLDelete.swift
[1836/1985] Compiling SQLKit SQLDropEnum.swift
[1837/1985] Compiling SQLKit SQLDropIndex.swift
[1838/1985] Compiling SQLKit SQLDropTable.swift
[1839/1985] Compiling SQLKit SQLDropTrigger.swift
[1840/1985] Compiling SQLKit SQLInsert.swift
[1841/1985] Compiling SQLKit SQLSelect.swift
[1842/1985] Compiling SQLKit SQLUnion.swift
[1843/1985] Compiling SQLKit SQLUpdate.swift
[1844/1985] Compiling SQLKit SQLExpression.swift
[1845/1985] Compiling SQLKit SQLSerializer.swift
[1846/1985] Compiling SQLKit SQLStatement.swift
[1847/1985] Compiling SQLKit SQLBinaryExpression.swift
[1848/1985] Compiling SQLKit SQLBinaryOperator.swift
[1849/1985] Compiling SQLKit SQLBind.swift
[1854/1985] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[1855/1985] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[1856/1985] Compiling NIOSSL SSLPublicKey.swift
[1857/1985] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1858/1985] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1867/2007] Compiling _NIOFileSystem SystemFileHandle.swift
[1868/2007] Compiling _NIOFileSystem Utilities.swift
[1869/2007] Compiling _NIOFileSystem OpenOptions.swift
[1870/2007] Compiling _NIOFileSystem String+FileSystem.swift
[1871/2007] Compiling SQLKit SQLPartialResultBuilder.swift
[1872/2007] Compiling SQLKit SQLPredicateBuilder.swift
[1873/2007] Compiling SQLKit SQLQueryBuilder.swift
[1874/2007] Compiling SQLKit SQLQueryFetcher.swift
[1875/2007] Compiling SQLKit SQLReturningBuilder.swift
[1876/2007] Compiling SQLKit SQLSecondaryPredicateBuilder.swift
[1877/2007] Compiling SQLKit SQLSubqueryClauseBuilder.swift
[1878/2007] Compiling SQLKit SQLUnqualifiedColumnListBuilder.swift
[1879/2007] Compiling SQLKit SQLDatabase.swift
[1880/2007] Compiling SQLKit SQLDatabaseReportedVersion.swift
[1881/2007] Compiling SQLKit SQLDialect.swift
[1882/2007] Compiling SQLKit SQLDatabase+Deprecated.swift
[1883/2007] Compiling SQLKit SQLError.swift
[1884/2007] Compiling SQLKit SQLExpressions+Deprecated.swift
[1885/2007] Compiling SQLKit SQLAlterEnumBuilder.swift
[1886/2007] Compiling SQLKit SQLAlterTableBuilder.swift
[1887/2007] Compiling SQLKit SQLConflictUpdateBuilder.swift
[1888/2007] Compiling SQLKit SQLCreateEnumBuilder.swift
[1889/2007] Compiling SQLKit SQLCreateIndexBuilder.swift
[1890/2007] Compiling SQLKit SQLCreateTableBuilder.swift
[1891/2007] Compiling SQLKit SQLCreateTriggerBuilder.swift
[1892/2007] Compiling SQLKit SQLDeleteBuilder.swift
[1893/2007] Compiling SQLKit SQLDropEnumBuilder.swift
[1894/2007] Compiling SQLKit SQLDropIndexBuilder.swift
[1895/2007] Compiling SQLKit SQLDropTableBuilder.swift
[1896/2007] Compiling SQLKit SQLDropTriggerBuilder.swift
[1897/2007] Compiling SQLKit SQLInsertBuilder.swift
[1898/2007] Compiling NIOTransportServices StateManagedChannel.swift
[1899/2007] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1900/2007] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1901/2009] Compiling NIOTransportServices AcceptHandler.swift
[1902/2009] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1903/2009] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1904/2009] Emitting module NIOTransportServices
[1905/2009] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1906/2009] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1907/2009] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1908/2009] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1909/2009] Compiling NIOTransportServices NIOTSErrors.swift
[1910/2009] Compiling NIOTransportServices NIOTSEventLoop.swift
[1911/2009] Compiling NIOTransportServices NIOTSBootstraps.swift
[1912/2009] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1913/2009] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1914/2009] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1915/2009] Compiling NIOTransportServices NIOTSSingletons.swift
[1916/2009] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1917/2009] Emitting module AsyncKit
[1918/2009] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1919/2009] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1926/2009] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1927/2009] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1928/2009] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1940/2011] Compiling NIOSSL SafeCompare.swift
[1941/2011] Compiling NIOSSL SSLContext.swift
[1955/2044] Compiling SQLKit SQLFunction.swift
[1956/2044] Compiling SQLKit SQLGroupExpression.swift
[1957/2044] Compiling SQLKit SQLIdentifier.swift
[1958/2044] Compiling SQLKit SQLList.swift
[1959/2044] Compiling SQLKit SQLLiteral.swift
[1960/2044] Compiling SQLKit SQLRaw.swift
[1961/2044] Compiling SQLKit SQLCodingUtilities.swift
[1962/2044] Compiling SQLKit SQLQueryEncoder.swift
[1963/2044] Compiling SQLKit SQLRow.swift
[1964/2044] Compiling SQLKit SQLRowDecoder.swift
[1965/2044] Compiling SQLKit SomeCodingKey.swift
[1966/2044] Compiling SQLKit StringHandling.swift
[1967/2063] Compiling NIOWebSocket WebSocketOpcode.swift
[1968/2064] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1970/2064] Emitting module NIOSSL
[1971/2064] Compiling NIOHPACK IntegerCoding.swift
[1972/2064] Compiling NIOHPACK IndexedHeaderTable.swift
[1973/2065] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1974/2065] Emitting module NIOHTTPCompression
[1975/2065] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1976/2065] Compiling NIOHPACK HuffmanTables.swift
[1977/2065] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1982/2065] Emitting module NIOHPACK
[1983/2065] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1984/2065] Compiling NIOWebSocket WebSocketFrame.swift
[1985/2065] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1986/2065] Compiling NIOHPACK StaticHeaderTable.swift
[1987/2065] Emitting module NIOWebSocket
[1988/2066] Compiling NIOHTTPCompression HTTPCompression.swift
[1989/2066] Compiling NIOHTTPCompression HTTPDecompression.swift
[1990/2157] Compiling X509 CMSAttribute.swift
[1991/2157] Compiling X509 CMSContentInfo.swift
[1992/2157] Compiling X509 DNBuilder.swift
[1993/2157] Compiling X509 DomainComponent.swift
[1994/2157] Compiling X509 CMSOperations.swift
[1995/2157] Compiling X509 CMSSignature.swift
[1996/2157] Compiling X509 CMSEncapsulatedContentInfo.swift
[1997/2157] Compiling X509 CMSIssuerAndSerialNumber.swift
[1998/2157] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1999/2157] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[2000/2158] Compiling NIOHPACK HuffmanCoding.swift
[2002/2159] Compiling X509 DistinguishedName.swift
[2003/2159] Compiling X509 CommonName.swift
[2004/2161] Compiling X509 Curve25519+DER.swift
[2005/2161] Compiling X509 Digests.swift
[2011/2161] Compiling X509 CMSSignedData.swift
[2012/2161] Compiling X509 CMSSignerIdentifier.swift
[2013/2161] Compiling X509 CMSSignerInfo.swift
[2014/2161] Compiling X509 CMSVersion.swift
[2015/2161] Compiling X509 CountryName.swift
[2016/2161] Compiling X509 CSRAttribute.swift
[2017/2161] Compiling X509 CSRAttributes.swift
[2018/2161] Compiling X509 CSRVersion.swift
[2023/2161] Emitting module NIOExtras
[2039/2181] Compiling MultipartKit BasicCodingKey.swift
[2040/2181] Compiling MultipartKit MultipartError.swift
[2041/2181] Compiling MultipartKit Exports.swift
[2042/2181] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[2043/2181] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[2044/2181] Compiling MultipartKit MultipartPartConvertible.swift
[2045/2181] Compiling MultipartKit MultipartFormData.swift
[2046/2181] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[2047/2181] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[2048/2181] Compiling MultipartKit FormDataDecoder.swift
[2049/2181] Compiling MultipartKit FormDataEncoder.swift
[2050/2181] Compiling MultipartKit Storage.swift
[2051/2181] Compiling MultipartKit MultipartPart.swift
[2058/2182] Emitting module MultipartKit
[2061/2184] Compiling X509 EmailAddress.swift
[2062/2184] Compiling X509 LocalityName.swift
[2063/2184] Compiling X509 OrganizationName.swift
[2064/2184] Compiling X509 OrganizationalUnitName.swift
[2066/2287] Compiling FluentKit QueryBuilder+Group.swift
[2067/2287] Compiling FluentKit QueryBuilder+Join+DirectRelations.swift
[2068/2333] Compiling NIOHTTP2 HasFlowControlWindows.swift
[2069/2333] Compiling NIOHTTP2 HasLocalSettings.swift
[2070/2335] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[2071/2335] Compiling NIOHTTP2 HTTP2SettingsState.swift
[2072/2335] Compiling NIOHTTP2 ConnectionStateMachine.swift
[2073/2335] Compiling NIOHTTP2 SendingHeadersState.swift
[2074/2335] Compiling NIOHTTP2 SendingPushPromiseState.swift
[2075/2335] Compiling NIOHTTP2 SendingRstStreamState.swift
[2076/2335] Compiling NIOHTTP2 MaySendFrames.swift
[2077/2335] Compiling NIOHTTP2 SendingDataState.swift
[2078/2335] Compiling NIOHTTP2 SendingGoawayState.swift
[2079/2335] Compiling NIOHTTP2 ConnectionStreamsState.swift
[2080/2335] Compiling NIOHTTP2 MayReceiveFrames.swift
[2081/2335] Compiling NIOHTTP2 ReceivingDataState.swift
[2082/2335] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[2083/2335] Emitting module _NIOFileSystemFoundationCompat
[2084/2335] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[2085/2336] Compiling NIOFileSystem Exports.swift
[2086/2336] Emitting module NIOFileSystem
[2088/2337] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[2092/2338] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[2093/2338] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[2094/2338] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[2108/2355] Compiling NIOHTTP2 HasRemoteSettings.swift
[2109/2355] Compiling NIOHTTP2 LocallyQuiescingState.swift
[2110/2355] Compiling NIOHTTP2 QuiescingState.swift
[2111/2355] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[2112/2355] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[2113/2355] Emitting module WebSocketKit
[2114/2355] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[2115/2355] Compiling WebSocketKit WebSocketHandler.swift
[2116/2355] Compiling WebSocketKit WebSocket+Concurrency.swift
[2117/2355] Emitting module NIOHTTP2
[2118/2355] Compiling WebSocketKit WebSocket.swift
[2119/2355] Compiling WebSocketKit WebSocket+Connect.swift
[2120/2355] Compiling WebSocketKit WebSocketClient.swift
[2121/2355] Compiling WebSocketKit Exports.swift
[2135/2368] Emitting module FluentKit
[2136/2368] Compiling FluentKit Property.swift
[2137/2368] Compiling FluentKit Relation.swift
[2138/2368] Compiling FluentKit Siblings.swift
[2139/2368] Compiling FluentKit Timestamp.swift
[2140/2368] Compiling FluentKit TimestampFormat.swift
[2141/2368] Compiling FluentKit QueryBuilder+Aggregate.swift
[2142/2368] Compiling FluentKit QueryBuilder+EagerLoad.swift
[2143/2368] Compiling FluentKit QueryBuilder+Filter.swift
[2144/2368] Compiling FluentKit DatabaseQuery+Join.swift
[2145/2368] Compiling FluentKit DatabaseQuery+Range.swift
[2146/2368] Compiling FluentKit DatabaseQuery+Sort.swift
[2147/2368] Compiling FluentKit DatabaseQuery+Value.swift
[2148/2368] Compiling FluentKit DatabaseQuery.swift
[2149/2368] Compiling FluentKit CompositeID.swift
[2150/2368] Compiling FluentKit CompositeOptionalChild.swift
[2151/2368] Compiling FluentKit CompositeOptionalParent.swift
[2152/2368] Compiling FluentKit CompositeParent.swift
[2153/2368] Compiling FluentKit Field.swift
[2154/2368] Compiling FluentKit FieldKey.swift
[2155/2368] Compiling FluentKit Group.swift
[2156/2368] Compiling FluentKit ID.swift
[2157/2368] Compiling FluentKit OptionalBoolean.swift
[2158/2368] Compiling FluentKit OptionalChild.swift
[2159/2368] Compiling FluentKit OptionalField.swift
[2160/2368] Compiling FluentKit OptionalParent.swift
[2161/2368] Compiling FluentKit Parent.swift
[2162/2381] Compiling NIOHTTP2 HTTP2UserEvents.swift
[2163/2381] Compiling NIOHTTP2 InboundEventBuffer.swift
[2164/2381] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[2165/2381] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[2166/2381] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[2167/2381] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[2168/2381] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[2169/2381] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[2170/2381] Compiling NIOHTTP2 HTTP2Error.swift
[2171/2381] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[2172/2381] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[2173/2381] Compiling NIOHTTP2 HTTP2Frame.swift
[2174/2381] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[2175/2381] Compiling NIOHTTP2 StateMachineResult.swift
[2176/2381] Compiling NIOHTTP2 ContentLengthVerifier.swift
[2177/2381] Compiling NIOHTTP2 DOSHeuristics.swift
[2178/2381] Compiling NIOHTTP2 Error+Any.swift
[2179/2381] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[2180/2381] Compiling NIOHTTP2 ControlFrameBuffer.swift
[2181/2381] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[2182/2381] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[2192/2381] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[2193/2381] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[2194/2381] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[2195/2381] Compiling NIOHTTP2 HTTP2StreamID.swift
[2199/2381] Compiling NIOHTTP2 HTTP2FrameParser.swift
[2200/2381] Compiling NIOHTTP2 HTTP2PingData.swift
[2201/2381] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[2202/2381] Compiling NIOHTTP2 HTTP2Settings.swift
[2203/2381] Compiling NIOHTTP2 HTTP2Stream.swift
[2204/2381] Compiling NIOHTTP2 InboundWindowManager.swift
[2205/2381] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[2206/2381] Compiling NIOHTTP2 StreamChannelFlowController.swift
[2207/2381] Compiling NIOHTTP2 StreamChannelList.swift
[2208/2381] Compiling NIOHTTP2 StreamMap.swift
[2209/2381] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[2210/2381] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[2221/2381] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[2222/2381] Compiling NIOHTTP2 ReceivingHeadersState.swift
[2243/2381] Compiling NIOHTTP2 StreamStateMachine.swift
[2244/2381] Compiling NIOHTTP2 UnsafeTransfer.swift
[2245/2381] Compiling NIOHTTP2 WatermarkedFlowController.swift
[2307/2381] Compiling X509 TrustRootLoading.swift
[2308/2381] Compiling X509 UnverifiedChain.swift
[2309/2381] Compiling X509 VerificationDiagnostic.swift
[2310/2381] Compiling X509 Verifier.swift
[2311/2381] Compiling X509 VerifierPolicy.swift
[2312/2381] Compiling X509 AlgorithmIdentifier.swift
[2313/2381] Compiling X509 ECDSASignature.swift
[2345/2383] Emitting module X509
[2347/2387] Emitting module FluentWallet
[2348/2387] Compiling FluentWallet DeviceModel.swift
[2349/2387] Compiling FluentWallet PushTokenDTO.swift
[2350/2387] Compiling FluentWallet LogEntriesDTO.swift
[2384/2389] Compiling X509 RSAPKCS1PublicKey.swift
[2385/2389] Compiling X509 SubjectPublicKeyInfo.swift
[2386/2389] Compiling X509 TBSCertificate.swift
[2387/2389] Compiling X509 Time.swift
[2388/2389] Compiling X509 TimeCalculations.swift
[2389/2389] Compiling X509 Validity.swift
[2391/2459] Compiling WalletPasses PassJSON.swift
[2392/2459] Compiling WalletPasses PersonalizationJSON.swift
[2393/2459] Compiling WalletOrders OrderJSON.swift
[2394/2459] Compiling WalletOrders WalletOrdersError.swift
[2395/2459] Emitting module WalletOrders
[2396/2459] Compiling WalletPasses WalletPassesError.swift
[2397/2459] Compiling WalletOrders OrderBuilder.swift
[2398/2460] Emitting module WalletPasses
[2399/2460] Compiling WalletPasses PassBuilder.swift
[2402/2461] Emitting module AsyncHTTPClient
[2403/2476] Compiling FluentWalletPasses PersonalizationDictionaryDTO.swift
[2404/2476] Compiling FluentWalletPasses SerialNumbersDTO.swift
[2405/2476] Compiling FluentWalletPasses Exports.swift
[2406/2476] Compiling FluentWalletPasses Pass.swift
[2407/2476] Compiling FluentWalletPasses PassesDevice.swift
[2408/2476] Compiling FluentWalletPasses PassesRegistration.swift
[2409/2476] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2410/2476] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2411/2476] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2412/2480] Compiling AsyncHTTPClient HTTPHandler.swift
[2413/2480] Compiling AsyncHTTPClient LRUCache.swift
[2414/2480] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[2415/2480] Compiling AsyncHTTPClient NWErrorHandler.swift
[2416/2480] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2417/2480] Compiling AsyncHTTPClient TLSConfiguration.swift
[2418/2480] Compiling AsyncHTTPClient RedirectState.swift
[2419/2480] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2420/2480] Compiling AsyncHTTPClient ConnectionTarget.swift
[2421/2480] Compiling AsyncHTTPClient DeconstructedURL.swift
[2422/2480] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2423/2480] Compiling AsyncHTTPClient FoundationExtensions.swift
[2424/2480] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2425/2480] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2426/2480] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2427/2480] Compiling AsyncHTTPClient HTTPClient.swift
[2428/2480] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2429/2480] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2430/2480] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2431/2480] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2432/2480] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2433/2480] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2434/2480] Compiling AsyncHTTPClient RequestBodyLength.swift
[2435/2480] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2436/2480] Compiling FluentWalletPasses PassesRegistrationModel.swift
[2437/2480] Compiling FluentWalletPasses PassDataModel.swift
[2438/2480] Compiling FluentWalletPasses PassModel.swift
[2439/2489] Compiling FluentWalletPasses PersonalizationInfo.swift
[2442/2489] Emitting module FluentWalletPasses
[2447/2489] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2448/2489] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2449/2489] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2450/2489] Compiling AsyncHTTPClient HTTP1Connection.swift
[2451/2489] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2452/2489] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2453/2489] Compiling AsyncHTTPClient HTTP2Connection.swift
[2454/2489] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2455/2489] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2456/2489] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2457/2489] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2458/2489] Compiling AsyncHTTPClient Transaction.swift
[2459/2489] Compiling AsyncHTTPClient Base64.swift
[2460/2489] Compiling AsyncHTTPClient BasicAuth.swift
[2461/2489] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2462/2489] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2463/2489] Compiling AsyncHTTPClient ConnectionPool.swift
[2464/2489] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2465/2489] Compiling AsyncHTTPClient RequestOptions.swift
[2466/2489] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2467/2489] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2468/2489] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2469/2489] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2470/2489] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2471/2489] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2472/2489] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2473/2489] Compiling FluentWalletPasses PersonalizationInfoModel.swift
[2474/2490] Compiling AsyncHTTPClient RequestBag.swift
[2475/2490] Compiling AsyncHTTPClient RequestValidation.swift
[2476/2490] Compiling AsyncHTTPClient SSLContextCache.swift
[2477/2490] Compiling AsyncHTTPClient Scheme.swift
[2478/2490] Compiling AsyncHTTPClient Singleton.swift
[2479/2490] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2480/2490] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2481/2490] Compiling AsyncHTTPClient Utils.swift
[2482/2491] Compiling FluentWalletOrders OrderModel.swift
[2483/2492] Compiling FluentWalletOrders OrderDataModel.swift
[2486/2492] Emitting module FluentWalletOrders
[2487/2492] Compiling FluentWalletOrders OrdersDevice.swift
[2488/2492] Compiling FluentWalletOrders OrdersRegistration.swift
[2489/2492] Compiling FluentWalletOrders Exports.swift
[2490/2492] Compiling FluentWalletOrders OrderIdentifiersDTO.swift
[2491/2492] Compiling FluentWalletOrders Order.swift
[2492/2492] Compiling FluentWalletOrders OrdersRegistrationModel.swift
[2494/2592] Compiling APNS APNSConfiguration.swift
[2495/2592] Compiling APNS APNSJSONEncoder.swift
[2496/2592] Compiling APNS APNSJSONDecoder.swift
[2497/2667] Emitting module APNS
[2498/2667] Compiling APNS APNSClient.swift
[2500/2668] Compiling Vapor AsyncBasicResponder.swift
[2501/2668] Compiling Vapor AsyncMiddleware.swift
[2502/2668] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2503/2668] Compiling Vapor AsyncSessionDriver.swift
[2504/2668] Compiling Vapor Authentication+Concurrency.swift
[2505/2668] Compiling Vapor Cache+Concurrency.swift
[2506/2668] Compiling Vapor Client+Concurrency.swift
[2507/2668] Compiling Vapor RequestBody+Concurrency.swift
[2508/2668] Compiling Vapor Responder+Concurrency.swift
[2509/2668] Compiling Vapor ResponseCodable+Concurrency.swift
[2510/2668] Compiling Vapor RoutesBuilder+Concurrency.swift
[2511/2668] Compiling Vapor ViewRenderer+Concurrency.swift
[2512/2668] Compiling Vapor WebSocket+Concurrency.swift
[2513/2668] Compiling Vapor ContainerGetPathExecutor.swift
[2514/2668] Compiling Vapor Content.swift
[2515/2668] Compiling Vapor ContentCoders.swift
[2516/2668] Compiling Vapor ContentConfiguration.swift
[2517/2668] Compiling Vapor ContentContainer.swift
[2518/2668] Compiling Vapor JSONCoder+Custom.swift
[2519/2668] Compiling Vapor JSONCoders+Content.swift
[2520/2668] Compiling Vapor PlaintextDecoder.swift
[2521/2668] Compiling Vapor PlaintextEncoder.swift
[2522/2668] Compiling Vapor URLQueryCoders.swift
[2523/2668] Compiling Vapor URLQueryContainer.swift
[2524/2692] Compiling Vapor Request+Body.swift
[2525/2692] Compiling Vapor Request+BodyStream.swift
[2526/2692] Compiling Vapor Request.swift
[2527/2692] Compiling Vapor Application+Responder.swift
[2528/2692] Compiling Vapor DefaultResponder.swift
[2529/2692] Compiling Vapor Response+Body.swift
[2530/2692] Compiling Vapor Response.swift
[2531/2692] Compiling Vapor ResponseCodable.swift
[2532/2692] Compiling Vapor Application+Routes.swift
[2533/2692] Compiling Vapor Parameters+Require.swift
[2534/2692] Compiling Vapor Request+WebSocket.swift
[2535/2692] Compiling Vapor Route.swift
[2536/2692] Compiling Vapor RouteCollection.swift
[2537/2692] Compiling Vapor Routes.swift
[2538/2692] Compiling Vapor RoutesBuilder+Group.swift
[2539/2692] Compiling Vapor RoutesBuilder+Method.swift
[2540/2692] Compiling Vapor RoutesBuilder+Middleware.swift
[2541/2692] Compiling Vapor RoutesBuilder+WebSocket.swift
[2542/2692] Compiling Vapor RoutesBuilder.swift
[2543/2692] Compiling Vapor OTP.swift
[2544/2692] Compiling Vapor Application+Servers.swift
[2545/2692] Compiling Vapor Server.swift
[2546/2692] Compiling Vapor App+Service.swift
[2547/2692] Compiling Vapor Req+Service.swift
[2548/2716] Compiling Vapor Validator.swift
[2549/2716] Compiling Vapor ValidatorResult.swift
[2550/2716] Compiling Vapor And.swift
[2551/2716] Compiling Vapor Case.swift
[2552/2716] Compiling Vapor CharacterSet.swift
[2553/2716] Compiling Vapor Count.swift
[2554/2716] Compiling Vapor Custom.swift
[2555/2716] Compiling Vapor Email.swift
[2556/2716] Compiling Vapor Empty.swift
[2557/2716] Compiling Vapor In.swift
[2558/2716] Compiling Vapor Nil.swift
[2559/2716] Compiling Vapor NilIgnoring.swift
[2560/2716] Compiling Vapor Not.swift
[2561/2716] Compiling Vapor Or.swift
[2562/2716] Compiling Vapor Pattern.swift
[2563/2716] Compiling Vapor Range.swift
[2564/2716] Compiling Vapor URL.swift
[2565/2716] Compiling Vapor Valid.swift
[2566/2716] Compiling Vapor Application+Views.swift
[2567/2716] Compiling Vapor PlaintextRenderer.swift
[2568/2716] Compiling Vapor Request+View.swift
[2569/2716] Compiling Vapor View.swift
[2570/2716] Compiling Vapor ViewRenderer.swift
[2571/2716] Compiling Vapor _Deprecations.swift
[2572/2716] Compiling Vapor Core.swift
[2573/2716] Compiling Vapor Running.swift
[2574/2716] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2575/2716] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2576/2716] Compiling Vapor DotEnvFile+load.swift
[2577/2716] Compiling Vapor Routes+caseInsenstive.swift
[2578/2716] Compiling Vapor Validatable+validate.swift
[2579/2716] Compiling Vapor Environment+Process.swift
[2580/2716] Compiling Vapor Environment+Secret.swift
[2581/2716] Compiling Vapor Environment.swift
[2582/2716] Compiling Vapor Abort.swift
[2583/2716] Compiling Vapor AbortError.swift
[2584/2716] Compiling Vapor DebuggableError.swift
[2585/2716] Compiling Vapor Demangler.swift
[2586/2716] Compiling Vapor ErrorSource.swift
[2587/2716] Compiling Vapor StackTrace.swift
[2588/2716] Compiling Vapor Exports.swift
[2589/2716] Compiling Vapor Application+HTTP.swift
[2590/2716] Compiling Vapor BasicResponder.swift
[2591/2716] Compiling Vapor BodyStream.swift
[2592/2716] Compiling Vapor Application+HTTP+Client.swift
[2593/2716] Compiling Vapor EventLoopHTTPClient.swift
[2594/2716] Compiling Vapor EndpointCache.swift
[2595/2716] Compiling Vapor HTTPMethod+String.swift
[2596/2716] Compiling Vapor Application.swift
[2597/2716] Compiling Vapor AuthenticationCache.swift
[2598/2716] Compiling Vapor Authenticator.swift
[2599/2716] Compiling Vapor BasicAuthorization.swift
[2600/2716] Compiling Vapor BearerAuthorization.swift
[2601/2716] Compiling Vapor GuardMiddleware.swift
[2602/2716] Compiling Vapor RedirectMiddleware.swift
[2603/2716] Compiling Vapor SessionAuthenticatable.swift
[2604/2716] Compiling Vapor Bcrypt.swift
[2605/2716] Compiling Vapor Application+Cache.swift
[2606/2716] Compiling Vapor Cache.swift
[2607/2716] Compiling Vapor CacheExpirationTime.swift
[2608/2716] Compiling Vapor MemoryCache.swift
[2609/2716] Compiling Vapor Request+Cache.swift
[2610/2716] Compiling Vapor Application+Clients.swift
[2611/2716] Compiling Vapor Client.swift
[2612/2716] Compiling Vapor ClientRequest.swift
[2613/2716] Compiling Vapor ClientResponse.swift
[2614/2716] Compiling Vapor Request+Client.swift
[2615/2716] Compiling Vapor BootCommand.swift
[2616/2716] Compiling Vapor CommandContext+Application.swift
[2617/2716] Compiling Vapor RoutesCommand.swift
[2618/2716] Compiling Vapor ServeCommand.swift
[2619/2716] Compiling Vapor AnyResponse+Concurrency.swift
[2620/2716] Compiling Vapor HTTPServerResponseEncoder.swift
[2621/2716] Compiling Vapor HTTPServerUpgradeHandler.swift
[2622/2716] Compiling Vapor Logger+Report.swift
[2623/2716] Compiling Vapor LoggingSystem+Environment.swift
[2624/2716] Compiling Vapor Application+Middleware.swift
[2625/2716] Compiling Vapor CORSMiddleware.swift
[2626/2716] Compiling Vapor ErrorMiddleware.swift
[2627/2716] Compiling Vapor FileMiddleware.swift
[2628/2716] Compiling Vapor Middleware.swift
[2629/2716] Compiling Vapor MiddlewareConfiguration.swift
[2630/2716] Compiling Vapor ResponseCompressionMiddleware.swift
[2631/2716] Compiling Vapor RouteLoggingMiddleware.swift
[2632/2716] Compiling Vapor TracingMiddleware.swift
[2633/2716] Compiling Vapor File+Multipart.swift
[2634/2716] Compiling Vapor FormDataDecoder+Content.swift
[2635/2716] Compiling Vapor FormDataEncoder+Content.swift
[2636/2716] Compiling Vapor Application+Password.swift
[2637/2716] Compiling Vapor Application+Passwords.swift
[2638/2716] Compiling Vapor AsyncPasswordHasher.swift
[2639/2716] Compiling Vapor BcryptHasher.swift
[2640/2716] Compiling Vapor PasswordHasher.swift
[2641/2716] Compiling Vapor PlaintextHasher.swift
[2642/2716] Compiling Vapor Request+Password.swift
[2643/2716] Compiling Vapor Redirect.swift
[2644/2716] Emitting module Vapor
[2645/2716] Compiling Vapor Service.swift
[2646/2716] Compiling Vapor Application+Sessions.swift
[2647/2716] Compiling Vapor MemorySessions.swift
[2648/2716] Compiling Vapor Request+Session.swift
[2649/2716] Compiling Vapor Session.swift
[2650/2716] Compiling Vapor SessionCache.swift
[2651/2716] Compiling Vapor SessionData.swift
[2652/2716] Compiling Vapor SessionDriver.swift
[2653/2716] Compiling Vapor SessionsConfiguration.swift
[2654/2716] Compiling Vapor SessionsMiddleware.swift
[2655/2716] Compiling Vapor URLEncodedFormData.swift
[2656/2716] Compiling Vapor URLEncodedFormDecoder.swift
[2657/2716] Compiling Vapor URLEncodedFormEncoder.swift
[2658/2716] Compiling Vapor URLEncodedFormError.swift
[2659/2716] Compiling Vapor URLEncodedFormParser.swift
[2660/2716] Compiling Vapor URLEncodedFormSerializer.swift
[2661/2716] Compiling Vapor URLQueryFragmentConvertible.swift
[2662/2716] Compiling Vapor AnyResponse.swift
[2663/2716] Compiling Vapor Array+Random.swift
[2664/2716] Compiling Vapor Base32.swift
[2665/2716] Compiling Vapor Base64.swift
[2666/2716] Compiling Vapor BaseN.swift
[2667/2716] Compiling Vapor BasicCodingKey.swift
[2668/2716] Compiling Vapor ByteCount.swift
[2669/2716] Compiling Vapor Bytes+Hex.swift
[2670/2716] Compiling Vapor Bytes+SecureCompare.swift
[2671/2716] Compiling Vapor Collection+Safe.swift
[2672/2716] Compiling Vapor DataProtocol+Copy.swift
[2673/2716] Compiling Vapor DecoderUnwrapper.swift
[2674/2716] Compiling Vapor DirectoryConfiguration.swift
[2675/2716] Compiling Vapor DotEnv.swift
[2676/2716] Compiling Vapor Extendable.swift
[2677/2716] Compiling Vapor File.swift
[2678/2716] Compiling Vapor FileIO.swift
[2679/2716] Compiling Vapor LifecycleHandler.swift
[2680/2716] Compiling Vapor OptionalType.swift
[2681/2716] Compiling Vapor RFC1123.swift
[2682/2716] Compiling Vapor SocketAddress+Hostname.swift
[2683/2716] Compiling Vapor Storage.swift
[2684/2716] Compiling Vapor String+IsIPAddress.swift
[2685/2716] Compiling Vapor Thread.swift
[2686/2716] Compiling Vapor URI.swift
[2687/2716] Compiling Vapor RangeResult.swift
[2688/2716] Compiling Vapor Validatable.swift
[2689/2716] Compiling Vapor Validation.swift
[2690/2716] Compiling Vapor ValidationKey.swift
[2691/2716] Compiling Vapor Validations.swift
[2692/2716] Compiling Vapor ValidationsError.swift
[2693/2716] Compiling Vapor HTTPStatus.swift
[2694/2716] Compiling Vapor HTTPCookies.swift
[2695/2716] Compiling Vapor HTTPHeaderCacheControl.swift
[2696/2716] Compiling Vapor HTTPHeaderExpires.swift
[2697/2716] Compiling Vapor HTTPHeaderLastModified.swift
[2698/2716] Compiling Vapor HTTPHeaders+Cache.swift
[2699/2716] Compiling Vapor HTTPHeaders+Connection.swift
[2700/2716] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2701/2716] Compiling Vapor HTTPHeaders+ContentRange.swift
[2702/2716] Compiling Vapor HTTPHeaders+Directive.swift
[2703/2716] Compiling Vapor HTTPHeaders+Forwarded.swift
[2704/2716] Compiling Vapor HTTPHeaders+Link.swift
[2705/2716] Compiling Vapor HTTPHeaders+Name.swift
[2706/2716] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2707/2716] Compiling Vapor HTTPHeaders.swift
[2708/2716] Compiling Vapor HTTPMediaType.swift
[2709/2716] Compiling Vapor HTTPMediaTypePreference.swift
[2710/2716] Compiling Vapor Responder.swift
[2711/2716] Compiling Vapor Application+HTTP+Server.swift
[2712/2716] Compiling Vapor HTTPServer.swift
[2713/2716] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2714/2716] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2715/2716] Compiling Vapor HTTPServerHandler.swift
[2716/2716] Compiling Vapor HTTPServerRequestDecoder.swift
[2718/2737] Compiling VaporAPNS Request+APNS.swift
[2719/2737] Emitting module VaporAPNS
[2720/2737] Compiling VaporAPNS Application+APNS.swift
[2721/2737] Compiling VaporAPNS APNSContainerID.swift
[2722/2737] Compiling VaporAPNS APNSContainers.swift
[2723/2738] Emitting module Fluent
[2724/2738] Compiling Fluent FluentProvider+Concurrency.swift
[2725/2738] Compiling Fluent ModelCredentialsAuthenticatable+Concurrency.swift
[2726/2740] Compiling Fluent ModelAuthenticatable.swift
[2727/2740] Compiling Fluent ModelCredentialsAuthenticatable.swift
[2729/2740] Compiling Fluent FluentProvider.swift
[2730/2740] Compiling Fluent MigrateCommand.swift
[2731/2740] Compiling Fluent Exports.swift
[2732/2740] Compiling Fluent Fluent+Cache.swift
[2733/2740] Compiling Fluent Fluent+Pagination.swift
[2734/2740] Compiling Fluent Fluent+Sessions.swift
[2735/2740] Compiling Fluent Fluent+History.swift
[2736/2740] Compiling Fluent Fluent+Paginate.swift
[2737/2740] Compiling Fluent Pagination+Concurrency.swift
[2738/2740] Compiling Fluent Sessions+Concurrency.swift
[2739/2740] Compiling Fluent ModelTokenAuthenticatable.swift
[2740/2740] Compiling Fluent PageLimit.swift
[2742/2745] Compiling VaporWallet TestCertificate.swift
[2743/2745] Compiling VaporWallet DTOs+Content.swift
[2744/2745] Emitting module VaporWallet
[2745/2745] Compiling VaporWallet isLoggingConfigured.swift
[2747/2762] Compiling VaporWalletPasses DTOs+Content.swift
[2748/2762] Emitting module VaporWalletPasses
[2749/2762] Compiling VaporWalletOrders OrdersService+AsyncModelMiddleware.swift
[2750/2762] Compiling VaporWalletOrders OrdersServiceCustom.swift
[2751/2762] Compiling VaporWalletPasses Exports.swift
[2752/2762] Compiling VaporWalletPasses ApplePassMiddleware.swift
[2753/2762] Compiling VaporWalletOrders Exports.swift
[2754/2762] Emitting module VaporWalletOrders
[2755/2762] Compiling VaporWalletOrders OrderIdentifiersDTO+Content.swift
[2756/2762] Compiling VaporWalletOrders OrdersService.swift
[2757/2762] Compiling VaporWalletOrders OrdersServiceCustom+RouteCollection.swift
[2758/2762] Compiling VaporWalletOrders AppleOrderMiddleware.swift
[2759/2763] Compiling VaporWalletPasses PassesServiceCustom.swift
[2761/2763] Compiling VaporWalletPasses PassesService+AsyncModelMiddleware.swift
[2762/2763] Compiling VaporWalletPasses PassesServiceCustom+RouteCollection.swift
[2763/2763] Compiling VaporWalletPasses PassesService.swift
Build complete! (362.83s)
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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.