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 hummingbird-wallet, reference main (829d26), with Swift 6.1 for Android on 30 May 2025 16:45:51 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/hummingbird-community/hummingbird-wallet.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/hummingbird-community/hummingbird-wallet
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 829d263 Update from Hummingbird Project Template (#8)
Cloned https://github.com/hummingbird-community/hummingbird-wallet.git
Revision (git rev-parse @):
829d2630ddb7159416aba12cb8f312d0cbe4a346
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/hummingbird-community/hummingbird-wallet.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/hummingbird-community/hummingbird-wallet.git
https://github.com/hummingbird-community/hummingbird-wallet.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "hummingbird",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.7.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hummingbird-project/hummingbird.git"
    },
    {
      "identity" : "hummingbird-fluent",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hummingbird-project/hummingbird-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" : "apnswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.0.1",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server-community/APNSwift.git"
    },
    {
      "identity" : "swift-service-lifecycle",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.6.3",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-service-lifecycle.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" : "hummingbird-wallet",
  "name" : "hummingbird-wallet",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "HummingbirdWalletPasses",
      "targets" : [
        "HummingbirdWalletPasses"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HummingbirdWalletOrders",
      "targets" : [
        "HummingbirdWalletOrders"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HummingbirdWalletPassesTests",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdWalletPassesTests",
      "path" : "Tests/HummingbirdWalletPassesTests",
      "product_dependencies" : [
        "FluentSQLiteDriver",
        "HummingbirdTesting"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/HummingbirdWalletPassesTests/SourceFiles",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "HummingbirdWalletPassesTests.swift",
        "Utils/Application+build.swift",
        "Utils/PassData.swift",
        "Utils/PassJSONData.swift"
      ],
      "target_dependencies" : [
        "HummingbirdWalletPasses"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HummingbirdWalletPasses",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdWalletPasses",
      "path" : "Sources/HummingbirdWalletPasses",
      "product_dependencies" : [
        "FluentWalletPasses",
        "ZipArchive"
      ],
      "product_memberships" : [
        "HummingbirdWalletPasses"
      ],
      "sources" : [
        "DTOs/DTOs+ResponseEncodable.swift",
        "Exports.swift",
        "Middleware/ApplePassMiddleware.swift",
        "Middleware/PassesService+AsyncModelMiddleware.swift",
        "PassesService.swift",
        "PassesServiceCustom+addRoutes.swift",
        "PassesServiceCustom.swift"
      ],
      "target_dependencies" : [
        "HummingbirdWallet"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HummingbirdWalletOrdersTests",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdWalletOrdersTests",
      "path" : "Tests/HummingbirdWalletOrdersTests",
      "product_dependencies" : [
        "FluentSQLiteDriver",
        "HummingbirdTesting"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/HummingbirdWalletOrdersTests/SourceFiles",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "HummingbirdWalletOrdersTests.swift",
        "Utils/Application+build.swift",
        "Utils/OrderData.swift",
        "Utils/OrderJSONData.swift"
      ],
      "target_dependencies" : [
        "HummingbirdWalletOrders"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HummingbirdWalletOrders",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdWalletOrders",
      "path" : "Sources/HummingbirdWalletOrders",
      "product_dependencies" : [
        "FluentWalletOrders"
      ],
      "product_memberships" : [
        "HummingbirdWalletOrders"
      ],
      "sources" : [
        "DTOs/OrderIdentifiersDTO+ResponseEncodable.swift",
        "Exports.swift",
        "Middleware/AppleOrderMiddleware.swift",
        "Middleware/OrdersService+AsyncModelMiddleware.swift",
        "OrdersService.swift",
        "OrdersServiceCustom+addRoutes.swift",
        "OrdersServiceCustom.swift"
      ],
      "target_dependencies" : [
        "HummingbirdWallet"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HummingbirdWallet",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdWallet",
      "path" : "Sources/HummingbirdWallet",
      "product_dependencies" : [
        "Hummingbird",
        "HummingbirdFluent",
        "APNS",
        "ServiceLifecycle"
      ],
      "product_memberships" : [
        "HummingbirdWalletPasses",
        "HummingbirdWalletOrders"
      ],
      "sources" : [
        "Array+random.swift",
        "DTOs/DTOs+ResponseEncodable.swift",
        "Testing/TestCertificate.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/fpseverino/fluent-wallet.git
Fetching https://github.com/swift-server-community/APNSwift.git
Fetching https://github.com/vapor/fluent-sqlite-driver.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/adam-fowler/swift-zip-archive.git
Fetching https://github.com/hummingbird-project/hummingbird-fluent.git
[1/361] Fetching fluent-wallet
[362/1077] Fetching fluent-wallet, swift-zip-archive
[506/6495] Fetching fluent-wallet, swift-zip-archive, apnswift
[1837/7842] Fetching fluent-wallet, swift-zip-archive, apnswift, fluent-sqlite-driver
[3509/10268] Fetching fluent-wallet, swift-zip-archive, apnswift, fluent-sqlite-driver, swift-service-lifecycle
[6260/11133] Fetching fluent-wallet, swift-zip-archive, apnswift, fluent-sqlite-driver, swift-service-lifecycle, hummingbird-fluent
Fetched https://github.com/adam-fowler/swift-zip-archive.git from cache (0.34s)
[7113/10417] Fetching fluent-wallet, apnswift, fluent-sqlite-driver, swift-service-lifecycle, hummingbird-fluent
Fetched https://github.com/fpseverino/fluent-wallet.git from cache (0.35s)
Fetching https://github.com/hummingbird-project/hummingbird.git
[6914/10056] Fetching apnswift, fluent-sqlite-driver, swift-service-lifecycle, hummingbird-fluent
Fetched https://github.com/hummingbird-project/hummingbird-fluent.git from cache (0.37s)
[8812/9191] Fetching apnswift, fluent-sqlite-driver, swift-service-lifecycle
Fetched https://github.com/vapor/fluent-sqlite-driver.git from cache (0.41s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.42s)
Fetched https://github.com/swift-server-community/APNSwift.git from cache (0.51s)
[1/24529] Fetching hummingbird
Fetched https://github.com/hummingbird-project/hummingbird.git from cache (1.18s)
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 (3.66s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (1.48s)
Computing version for https://github.com/fpseverino/fluent-wallet.git
Computed https://github.com/fpseverino/fluent-wallet.git at 0.1.0 (2.13s)
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.87s)
Fetched https://github.com/vapor/fluent-kit.git from cache (0.94s)
Computing version for https://github.com/hummingbird-project/hummingbird-fluent.git
Computed https://github.com/hummingbird-project/hummingbird-fluent.git at 2.0.0 (1.73s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/4985] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.43s)
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.86s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/vapor/sqlite-kit.git
[1/2112] Fetching sqlite-kit
[403/5948] Fetching sqlite-kit, swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.59s)
Fetched https://github.com/vapor/sqlite-kit.git from cache (0.59s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (2.47s)
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/vapor/async-kit.git
Fetching https://github.com/vapor/sqlite-nio.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/vapor/sql-kit.git
[1/2370] Fetching async-kit
[2371/3887] Fetching async-kit, sqlite-nio
[2372/9870] Fetching async-kit, sqlite-nio, sql-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.29s)
[899/7500] Fetching sqlite-nio, sql-kit
Fetched https://github.com/vapor/sql-kit.git from cache (0.39s)
[92/1517] Fetching sqlite-nio
[1503/77640] Fetching sqlite-nio, swift-nio
Fetched https://github.com/vapor/sqlite-nio.git from cache (3.83s)
Fetched https://github.com/apple/swift-nio.git from cache (3.91s)
Computing version for https://github.com/swift-server-community/APNSwift.git
Computed https://github.com/swift-server-community/APNSwift.git at 6.1.0 (5.65s)
Fetching https://github.com/apple/swift-nio-http2.git
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
[1/13936] Fetching swift-crypto
[141/25463] Fetching swift-crypto, swift-nio-http2
[1160/39477] Fetching swift-crypto, swift-nio-http2, async-http-client
[9675/54320] Fetching swift-crypto, swift-nio-http2, async-http-client, swift-nio-ssl
Fetched https://github.com/swift-server/async-http-client.git from cache (1.23s)
[32221/40306] Fetching swift-crypto, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.02s)
Fetched https://github.com/apple/swift-crypto.git from cache (2.04s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.04s)
Computing version for https://github.com/fpseverino/swift-wallet.git
Computed https://github.com/fpseverino/swift-wallet.git at 0.4.0 (2.89s)
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/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (1.32s)
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.64s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.05s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (2.94s)
Fetching https://github.com/apple/swift-algorithms.git
[1/5959] Fetching swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.43s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.00s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.44s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.90s)
Computing version for https://github.com/vapor/fluent-kit.git
Computed https://github.com/vapor/fluent-kit.git at 1.52.2 (0.56s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.0 (0.50s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.71s)
Fetching https://github.com/apple/swift-atomics.git
[1/1717] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.45s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.75s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.55s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (2.29s)
Fetching https://github.com/apple/swift-asn1.git
[1/1590] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.37s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.86s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.53s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.06s)
Computing version for https://github.com/hummingbird-project/hummingbird.git
Computed https://github.com/hummingbird-project/hummingbird.git at 2.14.0 (0.58s)
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-metrics.git
[1/904] Fetching swift-http-types
[463/3110] Fetching swift-http-types, swift-metrics
[3111/9033] Fetching swift-http-types, swift-metrics, swift-nio-extras
[4118/11700] Fetching swift-http-types, swift-metrics, swift-nio-extras, swift-nio-transport-services
[7750/16674] Fetching swift-http-types, swift-metrics, swift-nio-extras, swift-nio-transport-services, swift-distributed-tracing
Fetched https://github.com/apple/swift-http-types.git from cache (0.43s)
Fetched https://github.com/apple/swift-metrics.git from cache (0.43s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.43s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.43s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.43s)
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.01s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.47s)
Fetching https://github.com/apple/swift-service-context.git
[1/1063] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.26s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (0.68s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.43s)
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.46s)
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.43s)
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.55s)
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/1141] Fetching swift-http-structured-headers
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.24s)
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.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 (1.67s)
Computing version for https://github.com/vapor/sqlite-nio.git
Computed https://github.com/vapor/sqlite-nio.git at 1.11.4 (0.51s)
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 (0.82s)
Creating working copy for https://github.com/vapor/sql-kit.git
Working copy of https://github.com/vapor/sql-kit.git resolved at 3.33.0
Creating working copy for https://github.com/vapor/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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-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-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/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/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/hummingbird-project/hummingbird-fluent.git
Working copy of https://github.com/hummingbird-project/hummingbird-fluent.git resolved at 2.0.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 6.1.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/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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/fpseverino/fluent-wallet.git
Working copy of https://github.com/fpseverino/fluent-wallet.git resolved at 0.1.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/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/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-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-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/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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/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/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-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/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-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/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/hummingbird-project/hummingbird.git
Working copy of https://github.com/hummingbird-project/hummingbird.git resolved at 2.14.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/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/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Building for debugging...
[0/843] Write sources
[53/843] Compiling _AtomicsShims.c
[54/843] Compiling CZipZlib empty.c
[54/843] Write sources
[54/843] Compiling CNIOWindows WSAStartup.c
[54/843] Write sources
[61/843] Compiling CNIOWindows shim.c
[62/843] Compiling CNIOWASI CNIOWASI.c
[63/843] Compiling _NumericsShims _NumericsShims.c
[64/843] Compiling CNIOLinux liburing_shims.c
[65/843] Compiling CNIOExtrasZlib empty.c
[66/843] Compiling CSystem shims.c
[67/843] Compiling CNIOLinux shim.c
[68/843] Compiling CNIOLLHTTP c_nio_http.c
[69/843] Compiling CNIODarwin shim.c
[70/843] Compiling CNIOLLHTTP c_nio_api.c
[71/843] Compiling fiat_p256_adx_sqr.S
[72/843] Compiling fiat_p256_adx_mul.S
[73/843] Compiling fiat_curve25519_adx_square.S
[74/843] Compiling fiat_curve25519_adx_mul.S
[75/843] Write swift-version-24593BA9C3E375BF.txt
[76/843] Compiling CNIOBoringSSLShims shims.c
[77/843] Compiling CNIOLLHTTP c_nio_llhttp.c
[78/849] Compiling tls_record.cc
[79/849] Compiling tls13_both.cc
[80/849] Compiling tls13_server.cc
[81/849] Compiling tls_method.cc
[82/888] Compiling tls13_enc.cc
[83/896] Compiling tls13_client.cc
[85/914] Emitting module ServiceContextModule
[86/914] Compiling RealModule Float+Real.swift
[87/915] Emitting module _NIOBase64
[88/915] Compiling _NIOBase64 Base64.swift
[89/916] Emitting module Logging
[91/916] Compiling _CertificateInternals _TinyArray.swift
[92/916] Emitting module _CertificateInternals
[93/916] Compiling ServiceContextModule ServiceContextKey.swift
[94/917] Compiling ServiceContextModule ServiceContext.swift
[95/918] Compiling RealModule RealFunctions.swift
[96/918] Compiling RealModule Float80+Real.swift
[97/918] Compiling RealModule Real.swift
[98/918] Compiling _NIODataStructures PriorityQueue.swift
[99/918] Compiling _NIODataStructures _TinyArray.swift
[100/918] Compiling RealModule ElementaryFunctions.swift
[101/918] Compiling RealModule Float16+Real.swift
[102/918] Compiling RealModule AlgebraicField.swift
[103/918] Compiling RealModule ApproximateEquality.swift
[104/918] Emitting module RealModule
[105/918] Compiling RealModule AugmentedArithmetic.swift
[106/918] Compiling RealModule Double+Real.swift
[109/919] Emitting module _NIODataStructures
[110/919] Compiling _NIODataStructures Heap.swift
[111/919] Compiling SystemPackage MachPort.swift
[112/919] Compiling SystemPackage PlatformString.swift
[113/919] Compiling SystemPackage SystemString.swift
[116/940] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[117/940] Compiling InternalCollectionsUtilities UInt+reversed.swift
[118/940] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[119/940] Compiling InternalCollectionsUtilities _SortedCollection.swift
[120/950] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[121/952] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[122/952] Compiling InternalCollectionsUtilities Debugging.swift
[123/952] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[124/952] Compiling InternalCollectionsUtilities Integer rank.swift
[125/952] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[126/952] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[127/952] Compiling InternalCollectionsUtilities Descriptions.swift
[128/952] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[133/958] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[134/958] Compiling ConcurrencyHelpers LockedValueBox.swift
[135/958] Compiling Instrumentation NoOpInstrument.swift
[136/958] Compiling Instrumentation MultiplexInstrument.swift
[137/958] Emitting module ConcurrencyHelpers
[138/958] Compiling SystemPackage Util+StringArray.swift
[139/958] Compiling SystemPackage Util.swift
[140/958] Compiling SystemPackage UtilConsumers.swift
[149/958] Emitting module InternalCollectionsUtilities
[150/959] Emitting module CoreMetrics
[154/961] Compiling HTTPTypes ISOLatin1String.swift
[155/961] Compiling HTTPTypes HTTPResponse.swift
[156/963] Compiling HTTPTypes HTTPRequest.swift
[157/963] Compiling HTTPTypes HTTPParsedFields.swift
[163/988] Compiling CoreMetrics Metrics.swift
[164/1014] Compiling HTTPTypes NIOLock.swift
[165/1030] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[166/1030] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[167/1030] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[168/1030] Compiling _RopeModule BigString+Chunk+Breaks.swift
[169/1030] Compiling _RopeModule BigString+Chunk+Counts.swift
[170/1030] Compiling Instrumentation InstrumentationSystem.swift
[171/1030] Compiling Instrumentation Instrument.swift
[172/1030] Emitting module Instrumentation
[173/1030] Compiling Instrumentation Locks.swift
[174/1031] Compiling Logging MetadataProvider.swift
[175/1031] Emitting module SystemPackage
[176/1031] Compiling Logging Locks.swift
[177/1031] Compiling ConcurrencyHelpers Lock.swift
[178/1031] Compiling _RopeModule BigString+UnicodeScalarView.swift
[179/1031] Compiling _RopeModule BigSubstring+UTF16View.swift
[180/1031] Compiling _RopeModule BigSubstring+UTF8View.swift
[181/1031] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[184/1031] Compiling _RopeModule BigString+Sequence.swift
[185/1031] Compiling _RopeModule BigString+TextOutputStream.swift
[186/1031] Compiling _RopeModule BigString+CustomStringConvertible.swift
[187/1031] Compiling _RopeModule BigString+Equatable.swift
[188/1031] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[189/1031] Compiling _RopeModule BigString+Hashing.swift
[190/1031] Emitting module SwiftASN1
[192/1032] Compiling Logging LogHandler.swift
[193/1032] Compiling Logging Logging.swift
[198/1034] Compiling _RopeModule BigString+Comparable.swift
[199/1034] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[200/1034] Compiling CoreMetrics Locks.swift
[206/1036] Compiling _RopeModule Rope+_Storage.swift
[207/1036] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[208/1036] Compiling _RopeModule Rope+_UnsafeHandle.swift
[209/1036] Compiling _RopeModule Rope.swift
[210/1036] Compiling _RopeModule RopeElement.swift
[211/1036] Compiling _RopeModule RopeMetric.swift
[212/1036] Compiling _RopeModule RopeSummary.swift
[213/1036] Compiling _RopeModule _RopeItem.swift
[214/1036] Compiling _RopeModule _RopePath.swift
[215/1133] Compiling HeapModule Heap+Descriptions.swift
[216/1133] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[217/1133] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[218/1133] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[219/1133] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[220/1133] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[221/1133] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[222/1133] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[223/1133] Compiling _RopeModule Rope+Find.swift
[224/1133] Compiling _RopeModule Rope+ForEachWhile.swift
[225/1133] Compiling _RopeModule Rope+Insert.swift
[226/1135] Compiling HeapModule _HeapNode.swift
[227/1135] Emitting module Tracing
[228/1135] Compiling _RopeModule BigString+Builder.swift
[229/1135] Compiling _RopeModule BigString+Contents.swift
[230/1135] Compiling _RopeModule BigString+Debugging.swift
[231/1135] Compiling _RopeModule BigString+Index.swift
[232/1135] Compiling _RopeModule BigString+Ingester.swift
[233/1135] Compiling _RopeModule BigString+Invariants.swift
[234/1135] Compiling _RopeModule BigString+Iterators.swift
[235/1135] Compiling _RopeModule BigString+Metrics.swift
[236/1135] Compiling _RopeModule BigString+Summary.swift
[237/1135] Compiling _RopeModule BigString.swift
[238/1135] Compiling HeapModule Heap.swift
[239/1135] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[246/1142] Compiling Tracing TracingTime.swift
[247/1142] Emitting module Metrics
[248/1142] Emitting module _RopeModule
[249/1142] Compiling HeapModule Heap+Invariants.swift
[250/1142] Compiling HeapModule Heap+UnsafeHandle.swift
[251/1142] Emitting module HeapModule
[252/1143] Emitting module UnixSignals
[253/1143] Compiling UnixSignals UnixSignal.swift
[254/1143] Compiling UnixSignals UnixSignalsSequence.swift
[256/1144] Compiling Tracing TracerProtocol.swift
[258/1144] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[259/1144] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[260/1144] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[261/1144] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[262/1144] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[263/1144] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[264/1144] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[265/1144] Compiling OrderedCollections OrderedDictionary+Values.swift
[266/1144] Compiling Tracing Tracer.swift
[267/1144] Compiling Tracing TracerProtocol+Legacy.swift
[268/1144] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[269/1144] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[270/1144] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[271/1144] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[272/1144] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[273/1144] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[274/1144] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[275/1235] Compiling DequeModule Deque._UnsafeHandle.swift
[276/1235] Compiling DequeModule Deque.swift
[277/1235] Compiling DequeModule _DequeBuffer.swift
[278/1235] Compiling DequeModule _DequeBufferHeader.swift
[279/1235] Compiling DequeModule Deque+Testing.swift
[280/1235] Compiling DequeModule Deque._Storage.swift
[281/1235] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[282/1235] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[283/1235] Compiling HashTreeCollections _Bucket.swift
[284/1235] Compiling HashTreeCollections _Hash.swift
[285/1235] Compiling HashTreeCollections _HashLevel.swift
[286/1235] Compiling HashTreeCollections _HashNode+Builder.swift
[287/1235] Compiling HashTreeCollections _HashNode+Debugging.swift
[288/1235] Compiling HashTreeCollections _HashNode+Initializers.swift
[289/1235] Compiling HashTreeCollections _HashNode+Invariants.swift
[290/1235] Compiling HashTreeCollections _HashNode+Lookups.swift
[291/1235] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[292/1235] Compiling HashTreeCollections _HashTreeIterator.swift
[293/1235] Compiling HashTreeCollections _HashTreeStatistics.swift
[294/1235] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[295/1235] Compiling HashTreeCollections _RawHashNode.swift
[296/1235] Compiling HashTreeCollections _UnmanagedHashNode.swift
[297/1235] Compiling HashTreeCollections _UnsafePath.swift
[298/1235] Compiling HashTreeCollections TreeDictionary+Codable.swift
[301/1237] Compiling Tracing NoOpTracer.swift
[302/1237] Compiling Tracing InstrumentationSystem+Tracing.swift
[303/1237] Compiling Tracing SpanProtocol.swift
[305/1238] Compiling HashTreeCollections _HashNode+Storage.swift
[306/1238] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[307/1238] Compiling HashTreeCollections TreeSet+Hashable.swift
[308/1238] Compiling HashTreeCollections TreeSet+Sendable.swift
[309/1238] Compiling HashTreeCollections TreeSet+Sequence.swift
[310/1238] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[311/1238] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[312/1238] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[313/1238] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[314/1238] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[315/1238] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[316/1238] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[317/1248] Compiling Metrics Metrics.swift
[319/1249] Compiling HashTreeCollections _HashNode+Structural filter.swift
[320/1249] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[321/1249] Compiling DequeModule _DequeSlot.swift
[322/1249] Compiling DequeModule _UnsafeWrappedBuffer.swift
[325/1249] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[326/1249] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[329/1249] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[330/1249] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[331/1249] Compiling HashTreeCollections TreeDictionary+Filter.swift
[332/1249] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[333/1249] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[334/1249] Compiling HashTreeCollections TreeDictionary+Keys.swift
[335/1249] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[336/1249] Compiling HashTreeCollections TreeDictionary+Merge.swift
[337/1249] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[338/1249] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[339/1249] Compiling HashTreeCollections TreeDictionary+Values.swift
[340/1249] Compiling HashTreeCollections TreeDictionary.swift
[341/1249] Compiling HashTreeCollections TreeSet+Codable.swift
[342/1249] Compiling HashTreeCollections TreeSet+Collection.swift
[343/1249] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[344/1249] Compiling HashTreeCollections TreeSet+Debugging.swift
[345/1249] Compiling HashTreeCollections TreeSet+Descriptions.swift
[346/1249] Compiling HashTreeCollections TreeSet+Equatable.swift
[347/1249] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[348/1249] Compiling HashTreeCollections TreeSet+Extras.swift
[349/1249] Compiling HashTreeCollections TreeSet+Filter.swift
[350/1249] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[351/1249] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[365/1249] Emitting module OrderedCollections
[369/1250] Emitting module DequeModule
[371/1251] Compiling HTTPTypes HTTPFieldName.swift
[372/1251] Emitting module HTTPTypes
[373/1251] Compiling HTTPTypes HTTPFields.swift
[374/1251] Compiling HTTPTypes HTTPField.swift
[379/1252] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[381/1252] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[383/1252] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[385/1252] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[387/1252] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[389/1252] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[390/1252] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[391/1252] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[392/1252] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[393/1252] Compiling HashTreeCollections TreeSet.swift
[401/1252] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[402/1252] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[403/1252] Compiling HashTreeCollections _HashNode.swift
[404/1252] Compiling HashTreeCollections _HashNodeHeader.swift
[415/1252] Compiling HashTreeCollections _HashSlot.swift
[416/1252] Compiling HashTreeCollections _HashStack.swift
[417/1252] Compiling HashTreeCollections _AncestorHashSlots.swift
[418/1252] Compiling HashTreeCollections _Bitmap.swift
[433/1252] Compiling t1_enc.cc
[442/1252] Compiling HashTreeCollections TreeDictionary+Collection.swift
[443/1252] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[444/1252] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[445/1252] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[446/1253] Compiling ssl_x509.cc
[447/1253] Compiling ssl_versions.cc
[453/1254] Emitting module ZipArchive
[457/1254] Compiling ssl_transcript.cc
[459/1254] Emitting module HashTreeCollections
[492/1255] Compiling ssl_stat.cc
[500/1255] Compiling ssl_session.cc
[502/1255] Compiling ZipArchive crc32.swift
[503/1256] Compiling ssl_privkey.cc
[504/1256] Compiling ssl_key_share.cc
[505/1256] Compiling ssl_file.cc
[506/1256] Compiling ssl_credential.cc
[507/1256] Compiling ssl_lib.cc
[508/1256] Compiling ssl_cipher.cc
[509/1256] Compiling ssl_cert.cc
[510/1256] Compiling ssl_buffer.cc
[511/1256] Compiling ssl_asn1.cc
[512/1256] Compiling ssl_aead_ctx.cc
[513/1256] Compiling s3_pkt.cc
[514/1256] Compiling s3_lib.cc
[515/1256] Compiling s3_both.cc
[516/1256] Compiling handshake_server.cc
[517/1256] Compiling handshake_client.cc
[518/1256] Compiling handshake.cc
[519/1256] Compiling handoff.cc
[520/1256] Compiling encrypted_client_hello.cc
[521/1256] Compiling dtls_record.cc
[522/1256] Compiling dtls_method.cc
[523/1256] Compiling md5-x86_64-linux.S
[524/1256] Compiling md5-x86_64-apple.S
[525/1256] Compiling md5-586-linux.S
[526/1256] Compiling extensions.cc
[527/1256] Compiling md5-586-apple.S
[528/1256] Compiling chacha20_poly1305_x86_64-linux.S
[529/1256] Compiling chacha20_poly1305_x86_64-apple.S
[530/1256] Compiling chacha20_poly1305_armv8-win.S
[531/1256] Compiling chacha20_poly1305_armv8-apple.S
[532/1256] Compiling chacha20_poly1305_armv8-linux.S
[533/1256] Compiling chacha-x86_64-linux.S
[534/1256] Compiling chacha-x86_64-apple.S
[535/1256] Compiling chacha-x86-linux.S
[536/1256] Compiling d1_srtp.cc
[537/1256] Compiling chacha-armv8-win.S
[538/1256] Compiling d1_pkt.cc
[539/1256] Compiling chacha-x86-apple.S
[540/1256] Compiling err_data.cc
[541/1256] Compiling d1_lib.cc
[542/1256] Compiling chacha-armv8-linux.S
[543/1256] Compiling chacha-armv8-apple.S
[544/1256] Compiling chacha-armv4-linux.S
[545/1256] Compiling aes128gcmsiv-x86_64-linux.S
[546/1256] Compiling x86_64-mont5-linux.S
[547/1256] Compiling aes128gcmsiv-x86_64-apple.S
[548/1256] Compiling x86_64-mont5-apple.S
[549/1256] Compiling x86_64-mont-linux.S
[550/1256] Compiling x86_64-mont-apple.S
[551/1256] Compiling x86-mont-linux.S
[552/1256] Compiling x86-mont-apple.S
[553/1256] Compiling vpaes-x86_64-apple.S
[554/1256] Compiling vpaes-x86_64-linux.S
[555/1256] Compiling vpaes-x86-apple.S
[556/1256] Compiling vpaes-x86-linux.S
[557/1256] Compiling vpaes-armv8-win.S
[558/1256] Compiling bio_ssl.cc
[559/1256] Compiling vpaes-armv8-linux.S
[560/1256] Compiling sha512-x86_64-linux.S
[560/1256] Compiling vpaes-armv7-linux.S
[562/1256] Compiling vpaes-armv8-apple.S
[563/1256] Compiling sha512-x86_64-apple.S
[564/1256] Compiling sha512-armv8-win.S
[565/1256] Compiling sha512-armv8-apple.S
[566/1256] Compiling sha512-armv4-linux.S
[567/1256] Compiling sha512-armv8-linux.S
[568/1256] Compiling sha512-586-apple.S
[569/1256] Compiling sha512-586-linux.S
[570/1256] Compiling d1_both.cc
[571/1256] Compiling sha256-x86_64-linux.S
[572/1256] Compiling sha256-armv8-win.S
[573/1256] Compiling sha256-x86_64-apple.S
[574/1256] Compiling sha256-armv8-linux.S
[575/1256] Compiling sha256-586-linux.S
[576/1256] Compiling sha256-armv8-apple.S
[576/1256] Compiling sha256-586-apple.S
[576/1256] Compiling sha256-armv4-linux.S
[579/1256] Compiling sha1-x86_64-linux.S
[579/1256] Compiling sha1-x86_64-apple.S
[581/1256] Compiling sha1-armv8-win.S
[582/1256] Compiling sha1-586-apple.S
[583/1256] Compiling sha1-armv8-apple.S
[584/1256] Compiling sha1-armv4-large-linux.S
[585/1256] Compiling sha1-586-linux.S
[585/1256] Compiling sha1-armv8-linux.S
[587/1256] Compiling rsaz-avx2-linux.S
[588/1256] Compiling rdrand-x86_64-linux.S
[589/1256] Compiling rsaz-avx2-apple.S
[590/1256] Compiling p256_beeu-x86_64-asm-apple.S
[591/1256] Compiling p256_beeu-x86_64-asm-linux.S
[592/1256] Compiling p256_beeu-armv8-asm-win.S
[593/1256] Compiling rdrand-x86_64-apple.S
[594/1256] Compiling p256_beeu-armv8-asm-linux.S
[595/1256] Compiling p256_beeu-armv8-asm-apple.S
[596/1256] Compiling p256-x86_64-asm-linux.S
[597/1256] Compiling p256-x86_64-asm-apple.S
[598/1256] Compiling p256-armv8-asm-win.S
[599/1256] Compiling p256-armv8-asm-apple.S
[600/1256] Compiling ghashv8-armv8-win.S
[601/1256] Compiling ghashv8-armv7-linux.S
[601/1256] Compiling p256-armv8-asm-linux.S
[603/1256] Compiling ghashv8-armv8-linux.S
[604/1256] Compiling ghashv8-armv8-apple.S
[605/1256] Compiling ghash-x86_64-apple.S
[606/1256] Compiling ghash-x86_64-linux.S
[607/1256] Compiling ghash-x86-linux.S
[608/1256] Compiling ghash-ssse3-x86_64-apple.S
[609/1256] Compiling ghash-ssse3-x86-linux.S
[610/1256] Compiling ghash-x86-apple.S
[611/1256] Compiling ghash-ssse3-x86-apple.S
[611/1256] Compiling ghash-ssse3-x86_64-linux.S
[613/1256] Compiling ghash-neon-armv8-win.S
[614/1256] Compiling ghash-neon-armv8-linux.S
[615/1256] Compiling ghash-neon-armv8-apple.S
[616/1256] Compiling co-586-apple.S
[617/1256] Compiling ghash-armv4-linux.S
[618/1256] Compiling co-586-linux.S
[619/1256] Compiling bn-armv8-win.S
[620/1256] Compiling bn-armv8-linux.S
[621/1256] Compiling bsaes-armv7-linux.S
[622/1256] Compiling bn-586-linux.S
[623/1256] Compiling bn-armv8-apple.S
[624/1256] Compiling armv8-mont-win.S
[625/1256] Compiling bn-586-apple.S
[626/1256] Compiling armv8-mont-apple.S
[627/1256] Compiling armv8-mont-linux.S
[628/1256] Compiling aesv8-gcm-armv8-win.S
[628/1256] Compiling armv4-mont-linux.S
[630/1256] Compiling aesv8-gcm-armv8-apple.S
[631/1256] Compiling aesv8-gcm-armv8-linux.S
[632/1256] Compiling aesv8-armv8-win.S
[633/1256] Compiling aesv8-armv8-linux.S
[634/1256] Compiling aesv8-armv8-apple.S
[635/1256] Compiling aesv8-armv7-linux.S
[636/1256] Compiling aesni-x86_64-linux.S
[637/1256] Compiling aesni-x86-linux.S
[638/1256] Compiling aesni-gcm-x86_64-linux.S
[639/1256] Compiling aesni-x86-apple.S
[640/1256] Compiling aesni-x86_64-apple.S
[641/1256] Compiling aes-gcm-avx2-x86_64-linux.S
[642/1256] Compiling aesni-gcm-x86_64-apple.S
[643/1256] Compiling aes-gcm-avx10-x86_64-linux.S
[643/1256] Compiling aes-gcm-avx2-x86_64-apple.S
[645/1256] Compiling aes-gcm-avx10-x86_64-apple.S
[646/1256] Compiling x_sig.cc
[647/1256] Compiling x_x509.cc
[648/1256] Compiling x_spki.cc
[649/1256] Compiling x_name.cc
[650/1256] Compiling x_x509a.cc
[651/1256] Compiling x_pubkey.cc
[652/1256] Compiling x_val.cc
[653/1256] Compiling x_req.cc
[654/1256] Compiling x_attrib.cc
[655/1256] Compiling x_crl.cc
[656/1256] Compiling x_all.cc
[657/1256] Compiling x_exten.cc
[658/1256] Compiling x509rset.cc
[659/1256] Compiling x_algor.cc
[660/1256] Compiling x509spki.cc
[661/1256] Compiling x509name.cc
[662/1256] Compiling x509cset.cc
[663/1256] Compiling x509_vpm.cc
[664/1256] Compiling x509_vfy.cc
[665/1256] Compiling x509_txt.cc
[666/1256] Compiling x509_v3.cc
[667/1256] Compiling x509_trs.cc
[668/1256] Compiling x509_ext.cc
[669/1256] Compiling x509_set.cc
[670/1256] Compiling x509_def.cc
[671/1256] Compiling x509_lu.cc
[672/1256] Compiling x509_req.cc
[673/1256] Compiling x509_obj.cc
[674/1256] Compiling x509_att.cc
[675/1256] Compiling x509_d2.cc
[676/1256] Compiling v3_utl.cc
[677/1256] Compiling x509.cc
[678/1256] Compiling v3_purp.cc
[679/1256] Compiling x509_cmp.cc
[680/1256] Compiling v3_skey.cc
[681/1256] Compiling v3_prn.cc
[682/1256] Compiling v3_pmaps.cc
[683/1256] Compiling v3_ocsp.cc
[684/1256] Compiling v3_ncons.cc
[685/1256] Compiling v3_pcons.cc
[686/1256] Compiling v3_lib.cc
[687/1256] Compiling v3_int.cc
[688/1256] Compiling v3_ia5.cc
[689/1256] Compiling v3_genn.cc
[690/1256] Compiling v3_info.cc
[691/1256] Compiling v3_extku.cc
[692/1256] Compiling v3_cpols.cc
[693/1256] Compiling v3_enum.cc
[694/1256] Compiling v3_conf.cc
[695/1256] Compiling v3_crld.cc
[696/1256] Compiling v3_bitst.cc
[697/1256] Compiling v3_bcons.cc
[698/1256] Compiling v3_alt.cc
[699/1256] Compiling t_x509.cc
[700/1256] Compiling v3_akeya.cc
[701/1256] Compiling t_x509a.cc
[702/1256] Compiling v3_akey.cc
[703/1256] Compiling t_req.cc
[704/1256] Compiling t_crl.cc
[705/1256] Compiling rsa_pss.cc
[706/1256] Compiling i2d_pr.cc
[707/1256] Compiling policy.cc
[708/1256] Compiling by_dir.cc
[709/1256] Compiling name_print.cc
[710/1256] Compiling asn1_gen.cc
[711/1256] Compiling by_file.cc
[712/1256] Compiling algorithm.cc
[713/1256] Compiling a_verify.cc
[714/1256] Compiling a_digest.cc
[715/1256] Compiling voprf.cc
[716/1256] Compiling a_sign.cc
[717/1256] Compiling thread_none.cc
[718/1256] Compiling thread_pthread.cc
[719/1256] Compiling thread_win.cc
[720/1256] Compiling pmbtoken.cc
[721/1256] Compiling thread.cc
[722/1256] Compiling stack.cc
[723/1256] Compiling trust_token.cc
[724/1256] Compiling sha512.cc
[725/1256] Compiling siphash.cc
[726/1256] Compiling spake2plus.cc
[727/1256] Compiling sha1.cc
[728/1256] Compiling slhdsa.cc
[729/1256] Compiling rsa_print.cc
[730/1256] Compiling sha256.cc
[731/1256] Compiling rsa_extra.cc
[732/1256] Compiling rc4.cc
[733/1256] Compiling rsa_crypt.cc
[734/1256] Compiling refcount.cc
[735/1256] Compiling rsa_asn1.cc
[736/1256] Compiling windows.cc
[737/1256] Compiling urandom.cc
[738/1256] Compiling trusty.cc
[739/1256] Compiling passive.cc
[740/1256] Compiling rand.cc
[741/1256] Compiling ios.cc
[742/1256] Compiling poly1305_arm_asm.S
[743/1256] Compiling getentropy.cc
[744/1256] Compiling deterministic.cc
[745/1256] Compiling forkunsafe.cc
[746/1256] Compiling fork_detect.cc
[747/1256] Compiling poly1305_arm.cc
[748/1256] Compiling poly1305_vec.cc
[749/1256] Compiling poly1305.cc
[750/1256] Compiling pool.cc
[751/1256] Compiling pkcs7_x509.cc
[752/1256] Compiling p5_pbev2.cc
[753/1256] Compiling pkcs7.cc
[754/1256] Compiling pem_x509.cc
[755/1256] Compiling pkcs8_x509.cc
[756/1256] Compiling pem_xaux.cc
[757/1256] Compiling pkcs8.cc
[758/1256] Compiling pem_pkey.cc
[759/1256] Compiling pem_pk8.cc
[760/1256] Compiling mlkem.cc
[761/1256] Compiling pem_info.cc
[762/1256] Compiling pem_lib.cc
[763/1256] Compiling pem_oth.cc
[764/1256] Compiling obj_xref.cc
[765/1256] Compiling pem_all.cc
[766/1256] Compiling mldsa.cc
[767/1256] Compiling poly_rq_mul.S
[768/1256] Compiling obj.cc
[769/1256] Compiling md4.cc
[770/1256] Compiling fips_shared_support.cc
[771/1256] Compiling mem.cc
[772/1256] Compiling lhash.cc
[773/1256] Compiling md5.cc
[774/1256] Compiling kyber.cc
[775/1256] Compiling ex_data.cc
[776/1256] Compiling sign.cc
[777/1256] Compiling hrss.cc
[778/1256] Compiling hpke.cc
[779/1256] Compiling print.cc
[780/1256] Compiling pbkdf.cc
[781/1256] Compiling scrypt.cc
[782/1256] Compiling p_x25519.cc
[783/1256] Compiling p_hkdf.cc
[784/1256] Compiling p_ed25519.cc
[785/1256] Compiling p_x25519_asn1.cc
[786/1256] Compiling p_rsa_asn1.cc
[787/1256] Compiling p_ed25519_asn1.cc
[788/1256] Compiling p_rsa.cc
[789/1256] Compiling p_dsa_asn1.cc
[790/1256] Compiling p_ec.cc
[791/1256] Compiling p_ec_asn1.cc
[792/1256] Compiling p_dh_asn1.cc
[793/1256] Compiling p_dh.cc
[794/1256] Compiling evp.cc
[795/1256] Compiling evp_ctx.cc
[796/1256] Compiling engine.cc
[797/1256] Compiling bcm.cc
[798/1256] Compiling err.cc
[799/1256] Compiling evp_asn1.cc
[800/1256] Compiling ecdh.cc
[801/1256] Compiling ec_derive.cc
[802/1256] Compiling hash_to_curve.cc
[803/1256] Compiling ecdsa_asn1.cc
[804/1256] Compiling params.cc
[805/1256] Compiling ec_asn1.cc
[806/1256] Compiling dsa.cc
[807/1256] Compiling dsa_asn1.cc
[808/1256] Compiling x25519-asm-arm.S
[809/1256] Compiling digest_extra.cc
[810/1256] Compiling des.cc
[811/1256] Compiling curve25519_64_adx.cc
[812/1256] Compiling spake25519.cc
[813/1256] Compiling cpu_intel.cc
[814/1256] Compiling dh_asn1.cc
[815/1256] Compiling crypto.cc
[816/1256] Compiling cpu_arm_linux.cc
[817/1256] Compiling cpu_arm_freebsd.cc
[818/1256] Compiling curve25519.cc
[819/1256] Compiling cpu_aarch64_sysreg.cc
[820/1256] Compiling cpu_aarch64_win.cc
[821/1256] Compiling cpu_aarch64_openbsd.cc
[822/1256] Compiling cpu_aarch64_fuchsia.cc
[823/1256] Compiling cpu_aarch64_linux.cc
[824/1256] Compiling cpu_aarch64_apple.cc
[825/1256] Compiling tls_cbc.cc
[826/1256] Compiling get_cipher.cc
[827/1256] Compiling conf.cc
[828/1256] Compiling e_tls.cc
[829/1256] Compiling e_rc4.cc
[830/1256] Compiling e_rc2.cc
[831/1256] Compiling e_null.cc
[832/1256] Compiling e_des.cc
[833/1256] Compiling e_chacha20poly1305.cc
[834/1256] Compiling e_aesgcmsiv.cc
[835/1256] Compiling e_aesctrhmac.cc
[836/1256] Compiling derive_key.cc
[837/1256] Compiling chacha.cc
[838/1256] Compiling bn_asn1.cc
[839/1256] Compiling buf.cc
[839/1256] Compiling convert.cc
[841/1256] Compiling asn1_compat.cc
[841/1256] Compiling unicode.cc
[842/1256] Compiling cbs.cc
[842/1256] Compiling ber.cc
[845/1256] Compiling cbb.cc
[846/1256] Compiling blake2.cc
[847/1256] Compiling socket_helper.cc
[848/1256] Compiling socket.cc
[849/1256] Compiling pair.cc
[850/1256] Compiling fd.cc
[851/1256] Compiling hexdump.cc
[852/1256] Compiling file.cc
[853/1256] Compiling printf.cc
[854/1256] Compiling errno.cc
[855/1256] Compiling connect.cc
[856/1256] Compiling bio_mem.cc
[857/1256] Compiling tasn_typ.cc
[858/1256] Compiling bio.cc
[859/1256] Compiling base64.cc
[860/1256] Compiling tasn_new.cc
[861/1256] Compiling tasn_fre.cc
[862/1256] Compiling f_string.cc
[862/1256] Compiling tasn_enc.cc
[864/1256] Compiling tasn_utl.cc
[865/1256] Compiling f_int.cc
[866/1256] Compiling tasn_dec.cc
[867/1256] Compiling asn1_par.cc
[868/1256] Compiling asn_pack.cc
[869/1256] Compiling posix_time.cc
[870/1256] Compiling a_utctm.cc
[871/1256] Compiling a_type.cc
[872/1256] Compiling a_octet.cc
[873/1256] Compiling asn1_lib.cc
[874/1256] Compiling a_strnid.cc
[875/1256] Compiling a_time.cc
[876/1256] Compiling a_strex.cc
[877/1256] Compiling a_object.cc
[878/1256] Compiling a_i2d_fp.cc
[879/1256] Compiling a_dup.cc
[880/1256] Compiling a_d2i_fp.cc
[881/1256] Compiling a_mbstr.cc
[882/1256] Compiling fiat_p256_adx_sqr.S
[883/1256] Compiling a_gentm.cc
[884/1256] Compiling a_bitstr.cc
[885/1256] Compiling a_int.cc
[886/1256] Compiling fiat_p256_adx_mul.S
[887/1256] Compiling a_bool.cc
[888/1256] Compiling fiat_curve25519_adx_square.S
[889/1256] Compiling md5-x86_64-linux.S
[890/1256] Compiling md5-x86_64-apple.S
[891/1256] Compiling fiat_curve25519_adx_mul.S
[892/1256] Compiling CCryptoBoringSSLShims shims.c
[893/1256] Compiling md5-586-linux.S
[894/1256] Compiling md5-586-apple.S
[894/1256] Compiling chacha20_poly1305_x86_64-apple.S
[894/1256] Compiling chacha20_poly1305_x86_64-linux.S
[897/1256] Compiling chacha20_poly1305_armv8-win.S
[898/1256] Compiling chacha20_poly1305_armv8-apple.S
[899/1256] Compiling chacha-x86_64-linux.S
[900/1256] Compiling chacha-x86-linux.S
[901/1256] Compiling chacha-x86_64-apple.S
[902/1256] Compiling chacha-x86-apple.S
[903/1256] Compiling chacha20_poly1305_armv8-linux.S
[904/1256] Compiling chacha-armv8-apple.S
[905/1256] Compiling chacha-armv8-win.S
[906/1256] Compiling chacha-armv4-linux.S
[907/1256] Compiling chacha-armv8-linux.S
[908/1256] Compiling aes128gcmsiv-x86_64-apple.S
[909/1256] Compiling aes128gcmsiv-x86_64-linux.S
[910/1256] Compiling x86_64-mont5-apple.S
[911/1256] Compiling x86_64-mont-linux.S
[912/1256] Compiling x86_64-mont5-linux.S
[913/1256] Compiling x86_64-mont-apple.S
[914/1256] Compiling err_data.cc
[915/1256] Compiling x86-mont-linux.S
[916/1256] Compiling x86-mont-apple.S
[917/1256] Compiling vpaes-x86_64-linux.S
[918/1256] Compiling vpaes-x86_64-apple.S
[919/1256] Compiling vpaes-x86-linux.S
[920/1256] Compiling vpaes-x86-apple.S
[921/1256] Compiling vpaes-armv8-win.S
[922/1256] Compiling vpaes-armv8-apple.S
[923/1256] Compiling vpaes-armv8-linux.S
[924/1256] Compiling vpaes-armv7-linux.S
[925/1256] Compiling sha512-x86_64-linux.S
[926/1256] Compiling sha512-x86_64-apple.S
[927/1256] Compiling sha512-armv8-win.S
[928/1256] Compiling sha512-armv8-apple.S
[929/1256] Compiling sha512-armv4-linux.S
[930/1256] Compiling sha512-586-linux.S
[931/1256] Compiling sha512-armv8-linux.S
[932/1256] Compiling sha512-586-apple.S
[933/1256] Compiling sha256-x86_64-linux.S
[934/1256] Compiling sha256-armv8-win.S
[935/1256] Compiling sha256-x86_64-apple.S
[936/1256] Compiling sha256-armv4-linux.S
[937/1256] Compiling sha256-armv8-apple.S
[938/1256] Compiling sha256-armv8-linux.S
[939/1256] Compiling sha256-586-linux.S
[940/1256] Compiling sha256-586-apple.S
[941/1256] Compiling sha1-x86_64-linux.S
[942/1256] Compiling sha1-x86_64-apple.S
[943/1256] Compiling sha1-armv8-win.S
[944/1256] Compiling sha1-armv8-apple.S
[945/1256] Compiling sha1-armv8-linux.S
[946/1256] Compiling sha1-armv4-large-linux.S
[947/1256] Compiling sha1-586-linux.S
[948/1256] Compiling sha1-586-apple.S
[949/1256] Compiling rsaz-avx2-linux.S
[950/1256] Compiling rsaz-avx2-apple.S
[951/1256] Compiling rdrand-x86_64-linux.S
[952/1256] Compiling rdrand-x86_64-apple.S
[953/1256] Compiling p256_beeu-x86_64-asm-linux.S
[954/1256] Compiling p256_beeu-armv8-asm-win.S
[955/1256] Compiling p256-x86_64-asm-linux.S
[956/1256] Compiling p256_beeu-x86_64-asm-apple.S
[957/1256] Compiling p256_beeu-armv8-asm-apple.S
[958/1256] Compiling p256_beeu-armv8-asm-linux.S
[959/1256] Compiling p256-x86_64-asm-apple.S
[960/1256] Compiling p256-armv8-asm-win.S
[961/1256] Compiling p256-armv8-asm-apple.S
[962/1256] Compiling ghashv8-armv8-win.S
[963/1256] Compiling ghashv8-armv8-linux.S
[964/1256] Compiling p256-armv8-asm-linux.S
[965/1256] Compiling ghashv8-armv8-apple.S
[966/1256] Compiling ghash-x86_64-linux.S
[967/1256] Compiling ghashv8-armv7-linux.S
[968/1256] Compiling ghash-x86_64-apple.S
[969/1256] Compiling ghash-x86-linux.S
[970/1256] Compiling ghash-x86-apple.S
[971/1256] Compiling ghash-ssse3-x86_64-linux.S
[972/1256] Compiling ghash-ssse3-x86-apple.S
[973/1256] Compiling ghash-ssse3-x86-linux.S
[974/1256] Compiling ghash-ssse3-x86_64-apple.S
[975/1256] Compiling ghash-neon-armv8-win.S
[976/1256] Compiling ghash-neon-armv8-linux.S
[977/1256] Compiling ghash-armv4-linux.S
[978/1256] Compiling co-586-apple.S
[979/1256] Compiling bsaes-armv7-linux.S
[980/1256] Compiling ghash-neon-armv8-apple.S
[981/1256] Compiling co-586-linux.S
[982/1256] Compiling bn-armv8-win.S
[983/1256] Compiling bn-armv8-linux.S
[984/1256] Compiling bn-586-linux.S
[985/1256] Compiling bn-armv8-apple.S
[986/1256] Compiling armv8-mont-win.S
[987/1256] Compiling bn-586-apple.S
[988/1256] Compiling armv8-mont-linux.S
[989/1256] Compiling armv8-mont-apple.S
[990/1256] Compiling armv4-mont-linux.S
[991/1256] Compiling aesv8-gcm-armv8-win.S
[992/1256] Compiling aesv8-gcm-armv8-apple.S
[993/1256] Compiling aesv8-gcm-armv8-linux.S
[994/1256] Compiling aesv8-armv8-win.S
[995/1256] Compiling aesv8-armv8-apple.S
[996/1256] Compiling aesv8-armv7-linux.S
[997/1256] Compiling aesv8-armv8-linux.S
[998/1256] Compiling aesni-x86_64-linux.S
[999/1256] Compiling aesni-x86_64-apple.S
[1000/1256] Compiling aesni-x86-apple.S
[1001/1256] Compiling aesni-gcm-x86_64-linux.S
[1002/1256] Compiling aesni-x86-linux.S
[1003/1256] Compiling aesni-gcm-x86_64-apple.S
[1004/1256] Compiling aes-gcm-avx10-x86_64-linux.S
[1005/1256] Compiling aes-gcm-avx10-x86_64-apple.S
[1006/1256] Compiling c-nioatomics.c
[1007/1256] Compiling x_x509a.cc
[1008/1256] Compiling x_req.cc
[1009/1256] Compiling x_spki.cc
[1010/1256] Compiling x_val.cc
[1011/1256] Compiling x_sig.cc
[1012/1256] Compiling x_x509.cc
[1013/1256] Compiling c-atomics.c
[1014/1256] Compiling x_pubkey.cc
[1015/1256] Compiling x_attrib.cc
[1016/1262] Compiling x_name.cc
[1017/1262] Compiling x_exten.cc
[1018/1262] Compiling x_crl.cc
[1019/1262] Compiling x_algor.cc
[1020/1262] Compiling x509spki.cc
[1021/1262] Compiling x_all.cc
[1023/1262] Compiling NIOConcurrencyHelpers NIOLock.swift
[1024/1262] Emitting module NIOConcurrencyHelpers
[1025/1262] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1026/1262] Compiling NIOConcurrencyHelpers atomics.swift
[1027/1262] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1028/1262] Compiling NIOConcurrencyHelpers lock.swift
[1029/1263] Compiling x509rset.cc
[1030/1263] Compiling x509_vpm.cc
[1031/1263] Compiling x509cset.cc
[1032/1263] Compiling x509name.cc
[1033/1263] Compiling x509_v3.cc
[1034/1263] Compiling x509_txt.cc
[1035/1263] Compiling x509_vfy.cc
[1036/1263] Compiling x509_set.cc
[1037/1263] Compiling x509_trs.cc
[1038/1263] Compiling x509_req.cc
[1039/1263] Compiling x509_lu.cc
[1040/1263] Compiling x509_obj.cc
[1041/1263] Compiling x509_d2.cc
[1042/1263] Compiling x509_att.cc
[1043/1263] Compiling x509_ext.cc
[1044/1263] Compiling x509_def.cc
[1045/1263] Compiling x509.cc
[1046/1263] Compiling v3_utl.cc
[1047/1263] Compiling x509_cmp.cc
[1048/1263] Compiling v3_skey.cc
[1049/1263] Compiling v3_purp.cc
[1050/1263] Compiling v3_pmaps.cc
[1051/1263] Compiling v3_ocsp.cc
[1052/1263] Compiling v3_lib.cc
[1053/1263] Compiling v3_ncons.cc
[1054/1263] Compiling v3_pcons.cc
[1055/1263] Compiling v3_prn.cc
[1056/1263] Compiling v3_int.cc
[1057/1263] Compiling v3_ia5.cc
[1058/1263] Compiling v3_info.cc
[1059/1263] Compiling v3_enum.cc
[1060/1263] Compiling v3_genn.cc
[1061/1263] Compiling v3_cpols.cc
[1062/1263] Compiling v3_extku.cc
[1063/1263] Compiling v3_crld.cc
[1064/1263] Compiling v3_bitst.cc
[1065/1263] Compiling v3_bcons.cc
[1066/1263] Compiling v3_conf.cc
[1067/1263] Compiling v3_alt.cc
[1068/1263] Compiling v3_akeya.cc
[1069/1263] Compiling t_x509a.cc
[1070/1263] Compiling v3_akey.cc
[1071/1263] Compiling t_req.cc
[1072/1263] Compiling t_crl.cc
[1073/1263] Compiling t_x509.cc
[1074/1263] Compiling i2d_pr.cc
[1075/1263] Compiling rsa_pss.cc
[1076/1263] Compiling policy.cc
[1077/1263] Compiling name_print.cc
[1078/1263] Compiling by_file.cc
[1079/1263] Compiling a_verify.cc
[1080/1263] Compiling asn1_gen.cc
[1081/1263] Compiling trust_token.cc
[1082/1263] Compiling by_dir.cc
[1083/1263] Compiling a_digest.cc
[1084/1263] Compiling voprf.cc
[1085/1263] Compiling algorithm.cc
[1086/1263] Compiling a_sign.cc
[1087/1263] Compiling pmbtoken.cc
[1088/1263] Compiling thread.cc
[1089/1263] Compiling thread_pthread.cc
[1090/1263] Compiling stack.cc
[1091/1263] Compiling thread_none.cc
[1092/1263] Compiling thread_win.cc
[1093/1263] Compiling wots.cc
[1094/1263] Compiling thash.cc
[1095/1263] Compiling merkle.cc
[1096/1263] Compiling siphash.cc
[1097/1263] Compiling sha512.cc
[1098/1263] Compiling slhdsa.cc
[1099/1263] Compiling fors.cc
[1100/1263] Compiling rsa_extra.cc
[1101/1263] Compiling sha1.cc
[1102/1263] Compiling sha256.cc
[1102/1263] Compiling rsa_print.cc
[1104/1263] Compiling rsa_asn1.cc
[1105/1263] Compiling rsa_crypt.cc
[1106/1263] Compiling rc4.cc
[1107/1263] Compiling urandom.cc
[1108/1263] Compiling refcount.cc
[1109/1263] Compiling windows.cc
[1110/1263] Compiling rand_extra.cc
[1111/1263] Compiling trusty.cc
[1112/1263] Compiling forkunsafe.cc
[1113/1263] Compiling poly1305_arm_asm.S
[1114/1263] Compiling poly1305_vec.cc
[1115/1263] Compiling deterministic.cc
[1116/1263] Compiling passive.cc
[1117/1263] Compiling ios.cc
[1118/1263] Compiling getentropy.cc
[1119/1263] Compiling pool.cc
[1120/1263] Compiling fork_detect.cc
[1121/1263] Compiling poly1305_arm.cc
[1122/1263] Compiling poly1305.cc
[1123/1263] Compiling pkcs8.cc
[1124/1263] Compiling pkcs7.cc
[1125/1263] Compiling pkcs8_x509.cc
[1126/1263] Compiling pem_x509.cc
[1127/1263] Compiling p5_pbev2.cc
[1128/1263] Compiling pem_pkey.cc
[1129/1263] Compiling pem_pk8.cc
[1130/1263] Compiling pem_xaux.cc
[1131/1263] Compiling pkcs7_x509.cc
[1131/1263] Compiling pem_oth.cc
[1133/1263] Compiling mem.cc
[1134/1263] Compiling mldsa.cc
[1135/1263] Compiling pem_info.cc
[1136/1263] Compiling obj_xref.cc
[1137/1263] Compiling mlkem.cc
[1138/1263] Compiling obj.cc
[1139/1263] Compiling pem_lib.cc
[1140/1263] Compiling poly_rq_mul.S
[1141/1263] Compiling fips_shared_support.cc
[1142/1263] Compiling md5.cc
[1143/1263] Compiling md4.cc
[1144/1263] Compiling pem_all.cc
[1145/1263] Compiling lhash.cc
[1146/1263] Compiling kyber.cc
[1147/1263] Compiling ex_data.cc
[1148/1263] Compiling scrypt.cc
[1149/1263] Compiling sign.cc
[1150/1263] Compiling hpke.cc
[1151/1263] Compiling hrss.cc
[1152/1263] Compiling pbkdf.cc
[1153/1263] Compiling print.cc
[1154/1263] Compiling p_x25519.cc
[1155/1263] Compiling p_x25519_asn1.cc
[1156/1263] Compiling p_hkdf.cc
[1157/1263] Compiling p_rsa_asn1.cc
[1158/1263] Compiling p_ed25519.cc
[1159/1263] Compiling p_ed25519_asn1.cc
[1159/1263] Compiling p_rsa.cc
[1161/1263] Compiling p_ec.cc
[1162/1263] Compiling p_ec_asn1.cc
[1163/1263] Compiling p_dsa_asn1.cc
[1164/1263] Compiling p_dh_asn1.cc
[1165/1263] Compiling p_dh.cc
[1166/1263] Compiling err.cc
[1167/1263] Compiling evp_asn1.cc
[1168/1263] Compiling evp_ctx.cc
[1169/1263] Compiling evp.cc
[1170/1263] Compiling engine.cc
[1171/1263] Compiling ecdsa_asn1.cc
[1172/1263] Compiling hash_to_curve.cc
[1173/1263] Compiling dsa_asn1.cc
[1174/1263] Compiling ec_derive.cc
[1175/1263] Compiling ecdh_extra.cc
[1176/1263] Compiling bcm.cc
[1177/1263] Compiling dsa.cc
[1178/1263] Compiling ec_asn1.cc
[1179/1263] Compiling x25519-asm-arm.S
[1180/1263] Compiling digest_extra.cc
[1181/1263] Compiling params.cc
[1182/1263] Compiling curve25519_64_adx.cc
[1183/1263] Compiling dh_asn1.cc
[1184/1263] Compiling cpu_intel.cc
[1185/1263] Compiling crypto.cc
[1186/1263] Compiling spake25519.cc
[1187/1263] Compiling des.cc
[1188/1263] Compiling curve25519.cc
[1189/1263] Compiling cpu_arm_freebsd.cc
[1190/1263] Compiling cpu_arm_linux.cc
[1191/1263] Compiling cpu_aarch64_win.cc
[1192/1263] Compiling cpu_aarch64_sysreg.cc
[1193/1263] Compiling cpu_aarch64_openbsd.cc
[1194/1263] Compiling cpu_aarch64_linux.cc
[1195/1263] Compiling cpu_aarch64_apple.cc
[1196/1263] Compiling cpu_aarch64_fuchsia.cc
[1197/1263] Compiling tls_cbc.cc
[1198/1263] Compiling conf.cc
[1199/1263] Compiling e_des.cc
[1200/1263] Compiling e_null.cc
[1201/1263] Compiling e_rc4.cc
[1202/1263] Compiling e_tls.cc
[1203/1263] Compiling e_rc2.cc
[1204/1263] Compiling e_chacha20poly1305.cc
[1205/1263] Compiling e_aesgcmsiv.cc
[1206/1263] Compiling e_aesctrhmac.cc
[1207/1263] Compiling chacha.cc
[1208/1263] Compiling cipher_extra.cc
[1209/1263] Compiling derive_key.cc
[1210/1263] Compiling unicode.cc
[1211/1263] Compiling cbb.cc
[1212/1263] Compiling ber.cc
[1213/1263] Compiling cbs.cc
[1214/1263] Compiling asn1_compat.cc
[1215/1263] Compiling buf.cc
[1216/1263] Compiling bn_asn1.cc
[1217/1263] Compiling hexdump.cc
[1218/1263] Compiling blake2.cc
[1219/1263] Compiling convert.cc
[1220/1263] Compiling printf.cc
[1221/1263] Compiling pair.cc
[1222/1263] Compiling fd.cc
[1223/1263] Compiling file.cc
[1224/1263] Compiling errno.cc
[1225/1263] Compiling base64.cc
[1226/1263] Compiling bio_mem.cc
[1227/1263] Compiling bio.cc
[1228/1263] Compiling tasn_typ.cc
[1229/1263] Compiling tasn_new.cc
[1230/1263] Compiling tasn_fre.cc
[1231/1263] Compiling tasn_utl.cc
[1232/1263] Compiling tasn_enc.cc
[1233/1263] Compiling tasn_dec.cc
[1234/1263] Compiling f_int.cc
[1235/1263] Compiling asn1_par.cc
[1236/1263] Compiling f_string.cc
[1237/1263] Compiling asn_pack.cc
[1238/1263] Compiling posix_time.cc
[1239/1263] Compiling asn1_lib.cc
[1240/1263] Compiling a_utctm.cc
[1241/1263] Compiling a_type.cc
[1242/1263] Compiling a_octet.cc
[1243/1263] Compiling a_strnid.cc
[1244/1263] Compiling a_strex.cc
[1245/1263] Compiling a_time.cc
[1246/1263] Compiling a_object.cc
[1247/1263] Compiling a_i2d_fp.cc
[1248/1263] Compiling a_mbstr.cc
[1248/1263] Write sources
[1256/1263] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1257/1263] Compiling a_int.cc
[1258/1264] Compiling a_dup.cc
[1259/1405] Compiling a_d2i_fp.cc
[1260/1405] Compiling a_gentm.cc
[1262/1405] Compiling AsyncAlgorithms MergeStorage.swift
[1263/1405] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[1264/1405] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[1265/1405] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[1266/1405] Compiling AsyncAlgorithms AsyncChannel.swift
[1267/1405] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[1267/1407] Compiling a_bitstr.cc
[1268/1407] Compiling a_bool.cc
[1270/1407] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[1271/1407] Compiling AsyncAlgorithms DebounceStateMachine.swift
[1272/1407] Compiling AsyncAlgorithms DebounceStorage.swift
[1273/1407] Compiling AsyncAlgorithms Dictionary.swift
[1274/1407] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[1275/1407] Compiling AsyncAlgorithms Locking.swift
[1276/1407] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[1277/1414] Compiling AsyncAlgorithms ChannelStateMachine.swift
[1278/1414] Compiling AsyncAlgorithms ChannelStorage.swift
[1279/1414] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[1280/1414] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[1281/1414] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[1282/1414] Compiling AsyncAlgorithms MergeStateMachine.swift
[1286/1416] Compiling AsyncAlgorithms Rethrow.swift
[1287/1416] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[1288/1416] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[1291/1422] Compiling Atomics IntegerOperations.swift
[1292/1422] Compiling Atomics Unmanaged extensions.swift
[1293/1422] Emitting module AsyncAlgorithms
[1294/1428] Compiling AsyncAlgorithms UnsafeTransfer.swift
[1295/1428] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[1296/1428] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[1297/1428] Compiling AsyncAlgorithms ZipStateMachine.swift
[1298/1428] Compiling AsyncAlgorithms ZipStorage.swift
[1299/1428] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1300/1428] Compiling BitCollections BitSet.Counted.swift
[1301/1428] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[1302/1428] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[1303/1428] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[1304/1428] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[1305/1428] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[1306/1428] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[1307/1428] Compiling AsyncAlgorithms SetAlgebra.swift
[1308/1428] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[1309/1428] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[1310/1428] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[1311/1428] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[1312/1428] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[1313/1428] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[1314/1428] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[1315/1428] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[1316/1428] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[1317/1428] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[1318/1431] Emitting module BitCollections
[1322/1431] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[1323/1431] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[1324/1431] Compiling AsyncAlgorithms CombineLatestStorage.swift
[1329/1431] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[1330/1431] Compiling BitCollections BitSet.Index.swift
[1331/1431] Compiling BitCollections BitSet._UnsafeHandle.swift
[1332/1431] Compiling BitCollections BitSet.swift
[1333/1431] Compiling BitCollections Range+Utilities.swift
[1334/1431] Compiling BitCollections Slice+Utilities.swift
[1335/1431] Compiling BitCollections UInt+Tricks.swift
[1336/1431] Compiling BitCollections _Word.swift
[1351/1432] Emitting module Atomics
[1367/1432] Emitting module CryptoBoringWrapper
[1368/1432] Compiling CryptoBoringWrapper RandomBytes.swift
[1369/1432] Compiling Algorithms Trim.swift
[1370/1432] Compiling Algorithms Unique.swift
[1371/1432] Compiling Algorithms Windows.swift
[1386/1434] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1387/1434] Emitting module Collections
[1388/1434] Compiling Collections Collections.swift
[1389/1434] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1390/1434] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1392/1435] Compiling CryptoBoringWrapper EllipticCurve.swift
[1393/1435] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1394/1435] Emitting module Algorithms
[1395/1435] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1440/1578] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[1441/1579] Emitting module ServiceLifecycle
[1442/1579] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[1443/1579] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[1444/1579] Compiling ServiceLifecycle CancellationWaiter.swift
[1445/1579] Compiling ServiceLifecycle GracefulShutdown.swift
[1446/1579] Compiling ServiceLifecycle ServiceRunnerError.swift
[1447/1579] Compiling NIOCore MulticastChannel.swift
[1448/1579] Compiling NIOCore NIOAny.swift
[1449/1579] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1450/1579] Compiling NIOCore NIOLoopBound.swift
[1451/1579] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1452/1579] Compiling NIOCore NIOScheduledCallback.swift
[1453/1579] Compiling NIOCore NIOSendable.swift
[1454/1579] Compiling NIOCore RecvByteBufferAllocator.swift
[1455/1587] Compiling ServiceLifecycle Service.swift
[1456/1587] Compiling ServiceLifecycle ServiceGroup.swift
[1458/1588] Compiling NIOCore ChannelPipeline.swift
[1467/1588] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1468/1597] Compiling NIOCore SocketAddresses.swift
[1469/1597] Compiling NIOCore SocketOptionProvider.swift
[1470/1597] Compiling NIOCore SystemCallHelpers.swift
[1471/1597] Compiling NIOCore TimeAmount+Duration.swift
[1472/1597] Compiling NIOCore TypeAssistedChannelHandler.swift
[1473/1597] Compiling NIOCore UniversalBootstrapSupport.swift
[1474/1597] Compiling NIOCore Utilities.swift
[1475/1597] Compiling Crypto Ed25519Keys.swift
[1476/1597] Compiling Crypto NISTCurvesKeys.swift
[1477/1597] Compiling Crypto X25519Keys.swift
[1478/1597] Emitting module Crypto
[1479/1597] Compiling NIOCore IO.swift
[1480/1597] Compiling NIOCore IOData.swift
[1481/1597] Compiling NIOCore IPProtocol.swift
[1482/1597] Compiling NIOCore IntegerBitPacking.swift
[1483/1597] Compiling NIOCore IntegerTypes.swift
[1484/1597] Compiling NIOCore Interfaces.swift
[1485/1597] Compiling NIOCore Linux.swift
[1486/1597] Compiling NIOCore MarkedCircularBuffer.swift
[1491/1597] Compiling NIOCore CircularBuffer.swift
[1492/1597] Compiling NIOCore Codec.swift
[1493/1597] Compiling NIOCore ConvenienceOptionSupport.swift
[1494/1597] Compiling NIOCore DeadChannel.swift
[1495/1597] Compiling NIOCore DispatchQueue+WithFuture.swift
[1496/1597] Compiling NIOCore EventLoop+Deprecated.swift
[1497/1597] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1498/1597] Compiling NIOCore EventLoopFuture.swift
[1499/1597] Compiling NIOCore FileDescriptor.swift
[1500/1597] Compiling NIOCore FileHandle.swift
[1501/1597] Compiling NIOCore FileRegion.swift
[1502/1597] Compiling NIOCore GlobalSingletons.swift
[1507/1597] Compiling NIOCore EventLoop+SerialExecutor.swift
[1508/1597] Compiling NIOCore EventLoop.swift
[1509/1597] Compiling NIOCore ByteBuffer-multi-int.swift
[1510/1597] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1511/1597] Compiling NIOCore ByteBuffer-views.swift
[1512/1597] Compiling NIOCore Channel.swift
[1513/1597] Compiling NIOCore ChannelHandler.swift
[1514/1597] Compiling NIOCore ChannelHandlers.swift
[1515/1597] Compiling NIOCore ChannelInvoker.swift
[1516/1597] Compiling NIOCore ChannelOption.swift
[1517/1597] Compiling NIOCore AddressedEnvelope.swift
[1518/1597] Compiling NIOCore AsyncAwaitSupport.swift
[1519/1597] Compiling NIOCore AsyncChannel.swift
[1520/1597] Compiling NIOCore AsyncChannelHandler.swift
[1521/1597] Compiling NIOCore AsyncChannelInboundStream.swift
[1522/1597] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1523/1597] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1524/1597] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1525/1597] Compiling NIOCore NIOAsyncWriter.swift
[1526/1597] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1527/1597] Compiling NIOCore BSDSocketAPI.swift
[1528/1597] Compiling NIOCore ByteBuffer-aux.swift
[1529/1597] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1530/1597] Compiling NIOCore ByteBuffer-conversions.swift
[1531/1597] Compiling NIOCore ByteBuffer-core.swift
[1532/1597] Compiling NIOCore ByteBuffer-hex.swift
[1533/1597] Compiling NIOCore ByteBuffer-int.swift
[1534/1597] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1535/1597] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1536/1597] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1545/1597] Compiling Crypto Signature.swift
[1546/1597] Compiling Crypto CryptoKitErrors_boring.swift
[1547/1597] Compiling Crypto RNG_boring.swift
[1548/1597] Compiling Crypto SafeCompare_boring.swift
[1549/1597] Compiling Crypto Zeroization_boring.swift
[1550/1597] Compiling Crypto PrettyBytes.swift
[1551/1597] Compiling Crypto SafeCompare.swift
[1552/1597] Compiling Crypto SecureBytes.swift
[1553/1597] Compiling Crypto Zeroization.swift
[1573/1680] Compiling APNSCore APNSAlertNotification.swift
[1574/1680] Compiling APNSCore APNSAlertNotificationAPSStorage.swift
[1575/1680] Compiling APNSCore APNSAlertNotificationContent.swift
[1576/1680] Compiling APNSCore APNSAlertNotificationInterruptionLevel.swift
[1577/1680] Compiling APNSCore APNSMessage.swift
[1578/1680] Compiling APNSCore APNSNotificationExpiration.swift
[1579/1686] Compiling APNSCore APNSClient+Complication.swift
[1580/1686] Compiling APNSCore APNSComplicationNotification.swift
[1581/1686] Compiling APNSCore EmptyPayload.swift
[1582/1686] Compiling APNSCore APNSClient+FileProvider.swift
[1583/1686] Compiling APNSCore APNSFileProviderNotification.swift
[1584/1686] Compiling APNSCore APNSClient+LiveActivity.swift
[1585/1686] Compiling APNSCore APNSLiveActivityDismissalDate.swift
[1586/1686] Compiling APNSCore APNSLiveActivityNotification.swift
[1587/1686] Compiling APNSCore APNSLiveActivityNotificationAPSStorage.swift
[1588/1686] Compiling APNSCore APNSLiveActivityNotificationEvent.swift
[1589/1686] Compiling APNSCore APNSStartLiveActivityNotification.swift
[1590/1686] Compiling APNSCore APNSStartLiveActivityNotificationAPSStorage.swift
[1591/1686] Compiling APNSCore APNSClient+Location.swift
[1592/1686] Compiling APNSCore APNSLocationNotification.swift
[1593/1686] Compiling APNSCore Logging.swift
[1594/1691] Emitting module NIOCore
[1595/1691] Emitting module _CryptoExtras
[1596/1691] Compiling APNSCore P256.Signing.PrivateKey+PrivateFilePath.swift
[1597/1691] Compiling APNSCore APNSClient+PushToTalk.swift
[1598/1691] Compiling APNSCore APNSPushToTalkNotification.swift
[1599/1691] Compiling APNSCore APNSClient+VoIP.swift
[1600/1691] Compiling APNSCore APNSVoIPNotification.swift
[1603/1691] Compiling _CryptoExtras AES_CTR.swift
[1604/1691] Compiling _CryptoExtras AES_GCM_SIV.swift
[1605/1691] Compiling _CryptoExtras Block Function.swift
[1606/1691] Compiling _CryptoExtras AES_CFB_boring.swift
[1607/1691] Compiling _CryptoExtras AES_CTR_boring.swift
[1616/1691] Compiling APNSCore APNSClient+Background.swift
[1617/1691] Compiling APNSCore Base64.swift
[1627/1691] Compiling _CryptoExtras PrettyBytes.swift
[1628/1691] Compiling _CryptoExtras SubjectPublicKeyInfo.swift
[1629/1691] Compiling _CryptoExtras DLEQ.swift
[1630/1691] Compiling _CryptoExtras Prover.swift
[1631/1691] Compiling _CryptoExtras Verifier.swift
[1632/1691] Compiling _CryptoExtras ZKPToolbox.swift
[1634/1692] Compiling APNSCore APNSAuthenticationTokenManager.swift
[1635/1692] Compiling APNSCore APNSClient.swift
[1636/1692] Compiling APNSCore APNSEnvironment.swift
[1637/1692] Compiling APNSCore APNSError.swift
[1638/1692] Compiling APNSCore APNSErrorResponse.swift
[1639/1692] Compiling APNSCore APNSResponse.swift
[1646/1744] Emitting module NIOHTTPTypes
[1647/1744] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[1649/1745] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1650/1745] Emitting module NIOEmbedded
[1651/1745] Compiling NIOEmbedded AsyncTestingChannel.swift
[1652/1745] Compiling NIOEmbedded Embedded.swift
[1654/1746] Compiling NIOPosix Pool.swift
[1655/1746] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1656/1746] Compiling NIOPosix PosixSingletons.swift
[1657/1746] Compiling NIOPosix RawSocketBootstrap.swift
[1658/1746] Compiling NIOPosix Resolver.swift
[1659/1746] Compiling NIOPosix Selectable.swift
[1660/1746] Compiling NIOPosix SelectableChannel.swift
[1661/1746] Compiling NIOPosix SelectableEventLoop.swift
[1662/1746] Compiling NIOPosix SelectorEpoll.swift
[1663/1746] Compiling NIOPosix SelectorGeneric.swift
[1664/1746] Compiling NIOPosix SelectorKqueue.swift
[1665/1746] Compiling NIOPosix SelectorUring.swift
[1666/1746] Compiling NIOPosix ServerSocket.swift
[1667/1746] Compiling NIOPosix Socket.swift
[1668/1746] Compiling NIOPosix SocketChannel.swift
[1669/1746] Compiling NIOPosix SocketProtocols.swift
[1670/1746] Compiling NIOPosix System.swift
[1671/1746] Compiling NIOPosix Thread.swift
[1672/1752] Compiling NIOPosix NIOThreadPool.swift
[1673/1752] Compiling NIOPosix NonBlockingFileIO.swift
[1674/1752] Compiling NIOPosix PendingDatagramWritesManager.swift
[1675/1752] Compiling NIOPosix PendingWritesManager.swift
[1676/1752] Compiling NIOPosix PipeChannel.swift
[1677/1752] Compiling NIOPosix PipePair.swift
[1678/1752] Compiling NIOPosix IO.swift
[1679/1752] Compiling NIOPosix IntegerBitPacking.swift
[1680/1752] Compiling NIOPosix IntegerTypes.swift
[1681/1752] Compiling NIOPosix Linux.swift
[1682/1752] Compiling NIOPosix LinuxCPUSet.swift
[1683/1752] Compiling NIOPosix LinuxUring.swift
[1684/1752] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1685/1752] Compiling NIOPosix ThreadPosix.swift
[1686/1752] Compiling NIOPosix ThreadWindows.swift
[1687/1752] Compiling NIOPosix UnsafeTransfer.swift
[1688/1752] Compiling NIOPosix Utilities.swift
[1689/1752] Compiling NIOPosix VsockAddress.swift
[1690/1752] Compiling NIOPosix VsockChannelEvents.swift
[1691/1752] Compiling NIOPosix Bootstrap.swift
[1692/1752] Compiling NIOPosix ControlMessage.swift
[1693/1752] Compiling NIOPosix DatagramVectorReadManager.swift
[1694/1752] Compiling NIOPosix Errors+Any.swift
[1695/1752] Compiling NIOPosix FileDescriptor.swift
[1696/1752] Compiling NIOPosix GetaddrinfoResolver.swift
[1697/1752] Compiling NIOPosix HappyEyeballs.swift
[1698/1752] Emitting module NIOPosix
[1699/1752] Compiling NIOPosix BSDSocketAPICommon.swift
[1700/1752] Compiling NIOPosix BSDSocketAPIPosix.swift
[1701/1752] Compiling NIOPosix BSDSocketAPIWindows.swift
[1702/1752] Compiling NIOPosix BaseSocket.swift
[1703/1752] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1704/1752] Compiling NIOPosix BaseSocketChannel.swift
[1705/1752] Compiling NIOPosix BaseStreamSocketChannel.swift
[1707/1755] Compiling NIO Exports.swift
[1708/1755] Emitting module NIO
[1710/1887] Emitting module NIOTLS
[1711/1887] Compiling NIOSOCKS SOCKSResponse.swift
[1712/1888] Compiling NIOTLS TLSEvents.swift
[1713/1888] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1714/1888] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1715/1888] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1716/1888] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1717/1888] Compiling NIOSOCKS ClientStateMachine.swift
[1718/1888] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1719/1888] Compiling SQLKit SQLAlterEnumBuilder.swift
[1720/1888] Compiling SQLKit SQLAlterTableBuilder.swift
[1721/1888] Emitting module NIOSOCKS
[1722/1888] Compiling SQLKit SQLConflictUpdateBuilder.swift
[1723/1888] Compiling SQLKit SQLCreateEnumBuilder.swift
[1724/1888] Compiling NIOSOCKS ServerStateMachine.swift
[1725/1888] Emitting module NIOHTTP1
[1726/1890] Compiling SQLKit SQLCreateIndexBuilder.swift
[1727/1890] Compiling SQLKit SQLCreateTableBuilder.swift
[1728/1890] Compiling SQLKit SQLCreateTriggerBuilder.swift
[1729/1890] Compiling SQLKit SQLDeleteBuilder.swift
[1730/1890] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1731/1890] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1732/1890] Compiling NIOTLS SNIHandler.swift
[1735/1892] Compiling SQLKit SQLDropTriggerBuilder.swift
[1736/1892] Compiling SQLKit SQLInsertBuilder.swift
[1737/1892] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1738/1892] Emitting module NIOFoundationCompat
[1739/1893] Compiling SQLKit SQLDropIndexBuilder.swift
[1740/1893] Compiling SQLKit SQLDropTableBuilder.swift
[1743/1893] Compiling SQLKit SQLPredicateGroupBuilder.swift
[1744/1893] Compiling SQLKit SQLRawBuilder.swift
[1745/1893] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[1746/1893] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[1747/1893] Compiling SQLKit SQLSubqueryBuilder.swift
[1748/1893] Compiling SQLKit SQLUnionBuilder.swift
[1749/1893] Compiling SQLKit SQLUpdateBuilder.swift
[1750/1893] Compiling SQLKit SQLAliasedColumnListBuilder.swift
[1751/1893] Compiling SQLKit SQLColumnUpdateBuilder.swift
[1752/1893] Compiling SQLKit SQLCommonTableExpressionBuilder.swift
[1753/1893] Compiling SQLKit SQLCommonUnionBuilder.swift
[1754/1893] Compiling SQLKit SQLJoinBuilder.swift
[1755/1893] Compiling SQLKit SQLPartialResultBuilder.swift
[1757/1905] Compiling SQLKit SQLAlterColumnDefinitionType.swift
[1758/1905] Compiling SQLKit SQLColumnAssignment.swift
[1759/1905] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[1760/1905] Compiling SQLKit SQLColumnDefinition.swift
[1761/1905] Compiling SQLKit SQLCommonTableExpression.swift
[1762/1905] Compiling SQLKit SQLConflictAction.swift
[1763/1905] Compiling SQLKit SQLConflictResolutionStrategy.swift
[1764/1905] Compiling SQLKit SQLDropBehaviour.swift
[1765/1905] Compiling SQLKit SQLEnumDataType.swift
[1766/1905] Compiling SQLKit SQLExcludedColumn.swift
[1767/1905] Compiling SQLKit SQLForeignKey.swift
[1768/1905] Compiling SQLKit SQLJoin.swift
[1769/1905] Compiling SQLKit SQLJoinMethod.swift
[1770/1905] Compiling SQLKit SQLPredicateBuilder.swift
[1771/1905] Compiling SQLKit SQLQueryBuilder.swift
[1772/1905] Compiling SQLKit SQLQueryFetcher.swift
[1773/1905] Compiling SQLKit SQLReturningBuilder.swift
[1774/1905] Compiling SQLKit SQLSecondaryPredicateBuilder.swift
[1775/1905] Compiling SQLKit SQLSubqueryClauseBuilder.swift
[1776/1905] Compiling SQLKit SQLUnqualifiedColumnListBuilder.swift
[1777/1905] Compiling SQLKit SQLDatabase.swift
[1778/1905] Compiling SQLKit SQLDatabaseReportedVersion.swift
[1779/1905] Compiling SQLKit SQLDialect.swift
[1780/1905] Compiling SQLKit SQLDatabase+Deprecated.swift
[1781/1905] Compiling SQLKit SQLError.swift
[1782/1905] Compiling SQLKit SQLExpressions+Deprecated.swift
[1783/1905] Compiling SQLKit SQLQueryBuilders+Deprecated.swift
[1784/1905] Compiling SQLKit Exports.swift
[1785/1905] Compiling SQLKit SQLAlias.swift
[1786/1905] Compiling SQLKit SQLBetween.swift
[1787/1905] Compiling SQLKit SQLColumn.swift
[1788/1905] Compiling SQLKit SQLConstraint.swift
[1789/1905] Compiling SQLKit SQLDataType.swift
[1790/1905] Compiling SQLKit SQLDirection.swift
[1791/1905] Compiling SQLKit SQLDistinct.swift
[1792/1905] Compiling SQLKit SQLForeignKeyAction.swift
[1793/1905] Compiling SQLKit SQLNestedSubpathExpression.swift
[1794/1905] Compiling SQLKit SQLQualifiedTable.swift
[1795/1905] Compiling SQLKit SQLQueryString.swift
[1796/1956] Compiling SQLKit SQLDropIndex.swift
[1797/1956] Compiling SQLKit SQLDropTable.swift
[1798/1956] Compiling SQLKit SQLDropTrigger.swift
[1799/1956] Compiling SQLKit SQLInsert.swift
[1800/1956] Compiling SQLKit SQLSelect.swift
[1801/1956] Compiling SQLKit SQLUnion.swift
[1802/1956] Compiling SQLKit SQLUpdate.swift
[1803/1956] Compiling SQLKit SQLExpression.swift
[1804/1956] Compiling SQLKit SQLSerializer.swift
[1805/1956] Compiling SQLKit SQLStatement.swift
[1806/1956] Compiling SQLKit SQLBinaryExpression.swift
[1807/1956] Compiling SQLKit SQLBinaryOperator.swift
[1808/1956] Compiling SQLKit SQLBind.swift
[1809/1956] Compiling SQLKit SQLLockingClause.swift
[1810/1956] Compiling SQLKit SQLOrderBy.swift
[1811/1956] Compiling SQLKit SQLReturning.swift
[1812/1956] Compiling SQLKit SQLSubquery.swift
[1813/1956] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[1814/1956] Compiling SQLKit SQLAlterEnum.swift
[1815/1956] Compiling SQLKit SQLAlterTable.swift
[1816/1956] Compiling SQLKit SQLCreateEnum.swift
[1817/1956] Compiling SQLKit SQLCreateIndex.swift
[1818/1956] Compiling SQLKit SQLCreateTable.swift
[1819/1956] Compiling SQLKit SQLCreateTrigger.swift
[1820/1956] Compiling SQLKit SQLDelete.swift
[1821/1956] Compiling SQLKit SQLDropEnum.swift
[1822/1956] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1823/1956] Compiling NIOTransportServices NIOTSSingletons.swift
[1824/1956] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1825/1956] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1826/1956] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1827/1956] Compiling NIOTransportServices AcceptHandler.swift
[1828/1956] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1829/1956] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1830/1956] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1831/1956] Compiling NIOTransportServices NIOTSErrors.swift
[1832/1956] Compiling NIOTransportServices NIOTSEventLoop.swift
[1833/1956] Compiling NIOTransportServices NIOTSBootstraps.swift
[1834/1956] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1835/1956] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1836/1956] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1837/1956] Emitting module SQLKit
[1839/1956] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1840/1956] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1849/1958] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1850/1958] Compiling NIOTransportServices StateManagedChannel.swift
[1851/1958] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1852/1958] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1856/1958] Emitting module NIOTransportServices
[1860/1958] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1861/1958] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1873/1960] Emitting module NIOSSL
[1874/2004] Compiling SQLKit SQLFunction.swift
[1875/2004] Compiling SQLKit SQLGroupExpression.swift
[1876/2004] Compiling SQLKit SQLIdentifier.swift
[1877/2004] Compiling SQLKit SQLList.swift
[1878/2004] Compiling SQLKit SQLLiteral.swift
[1879/2004] Compiling SQLKit SQLRaw.swift
[1880/2004] Compiling SQLKit SQLCodingUtilities.swift
[1881/2004] Compiling SQLKit SQLQueryEncoder.swift
[1882/2004] Compiling SQLKit SQLRow.swift
[1883/2004] Compiling SQLKit SQLRowDecoder.swift
[1884/2004] Compiling SQLKit SomeCodingKey.swift
[1885/2004] Compiling SQLKit StringHandling.swift
[1886/2005] Compiling NIOHPACK HPACKHeader.swift
[1887/2005] Compiling NIOHPACK HeaderTables.swift
[1888/2005] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1889/2005] Compiling NIOExtras NIORequestIdentifiable.swift
[1891/2005] Compiling NIOHPACK DynamicHeaderTable.swift
[1892/2005] Compiling NIOHPACK HPACKDecoder.swift
[1893/2005] Compiling NIOHPACK HPACKEncoder.swift
[1894/2005] Compiling NIOHPACK HPACKErrors.swift
[1895/2005] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1896/2005] Compiling NIOExtras NIOExtrasError.swift
[1897/2005] Compiling NIOExtras PCAPRingBuffer.swift
[1898/2005] Compiling NIOExtras QuiescingHelper.swift
[1902/2005] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1903/2005] Compiling NIOSSL SubjectAlternativeName.swift
[1904/2005] Compiling NIOSSL NIOSSLSecureBytes.swift
[1905/2005] Compiling NIOSSL RNG.swift
[1906/2005] Compiling NIOSSL SafeCompare.swift
[1907/2005] Compiling NIOHPACK IndexedHeaderTable.swift
[1908/2006] Emitting module NIOHTTPTypesHTTP1
[1909/2006] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[1910/2006] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[1917/2006] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1918/2006] Emitting module NIOHTTPCompression
[1919/2008] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1920/2008] Compiling NIOHTTPCompression HTTPCompression.swift
[1921/2008] Compiling NIOHPACK StaticHeaderTable.swift
[1922/2008] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1923/2008] Emitting module NIOHPACK
[1924/2008] Compiling NIOHTTPCompression HTTPDecompression.swift
[1925/2008] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1926/2053] Compiling NIOHPACK HuffmanTables.swift
[1927/2084] Compiling NIOHPACK IntegerCoding.swift
[1928/2096] Emitting module APNSCore
[1930/2096] Compiling FluentKit Database.swift
[1931/2096] Compiling FluentKit DatabaseID.swift
[1932/2096] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[1933/2097] Compiling FluentKit SchemaBuilder+Concurrency.swift
[1934/2097] Compiling FluentKit Siblings+Concurrency.swift
[1935/2097] Compiling FluentKit Database+Logging.swift
[1938/2097] Compiling FluentKit DatabaseInput.swift
[1939/2097] Compiling FluentKit DatabaseOutput.swift
[1940/2097] Compiling FluentKit Databases.swift
[1941/2097] Compiling FluentKit AsyncMigration.swift
[1942/2097] Compiling FluentKit AsyncModelMiddleware.swift
[1944/2097] Compiling NIOHPACK HuffmanCoding.swift
[1945/2097] Emitting module NIOExtras
[1946/2097] Compiling FluentKit FluentError.swift
[1947/2097] Compiling FluentKit ModelMiddleware.swift
[1948/2097] Compiling FluentKit ModelResponder.swift
[1949/2097] Compiling FluentKit Migration.swift
[1951/2098] Compiling FluentKit Database+Concurrency.swift
[1952/2098] Compiling FluentKit EnumBuilder+Concurrency.swift
[1953/2098] Compiling FluentKit Model+Concurrency.swift
[1959/2098] Compiling FluentKit Children+Concurrency.swift
[1960/2098] Compiling FluentKit QueryBuilder+Concurrency.swift
[1961/2098] Compiling FluentKit Relation+Concurrency.swift
[1966/2098] Compiling FluentKit ModelResponder+Concurrency.swift
[1967/2098] Compiling FluentKit OptionalChild+Concurrency.swift
[1968/2098] Compiling FluentKit OptionalParent+Concurrency.swift
[1969/2098] Compiling FluentKit Parent+Concurrency.swift
[1988/2099] Compiling FluentKit MigrationLog.swift
[1989/2099] Compiling FluentKit Migrations.swift
[1990/2099] Compiling FluentKit Migrator.swift
[1991/2099] Compiling FluentKit AnyModel.swift
[1992/2099] Compiling FluentKit EagerLoad.swift
[1993/2099] Compiling FluentKit Fields+Codable.swift
[1995/2099] Compiling FluentKit KeyPrefixingStrategy.swift
[1996/2099] Compiling FluentKit TransactionControlDatabase.swift
[1997/2099] Compiling FluentKit DatabaseEnum.swift
[1998/2099] Compiling FluentKit EnumBuilder.swift
[1999/2099] Compiling FluentKit EnumMetadata.swift
[2000/2099] Compiling FluentKit EnumProperty.swift
[2001/2099] Compiling FluentKit OptionalEnumProperty.swift
[2002/2099] Compiling FluentKit Exports.swift
[2013/2179] Compiling X509 RDNAttribute.swift
[2014/2179] Compiling X509 RandomNumberGenerator+bytes.swift
[2016/2194] Emitting module FluentKit
[2017/2194] Compiling X509 OCSPTBSRequest.swift
[2018/2194] Compiling X509 OCSPVersion.swift
[2019/2194] Compiling X509 PKCS8PrivateKey.swift
[2020/2194] Compiling X509 PromiseAndFuture.swift
[2023/2194] Compiling X509 RelativeDistinguishedName.swift
[2024/2194] Compiling X509 SEC1PrivateKey.swift
[2025/2194] Compiling X509 SecKeyWrapper.swift
[2026/2194] Compiling X509 Signature.swift
[2027/2194] Compiling X509 SignatureAlgorithm.swift
[2028/2194] Compiling X509 AllOfPolicies.swift
[2029/2194] Compiling X509 AnyPolicy.swift
[2030/2194] Compiling X509 CertificateStore.swift
[2031/2194] Compiling X509 OneOfPolicies.swift
[2032/2194] Compiling X509 PolicyBuilder.swift
[2033/2194] Compiling X509 BasicConstraintsPolicy.swift
[2034/2194] Compiling X509 DNSNames.swift
[2035/2194] Compiling X509 DirectoryNames.swift
[2036/2194] Compiling X509 ExpiryPolicy.swift
[2037/2194] Compiling X509 IPConstraints.swift
[2038/2194] Compiling X509 NameConstraintsPolicy.swift
[2039/2194] Compiling X509 RFC5280Policy.swift
[2040/2194] Compiling X509 URIConstraints.swift
[2041/2194] Compiling X509 VersionPolicy.swift
[2042/2194] Compiling X509 ServerIdentityPolicy.swift
[2043/2206] Compiling X509 Lock.swift
[2044/2206] Compiling X509 LockedValueBox.swift
[2045/2206] Compiling X509 BasicOCSPResponse.swift
[2046/2206] Compiling X509 DirectoryString.swift
[2047/2206] Compiling X509 CSRAttribute.swift
[2048/2206] Compiling X509 CSRAttributes.swift
[2049/2206] Compiling X509 CSRVersion.swift
[2050/2206] Compiling X509 CertificateSigningRequest.swift
[2051/2206] Compiling X509 CertificationRequestInfo.swift
[2052/2206] Compiling X509 ExtensionRequest.swift
[2053/2206] Compiling X509 Certificate.swift
[2054/2206] Compiling X509 CertificatePrivateKey.swift
[2055/2248] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[2056/2248] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[2057/2248] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[2058/2248] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[2059/2248] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[2060/2248] Compiling NIOHTTP2 HTTP2Error.swift
[2061/2248] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[2062/2248] Compiling NIOHTTP2 StateMachineResult.swift
[2063/2248] Compiling NIOHTTP2 ContentLengthVerifier.swift
[2064/2248] Compiling NIOHTTP2 DOSHeuristics.swift
[2065/2248] Compiling NIOHTTP2 Error+Any.swift
[2066/2248] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[2067/2288] Compiling X509 OCSPSignature.swift
[2068/2288] Compiling X509 OCSPSingleRequest.swift
[2069/2288] Compiling X509 OCSPSingleResponse.swift
[2070/2288] Compiling X509 ExtensionIdentifiers.swift
[2071/2288] Compiling X509 KeyUsage.swift
[2072/2288] Compiling X509 NameConstraints.swift
[2073/2288] Compiling X509 SubjectAlternativeName.swift
[2074/2288] Compiling X509 SubjectKeyIdentifier.swift
[2075/2288] Compiling X509 Extension.swift
[2076/2288] Compiling X509 Extensions.swift
[2077/2288] Compiling X509 ExtensionsBuilder.swift
[2078/2288] Compiling X509 GeneralName.swift
[2079/2288] Compiling FluentKit DatabaseQuery+Join.swift
[2080/2288] Compiling FluentKit DatabaseQuery+Range.swift
[2081/2288] Compiling FluentKit DatabaseQuery+Sort.swift
[2082/2288] Compiling FluentKit DatabaseQuery+Value.swift
[2083/2288] Compiling FluentKit DatabaseQuery.swift
[2084/2288] Compiling FluentKit QueryHistory.swift
[2085/2288] Compiling FluentKit DatabaseSchema.swift
[2086/2288] Compiling FluentKit SchemaBuilder.swift
[2087/2288] Compiling FluentKit OptionalType.swift
[2088/2288] Compiling FluentKit RandomGeneratable.swift
[2089/2288] Compiling FluentKit SomeCodingKey.swift
[2090/2288] Compiling FluentKit UnsafeMutableTransferBox.swift
[2091/2288] Compiling HummingbirdCore BindAddress.swift
[2092/2288] Compiling HummingbirdCore HTTP1Channel.swift
[2093/2288] Compiling HummingbirdCore HTTPChannelHandler.swift
[2094/2288] Compiling HummingbirdCore HTTPServerBuilder.swift
[2095/2288] Compiling HummingbirdCore HTTPUserEventHandler.swift
[2096/2288] Compiling HummingbirdCore Server.swift
[2097/2291] Compiling HummingbirdCore RequestBodyMergedWithUnderlyingRequestPartIterator.swift
[2098/2291] Compiling HummingbirdCore URI.swift
[2099/2291] Compiling HummingbirdCore Response.swift
[2100/2291] Compiling HummingbirdCore ResponseBody.swift
[2101/2291] Compiling NIOHTTP2 ControlFrameBuffer.swift
[2102/2291] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[2103/2291] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[2104/2291] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[2105/2291] Compiling NIOHTTP2 HTTP2Frame.swift
[2106/2291] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[2107/2291] Compiling NIOHTTP2 HTTP2FrameParser.swift
[2108/2291] Compiling NIOHTTP2 HTTP2PingData.swift
[2109/2291] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[2110/2291] Compiling NIOHTTP2 HTTP2Settings.swift
[2111/2291] Compiling NIOHTTP2 HTTP2Stream.swift
[2112/2291] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[2113/2291] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[2114/2291] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[2115/2291] Compiling NIOHTTP2 HTTP2StreamID.swift
[2116/2291] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[2117/2291] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[2118/2291] Compiling NIOHTTP2 HTTP2UserEvents.swift
[2119/2291] Compiling NIOHTTP2 InboundEventBuffer.swift
[2120/2291] Compiling X509 OCSPRequest.swift
[2121/2291] Compiling X509 OCSPResponse.swift
[2122/2291] Compiling X509 OCSPResponseBytes.swift
[2123/2291] Compiling X509 OCSPResponseData.swift
[2124/2291] Compiling X509 OCSPResponseStatus.swift
[2125/2291] Emitting module HummingbirdCore
[2126/2291] Compiling HummingbirdCore Deprecations.swift
[2127/2291] Compiling HummingbirdCore Request.swift
[2128/2291] Compiling HummingbirdCore RequestBody+inboundClose.swift
[2129/2291] Compiling HummingbirdCore RequestBody.swift
[2130/2292] Compiling HummingbirdCore ServerChildChannel.swift
[2131/2292] Compiling HummingbirdCore ServerConfiguration.swift
[2132/2292] Compiling HummingbirdCore TSTLSOptions.swift
[2133/2292] Compiling HummingbirdCore ResponseBodyWriter.swift
[2134/2292] Compiling HummingbirdCore ResponseWriter.swift
[2135/2292] Compiling HummingbirdCore AvailableConnectionsHandler.swift
[2136/2292] Compiling HummingbirdCore AnyAsyncSequence.swift
[2137/2292] Compiling HummingbirdCore FlatDictionary.swift
[2138/2292] Compiling HummingbirdCore HBParser.swift
[2149/2292] Compiling HummingbirdCore OutputBuffer.swift
[2150/2292] Compiling HummingbirdCore String+percentEncode.swift
[2151/2292] Compiling HummingbirdCore UnsafeTransfer.swift
[2169/2310] Emitting module NIOHTTP2
[2197/2318] Compiling FluentWallet DeviceModel.swift
[2198/2318] Compiling FluentWallet PushTokenDTO.swift
[2199/2318] Emitting module FluentWallet
[2200/2318] Compiling FluentWallet LogEntriesDTO.swift
[2202/2383] Compiling Hummingbird Trie+serialize.swift
[2203/2383] Compiling Hummingbird TrieRouter.swift
[2204/2383] Compiling Hummingbird ChildRequestContext.swift
[2205/2383] Compiling Hummingbird Request.swift
[2206/2383] Compiling Hummingbird RequestContext.swift
[2207/2383] Compiling Hummingbird RequestContextSource.swift
[2208/2383] Compiling Hummingbird RequestID.swift
[2209/2383] Compiling Hummingbird RequestResponder.swift
[2210/2383] Compiling Hummingbird Response.swift
[2211/2383] Compiling Hummingbird URI+decodeQuery.swift
[2212/2383] Compiling Hummingbird MemoryPersistDriver.swift
[2213/2383] Compiling NIOHTTP2 UnsafeTransfer.swift
[2214/2383] Compiling NIOHTTP2 WatermarkedFlowController.swift
[2215/2383] Compiling Hummingbird Application.swift
[2216/2383] Compiling Hummingbird CodableProtocols.swift
[2217/2383] Compiling Hummingbird JSONCoding.swift
[2218/2383] Compiling Hummingbird ResponseEncodable.swift
[2219/2383] Compiling Hummingbird URLEncodedForm+Request.swift
[2220/2383] Compiling Hummingbird URLEncodedForm.swift
[2221/2383] Compiling Hummingbird URLEncodedFormDecoder.swift
[2222/2383] Compiling Hummingbird URLEncodedFormEncoder.swift
[2223/2383] Compiling Hummingbird URLEncodedFormNode.swift
[2224/2383] Compiling Hummingbird CORSMiddleware.swift
[2225/2383] Compiling Hummingbird FileMiddleware.swift
[2226/2383] Compiling Hummingbird LogRequestMiddleware.swift
[2227/2383] Compiling Hummingbird MetricsMiddleware.swift
[2254/2383] Compiling Hummingbird Middleware.swift
[2255/2383] Compiling Hummingbird MiddlewareGroup.swift
[2256/2383] Compiling Hummingbird MiddlewareFixedTypeBuilder.swift
[2257/2383] Compiling Hummingbird TransformingRouterGroup.swift
[2258/2383] Compiling Hummingbird RouterTrie.swift
[2259/2383] Compiling Hummingbird Trie+resolve.swift
[2265/2383] Compiling Hummingbird HTTPResponseError.swift
[2266/2383] Compiling Hummingbird NIOCore+HTTPResponseError.swift
[2267/2383] Compiling Hummingbird Exports.swift
[2268/2383] Compiling Hummingbird CacheControl.swift
[2269/2383] Compiling Hummingbird RouterGroup.swift
[2270/2383] Compiling Hummingbird RouterMethods.swift
[2271/2383] Compiling Hummingbird RouterPath.swift
[2272/2383] Compiling Hummingbird RouterResponder.swift
[2306/2392] Compiling Hummingbird _Middleware2.swift
[2307/2392] Compiling Hummingbird _OptionalMiddleware.swift
[2308/2392] Compiling Hummingbird Configuration.swift
[2309/2392] Compiling Hummingbird Deprecations.swift
[2310/2392] Compiling Hummingbird Environment.swift
[2311/2392] Compiling Hummingbird EditedHTTPError.swift
[2312/2392] Compiling Hummingbird HTTPError.swift
[2317/2392] Compiling Hummingbird FileIO.swift
[2318/2392] Compiling Hummingbird FileProvider.swift
[2319/2392] Compiling Hummingbird LocalFileSystem.swift
[2320/2392] Compiling Hummingbird Cookie.swift
[2321/2392] Compiling Hummingbird Cookies.swift
[2322/2392] Compiling Hummingbird MediaType+FileExtension.swift
[2323/2392] Compiling Hummingbird MediaType.swift
[2324/2392] Compiling Hummingbird Request+Cookies.swift
[2325/2392] Compiling Hummingbird Response+Cookies.swift
[2326/2392] Compiling Hummingbird _SpreadMiddleware.swift
[2327/2392] Compiling Hummingbird TracingMiddleware.swift
[2328/2392] Compiling Hummingbird EndpointResponder.swift
[2329/2392] Compiling Hummingbird Parameters+UUID.swift
[2330/2392] Compiling Hummingbird Parameters.swift
[2331/2392] Compiling Hummingbird ResponseGenerator.swift
[2332/2392] Compiling Hummingbird RouteCollection.swift
[2333/2392] Compiling Hummingbird Router+validation.swift
[2334/2392] Compiling Hummingbird Router.swift
[2335/2392] Emitting module X509
[2371/2393] Emitting module Hummingbird
[2372/2393] Compiling Hummingbird PersistDriver.swift
[2373/2393] Compiling Hummingbird PersistError.swift
[2374/2393] Compiling Hummingbird ByteBuffer+foundation.swift
[2375/2393] Compiling Hummingbird DateCache.swift
[2376/2393] Compiling Hummingbird HTTPHeaderDateFormatStyle.swift
[2377/2393] Compiling Hummingbird HexDigest.swift
[2378/2393] Compiling Hummingbird InitializableFromSource.swift
[2379/2393] Compiling Hummingbird PreludeService.swift
[2380/2393] Compiling Hummingbird StringProtocol.swift
[2382/2458] Compiling X509 TrustRootLoading.swift
[2383/2458] Compiling X509 UnverifiedChain.swift
[2384/2458] Compiling X509 VerificationDiagnostic.swift
[2385/2458] Compiling X509 Verifier.swift
[2386/2458] Compiling X509 VerifierPolicy.swift
[2387/2458] Compiling X509 AlgorithmIdentifier.swift
[2388/2458] Compiling X509 ECDSASignature.swift
[2389/2458] Compiling X509 RSAPKCS1PublicKey.swift
[2390/2458] Compiling X509 SubjectPublicKeyInfo.swift
[2391/2458] Compiling X509 TBSCertificate.swift
[2392/2458] Compiling X509 Time.swift
[2393/2458] Compiling X509 TimeCalculations.swift
[2394/2458] Compiling X509 Validity.swift
[2396/2459] Emitting module HummingbirdFluent
[2397/2465] Compiling HummingbirdFluent Fluent.swift
[2398/2467] Compiling HummingbirdFluent Deprecations.swift
[2399/2468] Compiling HummingbirdFluent Persist+fluent.swift
[2401/2469] Compiling WalletPasses WalletPassesError.swift
[2402/2469] Compiling WalletOrders WalletOrdersError.swift
[2403/2469] Compiling WalletPasses PersonalizationJSON.swift
[2404/2469] Compiling WalletOrders OrderJSON.swift
[2405/2469] Compiling WalletPasses PassJSON.swift
[2406/2469] Emitting module WalletOrders
[2407/2469] Compiling WalletOrders OrderBuilder.swift
[2409/2470] Emitting module WalletPasses
[2410/2470] Compiling WalletPasses PassBuilder.swift
[2412/2471] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2413/2471] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2414/2471] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2415/2471] Compiling AsyncHTTPClient HTTP1Connection.swift
[2416/2471] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2417/2471] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2418/2471] Compiling AsyncHTTPClient HTTP2Connection.swift
[2419/2471] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2420/2471] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2421/2487] Compiling FluentWalletOrders Exports.swift
[2422/2487] Compiling AsyncHTTPClient HTTPHandler.swift
[2423/2487] Compiling AsyncHTTPClient LRUCache.swift
[2424/2487] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[2425/2487] Compiling AsyncHTTPClient NWErrorHandler.swift
[2426/2487] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2427/2487] Compiling AsyncHTTPClient TLSConfiguration.swift
[2428/2487] Compiling AsyncHTTPClient RedirectState.swift
[2429/2487] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2430/2488] Compiling FluentWalletOrders OrderModel.swift
[2431/2488] Compiling FluentWalletOrders OrderDataModel.swift
[2432/2488] Emitting module FluentWalletOrders
[2433/2488] Compiling FluentWalletOrders OrderIdentifiersDTO.swift
[2434/2488] Compiling FluentWalletOrders Order.swift
[2435/2488] Compiling FluentWalletOrders OrdersRegistration.swift
[2436/2488] Compiling FluentWalletOrders OrdersDevice.swift
[2437/2499] Compiling AsyncHTTPClient ConnectionTarget.swift
[2438/2499] Compiling AsyncHTTPClient DeconstructedURL.swift
[2439/2499] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2440/2499] Compiling AsyncHTTPClient FoundationExtensions.swift
[2441/2499] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2442/2499] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2443/2499] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2444/2499] Compiling AsyncHTTPClient HTTPClient.swift
[2445/2499] Compiling FluentWalletPasses PersonalizationDictionaryDTO.swift
[2446/2499] Compiling FluentWalletPasses SerialNumbersDTO.swift
[2447/2499] Compiling FluentWalletPasses PassesDevice.swift
[2448/2499] Compiling FluentWalletPasses PassesRegistration.swift
[2449/2499] Compiling FluentWalletPasses Exports.swift
[2450/2499] Compiling FluentWalletPasses Pass.swift
[2451/2499] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2452/2499] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2453/2499] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2454/2499] Emitting module AsyncHTTPClient
[2455/2499] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2456/2499] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2457/2499] Compiling AsyncHTTPClient Transaction.swift
[2458/2499] Compiling AsyncHTTPClient Base64.swift
[2459/2499] Compiling AsyncHTTPClient BasicAuth.swift
[2460/2499] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2461/2499] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2462/2499] Compiling AsyncHTTPClient ConnectionPool.swift
[2463/2499] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2464/2499] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2465/2499] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2466/2499] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2467/2499] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2468/2499] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2469/2499] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2470/2499] Compiling AsyncHTTPClient RequestBodyLength.swift
[2471/2499] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2472/2499] Compiling FluentWalletOrders OrdersRegistrationModel.swift
[2474/2500] Compiling FluentWalletPasses PassModel.swift
[2475/2500] Compiling FluentWalletPasses PassDataModel.swift
[2476/2500] Compiling FluentWalletPasses PassesRegistrationModel.swift
[2477/2501] Compiling FluentWalletPasses PersonalizationInfo.swift
[2478/2501] Emitting module FluentWalletPasses
[2485/2501] Compiling FluentWalletPasses PersonalizationInfoModel.swift
[2486/2501] Compiling AsyncHTTPClient RequestOptions.swift
[2487/2501] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2488/2501] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2489/2501] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2490/2501] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2491/2501] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2492/2501] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2493/2501] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2495/2502] Compiling AsyncHTTPClient RequestBag.swift
[2496/2502] Compiling AsyncHTTPClient RequestValidation.swift
[2497/2502] Compiling AsyncHTTPClient SSLContextCache.swift
[2498/2502] Compiling AsyncHTTPClient Scheme.swift
[2499/2502] Compiling AsyncHTTPClient Singleton.swift
[2500/2502] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2501/2502] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2502/2502] Compiling AsyncHTTPClient Utils.swift
[2504/2508] Compiling APNS APNSJSONEncoder.swift
[2505/2508] Compiling APNS APNSJSONDecoder.swift
[2506/2508] Compiling APNS APNSConfiguration.swift
[2507/2508] Emitting module APNS
[2508/2508] Compiling APNS APNSClient.swift
[2510/2513] Compiling HummingbirdWallet TestCertificate.swift
[2511/2513] Compiling HummingbirdWallet DTOs+ResponseEncodable.swift
[2512/2513] Emitting module HummingbirdWallet
[2513/2513] Compiling HummingbirdWallet Array+random.swift
[2515/2530] Emitting module HummingbirdWalletPasses
[2516/2530] Compiling HummingbirdWalletPasses ApplePassMiddleware.swift
[2517/2530] Compiling HummingbirdWalletPasses DTOs+ResponseEncodable.swift
[2518/2530] Compiling HummingbirdWalletOrders Exports.swift
[2519/2530] Emitting module HummingbirdWalletOrders
[2520/2530] Compiling HummingbirdWalletOrders OrderIdentifiersDTO+ResponseEncodable.swift
[2521/2530] Compiling HummingbirdWalletOrders AppleOrderMiddleware.swift
[2522/2530] Compiling HummingbirdWalletOrders OrdersServiceCustom.swift
[2523/2530] Compiling HummingbirdWalletPasses PassesServiceCustom.swift
[2524/2530] Compiling HummingbirdWalletOrders OrdersServiceCustom+addRoutes.swift
[2525/2530] Compiling HummingbirdWalletOrders OrdersService+AsyncModelMiddleware.swift
[2526/2530] Compiling HummingbirdWalletOrders OrdersService.swift
[2528/2531] Compiling HummingbirdWalletPasses PassesService.swift
[2529/2531] Compiling HummingbirdWalletPasses PassesService+AsyncModelMiddleware.swift
[2530/2531] Compiling HummingbirdWalletPasses PassesServiceCustom+addRoutes.swift
[2531/2531] Compiling HummingbirdWalletPasses Exports.swift
Build complete! (302.72s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "hummingbird",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.7.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hummingbird-project/hummingbird.git"
    },
    {
      "identity" : "hummingbird-fluent",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hummingbird-project/hummingbird-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" : "apnswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.0.1",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server-community/APNSwift.git"
    },
    {
      "identity" : "swift-service-lifecycle",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.6.3",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-service-lifecycle.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" : "hummingbird-wallet",
  "name" : "hummingbird-wallet",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "HummingbirdWalletPasses",
      "targets" : [
        "HummingbirdWalletPasses"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HummingbirdWalletOrders",
      "targets" : [
        "HummingbirdWalletOrders"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HummingbirdWalletPassesTests",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdWalletPassesTests",
      "path" : "Tests/HummingbirdWalletPassesTests",
      "product_dependencies" : [
        "FluentSQLiteDriver",
        "HummingbirdTesting"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/HummingbirdWalletPassesTests/SourceFiles",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "HummingbirdWalletPassesTests.swift",
        "Utils/Application+build.swift",
        "Utils/PassData.swift",
        "Utils/PassJSONData.swift"
      ],
      "target_dependencies" : [
        "HummingbirdWalletPasses"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HummingbirdWalletPasses",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdWalletPasses",
      "path" : "Sources/HummingbirdWalletPasses",
      "product_dependencies" : [
        "FluentWalletPasses",
        "ZipArchive"
      ],
      "product_memberships" : [
        "HummingbirdWalletPasses"
      ],
      "sources" : [
        "DTOs/DTOs+ResponseEncodable.swift",
        "Exports.swift",
        "Middleware/ApplePassMiddleware.swift",
        "Middleware/PassesService+AsyncModelMiddleware.swift",
        "PassesService.swift",
        "PassesServiceCustom+addRoutes.swift",
        "PassesServiceCustom.swift"
      ],
      "target_dependencies" : [
        "HummingbirdWallet"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HummingbirdWalletOrdersTests",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdWalletOrdersTests",
      "path" : "Tests/HummingbirdWalletOrdersTests",
      "product_dependencies" : [
        "FluentSQLiteDriver",
        "HummingbirdTesting"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/HummingbirdWalletOrdersTests/SourceFiles",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "HummingbirdWalletOrdersTests.swift",
        "Utils/Application+build.swift",
        "Utils/OrderData.swift",
        "Utils/OrderJSONData.swift"
      ],
      "target_dependencies" : [
        "HummingbirdWalletOrders"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HummingbirdWalletOrders",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdWalletOrders",
      "path" : "Sources/HummingbirdWalletOrders",
      "product_dependencies" : [
        "FluentWalletOrders"
      ],
      "product_memberships" : [
        "HummingbirdWalletOrders"
      ],
      "sources" : [
        "DTOs/OrderIdentifiersDTO+ResponseEncodable.swift",
        "Exports.swift",
        "Middleware/AppleOrderMiddleware.swift",
        "Middleware/OrdersService+AsyncModelMiddleware.swift",
        "OrdersService.swift",
        "OrdersServiceCustom+addRoutes.swift",
        "OrdersServiceCustom.swift"
      ],
      "target_dependencies" : [
        "HummingbirdWallet"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HummingbirdWallet",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdWallet",
      "path" : "Sources/HummingbirdWallet",
      "product_dependencies" : [
        "Hummingbird",
        "HummingbirdFluent",
        "APNS",
        "ServiceLifecycle"
      ],
      "product_memberships" : [
        "HummingbirdWalletPasses",
        "HummingbirdWalletOrders"
      ],
      "sources" : [
        "Array+random.swift",
        "DTOs/DTOs+ResponseEncodable.swift",
        "Testing/TestCertificate.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.