The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of SaasTemplate, reference 1.9.0 (73c59d), with Swift 6.1 for Linux on 3 May 2025 19:00:15 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/petrpavlik/vapor-saas-backend-template.git
Reference: 1.9.0
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/petrpavlik/vapor-saas-backend-template
 * tag               1.9.0      -> FETCH_HEAD
HEAD is now at 73c59de Refactor VSCode configuration: update launch.json for Swift debugging, add extensions.json for recommended extensions, and enhance settings.json for file exclusion.
Cloned https://github.com/petrpavlik/vapor-saas-backend-template.git
Revision (git rev-parse @):
73c59de7f971ead4eafe979b634f5d4d4691ca61
SUCCESS checkout https://github.com/petrpavlik/vapor-saas-backend-template.git at 1.9.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/petrpavlik/vapor-saas-backend-template.git
https://github.com/petrpavlik/vapor-saas-backend-template.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.83.1",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "fluent",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.8.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/fluent.git"
    },
    {
      "identity" : "fluent-sqlite-driver",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.6.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/fluent-sqlite-driver.git"
    },
    {
      "identity" : "jwt",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.1.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/jwt.git"
    },
    {
      "identity" : "swift-sentry",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/petrpavlik/swift-sentry.git"
    },
    {
      "identity" : "mixpanelvapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/petrpavlik/MixpanelVapor.git"
    },
    {
      "identity" : "indiepitcher-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/IndiePitcher/indiepitcher-swift.git"
    }
  ],
  "manifest_display_name" : "SaasTemplate",
  "name" : "SaasTemplate",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "App",
      "targets" : [
        "App"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AppTests",
      "module_type" : "SwiftTarget",
      "name" : "AppTests",
      "path" : "Tests/AppTests",
      "product_dependencies" : [
        "VaporTesting"
      ],
      "sources" : [
        "AppTests.swift",
        "Request+FirebaseUser.swift"
      ],
      "target_dependencies" : [
        "App"
      ],
      "type" : "test"
    },
    {
      "c99name" : "App",
      "module_type" : "SwiftTarget",
      "name" : "App",
      "path" : "Sources/App",
      "product_dependencies" : [
        "Fluent",
        "FluentSQLiteDriver",
        "Vapor",
        "JWT",
        "SwiftSentry",
        "MixpanelVapor",
        "IndiePitcherSwift"
      ],
      "product_memberships" : [
        "App"
      ],
      "sources" : [
        "Auth/FirebaseAuth.swift",
        "Controllers/OrganizationController.swift",
        "Controllers/ProfileController.swift",
        "Migrations/CreateOrganization.swift",
        "Migrations/CreateOrganizationInvite.swift",
        "Migrations/CreateProfile.swift",
        "Migrations/CreateProfileOrganizationRole.swift",
        "Models/FIeldKeys.swift",
        "Models/Organization.swift",
        "Models/OrganizationInvite.swift",
        "Models/Profile.swift",
        "Models/ProfileOrganizationRole.swift",
        "Services/AnalyticsService.swift",
        "Services/EmailService.swift",
        "Utils/SkippableEncoding.swift",
        "configure.swift",
        "entrypoint.swift",
        "routes.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/vapor/fluent-sqlite-driver.git
Fetching https://github.com/IndiePitcher/indiepitcher-swift.git
Fetching https://github.com/vapor/jwt.git
Fetching https://github.com/vapor/fluent.git
Fetching https://github.com/petrpavlik/MixpanelVapor.git
Fetching https://github.com/petrpavlik/swift-sentry.git
[1/1347] Fetching fluent-sqlite-driver
[1348/1670] Fetching fluent-sqlite-driver, mixpanelvapor
[1671/1929] Fetching fluent-sqlite-driver, mixpanelvapor, indiepitcher-swift
[1744/2426] Fetching fluent-sqlite-driver, mixpanelvapor, indiepitcher-swift, swift-sentry
[2427/5133] Fetching fluent-sqlite-driver, mixpanelvapor, indiepitcher-swift, swift-sentry, jwt
[2482/18540] Fetching fluent-sqlite-driver, mixpanelvapor, indiepitcher-swift, swift-sentry, jwt, fluent
Fetched https://github.com/petrpavlik/swift-sentry.git from cache (0.29s)
Fetching https://github.com/vapor/vapor.git
Fetched https://github.com/petrpavlik/MixpanelVapor.git from cache (0.30s)
Fetched https://github.com/vapor/jwt.git from cache (0.30s)
[6969/15013] Fetching fluent-sqlite-driver, indiepitcher-swift, fluent
[15014/89350] Fetching fluent-sqlite-driver, indiepitcher-swift, fluent, vapor
Fetched https://github.com/vapor/fluent-sqlite-driver.git from cache (0.68s)
Fetched https://github.com/IndiePitcher/indiepitcher-swift.git from cache (0.68s)
[14894/87744] Fetching fluent, vapor
Fetched https://github.com/vapor/fluent.git from cache (0.69s)
[2974/74337] Fetching vapor
Fetched https://github.com/vapor/vapor.git from cache (2.47s)
Computing version for https://github.com/petrpavlik/swift-sentry.git
Computed https://github.com/petrpavlik/swift-sentry.git at 1.0.0 (3.80s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/swift-server/async-http-client.git
[1/3836] Fetching swift-log
[3837/17806] Fetching swift-log, async-http-client
Fetched https://github.com/apple/swift-log.git from cache (1.18s)
Fetched https://github.com/swift-server/async-http-client.git from cache (1.19s)
Computing version for https://github.com/petrpavlik/MixpanelVapor.git
Computed https://github.com/petrpavlik/MixpanelVapor.git at 2.1.0 (1.75s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/malcommac/UAParserSwift.git
[1/292] Fetching uaparserswift
[293/1997] Fetching uaparserswift, swift-atomics
Fetched https://github.com/malcommac/UAParserSwift.git from cache (0.42s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.42s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.47s)
Computing version for https://github.com/malcommac/UAParserSwift.git
Computed https://github.com/malcommac/UAParserSwift.git at 1.2.1 (2.43s)
Computing version for https://github.com/vapor/jwt.git
Computed https://github.com/vapor/jwt.git at 5.1.2 (0.80s)
Fetching https://github.com/vapor/jwt-kit.git
[1/9049] Fetching jwt-kit
Fetched https://github.com/vapor/jwt-kit.git from cache (0.90s)
Computing version for https://github.com/vapor/jwt-kit.git
Computed https://github.com/vapor/jwt-kit.git at 5.1.2 (1.53s)
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-certificates.git
[1/6134] Fetching swift-certificates
[1412/20038] Fetching swift-certificates, swift-crypto
Fetched https://github.com/apple/swift-certificates.git from cache (1.56s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.59s)
Computing version for https://github.com/vapor/fluent.git
Computed https://github.com/vapor/fluent.git at 4.12.0 (2.16s)
Fetching https://github.com/vapor/fluent-kit.git
[1/13244] Fetching fluent-kit
Fetched https://github.com/vapor/fluent-kit.git from cache (0.66s)
Computing version for https://github.com/vapor/fluent-sqlite-driver.git
Computed https://github.com/vapor/fluent-sqlite-driver.git at 4.8.1 (1.17s)
Fetching https://github.com/vapor/sqlite-kit.git
[1/2112] Fetching sqlite-kit
Fetched https://github.com/vapor/sqlite-kit.git from cache (1.18s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.74s)
Computing version for https://github.com/vapor/sqlite-kit.git
Computed https://github.com/vapor/sqlite-kit.git at 4.5.2 (0.53s)
Fetching https://github.com/vapor/async-kit.git
Fetching https://github.com/vapor/sql-kit.git
Fetching https://github.com/vapor/sqlite-nio.git
Fetching https://github.com/apple/swift-nio.git
[1/1496] Fetching sqlite-nio
[2/3866] Fetching sqlite-nio, async-kit
[358/9849] Fetching sqlite-nio, async-kit, sql-kit
Fetched https://github.com/vapor/sql-kit.git from cache (0.41s)
[2460/3866] Fetching sqlite-nio, async-kit
[3867/79564] Fetching sqlite-nio, async-kit, swift-nio
Fetched https://github.com/vapor/async-kit.git from cache (1.92s)
[61298/77194] Fetching sqlite-nio, swift-nio
Fetched https://github.com/vapor/sqlite-nio.git from cache (4.64s)
Fetched https://github.com/apple/swift-nio.git from cache (4.72s)
Computing version for https://github.com/vapor/fluent-kit.git
Computed https://github.com/vapor/fluent-kit.git at 1.52.1 (5.26s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.0 (0.52s)
Fetching https://github.com/apple/swift-collections.git
[1/16371] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.22s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (1.82s)
Fetching https://github.com/apple/swift-algorithms.git
[1/5918] Fetching swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.43s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (1.29s)
Fetching https://github.com/apple/swift-system.git
[1/4367] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.36s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.92s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.38s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.90s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.57s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.81s)
Computing version for https://github.com/IndiePitcher/indiepitcher-swift.git
Computed https://github.com/IndiePitcher/indiepitcher-swift.git at 1.5.0 (0.52s)
Computing version for https://github.com/vapor/sqlite-nio.git
Computed https://github.com/vapor/sqlite-nio.git at 1.11.2 (0.57s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.71s)
Fetching https://github.com/apple/swift-asn1.git
[1/1584] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.29s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.27s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.61s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (0.55s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-extras.git
[1/2627] Fetching swift-nio-transport-services
[2628/14132] Fetching swift-nio-transport-services, swift-nio-http2
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.42s)
[2647/11505] Fetching swift-nio-http2
[2648/26341] Fetching swift-nio-http2, swift-nio-ssl
[26342/32107] Fetching swift-nio-http2, swift-nio-ssl, swift-nio-extras
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.73s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.94s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.95s)
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 (2.51s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.65s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.80s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
[1/904] Fetching swift-http-types
[905/2039] Fetching swift-http-types, swift-http-structured-headers
Fetched https://github.com/apple/swift-http-types.git from cache (0.30s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.30s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (1.01s)
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.54s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.80s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.114.1 (0.65s)
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/vapor/routing-kit.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-metrics.git
[1/1063] Fetching swift-service-context
[1064/6037] Fetching swift-service-context, swift-distributed-tracing
[1612/8642] Fetching swift-service-context, swift-distributed-tracing, websocket-kit
[1814/29369] Fetching swift-service-context, swift-distributed-tracing, websocket-kit, routing-kit
[10411/31575] Fetching swift-service-context, swift-distributed-tracing, websocket-kit, routing-kit, swift-metrics
[10773/34783] Fetching swift-service-context, swift-distributed-tracing, websocket-kit, routing-kit, swift-metrics, multipart-kit
Fetched https://github.com/apple/swift-metrics.git from cache (1.59s)
Fetched https://github.com/apple/swift-service-context.git from cache (1.59s)
Fetched https://github.com/vapor/websocket-kit.git from cache (1.59s)
Fetching https://github.com/vapor/console-kit.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.59s)
Fetched https://github.com/vapor/routing-kit.git from cache (1.61s)
Fetched https://github.com/vapor/multipart-kit.git from cache (1.65s)
[1/5545] Fetching console-kit
Fetched https://github.com/vapor/console-kit.git from cache (0.31s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (2.41s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.51s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.0 (0.62s)
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.69s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.74s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.65s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.59s)
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/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.25.2
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/petrpavlik/swift-sentry.git
Working copy of https://github.com/petrpavlik/swift-sentry.git resolved at 1.0.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-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Creating working copy for https://github.com/apple/swift-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.2
Creating working copy for https://github.com/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.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.1
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/vapor/jwt.git
Working copy of https://github.com/vapor/jwt.git resolved at 5.1.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/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
Creating working copy for https://github.com/apple/swift-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/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.114.1
Creating working copy for https://github.com/apple/swift-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/IndiePitcher/indiepitcher-swift.git
Working copy of https://github.com/IndiePitcher/indiepitcher-swift.git resolved at 1.5.0
Creating working copy for https://github.com/malcommac/UAParserSwift.git
Working copy of https://github.com/malcommac/UAParserSwift.git resolved at 1.2.1
Creating working copy for https://github.com/vapor/fluent-kit.git
Working copy of https://github.com/vapor/fluent-kit.git resolved at 1.52.1
Creating working copy for https://github.com/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/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/vapor/sqlite-nio.git
Working copy of https://github.com/vapor/sqlite-nio.git resolved at 1.11.2
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/apple/swift-nio-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/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/vapor/fluent.git
Working copy of https://github.com/vapor/fluent.git resolved at 4.12.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Creating working copy for https://github.com/vapor/jwt-kit.git
Working copy of https://github.com/vapor/jwt-kit.git resolved at 5.1.2
Creating working copy for https://github.com/petrpavlik/MixpanelVapor.git
Working copy of https://github.com/petrpavlik/MixpanelVapor.git resolved at 2.1.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-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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Building for debugging...
[0/919] Write sources
[7/919] Compiling _AtomicsShims.c
[8/919] Write sources
[63/919] Compiling _NumericsShims _NumericsShims.c
[64/919] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[65/919] Compiling CSystem shims.c
[66/919] Compiling CVaporBcrypt bcrypt.c
[67/919] Compiling CVaporBcrypt blf.c
[68/919] Compiling CNIOWindows shim.c
[69/919] Compiling CNIOWindows WSAStartup.c
[70/919] Compiling CNIOWASI CNIOWASI.c
[71/919] Compiling CNIOSHA1 c_nio_sha1.c
[72/919] Compiling CNIOLinux liburing_shims.c
[73/919] Compiling CNIOLinux shim.c
[74/919] Write swift-version-24593BA9C3E375BF.txt
[75/919] Compiling CNIOLLHTTP c_nio_http.c
[76/919] Compiling CNIOLLHTTP c_nio_api.c
[77/919] Compiling cpu_aarch64_fuchsia.cc
[78/919] Compiling a_bitstr.cc
[79/920] Compiling tasn_new.cc
[80/923] Compiling a_bool.cc
[81/923] Compiling CNIOLLHTTP c_nio_llhttp.c
[83/977] Emitting module _CertificateInternals
[84/977] Emitting module _NIODataStructures
[85/977] Emitting module _NIOBase64
[86/977] Compiling _NIOBase64 Base64.swift
[87/978] Compiling SwiftASN1 TimeUtilities.swift
[88/978] Compiling SwiftASN1 UTCTime.swift
[89/978] Emitting module ServiceContextModule
[90/978] Compiling ServiceContextModule ServiceContextKey.swift
[91/978] Compiling ServiceContextModule ServiceContext.swift
[92/981] Compiling _NIODataStructures PriorityQueue.swift
[93/981] Compiling _NIODataStructures _TinyArray.swift
[94/981] Compiling _CertificateInternals _TinyArray.swift
[95/982] Compiling SwiftASN1 ASN1OctetString.swift
[96/982] Compiling SwiftASN1 ASN1Strings.swift
[99/982] Compiling SwiftASN1 ArraySliceBigint.swift
[100/982] Compiling SwiftASN1 GeneralizedTime.swift
[101/985] Compiling SystemPackage MachPort.swift
[102/985] Compiling SystemPackage PlatformString.swift
[103/985] Compiling SystemPackage SystemString.swift
[104/985] Compiling SwiftASN1 ASN1Boolean.swift
[105/985] Compiling SwiftASN1 ASN1Identifier.swift
[106/985] Compiling SwiftASN1 ASN1Integer.swift
[107/985] Compiling SwiftASN1 ASN1Null.swift
[108/985] Compiling SwiftASN1 ASN1.swift
[109/985] Compiling SwiftASN1 BER.swift
[110/985] Compiling SwiftASN1 ASN1Any.swift
[111/985] Compiling SwiftASN1 ASN1BitString.swift
[116/985] Emitting module SystemPackage
[124/1017] Compiling RealModule Real.swift
[125/1018] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[126/1018] Compiling InternalCollectionsUtilities Specialize.swift
[127/1020] Compiling InternalCollectionsUtilities Debugging.swift
[128/1020] Compiling InternalCollectionsUtilities Descriptions.swift
[129/1020] Compiling InternalCollectionsUtilities _SortedCollection.swift
[130/1020] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[131/1020] Compiling RealModule Float+Real.swift
[132/1020] Compiling RealModule Float16+Real.swift
[133/1020] Compiling RealModule ElementaryFunctions.swift
[134/1020] Compiling RealModule Float80+Real.swift
[135/1020] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[136/1020] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[137/1020] Compiling RealModule RealFunctions.swift
[138/1020] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[139/1020] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[140/1020] Compiling SystemPackage Util+StringArray.swift
[141/1020] Compiling SystemPackage Util.swift
[142/1020] Compiling SystemPackage UtilConsumers.swift
[143/1020] Emitting module Logging
[144/1020] Emitting module SwiftASN1
[149/1020] Compiling InternalCollectionsUtilities Integer rank.swift
[150/1020] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[151/1020] Compiling InternalCollectionsUtilities UInt+reversed.swift
[152/1020] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[153/1020] Emitting module RealModule
[154/1021] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[155/1021] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[156/1021] Compiling Logging Locks.swift
[157/1021] Compiling Logging MetadataProvider.swift
[159/1021] Compiling _NIODataStructures Heap.swift
[166/1021] Compiling SystemPackage Constants.swift
[167/1021] Compiling SystemPackage Exports.swift
[170/1022] Compiling SystemPackage Mocking.swift
[171/1022] Compiling SystemPackage RawBuffer.swift
[172/1022] Compiling SystemPackage Syscalls.swift
[173/1022] Compiling SystemPackage WindowsSyscallAdapters.swift
[179/1024] Emitting module InternalCollectionsUtilities
[180/1026] Compiling UAParserSwift UAParserSwift.swift
[181/1026] Emitting module UAParserSwift
[185/1031] Compiling Instrumentation Instrument.swift
[186/1031] Emitting module Instrumentation
[186/1031] Wrapping AST for _NIODataStructures for debugging
[188/1031] Compiling Instrumentation MultiplexInstrument.swift
[189/1031] Compiling Instrumentation NoOpInstrument.swift
[190/1031] Compiling Instrumentation Locks.swift
[191/1034] Compiling Instrumentation InstrumentationSystem.swift
[191/1035] Wrapping AST for _CertificateInternals for debugging
[192/1035] Wrapping AST for _NIOBase64 for debugging
[194/1035] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[195/1035] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[195/1036] Wrapping AST for UAParserSwift for debugging
[196/1036] Wrapping AST for SystemPackage for debugging
[198/1036] Wrapping AST for SwiftASN1 for debugging
[200/1036] Wrapping AST for ServiceContextModule for debugging
[201/1036] Compiling CNIOExtrasZlib empty.c
[202/1036] Wrapping AST for RealModule for debugging
[204/1036] Compiling Logging LogHandler.swift
[205/1036] Compiling Logging Logging.swift
[205/1036] Compiling CNIODarwin shim.c
[206/1045] Wrapping AST for Instrumentation for debugging
[208/1045] Compiling CoreMetrics Locks.swift
[210/1045] Emitting module CoreMetrics
[211/1175] Compiling Tracing Tracer.swift
[212/1175] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[213/1175] Compiling Tracing InstrumentationSystem+Tracing.swift
[214/1236] Compiling Tracing TracerProtocol.swift
[215/1236] Compiling Tracing TracingTime.swift
[216/1266] Emitting module Tracing
[217/1266] Compiling HashTreeCollections _HashNode+Storage.swift
[218/1266] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[219/1268] Compiling HeapModule Heap.swift
[220/1268] Compiling HeapModule _HeapNode.swift
[221/1268] Compiling HashTreeCollections _HashNode+Structural filter.swift
[222/1268] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[223/1268] Compiling Tracing TracerProtocol+Legacy.swift
[224/1268] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[225/1268] Compiling HashTreeCollections _HashNode+Structural union.swift
[226/1268] Compiling HeapModule Heap+UnsafeHandle.swift
[227/1268] Compiling HeapModule Heap+Invariants.swift
[228/1268] Compiling HeapModule Heap+Descriptions.swift
[229/1268] Emitting module HeapModule
[231/1269] Compiling HashTreeCollections TreeDictionary+Collection.swift
[232/1269] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[233/1269] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[234/1269] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[235/1269] Compiling HashTreeCollections TreeDictionary.swift
[236/1269] Compiling HashTreeCollections TreeSet+Codable.swift
[237/1269] Compiling HashTreeCollections TreeSet+Collection.swift
[238/1269] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[239/1269] Compiling HashTreeCollections TreeSet+Debugging.swift
[240/1269] Compiling HashTreeCollections TreeSet+Descriptions.swift
[241/1269] Compiling HashTreeCollections TreeSet+Equatable.swift
[242/1269] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[243/1269] Compiling HashTreeCollections TreeSet+Extras.swift
[244/1269] Compiling HashTreeCollections TreeSet+Filter.swift
[245/1276] Compiling Tracing NoOpTracer.swift
[246/1276] Compiling Tracing SpanProtocol.swift
[247/1277] Compiling DequeModule _DequeSlot.swift
[248/1277] Compiling DequeModule _UnsafeWrappedBuffer.swift
[249/1277] Compiling HashTreeCollections TreeSet+Hashable.swift
[250/1277] Compiling HashTreeCollections TreeSet+Sendable.swift
[251/1277] Compiling HashTreeCollections TreeSet+Sequence.swift
[252/1277] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[253/1277] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[254/1277] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[255/1277] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[256/1277] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[257/1277] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[258/1277] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[259/1277] Compiling HashTreeCollections _Bucket.swift
[260/1277] Compiling HashTreeCollections _Hash.swift
[261/1277] Compiling HashTreeCollections _HashLevel.swift
[262/1277] Compiling HashTreeCollections _HashNode+Builder.swift
[263/1277] Compiling HashTreeCollections _HashNode+Debugging.swift
[264/1277] Compiling HashTreeCollections _HashNode+Initializers.swift
[265/1277] Compiling HashTreeCollections _HashNode+Invariants.swift
[266/1277] Compiling HashTreeCollections _HashNode+Lookups.swift
[268/1293] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[269/1293] Compiling HashTreeCollections _HashTreeIterator.swift
[270/1293] Compiling HashTreeCollections _HashTreeStatistics.swift
[271/1293] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[272/1293] Compiling HashTreeCollections _RawHashNode.swift
[273/1293] Compiling HashTreeCollections _UnmanagedHashNode.swift
[274/1293] Compiling HashTreeCollections _UnsafePath.swift
[275/1293] Compiling HashTreeCollections TreeDictionary+Codable.swift
[276/1293] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[277/1293] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[278/1293] Compiling HashTreeCollections _HashNode+Structural merge.swift
[279/1293] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[284/1293] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[285/1293] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[286/1293] Compiling HashTreeCollections _HashNode.swift
[287/1293] Compiling HashTreeCollections _HashNodeHeader.swift
[288/1293] Compiling HashTreeCollections _HashSlot.swift
[289/1293] Compiling HashTreeCollections _HashStack.swift
[290/1293] Compiling HashTreeCollections _AncestorHashSlots.swift
[291/1293] Compiling HashTreeCollections _Bitmap.swift
[291/1293] Wrapping AST for Tracing for debugging
[293/1293] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[294/1293] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[299/1293] Compiling CoreMetrics Metrics.swift
[310/1294] Emitting module RoutingKit
[311/1294] Compiling RoutingKit PathComponent.swift
[312/1294] Compiling RoutingKit Parameters.swift
[313/1294] Wrapping AST for Logging for debugging
[315/1294] Compiling RoutingKit AnyRouter.swift
[316/1294] Compiling OrderedCollections OrderedSet+Sendable.swift
[317/1294] Compiling OrderedCollections OrderedSet+SubSequence.swift
[318/1294] Compiling OrderedCollections OrderedSet+Testing.swift
[319/1294] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[320/1294] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[321/1294] Compiling OrderedCollections OrderedSet.swift
[322/1294] Compiling OrderedCollections _UnsafeBitset.swift
[323/1294] Compiling HashTreeCollections TreeDictionary+Merge.swift
[324/1294] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[325/1294] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[326/1294] Compiling HashTreeCollections TreeDictionary+Values.swift
[327/1294] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[328/1294] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[337/1303] Wrapping AST for InternalCollectionsUtilities for debugging
[338/1303] Wrapping AST for HeapModule for debugging
[340/1303] Emitting module DequeModule
[340/1304] Wrapping AST for CoreMetrics for debugging
[341/1304] Compiling CSQLite sqlite_nio_sqlite3.c
[343/1305] Compiling RoutingKit Router.swift
[344/1306] Compiling RoutingKit TrieRouter.swift
[344/1307] Compiling fiat_p256_adx_sqr.S
[346/1307] Compiling fiat_p256_adx_mul.S
[347/1307] Compiling fiat_curve25519_adx_square.S
[350/1307] Compiling _RopeModule _CharacterRecognizer.swift
[351/1307] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[352/1307] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[353/1307] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[354/1307] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[355/1307] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[356/1307] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[357/1307] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[358/1307] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[359/1307] Compiling HashTreeCollections TreeSet.swift
[359/1307] Compiling fiat_curve25519_adx_mul.S
[360/1307] Wrapping AST for DequeModule for debugging
[361/1307] Wrapping AST for RoutingKit for debugging
[363/1307] Emitting module Metrics
[382/1307] Compiling Metrics Metrics.swift
[413/1308] Compiling CNIOBoringSSLShims shims.c
[421/1308] Wrapping AST for Metrics for debugging
[433/1308] Emitting module OrderedCollections
[446/1309] Emitting module _RopeModule
[469/1309] Compiling _RopeModule Rope+Join.swift
[470/1309] Compiling _RopeModule Rope+MutatingForEach.swift
[471/1309] Compiling _RopeModule Rope+Remove.swift
[472/1309] Compiling _RopeModule Rope+RemoveSubrange.swift
[473/1309] Compiling _RopeModule Rope+Split.swift
[474/1309] Compiling _RopeModule Optional Utilities.swift
[475/1309] Compiling _RopeModule String Utilities.swift
[476/1309] Compiling _RopeModule String.Index+ABI.swift
[477/1309] Compiling tls_method.cc
[478/1309] Compiling tls_record.cc
[479/1309] Wrapping AST for OrderedCollections for debugging
[480/1309] Compiling tls13_server.cc
[482/1309] Emitting module HashTreeCollections
[483/1310] Compiling tls13_client.cc
[484/1310] Compiling tls13_enc.cc
[504/1311] Wrapping AST for HashTreeCollections for debugging
[506/1311] Compiling tls13_both.cc
[507/1311] Wrapping AST for _RopeModule for debugging
[508/1311] Compiling t1_enc.cc
[509/1311] Compiling ssl_versions.cc
[510/1311] Compiling ssl_x509.cc
[511/1311] Compiling ssl_stat.cc
[512/1311] Compiling ssl_transcript.cc
[513/1311] Compiling ssl_session.cc
[514/1311] Compiling ssl_privkey.cc
[515/1311] Compiling ssl_file.cc
[516/1311] Compiling ssl_lib.cc
[517/1311] Compiling ssl_key_share.cc
[518/1311] Compiling ssl_cipher.cc
[519/1311] Compiling ssl_credential.cc
[520/1311] Compiling ssl_cert.cc
[521/1311] Compiling ssl_buffer.cc
[522/1311] Compiling ssl_asn1.cc
[523/1311] Compiling ssl_aead_ctx.cc
[524/1311] Compiling s3_pkt.cc
[525/1311] Compiling s3_lib.cc
[526/1311] Compiling s3_both.cc
[527/1311] Compiling handshake_server.cc
[528/1311] Compiling handshake_client.cc
[529/1311] Compiling handshake.cc
[530/1311] Compiling handoff.cc
[531/1311] Compiling encrypted_client_hello.cc
[532/1311] Compiling dtls_record.cc
[533/1311] Compiling md5-x86_64-linux.S
[534/1311] Compiling md5-x86_64-apple.S
[535/1311] Compiling md5-586-linux.S
[536/1311] Compiling md5-586-apple.S
[537/1311] Compiling dtls_method.cc
[538/1311] Compiling extensions.cc
[539/1311] Compiling chacha20_poly1305_x86_64-linux.S
[540/1311] Compiling chacha20_poly1305_x86_64-apple.S
[541/1311] Compiling d1_srtp.cc
[542/1311] Compiling chacha20_poly1305_armv8-win.S
[543/1311] Compiling chacha20_poly1305_armv8-linux.S
[544/1311] Compiling err_data.cc
[545/1311] Compiling chacha20_poly1305_armv8-apple.S
[546/1311] Compiling d1_pkt.cc
[547/1311] Compiling chacha-x86_64-linux.S
[548/1311] Compiling chacha-x86_64-apple.S
[549/1311] Compiling chacha-x86-linux.S
[550/1311] Compiling chacha-x86-apple.S
[551/1311] Compiling chacha-armv8-win.S
[552/1311] Compiling d1_lib.cc
[553/1311] Compiling chacha-armv8-linux.S
[554/1311] Compiling chacha-armv8-apple.S
[555/1311] Compiling chacha-armv4-linux.S
[556/1311] Compiling aes128gcmsiv-x86_64-linux.S
[557/1311] Compiling bio_ssl.cc
[558/1311] Compiling x86_64-mont-linux.S
[559/1311] Compiling aes128gcmsiv-x86_64-apple.S
[560/1311] Compiling x86_64-mont5-linux.S
[561/1311] Compiling x86_64-mont5-apple.S
[562/1311] Compiling x86_64-mont-apple.S
[563/1311] Compiling x86-mont-apple.S
[564/1311] Compiling x86-mont-linux.S
[565/1311] Compiling vpaes-x86_64-linux.S
[566/1311] Compiling vpaes-x86_64-apple.S
[567/1311] Compiling vpaes-armv8-win.S
[567/1311] Compiling vpaes-x86-apple.S
[569/1311] Compiling vpaes-x86-linux.S
[570/1311] Compiling vpaes-armv8-linux.S
[571/1311] Compiling vpaes-armv8-apple.S
[572/1311] Compiling vpaes-armv7-linux.S
[573/1311] Compiling sha512-armv8-win.S
[574/1311] Compiling sha512-armv8-linux.S
[575/1311] Compiling sha512-x86_64-linux.S
[576/1311] Compiling sha512-x86_64-apple.S
[577/1311] Compiling sha512-armv8-apple.S
[578/1311] Compiling sha512-armv4-linux.S
[579/1311] Compiling sha512-586-linux.S
[580/1311] Compiling sha256-x86_64-apple.S
[581/1311] Compiling sha512-586-apple.S
[582/1311] Compiling sha256-armv8-linux.S
[583/1311] Compiling sha256-armv8-win.S
[584/1311] Compiling sha256-x86_64-linux.S
[584/1311] Compiling sha256-armv8-apple.S
[586/1311] Compiling sha256-armv4-linux.S
[587/1311] Compiling sha256-586-apple.S
[588/1311] Compiling sha256-586-linux.S
[589/1311] Compiling sha1-armv8-linux.S
[590/1311] Compiling sha1-armv8-win.S
[591/1311] Compiling sha1-x86_64-apple.S
[592/1311] Compiling sha1-armv8-apple.S
[593/1311] Compiling sha1-x86_64-linux.S
[594/1311] Compiling sha1-armv4-large-linux.S
[595/1311] Compiling rsaz-avx2-apple.S
[596/1311] Compiling rdrand-x86_64-linux.S
[597/1311] Compiling rdrand-x86_64-apple.S
[598/1311] Compiling rsaz-avx2-linux.S
[598/1311] Compiling sha1-586-apple.S
[600/1311] Compiling sha1-586-linux.S
[601/1311] Compiling p256_beeu-x86_64-asm-linux.S
[602/1311] Compiling p256_beeu-x86_64-asm-apple.S
[603/1311] Compiling p256_beeu-armv8-asm-apple.S
[604/1311] Compiling p256_beeu-armv8-asm-linux.S
[605/1311] Compiling p256_beeu-armv8-asm-win.S
[606/1311] Compiling p256-x86_64-asm-apple.S
[607/1311] Compiling p256-x86_64-asm-linux.S
[608/1311] Compiling p256-armv8-asm-win.S
[609/1311] Compiling p256-armv8-asm-linux.S
[610/1311] Compiling d1_both.cc
[611/1311] Compiling ghashv8-armv8-linux.S
[612/1311] Compiling ghashv8-armv8-win.S
[612/1311] Compiling p256-armv8-asm-apple.S
[614/1311] Compiling ghashv8-armv8-apple.S
[615/1311] Compiling ghash-x86_64-linux.S
[616/1311] Compiling ghash-x86-linux.S
[617/1311] Compiling ghash-x86_64-apple.S
[618/1311] Compiling ghash-ssse3-x86_64-linux.S
[619/1311] Compiling ghashv8-armv7-linux.S
[620/1311] Compiling ghash-x86-apple.S
[621/1311] Compiling ghash-ssse3-x86-apple.S
[622/1311] Compiling ghash-ssse3-x86-linux.S
[623/1311] Compiling ghash-ssse3-x86_64-apple.S
[624/1311] Compiling ghash-armv4-linux.S
[625/1311] Compiling ghash-neon-armv8-linux.S
[626/1311] Compiling ghash-neon-armv8-win.S
[627/1311] Compiling ghash-neon-armv8-apple.S
[628/1311] Compiling co-586-linux.S
[629/1311] Compiling bsaes-armv7-linux.S
[630/1311] Compiling co-586-apple.S
[631/1311] Compiling bn-armv8-win.S
[632/1311] Compiling bn-armv8-linux.S
[633/1311] Compiling bn-armv8-apple.S
[634/1311] Compiling bn-586-apple.S
[635/1311] Compiling bn-586-linux.S
[636/1311] Compiling armv8-mont-win.S
[637/1311] Compiling armv8-mont-linux.S
[638/1311] Compiling armv8-mont-apple.S
[639/1311] Compiling aesv8-gcm-armv8-win.S
[640/1311] Compiling armv4-mont-linux.S
[641/1311] Compiling aesv8-gcm-armv8-linux.S
[642/1311] Compiling aesv8-armv8-win.S
[642/1311] Compiling aesv8-gcm-armv8-apple.S
[644/1311] Compiling aesv8-armv8-linux.S
[645/1311] Compiling aesv8-armv8-apple.S
[646/1311] Compiling aesv8-armv7-linux.S
[647/1311] Compiling aesni-x86-linux.S
[648/1311] Compiling aesni-x86_64-apple.S
[649/1311] Compiling aesni-x86_64-linux.S
[650/1311] Compiling aesni-x86-apple.S
[651/1311] Compiling aesni-gcm-x86_64-linux.S
[652/1311] Compiling aesni-gcm-x86_64-apple.S
[653/1311] Compiling aes-gcm-avx2-x86_64-linux.S
[654/1311] Compiling aes-gcm-avx2-x86_64-apple.S
[655/1311] Compiling aes-gcm-avx10-x86_64-linux.S
[656/1311] Compiling aes-gcm-avx10-x86_64-apple.S
[657/1311] Compiling x_sig.cc
[658/1311] Compiling x_req.cc
[659/1311] Compiling x_spki.cc
[660/1311] Compiling x_pubkey.cc
[661/1311] Compiling x_val.cc
[662/1311] Compiling x_x509.cc
[663/1311] Compiling x_x509a.cc
[664/1311] Compiling x_name.cc
[665/1311] Compiling x_attrib.cc
[666/1311] Compiling x_algor.cc
[667/1311] Compiling x_exten.cc
[668/1311] Compiling x509spki.cc
[669/1311] Compiling x_crl.cc
[670/1311] Compiling x509rset.cc
[671/1311] Compiling x_all.cc
[672/1311] Compiling x509name.cc
[673/1311] Compiling x509cset.cc
[674/1311] Compiling x509_txt.cc
[675/1311] Compiling x509_vpm.cc
[676/1311] Compiling x509_trs.cc
[677/1311] Compiling x509_v3.cc
[678/1311] Compiling x509_vfy.cc
[679/1311] Compiling x509_req.cc
[680/1311] Compiling x509_set.cc
[681/1311] Compiling x509_obj.cc
[682/1311] Compiling x509_lu.cc
[683/1311] Compiling x509_def.cc
[684/1311] Compiling x509_d2.cc
[685/1311] Compiling x509_ext.cc
[686/1311] Compiling x509_cmp.cc
[687/1311] Compiling x509.cc
[688/1311] Compiling x509_att.cc
[689/1311] Compiling v3_pmaps.cc
[690/1311] Compiling v3_skey.cc
[691/1311] Compiling v3_prn.cc
[692/1311] Compiling v3_utl.cc
[693/1311] Compiling v3_ocsp.cc
[694/1311] Compiling v3_purp.cc
[695/1311] Compiling v3_pcons.cc
[696/1311] Compiling v3_ncons.cc
[697/1311] Compiling v3_lib.cc
[698/1311] Compiling v3_int.cc
[699/1311] Compiling v3_info.cc
[700/1311] Compiling v3_genn.cc
[701/1311] Compiling v3_ia5.cc
[702/1311] Compiling v3_enum.cc
[703/1311] Compiling v3_extku.cc
[704/1311] Compiling v3_crld.cc
[705/1311] Compiling v3_cpols.cc
[706/1311] Compiling v3_conf.cc
[707/1311] Compiling v3_akeya.cc
[708/1311] Compiling v3_bitst.cc
[709/1311] Compiling v3_bcons.cc
[710/1311] Compiling v3_alt.cc
[711/1311] Compiling v3_akey.cc
[712/1311] Compiling t_x509a.cc
[713/1311] Compiling t_x509.cc
[714/1311] Compiling i2d_pr.cc
[715/1311] Compiling name_print.cc
[716/1311] Compiling t_crl.cc
[717/1311] Compiling rsa_pss.cc
[718/1311] Compiling t_req.cc
[719/1311] Compiling by_file.cc
[720/1311] Compiling policy.cc
[721/1311] Compiling by_dir.cc
[722/1311] Compiling asn1_gen.cc
[723/1311] Compiling a_digest.cc
[724/1311] Compiling a_verify.cc
[725/1311] Compiling algorithm.cc
[726/1311] Compiling voprf.cc
[727/1311] Compiling trust_token.cc
[728/1311] Compiling a_sign.cc
[729/1311] Compiling thread_win.cc
[730/1311] Compiling thread_none.cc
[731/1311] Compiling pmbtoken.cc
[732/1311] Compiling thread.cc
[733/1311] Compiling thread_pthread.cc
[734/1311] Compiling stack.cc
[735/1311] Compiling sha512.cc
[736/1311] Compiling sha256.cc
[737/1311] Compiling sha1.cc
[738/1311] Compiling siphash.cc
[739/1311] Compiling slhdsa.cc
[740/1311] Compiling rsa_print.cc
[741/1311] Compiling spake2plus.cc
[742/1311] Compiling rsa_extra.cc
[743/1311] Compiling rsa_crypt.cc
[744/1311] Compiling refcount.cc
[745/1311] Compiling rc4.cc
[746/1311] Compiling trusty.cc
[747/1311] Compiling windows.cc
[748/1311] Compiling urandom.cc
[749/1311] Compiling rand.cc
[750/1311] Compiling ios.cc
[751/1311] Compiling rsa_asn1.cc
[752/1311] Compiling passive.cc
[753/1311] Compiling getentropy.cc
[754/1311] Compiling poly1305_arm_asm.S
[755/1311] Compiling forkunsafe.cc
[756/1311] Compiling fork_detect.cc
[757/1311] Compiling deterministic.cc
[758/1311] Compiling poly1305.cc
[759/1311] Compiling poly1305_arm.cc
[760/1311] Compiling poly1305_vec.cc
[761/1311] Compiling pool.cc
[762/1311] Compiling pkcs7.cc
[763/1311] Compiling pkcs8_x509.cc
[764/1311] Compiling pkcs8.cc
[765/1311] Compiling pkcs7_x509.cc
[766/1311] Compiling p5_pbev2.cc
[767/1311] Compiling pem_xaux.cc
[768/1311] Compiling pem_x509.cc
[769/1311] Compiling pem_pkey.cc
[770/1311] Compiling obj_xref.cc
[771/1311] Compiling mlkem.cc
[772/1311] Compiling pem_pk8.cc
[773/1311] Compiling pem_oth.cc
[774/1311] Compiling pem_info.cc
[775/1311] Compiling pem_lib.cc
[776/1311] Compiling pem_all.cc
[777/1311] Compiling obj.cc
[778/1311] Compiling mldsa.cc
[779/1311] Compiling poly_rq_mul.S
[780/1311] Compiling fips_shared_support.cc
[781/1311] Compiling mem.cc
[782/1311] Compiling md5.cc
[783/1311] Compiling lhash.cc
[784/1311] Compiling md4.cc
[785/1311] Compiling hrss.cc
[786/1311] Compiling kyber.cc
[787/1311] Compiling ex_data.cc
[788/1311] Compiling sign.cc
[789/1311] Compiling scrypt.cc
[790/1311] Compiling pbkdf.cc
[791/1311] Compiling hpke.cc
[792/1311] Compiling print.cc
[793/1311] Compiling p_x25519.cc
[794/1311] Compiling p_x25519_asn1.cc
[795/1311] Compiling p_ed25519.cc
[796/1311] Compiling p_rsa_asn1.cc
[797/1311] Compiling p_rsa.cc
[798/1311] Compiling p_hkdf.cc
[799/1311] Compiling p_ed25519_asn1.cc
[800/1311] Compiling p_ec_asn1.cc
[801/1311] Compiling p_ec.cc
[802/1311] Compiling p_dh_asn1.cc
[803/1311] Compiling p_dh.cc
[804/1311] Compiling evp_ctx.cc
[805/1311] Compiling err.cc
[806/1311] Compiling p_dsa_asn1.cc
[807/1311] Compiling evp.cc
[808/1311] Compiling engine.cc
[809/1311] Compiling evp_asn1.cc
[810/1311] Compiling ecdh.cc
[811/1311] Compiling hash_to_curve.cc
[812/1311] Compiling ec_derive.cc
[813/1311] Compiling ecdsa_asn1.cc
[814/1311] Compiling dsa.cc
[815/1311] Compiling ec_asn1.cc
[816/1311] Compiling params.cc
[817/1311] Compiling dsa_asn1.cc
[818/1311] Compiling x25519-asm-arm.S
[819/1311] Compiling des.cc
[820/1311] Compiling digest_extra.cc
[821/1311] Compiling dh_asn1.cc
[822/1311] Compiling cpu_intel.cc
[823/1311] Compiling cpu_arm_linux.cc
[824/1311] Compiling crypto.cc
[825/1311] Compiling spake25519.cc
[826/1311] Compiling curve25519.cc
[827/1311] Compiling cpu_arm_freebsd.cc
[828/1311] Compiling bcm.cc
[829/1311] Compiling cpu_aarch64_win.cc
[830/1311] Compiling cpu_aarch64_openbsd.cc
[831/1311] Compiling curve25519_64_adx.cc
[832/1311] Compiling cpu_aarch64_sysreg.cc
[833/1311] Compiling cpu_aarch64_linux.cc
[834/1311] Compiling cpu_aarch64_fuchsia.cc
[835/1311] Compiling cpu_aarch64_apple.cc
[836/1311] Compiling e_tls.cc
[837/1311] Compiling get_cipher.cc
[838/1311] Compiling conf.cc
[839/1311] Compiling tls_cbc.cc
[840/1311] Compiling e_rc4.cc
[840/1311] Compiling e_null.cc
[842/1311] Compiling e_des.cc
[843/1311] Compiling e_rc2.cc
[844/1311] Compiling derive_key.cc
[845/1311] Compiling e_aesgcmsiv.cc
[846/1311] Compiling e_aesctrhmac.cc
[847/1311] Compiling e_chacha20poly1305.cc
[848/1311] Compiling chacha.cc
[849/1311] Compiling unicode.cc
[850/1311] Compiling cbb.cc
[851/1311] Compiling cbs.cc
[852/1311] Compiling buf.cc
[853/1311] Compiling ber.cc
[854/1311] Compiling bn_asn1.cc
[855/1311] Compiling blake2.cc
[856/1311] Compiling asn1_compat.cc
[856/1311] Compiling convert.cc
[858/1311] Compiling socket.cc
[859/1311] Compiling socket_helper.cc
[860/1311] Compiling printf.cc
[861/1311] Compiling pair.cc
[862/1311] Compiling errno.cc
[863/1311] Compiling hexdump.cc
[864/1311] Compiling fd.cc
[865/1311] Compiling file.cc
[866/1311] Compiling bio_mem.cc
[867/1311] Compiling connect.cc
[868/1311] Compiling bio.cc
[869/1311] Compiling tasn_typ.cc
[870/1311] Compiling base64.cc
[871/1311] Compiling tasn_fre.cc
[872/1311] Compiling tasn_enc.cc
[873/1311] Compiling tasn_new.cc
[874/1311] Compiling tasn_utl.cc
[875/1311] Compiling f_int.cc
[876/1311] Compiling posix_time.cc
[877/1311] Compiling f_string.cc
[878/1311] Compiling asn_pack.cc
[879/1311] Compiling tasn_dec.cc
[880/1311] Compiling asn1_par.cc
[881/1311] Compiling a_octet.cc
[882/1311] Compiling a_type.cc
[883/1311] Compiling a_utctm.cc
[884/1311] Compiling asn1_lib.cc
[885/1311] Compiling a_time.cc
[886/1311] Compiling a_strnid.cc
[887/1311] Compiling a_strex.cc
[888/1311] Compiling a_object.cc
[889/1311] Compiling a_dup.cc
[890/1311] Compiling a_i2d_fp.cc
[891/1311] Compiling a_d2i_fp.cc
[892/1311] Compiling a_mbstr.cc
[893/1311] Compiling a_int.cc
[894/1311] Compiling a_gentm.cc
[895/1311] Compiling a_bitstr.cc
[896/1311] Compiling fiat_p256_adx_mul.S
[897/1311] Compiling fiat_p256_adx_sqr.S
[898/1311] Compiling fiat_curve25519_adx_square.S
[899/1311] Compiling fiat_curve25519_adx_mul.S
[900/1311] Compiling md5-x86_64-apple.S
[901/1311] Compiling md5-x86_64-linux.S
[902/1311] Compiling md5-586-linux.S
[903/1311] Compiling md5-586-apple.S
[904/1311] Compiling a_bool.cc
[905/1311] Compiling chacha20_poly1305_x86_64-apple.S
[906/1311] Compiling chacha20_poly1305_armv8-win.S
[907/1311] Compiling chacha20_poly1305_x86_64-linux.S
[908/1311] Compiling chacha20_poly1305_armv8-linux.S
[908/1311] Compiling chacha20_poly1305_armv8-apple.S
[910/1311] Compiling chacha-x86_64-apple.S
[911/1311] Compiling chacha-x86_64-linux.S
[912/1311] Compiling chacha-x86-linux.S
[913/1311] Compiling chacha-x86-apple.S
[914/1311] Compiling CCryptoBoringSSLShims shims.c
[915/1311] Compiling chacha-armv8-win.S
[915/1311] Compiling chacha-armv8-linux.S
[917/1311] Compiling chacha-armv8-apple.S
[918/1311] Compiling aes128gcmsiv-x86_64-linux.S
[919/1311] Compiling err_data.cc
[920/1311] Compiling chacha-armv4-linux.S
[921/1311] Compiling x86_64-mont5-linux.S
[922/1311] Compiling aes128gcmsiv-x86_64-apple.S
[923/1311] Compiling x86_64-mont5-apple.S
[924/1311] Compiling x86_64-mont-apple.S
[925/1311] Compiling x86_64-mont-linux.S
[926/1311] Compiling x86-mont-linux.S
[927/1311] Compiling x86-mont-apple.S
[928/1311] Compiling vpaes-x86_64-apple.S
[929/1311] Compiling vpaes-x86_64-linux.S
[930/1311] Compiling vpaes-x86-apple.S
[931/1311] Compiling vpaes-x86-linux.S
[932/1311] Compiling vpaes-armv8-win.S
[933/1311] Compiling vpaes-armv8-apple.S
[934/1311] Compiling vpaes-armv8-linux.S
[935/1311] Compiling vpaes-armv7-linux.S
[936/1311] Compiling sha512-x86_64-apple.S
[937/1311] Compiling sha512-x86_64-linux.S
[938/1311] Compiling sha512-armv8-win.S
[938/1311] Compiling sha512-armv8-apple.S
[938/1311] Compiling sha512-armv8-linux.S
[941/1311] Compiling sha512-armv4-linux.S
[942/1311] Compiling sha512-586-linux.S
[943/1311] Compiling sha256-armv8-linux.S
[944/1311] Compiling sha256-x86_64-apple.S
[944/1311] Compiling sha256-armv8-apple.S
[946/1311] Compiling sha256-armv8-win.S
[947/1311] Compiling sha512-586-apple.S
[948/1311] Compiling sha256-x86_64-linux.S
[949/1311] Compiling sha256-586-linux.S
[950/1311] Compiling sha256-586-apple.S
[951/1311] Compiling sha1-x86_64-apple.S
[951/1311] Compiling sha256-armv4-linux.S
[953/1311] Compiling sha1-x86_64-linux.S
[954/1311] Compiling sha1-armv8-win.S
[955/1311] Compiling sha1-armv8-linux.S
[956/1311] Compiling sha1-armv4-large-linux.S
[957/1311] Compiling sha1-586-linux.S
[958/1311] Compiling sha1-armv8-apple.S
[959/1311] Compiling rsaz-avx2-linux.S
[960/1311] Compiling sha1-586-apple.S
[961/1311] Compiling rdrand-x86_64-linux.S
[962/1311] Compiling rdrand-x86_64-apple.S
[963/1311] Compiling p256_beeu-x86_64-asm-apple.S
[964/1311] Compiling rsaz-avx2-apple.S
[965/1311] Compiling p256_beeu-x86_64-asm-linux.S
[966/1311] Compiling p256_beeu-armv8-asm-win.S
[967/1311] Compiling p256_beeu-armv8-asm-linux.S
[968/1311] Compiling p256_beeu-armv8-asm-apple.S
[969/1311] Compiling p256-armv8-asm-win.S
[970/1311] Compiling p256-x86_64-asm-linux.S
[971/1311] Compiling p256-x86_64-asm-apple.S
[972/1311] Compiling p256-armv8-asm-linux.S
[973/1311] Compiling p256-armv8-asm-apple.S
[974/1311] Compiling ghashv8-armv8-win.S
[975/1311] Compiling ghashv8-armv8-linux.S
[976/1311] Compiling ghashv8-armv8-apple.S
[977/1311] Compiling ghashv8-armv7-linux.S
[978/1311] Compiling ghash-x86-linux.S
[979/1311] Compiling ghash-x86_64-apple.S
[980/1311] Compiling ghash-x86_64-linux.S
[981/1311] Compiling ghash-ssse3-x86_64-apple.S
[982/1311] Compiling ghash-x86-apple.S
[983/1311] Compiling ghash-ssse3-x86_64-linux.S
[984/1311] Compiling ghash-ssse3-x86-linux.S
[985/1311] Compiling ghash-ssse3-x86-apple.S
[986/1311] Compiling ghash-neon-armv8-win.S
[987/1311] Compiling ghash-armv4-linux.S
[988/1311] Compiling co-586-apple.S
[989/1311] Compiling ghash-neon-armv8-linux.S
[989/1311] Compiling ghash-neon-armv8-apple.S
[991/1311] Compiling co-586-linux.S
[992/1311] Compiling bn-armv8-win.S
[993/1311] Compiling bn-armv8-linux.S
[993/1311] Compiling bsaes-armv7-linux.S
[995/1311] Compiling bn-armv8-apple.S
[996/1311] Compiling bn-586-apple.S
[997/1311] Compiling armv8-mont-win.S
[998/1311] Compiling bn-586-linux.S
[999/1311] Compiling armv4-mont-linux.S
[1000/1311] Compiling armv8-mont-linux.S
[1001/1311] Compiling armv8-mont-apple.S
[1002/1311] Compiling aesv8-gcm-armv8-win.S
[1003/1311] Compiling aesv8-gcm-armv8-linux.S
[1004/1311] Compiling aesv8-armv8-win.S
[1005/1311] Compiling aesv8-armv8-linux.S
[1006/1311] Compiling aesv8-gcm-armv8-apple.S
[1007/1311] Compiling aesv8-armv8-apple.S
[1008/1311] Compiling aesv8-armv7-linux.S
[1009/1311] Compiling aesni-x86_64-apple.S
[1010/1311] Compiling aesni-x86-linux.S
[1011/1311] Compiling aesni-x86-apple.S
[1011/1311] Compiling aesni-gcm-x86_64-apple.S
[1013/1311] Compiling aesni-x86_64-linux.S
[1014/1311] Compiling aesni-gcm-x86_64-linux.S
[1015/1311] Compiling aes-gcm-avx10-x86_64-linux.S
[1016/1311] Compiling aes-gcm-avx10-x86_64-apple.S
[1017/1311] Compiling x_sig.cc
[1018/1311] Compiling x_val.cc
[1019/1311] Compiling x_x509a.cc
[1020/1311] Compiling x_spki.cc
[1021/1311] Compiling c-nioatomics.c
[1022/1311] Compiling x_x509.cc
[1023/1311] Compiling x_req.cc
[1024/1311] Compiling x_pubkey.cc
[1025/1311] Compiling c-atomics.c
[1026/1311] Compiling x_name.cc
[1027/1311] Compiling x_crl.cc
[1028/1311] Compiling x_exten.cc
[1029/1311] Compiling x_attrib.cc
[1030/1311] Compiling x_algor.cc
[1031/1311] Compiling x_all.cc
[1033/1317] Compiling NIOConcurrencyHelpers NIOLock.swift
[1033/1317] Compiling x509spki.cc
[1035/1317] Compiling NIOConcurrencyHelpers lock.swift
[1035/1317] Compiling x509rset.cc
[1036/1317] Compiling x509cset.cc
[1037/1317] Compiling x509name.cc
[1039/1317] Emitting module NIOConcurrencyHelpers
[1040/1317] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1041/1317] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1042/1317] Compiling NIOConcurrencyHelpers atomics.swift
[1042/1318] Compiling x509_vpm.cc
[1043/1318] Compiling x509_v3.cc
[1045/1318] Compiling x509_vfy.cc
[1046/1318] Compiling x509_txt.cc
[1048/1344] Emitting module ConsoleKitTerminal
[1048/1344] Compiling x509_trs.cc
[1050/1347] Compiling ConsoleKitTerminal Console+Confirm.swift
[1051/1347] Compiling ConsoleKitTerminal Console+Input.swift
[1052/1347] Compiling ConsoleKitTerminal Console+Center.swift
[1053/1347] Compiling ConsoleKitTerminal Console+Output.swift
[1053/1347] Wrapping AST for NIOConcurrencyHelpers for debugging
[1055/1347] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1056/1347] Compiling ConsoleKitTerminal ConsoleClear.swift
[1057/1347] Compiling ConsoleKitTerminal Console+Ask.swift
[1058/1347] Compiling ConsoleKitTerminal Console+Choose.swift
[1058/1347] Compiling x509_set.cc
[1059/1347] Compiling x509_obj.cc
[1060/1347] Compiling x509_req.cc
[1061/1347] Compiling x509_def.cc
[1062/1347] Compiling x509_lu.cc
[1063/1347] Compiling x509_ext.cc
[1065/1347] Compiling ConsoleKitTerminal ActivityBar.swift
[1066/1347] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1067/1347] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1068/1347] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1069/1347] Compiling ConsoleKitTerminal CustomActivity.swift
[1070/1347] Compiling ConsoleKitTerminal LoadingBar.swift
[1071/1347] Compiling ConsoleKitTerminal ProgressBar.swift
[1072/1347] Compiling ConsoleKitTerminal Console+Clear.swift
[1073/1347] Compiling ConsoleKitTerminal ConsoleText.swift
[1074/1347] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1075/1347] Compiling ConsoleKitTerminal ANSI.swift
[1076/1347] Compiling ConsoleKitTerminal Console+Wait.swift
[1077/1347] Compiling ConsoleKitTerminal ConsoleColor.swift
[1078/1347] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1079/1347] Compiling ConsoleKitTerminal Console.swift
[1080/1347] Compiling ConsoleKitTerminal Terminal.swift
[1081/1347] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1081/1347] Compiling v3_skey.cc
[1082/1347] Compiling x509_d2.cc
[1083/1347] Compiling x509_cmp.cc
[1084/1347] Compiling x509.cc
[1085/1347] Compiling x509_att.cc
[1087/1347] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1088/1347] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1089/1347] Compiling ConsoleKitTerminal LoggerFragment.swift
[1089/1348] Compiling v3_utl.cc
[1091/1348] Compiling v3_purp.cc
[1092/1348] Compiling v3_prn.cc
[1093/1348] Compiling v3_pmaps.cc
[1094/1348] Compiling v3_ocsp.cc
[1095/1348] Compiling v3_pcons.cc
[1096/1348] Wrapping AST for ConsoleKitTerminal for debugging
[1097/1358] Compiling v3_ncons.cc
[1098/1370] Compiling v3_lib.cc
[1099/1370] Compiling v3_int.cc
[1100/1370] Compiling v3_info.cc
[1102/1370] Emitting module ConsoleKitCommands
[1103/1372] Compiling ConsoleKitCommands CommandSignature.swift
[1104/1372] Compiling ConsoleKitCommands Flag.swift
[1105/1372] Compiling ConsoleKitCommands Option.swift
[1105/1372] Compiling v3_genn.cc
[1107/1372] Compiling ConsoleKitCommands AsyncCommands.swift
[1108/1372] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1109/1372] Compiling ConsoleKitCommands AnyCommand.swift
[1110/1372] Compiling ConsoleKitCommands Command.swift
[1111/1372] Compiling ConsoleKitCommands CommandContext.swift
[1112/1372] Compiling ConsoleKitCommands CommandError.swift
[1113/1372] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1114/1372] Compiling ConsoleKitCommands AsyncCommand.swift
[1115/1372] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1116/1372] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1117/1372] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1118/1372] Compiling ConsoleKitCommands Argument.swift
[1119/1372] Compiling ConsoleKitCommands CommandGroup.swift
[1120/1372] Compiling ConsoleKitCommands CommandInput.swift
[1121/1372] Compiling ConsoleKitCommands Commands.swift
[1122/1372] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1123/1372] Compiling ConsoleKitCommands Utilities.swift
[1123/1372] Compiling v3_ia5.cc
[1124/1372] Compiling v3_cpols.cc
[1125/1372] Compiling v3_enum.cc
[1126/1372] Compiling v3_extku.cc
[1127/1372] Compiling v3_crld.cc
[1128/1372] Compiling v3_conf.cc
[1129/1372] Compiling v3_bitst.cc
[1130/1372] Compiling v3_bcons.cc
[1131/1372] Compiling v3_akeya.cc
[1132/1372] Compiling v3_akey.cc
[1133/1372] Compiling v3_alt.cc
[1135/1372] Compiling ConsoleKitCommands Console+Run.swift
[1136/1372] Compiling ConsoleKitCommands ConsoleError.swift
[1137/1372] Compiling ConsoleKitCommands Completion.swift
[1137/1373] Compiling t_x509a.cc
[1139/1373] Compiling t_x509.cc
[1140/1375] Compiling t_req.cc
[1142/1375] Compiling ConsoleKit Exports.swift
[1143/1375] Emitting module ConsoleKit
[1143/1376] Wrapping AST for ConsoleKitCommands for debugging
[1144/1376] Compiling rsa_pss.cc
[1145/1376] Compiling i2d_pr.cc
[1147/1376] Compiling t_crl.cc
[1148/1376] Compiling name_print.cc
[1149/1376] Wrapping AST for ConsoleKit for debugging
[1150/1376] Compiling policy.cc
[1151/1376] Compiling by_file.cc
[1152/1376] Compiling algorithm.cc
[1153/1376] Compiling by_dir.cc
[1154/1376] Compiling a_sign.cc
[1155/1376] Compiling a_verify.cc
[1156/1376] Compiling a_digest.cc
[1157/1376] Compiling asn1_gen.cc
[1158/1376] Compiling voprf.cc
[1159/1376] Compiling trust_token.cc
[1160/1376] Compiling thread_none.cc
[1161/1376] Compiling thread_pthread.cc
[1162/1376] Compiling thread.cc
[1163/1376] Compiling thread_win.cc
[1164/1376] Compiling stack.cc
[1165/1376] Compiling wots.cc
[1166/1376] Compiling thash.cc
[1167/1376] Compiling pmbtoken.cc
[1168/1376] Compiling merkle.cc
[1169/1376] Compiling fors.cc
[1170/1376] Compiling siphash.cc
[1171/1376] Compiling slhdsa.cc
[1172/1376] Compiling sha512.cc
[1173/1376] Compiling sha256.cc
[1174/1376] Compiling sha1.cc
[1175/1376] Compiling rsa_print.cc
[1176/1376] Compiling rsa_extra.cc
[1177/1376] Compiling rc4.cc
[1178/1376] Compiling windows.cc
[1179/1376] Compiling refcount.cc
[1180/1376] Compiling rsa_crypt.cc
[1181/1376] Compiling trusty.cc
[1182/1376] Compiling urandom.cc
[1183/1376] Compiling rsa_asn1.cc
[1184/1376] Compiling rand_extra.cc
[1185/1376] Compiling ios.cc
[1186/1376] Compiling passive.cc
[1187/1376] Compiling poly1305_arm_asm.S
[1188/1376] Compiling getentropy.cc
[1189/1376] Compiling deterministic.cc
[1190/1376] Compiling forkunsafe.cc
[1191/1376] Compiling pool.cc
[1192/1376] Compiling fork_detect.cc
[1193/1376] Compiling poly1305_vec.cc
[1194/1376] Compiling poly1305.cc
[1195/1376] Compiling poly1305_arm.cc
[1196/1376] Compiling pkcs7.cc
[1197/1376] Compiling pkcs8_x509.cc
[1198/1376] Compiling pkcs8.cc
[1199/1376] Compiling pkcs7_x509.cc
[1200/1376] Compiling pem_xaux.cc
[1201/1376] Compiling p5_pbev2.cc
[1202/1376] Compiling pem_pkey.cc
[1203/1376] Compiling pem_x509.cc
[1204/1376] Compiling pem_pk8.cc
[1205/1376] Compiling obj_xref.cc
[1206/1376] Compiling mlkem.cc
[1207/1376] Compiling pem_oth.cc
[1208/1376] Compiling pem_info.cc
[1209/1376] Compiling pem_lib.cc
[1210/1376] Compiling mldsa.cc
[1211/1376] Compiling obj.cc
[1212/1376] Compiling pem_all.cc
[1213/1376] Compiling mem.cc
[1214/1376] Compiling poly_rq_mul.S
[1215/1376] Compiling fips_shared_support.cc
[1216/1376] Compiling md5.cc
[1217/1376] Compiling lhash.cc
[1218/1376] Compiling md4.cc
[1219/1376] Compiling ex_data.cc
[1220/1376] Compiling hrss.cc
[1221/1376] Compiling kyber.cc
[1222/1376] Compiling hpke.cc
[1223/1376] Compiling sign.cc
[1224/1376] Compiling print.cc
[1225/1376] Compiling scrypt.cc
[1226/1376] Compiling p_x25519.cc
[1227/1376] Compiling pbkdf.cc
[1228/1376] Compiling p_x25519_asn1.cc
[1229/1376] Compiling p_rsa_asn1.cc
[1230/1376] Compiling p_rsa.cc
[1231/1376] Compiling p_ed25519.cc
[1232/1376] Compiling p_hkdf.cc
[1233/1376] Compiling p_ed25519_asn1.cc
[1234/1376] Compiling p_ec_asn1.cc
[1235/1376] Compiling p_ec.cc
[1236/1376] Compiling p_dh.cc
[1237/1376] Compiling p_dh_asn1.cc
[1238/1376] Compiling p_dsa_asn1.cc
[1239/1376] Compiling evp_ctx.cc
[1240/1376] Compiling err.cc
[1241/1376] Compiling evp_asn1.cc
[1242/1376] Compiling evp.cc
[1243/1376] Compiling engine.cc
[1244/1376] Compiling ecdh_extra.cc
[1245/1376] Compiling ecdsa_asn1.cc
[1246/1376] Compiling hash_to_curve.cc
[1247/1376] Compiling ec_derive.cc
[1248/1376] Compiling ec_asn1.cc
[1249/1376] Compiling dsa_asn1.cc
[1250/1376] Compiling dsa.cc
[1251/1376] Compiling params.cc
[1252/1376] Compiling x25519-asm-arm.S
[1253/1376] Compiling digest_extra.cc
[1254/1376] Compiling dh_asn1.cc
[1255/1376] Compiling des.cc
[1256/1376] Compiling spake25519.cc
[1257/1376] Compiling crypto.cc
[1258/1376] Compiling cpu_arm_linux.cc
[1259/1376] Compiling curve25519.cc
[1260/1376] Compiling cpu_intel.cc
[1261/1376] Compiling cpu_aarch64_win.cc
[1262/1376] Compiling cpu_arm_freebsd.cc
[1263/1376] Compiling cpu_aarch64_openbsd.cc
[1264/1376] Compiling cpu_aarch64_sysreg.cc
[1265/1376] Compiling cpu_aarch64_linux.cc
[1266/1376] Compiling cpu_aarch64_apple.cc
[1267/1376] Compiling curve25519_64_adx.cc
[1268/1376] Compiling conf.cc
[1269/1376] Compiling tls_cbc.cc
[1270/1376] Compiling e_tls.cc
[1271/1376] Compiling e_rc4.cc
[1272/1376] Compiling e_rc2.cc
[1273/1376] Compiling e_null.cc
[1274/1376] Compiling bcm.cc
[1275/1376] Compiling e_des.cc
[1276/1376] Compiling e_chacha20poly1305.cc
[1277/1376] Compiling e_aesgcmsiv.cc
[1278/1376] Compiling e_aesctrhmac.cc
[1279/1376] Compiling derive_key.cc
[1280/1376] Compiling chacha.cc
[1281/1376] Compiling unicode.cc
[1282/1376] Compiling cipher_extra.cc
[1283/1376] Compiling cbb.cc
[1284/1376] Compiling ber.cc
[1285/1376] Compiling cbs.cc
[1286/1376] Compiling asn1_compat.cc
[1287/1376] Compiling printf.cc
[1288/1376] Compiling buf.cc
[1289/1376] Compiling pair.cc
[1290/1376] Compiling bn_asn1.cc
[1291/1376] Compiling convert.cc
[1292/1376] Compiling blake2.cc
[1293/1376] Compiling hexdump.cc
[1294/1376] Compiling file.cc
[1295/1376] Compiling base64.cc
[1296/1376] Compiling errno.cc
[1297/1376] Compiling fd.cc
[1298/1376] Compiling bio_mem.cc
[1299/1376] Compiling tasn_utl.cc
[1299/1376] Compiling bio.cc
[1301/1376] Compiling tasn_typ.cc
[1302/1376] Compiling tasn_fre.cc
[1303/1376] Compiling posix_time.cc
[1304/1376] Compiling tasn_enc.cc
[1305/1376] Compiling f_string.cc
[1305/1376] Compiling tasn_dec.cc
[1307/1376] Compiling f_int.cc
[1308/1376] Compiling asn_pack.cc
[1309/1376] Compiling asn1_par.cc
[1310/1376] Compiling asn1_lib.cc
[1311/1376] Compiling a_utctm.cc
[1312/1376] Compiling a_type.cc
[1313/1376] Compiling a_time.cc
[1314/1376] Compiling a_strex.cc
[1315/1376] Compiling a_octet.cc
[1316/1376] Compiling a_strnid.cc
[1316/1376] Write sources
[1319/1376] Compiling a_object.cc
[1320/1376] Compiling a_mbstr.cc
[1321/1376] Write sources
[1325/1376] Compiling a_i2d_fp.cc
[1326/1429] Compiling a_d2i_fp.cc
[1327/1439] Compiling a_gentm.cc
[1328/1448] Compiling a_dup.cc
[1329/1448] Compiling a_int.cc
[1331/1481] Compiling Algorithms MinMax.swift
[1332/1481] Compiling Algorithms RandomSample.swift
[1333/1483] Compiling Algorithms Joined.swift
[1334/1483] Compiling Algorithms Keyed.swift
[1335/1483] Compiling Algorithms Reductions.swift
[1336/1483] Compiling Algorithms Rotate.swift
[1337/1483] Compiling Algorithms AdjacentPairs.swift
[1338/1483] Compiling Algorithms Chain.swift
[1339/1483] Compiling Algorithms Chunked.swift
[1340/1483] Compiling BitCollections BitSet+Initializers.swift
[1341/1483] Compiling BitCollections BitSet+Invariants.swift
[1342/1483] Compiling BitCollections BitSet+Random.swift
[1343/1483] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1344/1483] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1345/1483] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1346/1483] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1347/1490] Compiling Algorithms Grouped.swift
[1348/1490] Compiling Algorithms Indexed.swift
[1349/1490] Compiling Algorithms Intersperse.swift
[1350/1490] Compiling Algorithms EitherSequence.swift
[1351/1490] Compiling Algorithms FirstNonNil.swift
[1352/1490] Compiling Algorithms FlattenCollection.swift
[1353/1490] Compiling Atomics IntegerOperations.swift
[1354/1490] Compiling Atomics Unmanaged extensions.swift
[1355/1490] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1356/1490] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1357/1490] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1358/1490] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1359/1490] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1360/1490] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1361/1490] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1362/1490] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1363/1490] Compiling BitCollections BitSet+CustomReflectable.swift
[1364/1490] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1365/1490] Compiling BitCollections BitSet+Equatable.swift
[1366/1490] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1367/1490] Compiling BitCollections BitSet+Extras.swift
[1368/1490] Compiling BitCollections BitSet+Hashable.swift
[1369/1490] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1370/1490] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1371/1490] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1372/1490] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1373/1490] Compiling BitCollections BitSet+SetAlgebra union.swift
[1374/1490] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1375/1490] Compiling BitCollections BitSet.Counted.swift
[1379/1493] Compiling Algorithms Split.swift
[1380/1493] Compiling Algorithms Stride.swift
[1381/1493] Compiling Algorithms Suffix.swift
[1385/1493] Compiling Algorithms Combinations.swift
[1386/1493] Compiling Algorithms Compacted.swift
[1387/1493] Compiling Algorithms Cycle.swift
[1390/1493] Compiling CryptoBoringWrapper RandomBytes.swift
[1391/1493] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1400/1493] Emitting module BitCollections
[1405/1493] Compiling Algorithms Product.swift
[1409/1493] Emitting module CryptoBoringWrapper
[1410/1493] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1414/1493] Compiling BitCollections BitSet.Index.swift
[1415/1493] Compiling BitCollections BitSet._UnsafeHandle.swift
[1416/1493] Compiling BitCollections BitSet.swift
[1417/1493] Compiling BitCollections Range+Utilities.swift
[1418/1493] Compiling BitCollections Slice+Utilities.swift
[1419/1493] Compiling BitCollections UInt+Tricks.swift
[1420/1493] Compiling BitCollections _Word.swift
[1421/1494] Compiling CryptoBoringWrapper EllipticCurve.swift
[1425/1494] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1435/1494] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1436/1494] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1437/1495] Compiling Algorithms Trim.swift
[1438/1495] Compiling Algorithms Unique.swift
[1439/1495] Compiling Algorithms Windows.swift
[1439/1495] Wrapping AST for BitCollections for debugging
[1446/1497] Emitting module Collections
[1447/1497] Compiling Collections Collections.swift
[1447/1498] Wrapping AST for CryptoBoringWrapper for debugging
[1450/1569] Compiling Crypto ASN1OctetString.swift
[1451/1569] Compiling Crypto ASN1Strings.swift
[1452/1569] Compiling Crypto ArraySliceBigint.swift
[1453/1569] Emitting module Atomics
[1453/1569] Wrapping AST for Collections for debugging
[1455/1570] Wrapping AST for Atomics for debugging
[1457/1629] Emitting module Algorithms
[1458/1630] Wrapping AST for Algorithms for debugging
[1460/1630] Compiling NIOCore MarkedCircularBuffer.swift
[1461/1630] Compiling NIOCore MulticastChannel.swift
[1462/1630] Compiling NIOCore NIOAny.swift
[1463/1630] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1464/1630] Compiling NIOCore NIOLoopBound.swift
[1465/1630] Compiling NIOCore NIOScheduledCallback.swift
[1466/1630] Compiling NIOCore NIOSendable.swift
[1467/1630] Compiling NIOCore RecvByteBufferAllocator.swift
[1468/1630] Compiling Crypto ECDSA.swift
[1469/1630] Compiling Crypto Ed25519.swift
[1470/1639] Compiling Crypto HKDF.swift
[1471/1639] Compiling Crypto AESWrap.swift
[1472/1639] Compiling Crypto AESWrap_boring.swift
[1473/1639] Compiling Crypto Ed25519_boring.swift
[1474/1639] Compiling Crypto NISTCurvesKeys_boring.swift
[1475/1639] Compiling Crypto X25519Keys_boring.swift
[1476/1639] Compiling Crypto Curve25519.swift
[1477/1639] Compiling Crypto Ed25519Keys.swift
[1478/1639] Compiling Crypto NISTCurvesKeys.swift
[1479/1639] Compiling Crypto X25519Keys.swift
[1480/1639] Compiling NIOCore ByteBuffer-views.swift
[1481/1639] Compiling NIOCore Channel.swift
[1482/1639] Compiling NIOCore ChannelHandler.swift
[1483/1639] Compiling NIOCore ChannelHandlers.swift
[1484/1639] Compiling NIOCore ChannelInvoker.swift
[1485/1639] Compiling NIOCore ChannelOption.swift
[1486/1639] Compiling NIOCore GlobalSingletons.swift
[1487/1639] Compiling NIOCore IO.swift
[1488/1639] Compiling NIOCore IOData.swift
[1489/1639] Compiling NIOCore IPProtocol.swift
[1498/1647] Compiling NIOCore EventLoop+Deprecated.swift
[1499/1647] Compiling NIOCore EventLoop+SerialExecutor.swift
[1500/1647] Compiling NIOCore EventLoop.swift
[1501/1647] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1502/1647] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1503/1647] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1504/1647] Compiling NIOCore EventLoopFuture.swift
[1505/1647] Compiling NIOCore FileDescriptor.swift
[1506/1647] Compiling NIOCore FileHandle.swift
[1507/1647] Compiling NIOCore FileRegion.swift
[1508/1647] Compiling NIOCore IntegerBitPacking.swift
[1509/1647] Compiling NIOCore IntegerTypes.swift
[1510/1647] Compiling NIOCore Interfaces.swift
[1511/1647] Compiling NIOCore Linux.swift
[1512/1647] Compiling NIOCore ChannelPipeline.swift
[1513/1647] Compiling NIOCore CircularBuffer.swift
[1514/1647] Compiling NIOCore Codec.swift
[1515/1647] Compiling NIOCore ConvenienceOptionSupport.swift
[1516/1647] Compiling NIOCore DeadChannel.swift
[1517/1647] Compiling NIOCore DispatchQueue+WithFuture.swift
[1526/1647] Compiling NIOCore AddressedEnvelope.swift
[1527/1647] Compiling NIOCore AsyncAwaitSupport.swift
[1528/1647] Compiling NIOCore AsyncChannel.swift
[1529/1647] Compiling NIOCore AsyncChannelHandler.swift
[1530/1647] Compiling NIOCore AsyncChannelInboundStream.swift
[1531/1647] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1532/1647] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1533/1647] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1534/1647] Compiling NIOCore NIOAsyncWriter.swift
[1535/1647] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1536/1647] Compiling NIOCore BSDSocketAPI.swift
[1537/1647] Compiling NIOCore ByteBuffer-aux.swift
[1538/1647] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1539/1647] Compiling NIOCore ByteBuffer-conversions.swift
[1540/1647] Compiling NIOCore ByteBuffer-core.swift
[1541/1647] Compiling NIOCore ByteBuffer-hex.swift
[1542/1647] Compiling NIOCore ByteBuffer-int.swift
[1543/1647] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1544/1647] Compiling NIOCore ByteBuffer-multi-int.swift
[1545/1647] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1546/1647] Emitting module Crypto
[1547/1647] Compiling Crypto Signature.swift
[1548/1647] Compiling Crypto CryptoKitErrors_boring.swift
[1549/1647] Compiling Crypto RNG_boring.swift
[1550/1647] Compiling Crypto SafeCompare_boring.swift
[1551/1647] Compiling Crypto Zeroization_boring.swift
[1552/1647] Compiling Crypto PrettyBytes.swift
[1553/1647] Compiling Crypto SafeCompare.swift
[1554/1647] Compiling Crypto SecureBytes.swift
[1555/1647] Compiling Crypto Zeroization.swift
[1556/1648] Wrapping AST for Crypto for debugging
[1566/1694] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1567/1694] Compiling NIOCore SocketAddresses.swift
[1568/1694] Compiling NIOCore SocketOptionProvider.swift
[1569/1694] Compiling NIOCore SystemCallHelpers.swift
[1570/1694] Compiling NIOCore TimeAmount+Duration.swift
[1571/1694] Compiling NIOCore TypeAssistedChannelHandler.swift
[1572/1694] Compiling NIOCore UniversalBootstrapSupport.swift
[1573/1694] Compiling NIOCore Utilities.swift
[1574/1694] Compiling _CryptoExtras OPRF.swift
[1575/1694] Compiling _CryptoExtras OPRFClient.swift
[1576/1694] Compiling _CryptoExtras OPRFServer.swift
[1577/1694] Compiling _CryptoExtras VOPRF+API.swift
[1578/1694] Compiling _CryptoExtras VOPRFClient.swift
[1579/1694] Compiling _CryptoExtras CryptoKitErrors_boring.swift
[1580/1694] Compiling _CryptoExtras DigestType.swift
[1581/1694] Compiling _CryptoExtras Error.swift
[1582/1694] Compiling _CryptoExtras AES_CBC.swift
[1583/1694] Compiling _CryptoExtras AES_CFB.swift
[1584/1694] Compiling _CryptoExtras AES_CTR.swift
[1585/1694] Compiling _CryptoExtras AES_GCM_SIV.swift
[1586/1694] Compiling _CryptoExtras Block Function.swift
[1587/1694] Compiling _CryptoExtras AES_CFB_boring.swift
[1588/1694] Compiling _CryptoExtras AES_CTR_boring.swift
[1589/1694] Compiling _CryptoExtras ARCRequest.swift
[1590/1694] Compiling _CryptoExtras ARCResponse.swift
[1594/1694] Compiling _CryptoExtras I2OSP.swift
[1595/1694] Compiling _CryptoExtras IntegerEncoding.swift
[1596/1694] Compiling _CryptoExtras PEMDocument.swift
[1597/1700] Emitting module _CryptoExtras
[1598/1700] Compiling _CryptoExtras VOPRFServer.swift
[1599/1700] Compiling _CryptoExtras RSA+BlindSigning.swift
[1600/1700] Compiling _CryptoExtras RSA.swift
[1601/1700] Compiling _CryptoExtras RSA_boring.swift
[1602/1700] Compiling _CryptoExtras RSA_security.swift
[1603/1700] Compiling _CryptoExtras BoringSSLHelpers.swift
[1604/1700] Compiling _CryptoExtras AES_GCM_SIV_boring.swift
[1605/1700] Compiling _CryptoExtras ARC+API.swift
[1606/1700] Compiling _CryptoExtras ARC.swift
[1607/1700] Compiling _CryptoExtras ARCCredential.swift
[1608/1700] Compiling _CryptoExtras ARCEncoding.swift
[1609/1700] Compiling _CryptoExtras ARCPrecredential.swift
[1610/1700] Compiling _CryptoExtras ARCPresentation.swift
[1613/1700] Compiling _CryptoExtras ARCServer.swift
[1614/1700] Compiling _CryptoExtras ChaCha20CTR_boring.swift
[1615/1700] Compiling _CryptoExtras ChaCha20CTR.swift
[1616/1700] Compiling _CryptoExtras ECToolbox_boring.swift
[1617/1700] Compiling _CryptoExtras ECToolbox.swift
[1625/1700] Compiling _CryptoExtras PrettyBytes.swift
[1626/1700] Compiling _CryptoExtras SubjectPublicKeyInfo.swift
[1627/1700] Compiling _CryptoExtras DLEQ.swift
[1628/1700] Compiling _CryptoExtras Prover.swift
[1629/1700] Compiling _CryptoExtras Verifier.swift
[1630/1700] Compiling _CryptoExtras ZKPToolbox.swift
[1634/1700] Compiling _CryptoExtras HashToField.swift
[1635/1700] Compiling _CryptoExtras KDF.swift
[1636/1700] Compiling _CryptoExtras PBKDF2_boring.swift
[1637/1700] Compiling _CryptoExtras PBKDF2_commoncrypto.swift
[1638/1700] Compiling _CryptoExtras PBKDF2.swift
[1648/1700] Emitting module NIOCore
[1649/1701] Wrapping AST for NIOCore for debugging
[1651/1752] Emitting module NIOEmbedded
[1652/1752] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1653/1752] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1654/1752] Compiling NIOPosix PosixSingletons.swift
[1655/1752] Compiling NIOPosix RawSocketBootstrap.swift
[1656/1752] Compiling NIOPosix Resolver.swift
[1657/1752] Compiling NIOPosix Selectable.swift
[1658/1758] Compiling NIOEmbedded AsyncTestingChannel.swift
[1659/1758] Compiling NIOEmbedded Embedded.swift
[1660/1758] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1662/1759] Compiling NIOPosix IO.swift
[1663/1759] Compiling NIOPosix IntegerBitPacking.swift
[1664/1759] Compiling NIOPosix IntegerTypes.swift
[1665/1759] Compiling NIOPosix Linux.swift
[1666/1759] Compiling NIOPosix LinuxCPUSet.swift
[1667/1759] Compiling NIOPosix LinuxUring.swift
[1668/1759] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1668/1759] Wrapping AST for NIOEmbedded for debugging
[1670/1759] Compiling NIOPosix ThreadPosix.swift
[1671/1759] Compiling NIOPosix ThreadWindows.swift
[1672/1759] Compiling NIOPosix UnsafeTransfer.swift
[1673/1759] Compiling NIOPosix Utilities.swift
[1674/1759] Compiling NIOPosix VsockAddress.swift
[1675/1759] Compiling NIOPosix VsockChannelEvents.swift
[1676/1759] Compiling NIOPosix SelectableChannel.swift
[1677/1759] Compiling NIOPosix SelectableEventLoop.swift
[1678/1759] Compiling NIOPosix SelectorEpoll.swift
[1679/1759] Compiling NIOPosix SelectorGeneric.swift
[1680/1759] Compiling NIOPosix SelectorKqueue.swift
[1681/1759] Compiling NIOPosix SelectorUring.swift
[1682/1759] Compiling NIOPosix ServerSocket.swift
[1683/1759] Compiling NIOPosix Socket.swift
[1684/1759] Compiling NIOPosix SocketChannel.swift
[1685/1759] Compiling NIOPosix SocketProtocols.swift
[1686/1759] Compiling NIOPosix System.swift
[1687/1759] Compiling NIOPosix Thread.swift
[1688/1759] Compiling NIOPosix Bootstrap.swift
[1689/1759] Compiling NIOPosix ControlMessage.swift
[1690/1759] Compiling NIOPosix DatagramVectorReadManager.swift
[1691/1759] Compiling NIOPosix Errors+Any.swift
[1692/1759] Compiling NIOPosix FileDescriptor.swift
[1693/1759] Compiling NIOPosix GetaddrinfoResolver.swift
[1694/1759] Compiling NIOPosix HappyEyeballs.swift
[1695/1759] Compiling NIOPosix BSDSocketAPICommon.swift
[1696/1759] Compiling NIOPosix BSDSocketAPIPosix.swift
[1697/1759] Compiling NIOPosix BSDSocketAPIWindows.swift
[1698/1759] Compiling NIOPosix BaseSocket.swift
[1699/1759] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1700/1759] Compiling NIOPosix BaseSocketChannel.swift
[1701/1759] Compiling NIOPosix BaseStreamSocketChannel.swift
[1702/1759] Emitting module NIOPosix
[1703/1759] Compiling NIOPosix NIOThreadPool.swift
[1704/1759] Compiling NIOPosix NonBlockingFileIO.swift
[1705/1759] Compiling NIOPosix PendingDatagramWritesManager.swift
[1706/1759] Compiling NIOPosix PendingWritesManager.swift
[1707/1759] Compiling NIOPosix PipeChannel.swift
[1708/1759] Compiling NIOPosix PipePair.swift
[1709/1759] Compiling NIOPosix Pool.swift
[1710/1760] Wrapping AST for NIOPosix for debugging
[1712/1819] Compiling NIO Exports.swift
[1713/1819] Emitting module NIO
[1715/1820] Compiling AsyncKit ConnectionPoolError.swift
[1716/1820] Compiling AsyncKit ConnectionPoolItem.swift
[1717/1820] Compiling AsyncKit ConnectionPoolSource.swift
[1718/1822] Compiling AsyncKit Future+Miscellaneous.swift
[1719/1822] Compiling AsyncKit Future+Nonempty.swift
[1720/1822] Compiling AsyncKit Future+Optional.swift
[1721/1822] Compiling AsyncKit Future+Transform.swift
[1722/1822] Compiling AsyncKit Future+Try.swift
[1723/1822] Compiling AsyncKit FutureOperators.swift
[1724/1953] Compiling SQLKit SQLInsertBuilder.swift
[1725/1953] Compiling SQLKit SQLQueryBuilders+Deprecated.swift
[1726/1953] Compiling SQLKit Exports.swift
[1727/1953] Compiling SQLKit SQLAlias.swift
[1728/1953] Compiling SQLKit SQLBetween.swift
[1729/1957] Compiling NIOTLS TLSEvents.swift
[1730/1957] Emitting module NIOTLS
[1731/1957] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1732/1957] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1733/1957] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1734/1957] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1735/1957] Compiling NIOSOCKS SOCKSResponse.swift
[1736/1958] Compiling NIOSOCKS ClientStateMachine.swift
[1737/1958] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1738/1958] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1739/1958] Compiling SQLKit SQLSecondaryPredicateGroupBuilder.swift
[1740/1958] Compiling SQLKit SQLSelectBuilder.swift
[1742/1958] Compiling SQLKit SQLSubqueryBuilder.swift
[1743/1958] Compiling SQLKit SQLUnionBuilder.swift
[1744/1958] Emitting module NIOSOCKS
[1745/1958] Compiling SQLKit SQLPredicateGroupBuilder.swift
[1746/1958] Compiling SQLKit SQLRawBuilder.swift
[1747/1958] Emitting module _NIOFileSystem
[1748/1958] Compiling SQLKit SQLDropEnumBuilder.swift
[1749/1958] Compiling SQLKit SQLDropIndexBuilder.swift
[1750/1958] Compiling NIOSOCKS ServerStateMachine.swift
[1753/1958] Compiling SQLKit SQLUpdateBuilder.swift
[1754/1958] Compiling SQLKit SQLAliasedColumnListBuilder.swift
[1755/1959] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1756/1959] Compiling NIOTLS SNIHandler.swift
[1759/1960] Emitting module NIOHTTP1
[1765/1962] Compiling SQLKit SQLAlterEnumBuilder.swift
[1766/1962] Compiling SQLKit SQLAlterTableBuilder.swift
[1766/1962] Wrapping AST for NIOSOCKS for debugging
[1768/1962] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1769/1962] Emitting module NIOFoundationCompat
[1770/1963] Wrapping AST for NIOTLS for debugging
[1772/1989] Compiling SQLKit SQLColumn.swift
[1773/1989] Compiling SQLKit SQLConstraint.swift
[1774/1989] Compiling SQLKit SQLDataType.swift
[1775/1989] Compiling SQLKit SQLDirection.swift
[1776/1992] Compiling NIOSSL ObjectIdentifier.swift
[1777/1992] Compiling NIOSSL PosixPort.swift
[1777/1992] Wrapping AST for NIO for debugging
[1779/1992] Compiling SQLKit SQLDropIndex.swift
[1780/1992] Compiling SQLKit SQLDropTable.swift
[1781/1992] Compiling SQLKit SQLDropTrigger.swift
[1782/1992] Compiling SQLKit SQLInsert.swift
[1783/1992] Compiling SQLKit SQLSelect.swift
[1784/1992] Compiling SQLKit SQLUnion.swift
[1785/1992] Compiling SQLKit SQLUpdate.swift
[1786/1992] Compiling SQLKit SQLExpression.swift
[1787/1992] Compiling SQLKit SQLSerializer.swift
[1788/1992] Compiling SQLKit SQLStatement.swift
[1789/1992] Compiling SQLKit SQLBinaryExpression.swift
[1790/1992] Compiling SQLKit SQLBinaryOperator.swift
[1791/1992] Compiling SQLKit SQLBind.swift
[1792/2004] Compiling NIOSSL IdentityVerification.swift
[1793/2004] Compiling NIOSSL LinuxCABundle.swift
[1794/2004] Compiling NIOSSL NIOSSLClientHandler.swift
[1795/2004] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1796/2016] Compiling NIOSSL SafeCompare.swift
[1797/2016] Compiling NIOSSL Zeroization.swift
[1804/2017] Compiling _NIOFileSystem SystemFileHandle.swift
[1805/2017] Compiling _NIOFileSystem Utilities.swift
[1806/2017] Compiling _NIOFileSystem OpenOptions.swift
[1807/2017] Compiling _NIOFileSystem String+FileSystem.swift
[1808/2017] Compiling SQLKit SQLQueryString.swift
[1809/2036] Compiling SQLKit SQLAlterColumnDefinitionType.swift
[1810/2036] Compiling SQLKit SQLColumnAssignment.swift
[1811/2036] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[1812/2036] Compiling SQLKit SQLColumnDefinition.swift
[1813/2036] Compiling SQLKit SQLCommonTableExpression.swift
[1814/2036] Compiling SQLKit SQLConflictAction.swift
[1815/2036] Compiling SQLKit SQLConflictResolutionStrategy.swift
[1816/2036] Compiling SQLKit SQLDropBehaviour.swift
[1817/2036] Compiling SQLKit SQLEnumDataType.swift
[1818/2036] Compiling SQLKit SQLExcludedColumn.swift
[1819/2036] Compiling SQLKit SQLForeignKey.swift
[1820/2036] Compiling SQLKit SQLJoin.swift
[1821/2036] Compiling SQLKit SQLJoinMethod.swift
[1822/2036] Compiling SQLKit SQLLockingClause.swift
[1823/2036] Compiling SQLKit SQLOrderBy.swift
[1824/2036] Compiling SQLKit SQLReturning.swift
[1825/2036] Compiling SQLKit SQLSubquery.swift
[1826/2036] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[1827/2036] Compiling SQLKit SQLAlterEnum.swift
[1828/2036] Compiling SQLKit SQLAlterTable.swift
[1829/2036] Compiling SQLKit SQLCreateEnum.swift
[1830/2036] Compiling SQLKit SQLCreateIndex.swift
[1831/2036] Compiling SQLKit SQLCreateTable.swift
[1832/2036] Compiling SQLKit SQLCreateTrigger.swift
[1833/2036] Compiling SQLKit SQLDelete.swift
[1834/2036] Compiling SQLKit SQLDropEnum.swift
[1835/2036] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1836/2036] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1837/2036] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1838/2038] Compiling NIOTransportServices StateManagedChannel.swift
[1839/2038] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1840/2038] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1841/2038] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1842/2038] Compiling NIOTransportServices NIOTSSingletons.swift
[1843/2038] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1844/2038] Compiling SQLiteNIO SQLiteDataType.swift
[1845/2039] Compiling NIOTransportServices NIOTSBootstraps.swift
[1846/2039] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1847/2039] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1848/2039] Compiling NIOTransportServices AcceptHandler.swift
[1849/2039] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1850/2039] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1851/2039] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1852/2039] Compiling NIOTransportServices NIOTSErrors.swift
[1853/2039] Compiling NIOTransportServices NIOTSEventLoop.swift
[1854/2039] Compiling SQLiteNIO SQLiteRow.swift
[1856/2039] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1857/2039] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1858/2039] Compiling NIOSSL SubjectAlternativeName.swift
[1859/2039] Compiling NIOSSL NIOSSLSecureBytes.swift
[1867/2039] Emitting module NIOTransportServices
[1868/2039] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1869/2039] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1870/2039] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1871/2040] Compiling SQLiteNIO SQLiteDataConvertible.swift
[1879/2040] Compiling SQLKit SQLPredicateBuilder.swift
[1880/2040] Compiling SQLKit SQLQueryBuilder.swift
[1881/2040] Compiling SQLKit SQLQueryFetcher.swift
[1882/2040] Compiling SQLKit SQLReturningBuilder.swift
[1883/2040] Compiling SQLKit SQLSecondaryPredicateBuilder.swift
[1884/2040] Compiling SQLKit SQLSubqueryClauseBuilder.swift
[1885/2040] Compiling SQLKit SQLUnqualifiedColumnListBuilder.swift
[1886/2040] Compiling SQLKit SQLDatabase.swift
[1887/2040] Compiling SQLKit SQLDatabaseReportedVersion.swift
[1888/2040] Compiling SQLKit SQLDialect.swift
[1889/2040] Compiling SQLKit SQLDatabase+Deprecated.swift
[1890/2040] Compiling SQLKit SQLError.swift
[1891/2040] Compiling SQLKit SQLExpressions+Deprecated.swift
[1917/2040] Compiling NIOSSL RNG.swift
[1919/2040] Wrapping AST for NIOFoundationCompat for debugging
[1921/2040] Compiling SQLiteNIO SQLiteStatement.swift
[1921/2040] Wrapping AST for NIOTransportServices for debugging
[1923/2040] Emitting module AsyncKit
[1927/2041] Emitting module SQLiteNIO
[1935/2041] Compiling SQLiteNIO SQLiteDatabase.swift
[1936/2041] Compiling SQLiteNIO SQLiteError.swift
[1937/2042] Emitting module SQLKit
[1939/2070] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1940/2071] Compiling NIOWebSocket WebSocketOpcode.swift
[1941/2071] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1954/2074] Compiling NIOHPACK IndexedHeaderTable.swift
[1955/2075] Compiling NIOHPACK HPACKHeader.swift
[1956/2075] Compiling NIOHPACK HeaderTables.swift
[1959/2075] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1964/2075] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1965/2075] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1966/2075] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1967/2075] Emitting module NIOSSL
[1968/2075] Compiling NIOHPACK DynamicHeaderTable.swift
[1969/2075] Compiling NIOHPACK HPACKDecoder.swift
[1970/2075] Compiling NIOHPACK HPACKEncoder.swift
[1971/2075] Compiling NIOHPACK HPACKErrors.swift
[1972/2075] Compiling NIOHTTPCompression HTTPDecompression.swift
[1973/2075] Emitting module NIOWebSocket
[1974/2075] Emitting module NIOHTTPCompression
[1975/2075] Compiling NIOHTTPCompression HTTPCompression.swift
[1978/2075] Compiling NIOHPACK StaticHeaderTable.swift
[1983/2075] Compiling NIOHPACK IntegerCoding.swift
[1984/2075] Compiling NIOHPACK HuffmanTables.swift
[1985/2075] Compiling NIOHPACK HuffmanCoding.swift
[1986/2075] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1987/2075] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1988/2076] Compiling NIOWebSocket WebSocketFrame.swift
[2000/2077] Compiling SQLKit SQLFunction.swift
[2001/2077] Compiling SQLKit SQLGroupExpression.swift
[2002/2077] Compiling SQLKit SQLIdentifier.swift
[2003/2077] Compiling SQLKit SQLList.swift
[2004/2077] Compiling SQLKit SQLLiteral.swift
[2005/2077] Compiling SQLKit SQLRaw.swift
[2006/2077] Compiling SQLKit SQLCodingUtilities.swift
[2007/2077] Compiling SQLKit SQLQueryEncoder.swift
[2008/2077] Compiling SQLKit SQLRow.swift
[2009/2077] Compiling SQLKit SQLRowDecoder.swift
[2010/2077] Compiling SQLKit SomeCodingKey.swift
[2011/2077] Compiling SQLKit StringHandling.swift
[2013/2079] Emitting module NIOHPACK
[2016/2116] Compiling MultipartKit Exports.swift
[2017/2116] Compiling MultipartKit FormDataDecoder.Decoder.swift
[2018/2116] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[2019/2116] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[2019/2117] Wrapping AST for SQLiteNIO for debugging
[2022/2122] Compiling NIOFileSystem Exports.swift
[2023/2122] Emitting module NIOFileSystem
[2024/2123] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[2025/2123] Compiling MultipartKit MultipartPart.swift
[2026/2123] Emitting module _NIOFileSystemFoundationCompat
[2027/2125] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[2028/2125] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[2029/2193] Emitting module MultipartKit
[2030/2205] Compiling FluentKit DatabaseEnum.swift
[2031/2206] Compiling FluentKit EnumBuilder.swift
[2032/2206] Compiling FluentKit EnumMetadata.swift
[2033/2206] Compiling FluentKit EnumProperty.swift
[2034/2210] Compiling FluentKit AsyncMigration.swift
[2035/2210] Compiling FluentKit AsyncModelMiddleware.swift
[2037/2215] Compiling FluentKit Database+Concurrency.swift
[2038/2215] Compiling FluentKit EnumBuilder+Concurrency.swift
[2042/2215] Compiling FluentKit Children+Concurrency.swift
[2044/2215] Compiling FluentKit DatabaseID.swift
[2045/2215] Compiling FluentKit DatabaseInput.swift
[2046/2215] Compiling FluentKit DatabaseOutput.swift
[2047/2215] Compiling FluentKit Siblings+Concurrency.swift
[2048/2215] Compiling FluentKit Database+Logging.swift
[2049/2215] Compiling FluentKit Database.swift
[2049/2215] Wrapping AST for _NIOFileSystemFoundationCompat for debugging
[2057/2220] Compiling FluentKit Databases.swift
[2058/2220] Compiling FluentKit KeyPrefixingStrategy.swift
[2059/2220] Compiling FluentKit TransactionControlDatabase.swift
[2061/2273] Compiling NIOHTTP2 HasRemoteSettings.swift
[2062/2273] Compiling NIOHTTP2 LocallyQuiescingState.swift
[2063/2273] Compiling NIOHTTP2 QuiescingState.swift
[2064/2274] Compiling NIOHTTP2 MaySendFrames.swift
[2065/2274] Compiling NIOHTTP2 SendingDataState.swift
[2066/2274] Compiling NIOHTTP2 SendingGoawayState.swift
[2067/2274] Emitting module NIOExtras
[2067/2274] Wrapping AST for _NIOFileSystem for debugging
[2069/2274] Compiling NIOHTTP2 ContentLengthVerifier.swift
[2070/2274] Compiling NIOHTTP2 DOSHeuristics.swift
[2072/2275] Wrapping AST for SQLKit for debugging
[2074/2275] Compiling NIOHTTP2 SendingHeadersState.swift
[2075/2275] Compiling NIOHTTP2 SendingPushPromiseState.swift
[2076/2275] Compiling NIOHTTP2 SendingRstStreamState.swift
[2077/2275] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[2078/2275] Compiling NIOHTTP2 HTTP2SettingsState.swift
[2079/2275] Compiling NIOHTTP2 ConnectionStateMachine.swift
[2079/2275] Wrapping AST for NIOSSL for debugging
[2080/2275] Wrapping AST for NIOWebSocket for debugging
[2081/2275] Wrapping AST for NIOHTTPCompression for debugging
[2082/2275] Wrapping AST for NIOHTTP1 for debugging
[2083/2275] Wrapping AST for NIOHPACK for debugging
[2084/2275] Wrapping AST for NIOFileSystem for debugging
[2085/2275] Wrapping AST for MultipartKit for debugging
[2087/2275] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[2088/2275] Compiling NIOHTTP2 ControlFrameBuffer.swift
[2089/2275] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[2090/2275] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[2091/2275] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[2092/2275] Compiling NIOHTTP2 HasFlowControlWindows.swift
[2093/2275] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[2094/2275] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[2095/2275] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[2096/2275] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[2097/2275] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[2098/2275] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[2107/2284] Wrapping AST for _CryptoExtras for debugging
[2109/2284] Compiling NIOHTTP2 StateMachineResult.swift
[2112/2377] Emitting module FluentKit
[2112/2389] Wrapping AST for NIOExtras for debugging
[2114/2397] Compiling X509 CSRAttribute.swift
[2115/2397] Compiling X509 CSRAttributes.swift
[2116/2397] Compiling X509 CSRVersion.swift
[2117/2397] Compiling X509 CertificateSigningRequest.swift
[2118/2397] Compiling X509 CertificationRequestInfo.swift
[2119/2397] Compiling X509 ExtensionRequest.swift
[2120/2397] Compiling X509 Certificate.swift
[2121/2397] Compiling X509 CertificatePrivateKey.swift
[2122/2397] Compiling X509 CertificatePublicKey.swift
[2123/2397] Compiling X509 CertificateSerialNumber.swift
[2124/2397] Compiling X509 CertificateVersion.swift
[2125/2397] Compiling X509 CMSAttribute.swift
[2126/2397] Compiling X509 CMSContentInfo.swift
[2127/2397] Compiling X509 CMSEncapsulatedContentInfo.swift
[2128/2397] Compiling X509 CMSIssuerAndSerialNumber.swift
[2129/2397] Compiling X509 CMSOperations.swift
[2130/2397] Compiling X509 CMSSignature.swift
[2131/2397] Compiling X509 CMSSignedData.swift
[2132/2397] Compiling X509 CMSSignerIdentifier.swift
[2133/2397] Compiling X509 CMSSignerInfo.swift
[2134/2397] Compiling X509 CMSVersion.swift
[2135/2397] Compiling X509 Curve25519+DER.swift
[2136/2397] Compiling X509 Digests.swift
[2137/2397] Compiling X509 DistinguishedName.swift
[2138/2397] Compiling X509 CommonName.swift
[2139/2397] Compiling X509 CountryName.swift
[2140/2397] Emitting module WebSocketKit
[2141/2397] Compiling WebSocketKit Exports.swift
[2142/2397] Emitting module NIOHTTP2
[2144/2397] Compiling X509 DNBuilder.swift
[2145/2397] Compiling X509 DomainComponent.swift
[2146/2397] Compiling X509 EmailAddress.swift
[2147/2397] Compiling X509 LocalityName.swift
[2148/2397] Compiling X509 OrganizationName.swift
[2149/2397] Compiling X509 OrganizationalUnitName.swift
[2150/2397] Compiling X509 StateOrProvinceName.swift
[2159/2397] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[2160/2397] Compiling WebSocketKit WebSocket+Concurrency.swift
[2161/2397] Compiling WebSocketKit WebSocketHandler.swift
[2162/2397] Compiling X509 Signature.swift
[2163/2397] Compiling X509 SignatureAlgorithm.swift
[2164/2397] Compiling X509 AllOfPolicies.swift
[2165/2397] Compiling X509 AnyPolicy.swift
[2166/2397] Compiling X509 CertificateStore.swift
[2167/2397] Compiling X509 OneOfPolicies.swift
[2168/2397] Compiling X509 PolicyBuilder.swift
[2169/2397] Compiling X509 BasicConstraintsPolicy.swift
[2170/2397] Compiling X509 DNSNames.swift
[2171/2397] Compiling X509 DirectoryNames.swift
[2172/2397] Compiling X509 ExpiryPolicy.swift
[2173/2397] Compiling X509 IPConstraints.swift
[2174/2397] Compiling WebSocketKit WebSocket+Connect.swift
[2175/2397] Compiling WebSocketKit WebSocket.swift
[2176/2397] Compiling WebSocketKit WebSocketClient.swift
[2178/2398] Compiling X509 OCSPRequest.swift
[2179/2398] Compiling X509 OCSPResponse.swift
[2180/2398] Compiling X509 OCSPResponseBytes.swift
[2181/2398] Compiling X509 OCSPResponseData.swift
[2182/2398] Compiling X509 OCSPResponseStatus.swift
[2183/2398] Compiling X509 OCSPSignature.swift
[2184/2398] Compiling X509 OCSPSingleRequest.swift
[2185/2398] Compiling X509 OCSPSingleResponse.swift
[2185/2398] Wrapping AST for WebSocketKit for debugging
[2187/2398] Compiling FluentKit DatabaseQuery+Join.swift
[2188/2398] Compiling FluentKit DatabaseQuery+Range.swift
[2189/2398] Compiling FluentKit DatabaseQuery+Sort.swift
[2190/2398] Compiling FluentKit DatabaseQuery+Value.swift
[2191/2398] Compiling FluentKit DatabaseQuery.swift
[2192/2398] Compiling FluentKit QueryHistory.swift
[2193/2398] Compiling FluentKit DatabaseSchema.swift
[2194/2398] Compiling FluentKit SchemaBuilder.swift
[2195/2398] Compiling FluentKit OptionalType.swift
[2196/2398] Compiling FluentKit RandomGeneratable.swift
[2197/2398] Compiling FluentKit SomeCodingKey.swift
[2198/2398] Compiling FluentKit UnsafeMutableTransferBox.swift
[2199/2398] Compiling X509 LockedValueBox.swift
[2200/2398] Compiling X509 BasicOCSPResponse.swift
[2201/2398] Compiling X509 DirectoryString.swift
[2202/2398] Compiling X509 OCSPCertID.swift
[2203/2398] Compiling X509 OCSPCertStatus.swift
[2204/2398] Compiling X509 OCSPExtensionID.swift
[2205/2398] Compiling X509 OCSPNonce.swift
[2206/2398] Compiling X509 OCSPPolicy.swift
[2214/2398] Compiling X509 StreetAddress.swift
[2215/2398] Compiling X509 Error.swift
[2216/2398] Compiling X509 AuthorityInformationAccess.swift
[2217/2398] Compiling X509 AuthorityKeyIdentifier.swift
[2218/2398] Compiling X509 BasicConstraints.swift
[2231/2398] Compiling X509 ExtendedKeyUsage.swift
[2232/2398] Compiling X509 ExtensionIdentifiers.swift
[2233/2398] Compiling X509 KeyUsage.swift
[2234/2398] Compiling X509 NameConstraints.swift
[2235/2398] Compiling X509 SubjectAlternativeName.swift
[2236/2398] Compiling X509 SubjectKeyIdentifier.swift
[2237/2398] Compiling X509 Extension.swift
[2238/2398] Compiling X509 Extensions.swift
[2239/2398] Compiling X509 ExtensionsBuilder.swift
[2240/2398] Compiling X509 GeneralName.swift
[2241/2398] Compiling X509 Lock.swift
[2246/2398] Compiling X509 OCSPTBSRequest.swift
[2247/2398] Compiling X509 OCSPVersion.swift
[2248/2398] Compiling X509 PKCS8PrivateKey.swift
[2249/2398] Compiling X509 PromiseAndFuture.swift
[2250/2398] Compiling X509 RDNAttribute.swift
[2251/2398] Compiling X509 RandomNumberGenerator+bytes.swift
[2252/2398] Compiling X509 RelativeDistinguishedName.swift
[2253/2398] Compiling X509 SEC1PrivateKey.swift
[2254/2398] Compiling X509 SecKeyWrapper.swift
[2277/2412] Wrapping AST for FluentKit for debugging
[2279/2423] Compiling FluentSQL SQLJSONColumnPath+Deprecated.swift
[2280/2424] Compiling FluentSQL DatabaseSchema+SQL.swift
[2281/2424] Compiling FluentSQL Exports.swift
[2290/2424] Emitting module FluentSQL
[2291/2424] Compiling FluentSQL ConverterUtilities.swift
[2292/2424] Compiling FluentSQL DatabaseQuery+SQL.swift
[2310/2424] Compiling FluentSQL SQLDatabase+Model+Concurrency.swift
[2311/2424] Compiling FluentSQL SQLDatabase+Model.swift
[2347/2424] Compiling FluentSQL SQLSchemaConverter.swift
[2361/2424] Compiling FluentSQL SQLQualifiedTable+Deprecated.swift
[2362/2424] Compiling FluentSQL SQLList+Deprecated.swift
[2363/2424] Compiling FluentSQL SQLQueryConverter.swift
[2373/2426] Wrapping AST for FluentSQL for debugging
[2396/2427] Wrapping AST for AsyncKit for debugging
[2398/2435] Wrapping AST for NIOHTTP2 for debugging
[2400/2436] Compiling SQLiteKit SQLiteDialect.swift
[2401/2446] Compiling SQLiteKit SQLiteDataDecoder.swift
[2402/2495] Compiling SQLiteKit SQLiteConnectionSource.swift
[2403/2495] Emitting module SQLiteKit
[2404/2495] Compiling SQLiteKit Exports.swift
[2405/2495] Compiling SQLiteKit SQLiteConfiguration.swift
[2406/2495] Compiling SQLiteKit SQLiteDataEncoder.swift
[2407/2495] Compiling SQLiteKit SQLiteConnection+SQLKit.swift
[2408/2495] Compiling SQLiteKit SQLiteRow+SQLRow.swift
[2409/2496] Emitting module X509
[2410/2496] Wrapping AST for SQLiteKit for debugging
[2412/2504] Emitting module FluentSQLiteDriver
[2413/2504] Compiling FluentSQLiteDriver SQLiteConverterDelegate.swift
[2414/2504] Compiling FluentSQLiteDriver SQLiteError+Database.swift
[2415/2504] Compiling FluentSQLiteDriver SQLiteRow+Database.swift
[2416/2504] Compiling FluentSQLiteDriver FluentSQLiteDriver.swift
[2417/2504] Compiling FluentSQLiteDriver FluentSQLiteDatabase.swift
[2418/2504] Compiling FluentSQLiteDriver Exports.swift
[2419/2504] Compiling FluentSQLiteDriver FluentSQLiteConfiguration.swift
[2421/2505] Emitting module AsyncHTTPClient
[2421/2513] Wrapping AST for FluentSQLiteDriver for debugging
[2423/2513] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2424/2513] Compiling AsyncHTTPClient ConnectionTarget.swift
[2425/2513] Compiling AsyncHTTPClient DeconstructedURL.swift
[2426/2513] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2427/2513] Compiling AsyncHTTPClient FoundationExtensions.swift
[2428/2513] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2429/2513] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2430/2513] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2431/2513] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2432/2513] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2433/2513] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2434/2513] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2435/2513] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2436/2513] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2437/2513] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2438/2513] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2439/2513] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2440/2513] Compiling X509 TrustRootLoading.swift
[2441/2513] Compiling X509 UnverifiedChain.swift
[2442/2513] Compiling X509 VerificationDiagnostic.swift
[2443/2513] Compiling X509 Verifier.swift
[2444/2513] Compiling X509 VerifierPolicy.swift
[2445/2513] Compiling X509 AlgorithmIdentifier.swift
[2446/2513] Compiling X509 ECDSASignature.swift
[2447/2513] Compiling X509 RSAPKCS1PublicKey.swift
[2448/2513] Compiling X509 SubjectPublicKeyInfo.swift
[2449/2513] Compiling X509 TBSCertificate.swift
[2450/2513] Compiling X509 Time.swift
[2451/2513] Compiling X509 TimeCalculations.swift
[2452/2513] Compiling X509 Validity.swift
[2453/2514] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2454/2514] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2455/2514] Compiling AsyncHTTPClient Transaction.swift
[2456/2514] Compiling AsyncHTTPClient Base64.swift
[2457/2514] Compiling AsyncHTTPClient BasicAuth.swift
[2458/2514] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2459/2514] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2460/2514] Compiling AsyncHTTPClient ConnectionPool.swift
[2461/2514] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2462/2514] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2463/2514] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2464/2514] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2465/2514] Compiling AsyncHTTPClient HTTP1Connection.swift
[2466/2514] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2467/2514] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2468/2514] Compiling AsyncHTTPClient HTTP2Connection.swift
[2469/2514] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2470/2514] Wrapping AST for X509 for debugging
[2472/2572] Compiling JWTKit ECDSASigner.swift
[2473/2572] Compiling JWTKit ECDSASigningAlgorithm.swift
[2474/2572] Compiling JWTKit JWTKeyCollection+ECDSA.swift
[2475/2572] Compiling JWTKit P256+CurveType.swift
[2476/2572] Compiling JWTKit P384+CurveType.swift
[2477/2572] Compiling JWTKit P521+CurveType.swift
[2478/2572] Compiling JWTKit AudienceClaim.swift
[2479/2572] Compiling JWTKit BoolClaim.swift
[2480/2572] Compiling AsyncHTTPClient RequestBag.swift
[2481/2572] Compiling AsyncHTTPClient RequestValidation.swift
[2482/2572] Compiling AsyncHTTPClient SSLContextCache.swift
[2483/2572] Compiling AsyncHTTPClient Scheme.swift
[2484/2572] Compiling AsyncHTTPClient Singleton.swift
[2485/2572] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2486/2572] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2487/2572] Compiling AsyncHTTPClient Utils.swift
[2488/2572] Compiling JWTKit EdDSACurve.swift
[2489/2572] Compiling JWTKit EdDSAError.swift
[2490/2572] Compiling JWTKit EdDSASigner.swift
[2491/2572] Compiling JWTKit JWTKeyCollection+EdDSA.swift
[2492/2572] Compiling JWTKit HMAC.swift
[2493/2572] Compiling JWTKit HMACError.swift
[2494/2572] Compiling JWTKit HMACSigner.swift
[2495/2572] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2496/2572] Compiling JWTKit UnsecuredNoneSigner.swift
[2497/2572] Compiling JWTKit JWTKeyCollection+RSA.swift
[2498/2572] Compiling JWTKit RSA.swift
[2499/2572] Compiling JWTKit RSAError.swift
[2500/2572] Compiling JWTKit RSASigner.swift
[2501/2572] Compiling JWTKit Base64URL.swift
[2502/2572] Compiling JWTKit CryptoSigner.swift
[2503/2572] Compiling JWTKit EdDSA.swift
[2504/2573] Wrapping AST for AsyncHTTPClient for debugging
[2506/2755] Emitting module SwiftSentry
[2507/2756] Compiling SwiftSentry FatalError.swift
[2508/2756] Compiling SwiftSentry SentryLogHandler.swift
[2509/2756] Compiling SwiftSentry UUIDHexadecimalEncoded.swift
[2510/2756] Compiling IndiePitcherSwift responses.swift
[2511/2756] Compiling IndiePitcherSwift errors.swift
[2512/2756] Compiling SwiftSentry LoggerHelpFunctions.swift
[2513/2756] Compiling SwiftSentry Sentry.swift
[2514/2756] Compiling SwiftSentry Dsn.swift
[2515/2756] Compiling SwiftSentry Event.swift
[2516/2756] Compiling SwiftSentry Envelope.swift
[2517/2757] Wrapping AST for SwiftSentry for debugging
[2519/2757] Compiling IndiePitcherSwift IndiePitcherSwift.swift
[2520/2757] Emitting module IndiePitcherSwift
[2521/2757] Compiling IndiePitcherSwift dtos.swift
[2523/2758] Emitting module JWTKit
[2523/2766] Wrapping AST for IndiePitcherSwift for debugging
[2525/2766] Compiling Vapor HTTPCookies.swift
[2526/2766] Compiling Vapor HTTPHeaderCacheControl.swift
[2527/2766] Compiling Vapor HTTPHeaderExpires.swift
[2528/2766] Compiling Vapor HTTPHeaderLastModified.swift
[2529/2766] Compiling Vapor HTTPHeaders+Cache.swift
[2530/2766] Compiling Vapor HTTPHeaders+Connection.swift
[2531/2766] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2532/2766] Compiling Vapor HTTPHeaders+ContentRange.swift
[2533/2766] Compiling Vapor Environment+Secret.swift
[2534/2766] Compiling Vapor Environment.swift
[2535/2766] Compiling Vapor Abort.swift
[2536/2766] Compiling Vapor AbortError.swift
[2537/2766] Compiling Vapor DebuggableError.swift
[2538/2766] Compiling Vapor Demangler.swift
[2539/2766] Compiling Vapor ErrorSource.swift
[2540/2766] Compiling Vapor StackTrace.swift
[2541/2766] Compiling Vapor Exports.swift
[2542/2766] Compiling Vapor Application+HTTP.swift
[2543/2766] Compiling Vapor BasicResponder.swift
[2544/2766] Compiling Vapor BodyStream.swift
[2545/2766] Compiling Vapor Application+HTTP+Client.swift
[2546/2766] Compiling Vapor EventLoopHTTPClient.swift
[2547/2766] Compiling Vapor EndpointCache.swift
[2548/2766] Compiling Vapor HTTPMethod+String.swift
[2549/2766] Compiling Vapor HTTPStatus.swift
[2550/2766] Compiling Vapor Core.swift
[2551/2766] Compiling Vapor Running.swift
[2552/2766] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2553/2766] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2554/2766] Compiling Vapor DotEnvFile+load.swift
[2555/2766] Compiling Vapor Routes+caseInsenstive.swift
[2556/2766] Compiling Vapor Validatable+validate.swift
[2557/2766] Compiling Vapor Environment+Process.swift
[2558/2766] Compiling Vapor AsyncBasicResponder.swift
[2559/2766] Compiling Vapor AsyncMiddleware.swift
[2560/2766] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2561/2766] Compiling Vapor AsyncSessionDriver.swift
[2562/2766] Compiling Vapor Authentication+Concurrency.swift
[2563/2766] Compiling Vapor Cache+Concurrency.swift
[2564/2766] Compiling Vapor Client+Concurrency.swift
[2565/2766] Compiling Vapor RequestBody+Concurrency.swift
[2566/2766] Compiling Vapor Responder+Concurrency.swift
[2567/2766] Compiling Vapor ResponseCodable+Concurrency.swift
[2568/2766] Compiling Vapor RoutesBuilder+Concurrency.swift
[2569/2766] Compiling Vapor ViewRenderer+Concurrency.swift
[2570/2766] Compiling Vapor WebSocket+Concurrency.swift
[2571/2766] Compiling Vapor ContainerGetPathExecutor.swift
[2572/2766] Compiling Vapor Content.swift
[2573/2766] Compiling Vapor ContentCoders.swift
[2574/2766] Compiling Vapor ContentConfiguration.swift
[2575/2766] Compiling Vapor ContentContainer.swift
[2576/2766] Compiling Vapor JSONCoder+Custom.swift
[2577/2766] Compiling Vapor JSONCoders+Content.swift
[2578/2766] Compiling Vapor PlaintextDecoder.swift
[2579/2766] Compiling Vapor PlaintextEncoder.swift
[2580/2766] Compiling Vapor URLQueryCoders.swift
[2581/2766] Compiling Vapor URLQueryContainer.swift
[2582/2766] Compiling JWTKit CustomizedJSONCoders.swift
[2583/2766] Compiling JWTKit Utilities.swift
[2584/2766] Compiling JWTKit AppleIdentityToken.swift
[2585/2766] Compiling JWTKit FirebaseAuthIdentityToken.swift
[2586/2766] Compiling JWTKit GoogleIdentityToken.swift
[2587/2766] Compiling JWTKit MicrosoftIdentityToken.swift
[2588/2766] Compiling JWTKit ValidationTimePayload.swift
[2589/2766] Compiling JWTKit X5CVerifier.swift
[2590/2767] Wrapping AST for JWTKit for debugging
[2592/2767] Compiling Vapor HTTPServerResponseEncoder.swift
[2593/2767] Compiling Vapor HTTPServerUpgradeHandler.swift
[2594/2767] Compiling Vapor Logger+Report.swift
[2595/2767] Compiling Vapor LoggingSystem+Environment.swift
[2596/2767] Compiling Vapor Application+Middleware.swift
[2597/2767] Compiling Vapor CORSMiddleware.swift
[2598/2767] Compiling Vapor ErrorMiddleware.swift
[2599/2767] Compiling Vapor FileMiddleware.swift
[2600/2767] Compiling Vapor Middleware.swift
[2601/2767] Compiling Vapor MiddlewareConfiguration.swift
[2602/2767] Compiling Vapor ResponseCompressionMiddleware.swift
[2603/2767] Compiling Vapor RouteLoggingMiddleware.swift
[2604/2767] Compiling Vapor TracingMiddleware.swift
[2605/2767] Compiling Vapor File+Multipart.swift
[2606/2767] Compiling Vapor FormDataDecoder+Content.swift
[2607/2767] Compiling Vapor FormDataEncoder+Content.swift
[2608/2767] Compiling Vapor Application+Password.swift
[2609/2767] Compiling Vapor Application+Passwords.swift
[2610/2767] Compiling Vapor AsyncPasswordHasher.swift
[2611/2767] Compiling Vapor BcryptHasher.swift
[2612/2767] Compiling Vapor PasswordHasher.swift
[2613/2767] Compiling Vapor PlaintextHasher.swift
[2614/2767] Compiling Vapor Request+Password.swift
[2615/2767] Compiling Vapor Redirect.swift
[2616/2791] Emitting module Vapor
[2617/2815] Compiling Vapor Application.swift
[2618/2815] Compiling Vapor AuthenticationCache.swift
[2619/2815] Compiling Vapor Authenticator.swift
[2620/2815] Compiling Vapor BasicAuthorization.swift
[2621/2815] Compiling Vapor BearerAuthorization.swift
[2622/2815] Compiling Vapor GuardMiddleware.swift
[2623/2815] Compiling Vapor RedirectMiddleware.swift
[2624/2815] Compiling Vapor SessionAuthenticatable.swift
[2625/2815] Compiling Vapor Bcrypt.swift
[2626/2815] Compiling Vapor Application+Cache.swift
[2627/2815] Compiling Vapor Cache.swift
[2628/2815] Compiling Vapor CacheExpirationTime.swift
[2629/2815] Compiling Vapor MemoryCache.swift
[2630/2815] Compiling Vapor Request+Cache.swift
[2631/2815] Compiling Vapor Application+Clients.swift
[2632/2815] Compiling Vapor Client.swift
[2633/2815] Compiling Vapor ClientRequest.swift
[2634/2815] Compiling Vapor ClientResponse.swift
[2635/2815] Compiling Vapor Request+Client.swift
[2636/2815] Compiling Vapor BootCommand.swift
[2637/2815] Compiling Vapor CommandContext+Application.swift
[2638/2815] Compiling Vapor RoutesCommand.swift
[2639/2815] Compiling Vapor ServeCommand.swift
[2640/2815] Compiling Vapor AnyResponse+Concurrency.swift
[2641/2815] Compiling Vapor Request+Body.swift
[2642/2815] Compiling Vapor Request+BodyStream.swift
[2643/2815] Compiling Vapor Request.swift
[2644/2815] Compiling Vapor Application+Responder.swift
[2645/2815] Compiling Vapor DefaultResponder.swift
[2646/2815] Compiling Vapor Response+Body.swift
[2647/2815] Compiling Vapor Response.swift
[2648/2815] Compiling Vapor ResponseCodable.swift
[2649/2815] Compiling Vapor Application+Routes.swift
[2650/2815] Compiling Vapor Parameters+Require.swift
[2651/2815] Compiling Vapor Request+WebSocket.swift
[2652/2815] Compiling Vapor Route.swift
[2653/2815] Compiling Vapor RouteCollection.swift
[2654/2815] Compiling Vapor Routes.swift
[2655/2815] Compiling Vapor RoutesBuilder+Group.swift
[2656/2815] Compiling Vapor RoutesBuilder+Method.swift
[2657/2815] Compiling Vapor RoutesBuilder+Middleware.swift
[2658/2815] Compiling Vapor RoutesBuilder+WebSocket.swift
[2659/2815] Compiling Vapor RoutesBuilder.swift
[2660/2815] Compiling Vapor OTP.swift
[2661/2815] Compiling Vapor Application+Servers.swift
[2662/2815] Compiling Vapor Server.swift
[2663/2815] Compiling Vapor App+Service.swift
[2664/2815] Compiling Vapor Req+Service.swift
[2665/2815] Compiling Vapor Service.swift
[2666/2815] Compiling Vapor Application+Sessions.swift
[2667/2815] Compiling Vapor MemorySessions.swift
[2668/2815] Compiling Vapor Request+Session.swift
[2669/2815] Compiling Vapor Session.swift
[2670/2815] Compiling Vapor SessionCache.swift
[2671/2815] Compiling Vapor SessionData.swift
[2672/2815] Compiling Vapor SessionDriver.swift
[2673/2815] Compiling Vapor SessionsConfiguration.swift
[2674/2815] Compiling Vapor SessionsMiddleware.swift
[2675/2815] Compiling Vapor URLEncodedFormData.swift
[2676/2815] Compiling Vapor URLEncodedFormDecoder.swift
[2677/2815] Compiling Vapor URLEncodedFormEncoder.swift
[2678/2815] Compiling Vapor URLEncodedFormError.swift
[2679/2815] Compiling Vapor URLEncodedFormParser.swift
[2680/2815] Compiling Vapor URLEncodedFormSerializer.swift
[2681/2815] Compiling Vapor URLQueryFragmentConvertible.swift
[2682/2815] Compiling Vapor AnyResponse.swift
[2683/2815] Compiling Vapor Array+Random.swift
[2684/2815] Compiling Vapor Base32.swift
[2685/2815] Compiling Vapor Base64.swift
[2686/2815] Compiling Vapor BaseN.swift
[2687/2815] Compiling Vapor BasicCodingKey.swift
[2688/2815] Compiling Vapor ByteCount.swift
[2754/2815] Compiling Vapor Responder.swift
[2755/2815] Compiling Vapor Application+HTTP+Server.swift
[2756/2815] Compiling Vapor HTTPServer.swift
[2757/2815] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2758/2815] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2759/2815] Compiling Vapor HTTPServerHandler.swift
[2760/2815] Compiling Vapor HTTPServerRequestDecoder.swift
[2761/2815] Compiling Vapor Bytes+Hex.swift
[2762/2815] Compiling Vapor Bytes+SecureCompare.swift
[2763/2815] Compiling Vapor Collection+Safe.swift
[2764/2815] Compiling Vapor DataProtocol+Copy.swift
[2765/2815] Compiling Vapor DecoderUnwrapper.swift
[2766/2815] Compiling Vapor DirectoryConfiguration.swift
[2767/2815] Compiling Vapor DotEnv.swift
[2768/2815] Compiling Vapor Extendable.swift
[2769/2815] Compiling Vapor File.swift
[2770/2815] Compiling Vapor FileIO.swift
[2771/2815] Compiling Vapor LifecycleHandler.swift
[2772/2815] Compiling Vapor OptionalType.swift
[2773/2815] Compiling Vapor RFC1123.swift
[2774/2815] Compiling Vapor SocketAddress+Hostname.swift
[2775/2815] Compiling Vapor Storage.swift
[2776/2815] Compiling Vapor String+IsIPAddress.swift
[2777/2815] Compiling Vapor Thread.swift
[2778/2815] Compiling Vapor URI.swift
[2779/2815] Compiling Vapor RangeResult.swift
[2780/2815] Compiling Vapor Validatable.swift
[2781/2815] Compiling Vapor Validation.swift
[2782/2815] Compiling Vapor ValidationKey.swift
[2783/2815] Compiling Vapor Validations.swift
[2784/2815] Compiling Vapor ValidationsError.swift
[2785/2815] Compiling Vapor Validator.swift
[2786/2815] Compiling Vapor ValidatorResult.swift
[2787/2815] Compiling Vapor And.swift
[2788/2815] Compiling Vapor Case.swift
[2789/2815] Compiling Vapor CharacterSet.swift
[2790/2815] Compiling Vapor Count.swift
[2791/2815] Compiling Vapor Custom.swift
[2792/2815] Compiling Vapor Email.swift
[2793/2815] Compiling Vapor Empty.swift
[2794/2815] Compiling Vapor In.swift
[2795/2815] Compiling Vapor Nil.swift
[2796/2815] Compiling Vapor NilIgnoring.swift
[2797/2815] Compiling Vapor Not.swift
[2798/2815] Compiling Vapor Or.swift
[2799/2815] Compiling Vapor Pattern.swift
[2800/2815] Compiling Vapor Range.swift
[2801/2815] Compiling Vapor URL.swift
[2802/2815] Compiling Vapor Valid.swift
[2803/2815] Compiling Vapor Application+Views.swift
[2804/2815] Compiling Vapor PlaintextRenderer.swift
[2805/2815] Compiling Vapor Request+View.swift
[2806/2815] Compiling Vapor View.swift
[2807/2815] Compiling Vapor ViewRenderer.swift
[2808/2815] Compiling Vapor _Deprecations.swift
[2809/2816] Wrapping AST for Vapor for debugging
[2811/2849] Compiling MixpanelVapor Request+Mixpanel.swift
[2812/2849] Compiling Fluent FluentProvider+Concurrency.swift
[2813/2849] Compiling Fluent ModelCredentialsAuthenticatable+Concurrency.swift
[2814/2849] Emitting module Fluent
[2815/2851] Compiling MixpanelVapor MixpanelProperty.swift
[2816/2851] Compiling Fluent ModelAuthenticatable.swift
[2817/2851] Compiling Fluent ModelCredentialsAuthenticatable.swift
[2818/2851] Compiling Fluent Exports.swift
[2819/2851] Compiling Fluent Fluent+Cache.swift
[2820/2851] Compiling Fluent Pagination+Concurrency.swift
[2821/2851] Compiling Fluent Sessions+Concurrency.swift
[2822/2851] Compiling Fluent Fluent+Pagination.swift
[2823/2851] Compiling Fluent Fluent+Sessions.swift
[2824/2851] Compiling Fluent FluentProvider.swift
[2825/2851] Compiling Fluent MigrateCommand.swift
[2826/2851] Compiling Fluent Fluent+History.swift
[2827/2851] Compiling Fluent Fluent+Paginate.swift
[2828/2851] Compiling Fluent ModelTokenAuthenticatable.swift
[2829/2851] Compiling Fluent PageLimit.swift
[2830/2852] Compiling MixpanelVapor Application+Mixpanel.swift
[2831/2852] Emitting module MixpanelVapor
[2832/2852] Compiling MixpanelVapor BatchLogRecordProcessor.swift
[2833/2852] Compiling MixpanelVapor LifecycleHandler.swift
[2834/2852] Compiling MixpanelVapor MixpanelVapor.swift
[2835/2852] Compiling MixpanelVapor Constants.swift
[2838/2853] Compiling JWT JWTError+Vapor.swift
[2839/2854] Compiling JWT JWTAuthenticator.swift
[2840/2854] Compiling JWT Request+JWT.swift
[2841/2854] Compiling JWT JWT+Microsoft.swift
[2844/2854] Emitting module JWT
[2847/2854] Compiling JWT JWT+FirebaseAuth.swift
[2848/2854] Compiling JWT JWT+Google.swift
[2849/2855] Wrapping AST for MixpanelVapor for debugging
[2850/2855] Wrapping AST for Fluent for debugging
[2851/2855] Wrapping AST for JWT for debugging
[2853/2872] Compiling App Organization.swift
[2854/2872] Compiling App OrganizationInvite.swift
[2855/2874] Compiling App AnalyticsService.swift
[2856/2874] Compiling App EmailService.swift
[2857/2874] Compiling App SkippableEncoding.swift
[2858/2874] Compiling App configure.swift
[2859/2874] Compiling App CreateProfileOrganizationRole.swift
[2860/2874] Compiling App FIeldKeys.swift
[2861/2874] Compiling App CreateOrganization.swift
[2862/2874] Compiling App CreateOrganizationInvite.swift
[2863/2874] Compiling App CreateProfile.swift
[2864/2874] Compiling App Profile.swift
[2865/2874] Compiling App ProfileOrganizationRole.swift
[2866/2874] Compiling App entrypoint.swift
[2867/2874] Compiling App routes.swift
[2868/2874] Emitting module App
[2869/2874] Compiling App FirebaseAuth.swift
[2870/2874] Compiling App OrganizationController.swift
[2871/2874] Compiling App ProfileController.swift
[2872/2875] Wrapping AST for App for debugging
[2873/2875] Write Objects.LinkFileList
[2874/2875] Linking App
Build complete! (416.96s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.83.1",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "fluent",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.8.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/fluent.git"
    },
    {
      "identity" : "fluent-sqlite-driver",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.6.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/fluent-sqlite-driver.git"
    },
    {
      "identity" : "jwt",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.1.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/jwt.git"
    },
    {
      "identity" : "swift-sentry",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/petrpavlik/swift-sentry.git"
    },
    {
      "identity" : "mixpanelvapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/petrpavlik/MixpanelVapor.git"
    },
    {
      "identity" : "indiepitcher-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/IndiePitcher/indiepitcher-swift.git"
    }
  ],
  "manifest_display_name" : "SaasTemplate",
  "name" : "SaasTemplate",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "App",
      "targets" : [
        "App"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AppTests",
      "module_type" : "SwiftTarget",
      "name" : "AppTests",
      "path" : "Tests/AppTests",
      "product_dependencies" : [
        "VaporTesting"
      ],
      "sources" : [
        "AppTests.swift",
        "Request+FirebaseUser.swift"
      ],
      "target_dependencies" : [
        "App"
      ],
      "type" : "test"
    },
    {
      "c99name" : "App",
      "module_type" : "SwiftTarget",
      "name" : "App",
      "path" : "Sources/App",
      "product_dependencies" : [
        "Fluent",
        "FluentSQLiteDriver",
        "Vapor",
        "JWT",
        "SwiftSentry",
        "MixpanelVapor",
        "IndiePitcherSwift"
      ],
      "product_memberships" : [
        "App"
      ],
      "sources" : [
        "Auth/FirebaseAuth.swift",
        "Controllers/OrganizationController.swift",
        "Controllers/ProfileController.swift",
        "Migrations/CreateOrganization.swift",
        "Migrations/CreateOrganizationInvite.swift",
        "Migrations/CreateProfile.swift",
        "Migrations/CreateProfileOrganizationRole.swift",
        "Models/FIeldKeys.swift",
        "Models/Organization.swift",
        "Models/OrganizationInvite.swift",
        "Models/Profile.swift",
        "Models/ProfileOrganizationRole.swift",
        "Services/AnalyticsService.swift",
        "Services/EmailService.swift",
        "Utils/SkippableEncoding.swift",
        "configure.swift",
        "entrypoint.swift",
        "routes.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.