The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of SaasTemplate, reference 1.9.0 (73c59d), with Swift 6.1 for Android on 31 May 2025 00:12:18 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/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:         android
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-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/vapor/fluent-sqlite-driver.git
Fetching https://github.com/petrpavlik/swift-sentry.git
Fetching https://github.com/petrpavlik/MixpanelVapor.git
Fetching https://github.com/vapor/fluent.git
Fetching https://github.com/IndiePitcher/indiepitcher-swift.git
Fetching https://github.com/vapor/jwt.git
[1/323] Fetching mixpanelvapor
[324/3030] Fetching mixpanelvapor, jwt
[3031/3527] Fetching mixpanelvapor, jwt, swift-sentry
[3528/4874] Fetching mixpanelvapor, jwt, swift-sentry, fluent-sqlite-driver
[4337/18295] Fetching mixpanelvapor, jwt, swift-sentry, fluent-sqlite-driver, fluent
[4392/18554] Fetching mixpanelvapor, jwt, swift-sentry, fluent-sqlite-driver, fluent, indiepitcher-swift
Fetched https://github.com/vapor/jwt.git from cache (0.29s)
[6453/15847] Fetching mixpanelvapor, swift-sentry, fluent-sqlite-driver, fluent, indiepitcher-swift
Fetching https://github.com/vapor/vapor.git
Fetched https://github.com/IndiePitcher/indiepitcher-swift.git from cache (0.66s)
Fetched https://github.com/petrpavlik/MixpanelVapor.git from cache (0.66s)
Fetched https://github.com/petrpavlik/swift-sentry.git from cache (0.66s)
Fetched https://github.com/vapor/fluent-sqlite-driver.git from cache (0.66s)
Fetched https://github.com/vapor/fluent.git from cache (0.66s)
[1/74378] Fetching vapor
Fetched https://github.com/vapor/vapor.git from cache (3.30s)
Computing version for https://github.com/petrpavlik/swift-sentry.git
Computed https://github.com/petrpavlik/swift-sentry.git at 1.0.0 (4.17s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/swift-server/async-http-client.git
[1/3836] Fetching swift-log
[3837/17850] Fetching swift-log, async-http-client
Fetched https://github.com/apple/swift-log.git from cache (0.43s)
[3364/14014] Fetching async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (0.83s)
Computing version for https://github.com/petrpavlik/MixpanelVapor.git
Computed https://github.com/petrpavlik/MixpanelVapor.git at 2.1.0 (1.30s)
Fetching https://github.com/malcommac/UAParserSwift.git
Fetching https://github.com/apple/swift-atomics.git
[1/292] Fetching uaparserswift
[241/2009] Fetching uaparserswift, swift-atomics
Fetched https://github.com/malcommac/UAParserSwift.git from cache (0.32s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.37s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.99s)
Computing version for https://github.com/malcommac/UAParserSwift.git
Computed https://github.com/malcommac/UAParserSwift.git at 1.2.1 (2.10s)
Computing version for https://github.com/vapor/jwt.git
Computed https://github.com/vapor/jwt.git at 5.1.2 (0.49s)
Fetching https://github.com/vapor/jwt-kit.git
[1/9049] Fetching jwt-kit
Fetched https://github.com/vapor/jwt-kit.git from cache (0.88s)
Computing version for https://github.com/vapor/jwt-kit.git
Computed https://github.com/vapor/jwt-kit.git at 5.1.2 (1.45s)
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-certificates.git
[1/6155] Fetching swift-certificates
[6156/20091] Fetching swift-certificates, swift-crypto
Fetched https://github.com/apple/swift-certificates.git from cache (0.38s)
[1394/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.34s)
Computing version for https://github.com/vapor/fluent.git
Computed https://github.com/vapor/fluent.git at 4.12.0 (1.82s)
Fetching https://github.com/vapor/fluent-kit.git
[1/13328] Fetching fluent-kit
Fetched https://github.com/vapor/fluent-kit.git from cache (0.51s)
Computing version for https://github.com/vapor/fluent-sqlite-driver.git
Computed https://github.com/vapor/fluent-sqlite-driver.git at 4.8.1 (2.35s)
Fetching https://github.com/vapor/sqlite-kit.git
[1/2112] Fetching sqlite-kit
Fetched https://github.com/vapor/sqlite-kit.git from cache (0.63s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.11s)
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/sqlite-nio.git
Fetching https://github.com/vapor/sql-kit.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/vapor/async-kit.git
[1/1517] Fetching sqlite-nio
[2/3887] Fetching sqlite-nio, async-kit
[2159/9870] Fetching sqlite-nio, async-kit, sql-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.35s)
[5999/7500] Fetching sqlite-nio, sql-kit
[7486/83623] Fetching sqlite-nio, sql-kit, swift-nio
Fetched https://github.com/vapor/sql-kit.git from cache (4.04s)
Fetched https://github.com/vapor/sqlite-nio.git from cache (4.04s)
Fetched https://github.com/apple/swift-nio.git from cache (4.12s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (4.65s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-algorithms.git
[1/5959] Fetching swift-algorithms
[4590/22550] Fetching swift-algorithms, swift-collections
Fetched https://github.com/apple/swift-algorithms.git from cache (1.59s)
Fetched https://github.com/apple/swift-collections.git from cache (1.71s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (2.32s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.40s)
Computing version for https://github.com/vapor/fluent-kit.git
Computed https://github.com/vapor/fluent-kit.git at 1.52.2 (1.53s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.0 (0.59s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.81s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.50s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.04s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.54s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.88s)
Computing version for https://github.com/IndiePitcher/indiepitcher-swift.git
Computed https://github.com/IndiePitcher/indiepitcher-swift.git at 1.5.0 (1.66s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.63s)
Fetching https://github.com/apple/swift-asn1.git
[1/1590] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (1.26s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (3.04s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.53s)
Computing version for https://github.com/vapor/sqlite-nio.git
Computed https://github.com/vapor/sqlite-nio.git at 1.11.4 (0.50s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.49s)
Fetching https://github.com/apple/swift-nio-transport-services.git
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-extras.git
[1/5923] Fetching swift-nio-extras
[1364/8590] Fetching swift-nio-extras, swift-nio-transport-services
[8591/20117] Fetching swift-nio-extras, swift-nio-transport-services, swift-nio-http2
[8937/34960] Fetching swift-nio-extras, swift-nio-transport-services, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.54s)
[7578/29037] Fetching swift-nio-transport-services, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.67s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.70s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.32s)
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.84s)
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.55s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.59s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (0.55s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
[1/1141] Fetching swift-http-structured-headers
[47/3567] Fetching swift-http-structured-headers, swift-service-lifecycle
[3302/4471] Fetching swift-http-structured-headers, swift-service-lifecycle, swift-http-types
[4472/9456] Fetching swift-http-structured-headers, swift-service-lifecycle, swift-http-types, swift-async-algorithms
Fetched https://github.com/apple/swift-http-types.git from cache (0.34s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.35s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.40s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.40s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (0.86s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.82s)
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.50s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.50s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (0.67s)
Fetching https://github.com/vapor/routing-kit.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/vapor/websocket-kit.git
[1/2206] Fetching swift-metrics
[2207/22933] Fetching swift-metrics, routing-kit
[3866/25542] Fetching swift-metrics, routing-kit, websocket-kit
[3867/30516] Fetching swift-metrics, routing-kit, websocket-kit, swift-distributed-tracing
Fetched https://github.com/apple/swift-metrics.git from cache (0.46s)
[15925/28310] Fetching routing-kit, websocket-kit, swift-distributed-tracing
Fetching https://github.com/vapor/console-kit.git
Fetched https://github.com/vapor/websocket-kit.git from cache (0.52s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.58s)
[16168/20727] Fetching routing-kit
[16376/26480] Fetching routing-kit, console-kit
Fetched https://github.com/vapor/console-kit.git from cache (0.48s)
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-service-context.git
Fetched https://github.com/vapor/routing-kit.git from cache (1.22s)
[1/1063] Fetching swift-service-context
[1064/4382] Fetching swift-service-context, multipart-kit
Fetched https://github.com/apple/swift-service-context.git from cache (1.32s)
Fetched https://github.com/vapor/multipart-kit.git from cache (1.37s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (3.04s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.49s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (1.59s)
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.74s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.46s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.53s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.44s)
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.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.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/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/vapor/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/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-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/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/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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/vapor/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/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/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/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-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/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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/vapor/sqlite-nio.git
Working copy of https://github.com/vapor/sqlite-nio.git resolved at 1.11.4
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/vapor/fluent-kit.git
Working copy of https://github.com/vapor/fluent-kit.git resolved at 1.52.2
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.1
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.115.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/sql-kit.git
Working copy of https://github.com/vapor/sql-kit.git resolved at 3.33.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/vapor/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.2.0
Building for debugging...
[0/919] Compiling a_dup.cc
[1/919] Compiling a_bool.cc
[1/919] Write sources
[3/919] Compiling f_string.cc
[3/919] Write sources
[3/919] Compiling a_i2d_fp.cc
[3/919] Write sources
[39/919] Compiling _NumericsShims _NumericsShims.c
[39/919] Write sources
[53/919] Compiling stack.cc
[53/919] Compiling a_int.cc
[53/919] Compiling a_d2i_fp.cc
[53/919] Compiling a_gentm.cc
[53/919] Compiling _AtomicsShims.c
[72/919] Compiling CNIOWindows WSAStartup.c
[73/919] Compiling CNIOWindows shim.c
[74/919] Compiling CSystem shims.c
[75/919] Compiling CNIOWASI CNIOWASI.c
[76/919] Compiling CVaporBcrypt bcrypt.c
[77/919] Compiling CVaporBcrypt blf.c
[78/919] Compiling CNIOLinux liburing_shims.c
[79/919] Write swift-version-24593BA9C3E375BF.txt
[80/919] Compiling CNIOSHA1 c_nio_sha1.c
[81/919] Compiling CNIOExtrasZlib empty.c
[82/919] Compiling CNIOLLHTTP c_nio_http.c
[83/919] Compiling CNIODarwin shim.c
[84/919] Compiling CNIOLLHTTP c_nio_api.c
[85/919] Compiling CNIOLinux shim.c
[86/923] Compiling CNIOLLHTTP c_nio_llhttp.c
[88/977] Compiling ServiceContextModule ServiceContextKey.swift
[89/977] Compiling _NIOBase64 Base64.swift
[90/977] Emitting module _NIOBase64
[91/978] Compiling _CertificateInternals _TinyArray.swift
[92/978] Emitting module _CertificateInternals
[93/979] Compiling SystemPackage MachPort.swift
[94/979] Compiling SystemPackage PlatformString.swift
[95/979] Compiling SystemPackage SystemString.swift
[96/979] Compiling SwiftASN1 ASN1Strings.swift
[97/979] Compiling SwiftASN1 ASN1Integer.swift
[98/979] Compiling SwiftASN1 ASN1Null.swift
[99/979] Compiling SwiftASN1 ASN1BitString.swift
[100/979] Emitting module SystemPackage
[101/979] Compiling SwiftASN1 ASN1.swift
[102/979] Compiling SwiftASN1 BER.swift
[103/979] Compiling SwiftASN1 ASN1Any.swift
[104/979] Compiling SwiftASN1 ASN1OctetString.swift
[105/982] Compiling _NIODataStructures PriorityQueue.swift
[106/982] Compiling _NIODataStructures _TinyArray.swift
[108/982] Emitting module ServiceContextModule
[109/982] Compiling ServiceContextModule ServiceContext.swift
[111/983] Compiling _NIODataStructures Heap.swift
[112/983] Emitting module _NIODataStructures
[117/1001] Compiling RealModule Float80+Real.swift
[118/1016] Compiling RealModule RealFunctions.swift
[119/1016] Compiling RealModule Real.swift
[120/1016] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[121/1016] Compiling InternalCollectionsUtilities Integer rank.swift
[122/1022] Compiling SystemPackage Util+StringArray.swift
[123/1022] Compiling SystemPackage Util.swift
[124/1022] Compiling SystemPackage UtilConsumers.swift
[125/1022] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[126/1023] Compiling RealModule Float16+Real.swift
[127/1023] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[128/1023] Compiling InternalCollectionsUtilities Debugging.swift
[129/1023] Compiling InternalCollectionsUtilities Descriptions.swift
[130/1023] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[131/1023] Compiling RealModule ElementaryFunctions.swift
[132/1023] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[133/1023] Compiling InternalCollectionsUtilities UInt+reversed.swift
[134/1023] Compiling RealModule Float+Real.swift
[135/1023] Compiling Instrumentation NoOpInstrument.swift
[139/1023] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[142/1023] Compiling InternalCollectionsUtilities _SortedCollection.swift
[143/1023] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[144/1023] Compiling Instrumentation MultiplexInstrument.swift
[145/1023] Emitting module Instrumentation
[146/1023] Emitting module RealModule
[147/1024] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[155/1027] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[157/1027] Compiling SwiftASN1 DER.swift
[158/1027] Compiling SwiftASN1 Errors.swift
[159/1027] Emitting module InternalCollectionsUtilities
[160/1028] Wrapping AST for _NIODataStructures for debugging
[162/1028] Compiling Logging MetadataProvider.swift
[163/1028] Compiling SwiftASN1 TimeUtilities.swift
[164/1028] Compiling SwiftASN1 UTCTime.swift
[165/1028] Compiling SwiftASN1 ObjectIdentifier.swift
[166/1028] Compiling SwiftASN1 PEMDocument.swift
[169/1028] Compiling SystemPackage Constants.swift
[170/1028] Compiling SystemPackage Exports.swift
[171/1028] Compiling SystemPackage Mocking.swift
[172/1028] Compiling SystemPackage RawBuffer.swift
[173/1028] Compiling SystemPackage Syscalls.swift
[174/1028] Compiling SystemPackage WindowsSyscallAdapters.swift
[179/1028] Compiling Instrumentation Instrument.swift
[180/1028] Compiling Instrumentation Locks.swift
[181/1028] Compiling Instrumentation InstrumentationSystem.swift
[182/1029] Emitting module Logging
[183/1029] Compiling Logging Locks.swift
[184/1030] Compiling Logging LogHandler.swift
[185/1030] Compiling Logging Logging.swift
[195/1099] Emitting module SwiftASN1
[196/1100] Emitting module UAParserSwift
[197/1100] Compiling UAParserSwift UAParserSwift.swift
[200/1170] Compiling Tracing InstrumentationSystem+Tracing.swift
[201/1170] Compiling Tracing NoOpTracer.swift
[202/1177] Emitting module CoreMetrics
[203/1177] Compiling CoreMetrics Metrics.swift
[204/1177] Compiling CoreMetrics Locks.swift
[205/1178] Compiling Tracing TracingTime.swift
[207/1178] Compiling HeapModule Heap+Invariants.swift
[208/1178] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[209/1178] Emitting module RoutingKit
[210/1178] Compiling RoutingKit AnyRouter.swift
[211/1178] Compiling Tracing TracerProtocol.swift
[212/1178] Emitting module Tracing
[213/1178] Compiling RoutingKit PathComponent.swift
[214/1178] Compiling HeapModule Heap+Descriptions.swift
[215/1256] Compiling Tracing Tracer.swift
[216/1256] Compiling RoutingKit Router.swift
[217/1256] Compiling RoutingKit Parameters.swift
[218/1256] Compiling RoutingKit TrieRouter.swift
[219/1257] Compiling HashTreeCollections _HashNode+Structural merge.swift
[220/1257] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[221/1257] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[222/1257] Compiling HashTreeCollections _HashNode+Structural union.swift
[223/1257] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[224/1257] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[225/1257] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[226/1264] Compiling HeapModule _HeapNode.swift
[227/1264] Compiling Tracing TracerProtocol+Legacy.swift
[228/1264] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[229/1264] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[230/1264] Compiling HashTreeCollections TreeDictionary+Keys.swift
[231/1264] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[232/1264] Compiling HashTreeCollections TreeDictionary+Merge.swift
[233/1264] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[234/1264] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[235/1264] Compiling HeapModule Heap+UnsafeHandle.swift
[236/1264] Compiling HeapModule Heap.swift
[238/1264] Emitting module HeapModule
[239/1265] Emitting module Metrics
[240/1265] Compiling Metrics Metrics.swift
[241/1265] Compiling Tracing SpanProtocol.swift
[243/1267] Compiling HashTreeCollections _HashNode+Storage.swift
[244/1267] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[245/1267] Compiling HashTreeCollections _HashNode+Structural filter.swift
[246/1267] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[247/1267] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[248/1267] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[249/1267] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[250/1267] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[251/1267] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[252/1267] Compiling HashTreeCollections _HashNode.swift
[253/1267] Compiling HashTreeCollections _HashNodeHeader.swift
[254/1267] Compiling HashTreeCollections _HashSlot.swift
[255/1267] Compiling HashTreeCollections _HashStack.swift
[256/1267] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[257/1267] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[258/1267] Compiling HashTreeCollections TreeDictionary+Filter.swift
[259/1270] Compiling HashTreeCollections _HashNode+Invariants.swift
[260/1270] Compiling HashTreeCollections _HashNode+Lookups.swift
[261/1270] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[262/1270] Compiling HashTreeCollections _HashTreeIterator.swift
[263/1270] Compiling HashTreeCollections _HashTreeStatistics.swift
[264/1270] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[265/1270] Compiling HashTreeCollections _RawHashNode.swift
[266/1270] Compiling HashTreeCollections _UnmanagedHashNode.swift
[267/1270] Compiling HashTreeCollections _UnsafePath.swift
[268/1270] Compiling HashTreeCollections TreeDictionary+Codable.swift
[269/1270] Compiling HashTreeCollections TreeDictionary+Collection.swift
[270/1270] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[271/1270] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[272/1270] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[273/1270] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[274/1270] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[275/1282] Wrapping AST for _NIOBase64 for debugging
[278/1282] Compiling HashTreeCollections TreeSet+Hashable.swift
[279/1282] Compiling HashTreeCollections TreeSet+Sendable.swift
[280/1282] Compiling HashTreeCollections TreeSet+Sequence.swift
[281/1282] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[282/1282] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[283/1282] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[284/1282] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[285/1282] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[286/1282] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[287/1282] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[296/1301] Wrapping AST for _CertificateInternals for debugging
[297/1301] Wrapping AST for UAParserSwift for debugging
[298/1301] Wrapping AST for SystemPackage for debugging
[299/1301] Wrapping AST for Tracing for debugging
[301/1301] Compiling DequeModule _DequeBuffer.swift
[302/1301] Compiling DequeModule _DequeBufferHeader.swift
[302/1303] Wrapping AST for SwiftASN1 for debugging
[303/1303] Wrapping AST for ServiceContextModule for debugging
[305/1303] Compiling DequeModule Deque+Equatable.swift
[306/1303] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[307/1303] Compiling DequeModule Deque+CustomReflectable.swift
[308/1303] Compiling DequeModule Deque+Descriptions.swift
[309/1303] Compiling DequeModule Deque+Extras.swift
[310/1303] Compiling DequeModule Deque+Hashable.swift
[310/1303] Wrapping AST for RoutingKit for debugging
[312/1303] Compiling OrderedCollections OrderedSet+SubSequence.swift
[313/1303] Compiling OrderedCollections OrderedSet+Testing.swift
[314/1303] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[315/1303] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[316/1303] Compiling OrderedCollections OrderedSet.swift
[317/1303] Compiling OrderedCollections _UnsafeBitset.swift
[318/1303] Compiling HashTreeCollections TreeSet+Equatable.swift
[319/1303] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[320/1303] Compiling HashTreeCollections TreeSet+Extras.swift
[321/1303] Compiling HashTreeCollections TreeSet+Filter.swift
[321/1303] Wrapping AST for RealModule for debugging
[333/1303] Compiling OrderedCollections OrderedSet+Sendable.swift
[333/1303] Wrapping AST for Logging for debugging
[335/1303] Compiling _RopeModule _CharacterRecognizer.swift
[336/1303] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[337/1303] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[338/1303] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[339/1303] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[340/1303] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[341/1303] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[342/1303] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[343/1303] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[344/1303] Compiling HashTreeCollections TreeSet.swift
[344/1303] Wrapping AST for Metrics for debugging
[345/1303] Wrapping AST for InternalCollectionsUtilities for debugging
[346/1303] Wrapping AST for Instrumentation for debugging
[347/1303] Wrapping AST for HeapModule for debugging
[357/1303] Wrapping AST for CoreMetrics for debugging
[359/1303] Compiling DequeModule Deque+Codable.swift
[360/1303] Compiling DequeModule Deque+Collection.swift
[366/1303] Compiling fiat_p256_adx_sqr.S
[368/1303] Compiling DequeModule _DequeSlot.swift
[369/1303] Compiling DequeModule _UnsafeWrappedBuffer.swift
[370/1303] Compiling DequeModule Deque+Testing.swift
[371/1303] Compiling DequeModule Deque._Storage.swift
[372/1303] Compiling DequeModule Deque._UnsafeHandle.swift
[373/1303] Compiling DequeModule Deque.swift
[375/1303] Compiling fiat_p256_adx_mul.S
[376/1303] Compiling fiat_curve25519_adx_square.S
[394/1303] Compiling fiat_curve25519_adx_mul.S
[405/1303] Compiling CNIOBoringSSLShims shims.c
[407/1303] Emitting module OrderedCollections
[408/1303] Emitting module DequeModule
[411/1305] Emitting module _RopeModule
[433/1305] Compiling CSQLite sqlite_nio_sqlite3.c
[435/1305] Compiling _RopeModule Rope+Join.swift
[436/1305] Compiling _RopeModule Rope+MutatingForEach.swift
[437/1305] Compiling _RopeModule Rope+Remove.swift
[438/1305] Compiling _RopeModule Rope+RemoveSubrange.swift
[439/1305] Compiling _RopeModule Rope+Split.swift
[440/1305] Compiling _RopeModule Optional Utilities.swift
[441/1305] Compiling _RopeModule String Utilities.swift
[442/1305] Compiling _RopeModule String.Index+ABI.swift
[465/1305] Compiling tls_record.cc
[466/1305] Wrapping AST for DequeModule for debugging
[467/1305] Wrapping AST for OrderedCollections for debugging
[468/1305] Compiling tls_method.cc
[469/1305] Compiling tls13_server.cc
[471/1305] Emitting module HashTreeCollections
[501/1307] Compiling tls13_enc.cc
[503/1307] Wrapping AST for HashTreeCollections for debugging
[504/1307] Wrapping AST for _RopeModule for debugging
[505/1307] Compiling tls13_client.cc
[506/1307] Compiling t1_enc.cc
[507/1307] Compiling tls13_both.cc
[508/1307] Compiling ssl_stat.cc
[509/1307] Compiling ssl_versions.cc
[510/1307] Compiling ssl_x509.cc
[511/1307] Compiling ssl_transcript.cc
[512/1307] Compiling ssl_session.cc
[513/1307] Compiling ssl_privkey.cc
[514/1307] Compiling ssl_key_share.cc
[515/1307] Compiling ssl_lib.cc
[516/1307] Compiling ssl_cipher.cc
[517/1307] Compiling ssl_file.cc
[518/1307] Compiling ssl_credential.cc
[519/1307] Compiling ssl_buffer.cc
[520/1307] Compiling ssl_cert.cc
[521/1307] Compiling ssl_asn1.cc
[522/1307] Compiling s3_lib.cc
[523/1307] Compiling s3_both.cc
[524/1307] Compiling ssl_aead_ctx.cc
[525/1307] Compiling s3_pkt.cc
[526/1307] Compiling handshake.cc
[527/1307] Compiling handshake_server.cc
[528/1307] Compiling handoff.cc
[529/1307] Compiling extensions.cc
[530/1307] Compiling handshake_client.cc
[531/1307] Compiling d1_lib.cc
[532/1307] Compiling dtls_record.cc
[533/1307] Compiling encrypted_client_hello.cc
[534/1307] Compiling md5-x86_64-linux.S
[535/1307] Compiling md5-x86_64-apple.S
[536/1307] Compiling md5-586-linux.S
[537/1307] Compiling md5-586-apple.S
[538/1307] Compiling d1_srtp.cc
[539/1307] Compiling dtls_method.cc
[540/1307] Compiling chacha20_poly1305_x86_64-linux.S
[541/1307] Compiling d1_pkt.cc
[542/1307] Compiling chacha20_poly1305_armv8-win.S
[543/1307] Compiling chacha20_poly1305_x86_64-apple.S
[544/1307] Compiling chacha20_poly1305_armv8-apple.S
[545/1307] Compiling chacha20_poly1305_armv8-linux.S
[546/1307] Compiling chacha-x86_64-linux.S
[547/1307] Compiling chacha-x86-linux.S
[548/1307] Compiling chacha-x86_64-apple.S
[549/1307] Compiling bio_ssl.cc
[550/1307] Compiling chacha-x86-apple.S
[551/1307] Compiling chacha-armv8-win.S
[552/1307] Compiling chacha-armv8-apple.S
[553/1307] Compiling chacha-armv4-linux.S
[554/1307] Compiling aes128gcmsiv-x86_64-linux.S
[555/1307] Compiling chacha-armv8-linux.S
[556/1307] Compiling aes128gcmsiv-x86_64-apple.S
[557/1307] Compiling x86_64-mont5-linux.S
[558/1307] Compiling x86_64-mont5-apple.S
[559/1307] Compiling x86_64-mont-linux.S
[560/1307] Compiling x86_64-mont-apple.S
[561/1307] Compiling x86-mont-linux.S
[562/1307] Compiling vpaes-x86_64-linux.S
[563/1307] Compiling x86-mont-apple.S
[564/1307] Compiling vpaes-x86_64-apple.S
[565/1307] Compiling vpaes-x86-linux.S
[566/1307] Compiling vpaes-armv8-win.S
[567/1307] Compiling vpaes-x86-apple.S
[568/1307] Compiling vpaes-armv8-apple.S
[569/1307] Compiling vpaes-armv8-linux.S
[570/1307] Compiling sha512-x86_64-linux.S
[571/1307] Compiling vpaes-armv7-linux.S
[572/1307] Compiling sha512-x86_64-apple.S
[573/1307] Compiling sha512-armv8-win.S
[574/1307] Compiling sha512-armv8-apple.S
[575/1307] Compiling sha512-586-apple.S
[576/1307] Compiling sha512-586-linux.S
[577/1307] Compiling sha512-armv4-linux.S
[578/1307] Compiling sha256-x86_64-linux.S
[579/1307] Compiling sha512-armv8-linux.S
[580/1307] Compiling err_data.cc
[581/1307] Compiling d1_both.cc
[582/1307] Compiling sha256-x86_64-apple.S
[583/1307] Compiling sha256-armv8-win.S
[584/1307] Compiling sha256-armv4-linux.S
[584/1307] Compiling sha256-armv8-apple.S
[585/1307] Compiling sha1-x86_64-linux.S
[585/1307] Compiling sha256-armv8-linux.S
[588/1307] Compiling sha256-586-linux.S
[589/1307] Compiling sha256-586-apple.S
[590/1307] Compiling sha1-x86_64-apple.S
[591/1307] Compiling rsaz-avx2-linux.S
[592/1307] Compiling sha1-armv4-large-linux.S
[593/1307] Compiling sha1-armv8-apple.S
[594/1307] Compiling sha1-armv8-win.S
[595/1307] Compiling sha1-586-apple.S
[596/1307] Compiling sha1-586-linux.S
[597/1307] Compiling rsaz-avx2-apple.S
[598/1307] Compiling sha1-armv8-linux.S
[599/1307] Compiling rdrand-x86_64-apple.S
[600/1307] Compiling p256_beeu-x86_64-asm-apple.S
[601/1307] Compiling rdrand-x86_64-linux.S
[602/1307] Compiling p256_beeu-x86_64-asm-linux.S
[603/1307] Compiling p256_beeu-armv8-asm-win.S
[604/1307] Compiling p256_beeu-armv8-asm-apple.S
[605/1307] Compiling p256_beeu-armv8-asm-linux.S
[606/1307] Compiling p256-x86_64-asm-linux.S
[607/1307] Compiling p256-armv8-asm-win.S
[608/1307] Compiling p256-x86_64-asm-apple.S
[609/1307] Compiling p256-armv8-asm-apple.S
[610/1307] Compiling ghashv8-armv8-win.S
[611/1307] Compiling ghashv8-armv8-apple.S
[612/1307] Compiling ghashv8-armv8-linux.S
[613/1307] Compiling p256-armv8-asm-linux.S
[614/1307] Compiling ghashv8-armv7-linux.S
[615/1307] Compiling ghash-x86_64-linux.S
[616/1307] Compiling ghash-x86_64-apple.S
[617/1307] Compiling ghash-x86-apple.S
[617/1307] Compiling ghash-x86-linux.S
[619/1307] Compiling ghash-ssse3-x86_64-linux.S
[620/1307] Compiling ghash-ssse3-x86_64-apple.S
[621/1307] Compiling ghash-ssse3-x86-linux.S
[622/1307] Compiling ghash-ssse3-x86-apple.S
[623/1307] Compiling ghash-neon-armv8-win.S
[624/1307] Compiling ghash-armv4-linux.S
[625/1307] Compiling ghash-neon-armv8-apple.S
[626/1307] Compiling ghash-neon-armv8-linux.S
[627/1307] Compiling co-586-linux.S
[628/1307] Compiling bsaes-armv7-linux.S
[629/1307] Compiling co-586-apple.S
[630/1307] Compiling bn-armv8-win.S
[631/1307] Compiling bn-armv8-linux.S
[632/1307] Compiling bn-586-linux.S
[633/1307] Compiling bn-armv8-apple.S
[634/1307] Compiling bn-586-apple.S
[635/1307] Compiling armv8-mont-win.S
[636/1307] Compiling armv8-mont-apple.S
[637/1307] Compiling aesv8-gcm-armv8-win.S
[638/1307] Compiling armv8-mont-linux.S
[639/1307] Compiling armv4-mont-linux.S
[640/1307] Compiling aesv8-gcm-armv8-apple.S
[641/1307] Compiling aesv8-armv8-win.S
[642/1307] Compiling aesv8-gcm-armv8-linux.S
[643/1307] Compiling aesv8-armv8-linux.S
[644/1307] Compiling aesv8-armv8-apple.S
[645/1307] Compiling aesv8-armv7-linux.S
[646/1307] Compiling aesni-x86_64-apple.S
[647/1307] Compiling aesni-x86-apple.S
[648/1307] Compiling aesni-x86_64-linux.S
[649/1307] Compiling aesni-x86-linux.S
[650/1307] Compiling aesni-gcm-x86_64-apple.S
[651/1307] Compiling aesni-gcm-x86_64-linux.S
[652/1307] Compiling aes-gcm-avx2-x86_64-apple.S
[653/1307] Compiling aes-gcm-avx2-x86_64-linux.S
[654/1307] Compiling aes-gcm-avx10-x86_64-linux.S
[655/1307] Compiling aes-gcm-avx10-x86_64-apple.S
[656/1307] Compiling x_spki.cc
[657/1307] Compiling x_x509a.cc
[658/1307] Compiling x_sig.cc
[659/1307] Compiling x_val.cc
[660/1307] Compiling x_pubkey.cc
[661/1307] Compiling x_name.cc
[662/1307] Compiling x_req.cc
[663/1307] Compiling x_x509.cc
[664/1307] Compiling x_attrib.cc
[665/1307] Compiling x_exten.cc
[666/1307] Compiling x_algor.cc
[667/1307] Compiling x_all.cc
[668/1307] Compiling x_crl.cc
[669/1307] Compiling x509rset.cc
[670/1307] Compiling x509spki.cc
[671/1307] Compiling x509name.cc
[672/1307] Compiling x509_vfy.cc
[673/1307] Compiling x509_vpm.cc
[674/1307] Compiling x509_txt.cc
[675/1307] Compiling x509cset.cc
[676/1307] Compiling x509_v3.cc
[677/1307] Compiling x509_trs.cc
[678/1307] Compiling x509_req.cc
[679/1307] Compiling x509_set.cc
[680/1307] Compiling x509_obj.cc
[681/1307] Compiling x509_ext.cc
[682/1307] Compiling x509_lu.cc
[683/1307] Compiling x509_def.cc
[684/1307] Compiling x509_d2.cc
[685/1307] Compiling x509_cmp.cc
[686/1307] Compiling x509_att.cc
[687/1307] Compiling x509.cc
[688/1307] Compiling v3_skey.cc
[689/1307] Compiling v3_prn.cc
[690/1307] Compiling v3_purp.cc
[691/1307] Compiling v3_ocsp.cc
[692/1307] Compiling v3_utl.cc
[692/1307] Compiling v3_pcons.cc
[694/1307] Compiling v3_pmaps.cc
[695/1307] Compiling v3_ncons.cc
[696/1307] Compiling v3_lib.cc
[697/1307] Compiling v3_int.cc
[698/1307] Compiling v3_genn.cc
[699/1307] Compiling v3_ia5.cc
[700/1307] Compiling v3_enum.cc
[701/1307] Compiling v3_info.cc
[702/1307] Compiling v3_extku.cc
[703/1307] Compiling v3_crld.cc
[704/1307] Compiling v3_cpols.cc
[705/1307] Compiling v3_alt.cc
[706/1307] Compiling v3_akey.cc
[707/1307] Compiling v3_bitst.cc
[708/1307] Compiling v3_bcons.cc
[709/1307] Compiling v3_conf.cc
[710/1307] Compiling v3_akeya.cc
[711/1307] Compiling t_x509a.cc
[712/1307] Compiling t_x509.cc
[713/1307] Compiling t_req.cc
[714/1307] Compiling i2d_pr.cc
[715/1307] Compiling name_print.cc
[716/1307] Compiling t_crl.cc
[717/1307] Compiling rsa_pss.cc
[718/1307] Compiling policy.cc
[718/1307] Compiling by_file.cc
[720/1307] Compiling by_dir.cc
[721/1307] Compiling algorithm.cc
[722/1307] Compiling trust_token.cc
[723/1307] Compiling a_verify.cc
[724/1307] Compiling asn1_gen.cc
[725/1307] Compiling voprf.cc
[726/1307] Compiling a_sign.cc
[727/1307] Compiling a_digest.cc
[728/1307] Compiling thread_pthread.cc
[729/1307] Compiling thread_none.cc
[730/1307] Compiling thread_win.cc
[731/1307] Compiling pmbtoken.cc
[732/1307] Compiling thread.cc
[733/1307] Compiling siphash.cc
[734/1307] Compiling stack.cc
[735/1307] Compiling slhdsa.cc
[736/1307] Compiling sha512.cc
[737/1307] Compiling sha256.cc
[738/1307] Compiling rsa_print.cc
[739/1307] Compiling spake2plus.cc
[739/1307] Compiling sha1.cc
[741/1307] Compiling rsa_extra.cc
[742/1307] Compiling rsa_crypt.cc
[743/1307] Compiling rand.cc
[744/1307] Compiling trusty.cc
[745/1307] Compiling refcount.cc
[746/1307] Compiling windows.cc
[747/1307] Compiling rc4.cc
[748/1307] Compiling urandom.cc
[749/1307] Compiling rsa_asn1.cc
[750/1307] Compiling getentropy.cc
[751/1307] Compiling forkunsafe.cc
[752/1307] Compiling ios.cc
[753/1307] Compiling poly1305_arm_asm.S
[754/1307] Compiling passive.cc
[755/1307] Compiling fork_detect.cc
[756/1307] Compiling poly1305_vec.cc
[757/1307] Compiling deterministic.cc
[758/1307] Compiling poly1305_arm.cc
[759/1307] Compiling pool.cc
[760/1307] Compiling poly1305.cc
[761/1307] Compiling pkcs7.cc
[761/1307] Compiling pem_xaux.cc
[761/1307] Compiling pkcs8_x509.cc
[764/1307] Compiling p5_pbev2.cc
[765/1307] Compiling pkcs8.cc
[766/1307] Compiling pkcs7_x509.cc
[767/1307] Compiling pem_x509.cc
[768/1307] Compiling pem_pk8.cc
[769/1307] Compiling pem_pkey.cc
[770/1307] Compiling pem_oth.cc
[771/1307] Compiling pem_info.cc
[772/1307] Compiling pem_all.cc
[773/1307] Compiling obj_xref.cc
[774/1307] Compiling pem_lib.cc
[775/1307] Compiling mlkem.cc
[776/1307] Compiling mldsa.cc
[777/1307] Compiling md5.cc
[778/1307] Compiling obj.cc
[779/1307] Compiling poly_rq_mul.S
[780/1307] Compiling mem.cc
[781/1307] Compiling fips_shared_support.cc
[782/1307] Compiling lhash.cc
[783/1307] Compiling md4.cc
[784/1307] Compiling ex_data.cc
[785/1307] Compiling kyber.cc
[786/1307] Compiling sign.cc
[787/1307] Compiling hrss.cc
[788/1307] Compiling hpke.cc
[789/1307] Compiling print.cc
[790/1307] Compiling scrypt.cc
[791/1307] Compiling pbkdf.cc
[792/1307] Compiling p_x25519.cc
[793/1307] Compiling p_hkdf.cc
[794/1307] Compiling p_rsa_asn1.cc
[795/1307] Compiling p_x25519_asn1.cc
[796/1307] Compiling p_rsa.cc
[797/1307] Compiling p_ed25519.cc
[798/1307] Compiling p_ed25519_asn1.cc
[799/1307] Compiling p_ec.cc
[800/1307] Compiling p_ec_asn1.cc
[801/1307] Compiling p_dh_asn1.cc
[802/1307] Compiling p_dsa_asn1.cc
[803/1307] Compiling p_dh.cc
[804/1307] Compiling evp_ctx.cc
[805/1307] Compiling evp.cc
[806/1307] Compiling evp_asn1.cc
[807/1307] Compiling err.cc
[808/1307] Compiling engine.cc
[809/1307] Compiling ecdh.cc
[810/1307] Compiling ec_derive.cc
[811/1307] Compiling hash_to_curve.cc
[812/1307] Compiling ecdsa_asn1.cc
[813/1307] Compiling bcm.cc
[814/1307] Compiling dsa.cc
[815/1307] Compiling ec_asn1.cc
[816/1307] Compiling params.cc
[817/1307] Compiling dsa_asn1.cc
[818/1307] Compiling des.cc
[819/1307] Compiling curve25519_64_adx.cc
[820/1307] Compiling digest_extra.cc
[821/1307] Compiling spake25519.cc
[821/1307] Compiling dh_asn1.cc
[823/1307] Compiling crypto.cc
[824/1307] Compiling x25519-asm-arm.S
[825/1307] Compiling curve25519.cc
[826/1307] Compiling cpu_intel.cc
[827/1307] Compiling cpu_aarch64_sysreg.cc
[828/1307] Compiling cpu_aarch64_openbsd.cc
[829/1307] Compiling cpu_aarch64_win.cc
[830/1307] Compiling cpu_arm_linux.cc
[831/1307] Compiling cpu_arm_freebsd.cc
[832/1307] Compiling cpu_aarch64_linux.cc
[833/1307] Compiling cpu_aarch64_fuchsia.cc
[834/1307] Compiling cpu_aarch64_apple.cc
[835/1307] Compiling tls_cbc.cc
[836/1307] Compiling e_rc4.cc
[837/1307] Compiling conf.cc
[838/1307] Compiling get_cipher.cc
[839/1307] Compiling e_tls.cc
[840/1307] Compiling e_rc2.cc
[841/1307] Compiling e_null.cc
[842/1307] Compiling e_des.cc
[843/1307] Compiling derive_key.cc
[844/1307] Compiling e_chacha20poly1305.cc
[844/1307] Compiling e_aesctrhmac.cc
[846/1307] Compiling e_aesgcmsiv.cc
[847/1307] Compiling chacha.cc
[848/1307] Compiling unicode.cc
[849/1307] Compiling buf.cc
[850/1307] Compiling cbs.cc
[851/1307] Compiling ber.cc
[852/1307] Compiling cbb.cc
[853/1307] Compiling asn1_compat.cc
[854/1307] Compiling blake2.cc
[855/1307] Compiling convert.cc
[856/1307] Compiling bn_asn1.cc
[857/1307] Compiling socket_helper.cc
[858/1307] Compiling socket.cc
[859/1307] Compiling file.cc
[860/1307] Compiling pair.cc
[861/1307] Compiling fd.cc
[862/1307] Compiling printf.cc
[863/1307] Compiling errno.cc
[864/1307] Compiling hexdump.cc
[865/1307] Compiling bio_mem.cc
[866/1307] Compiling base64.cc
[867/1307] Compiling connect.cc
[868/1307] Compiling bio.cc
[869/1307] Compiling posix_time.cc
[870/1307] Compiling tasn_typ.cc
[871/1307] Compiling tasn_new.cc
[871/1307] Compiling tasn_fre.cc
[873/1307] Compiling f_string.cc
[874/1307] Compiling tasn_enc.cc
[875/1307] Compiling tasn_utl.cc
[876/1307] Compiling tasn_dec.cc
[877/1307] Compiling f_int.cc
[878/1307] Compiling asn_pack.cc
[879/1307] Compiling asn1_lib.cc
[880/1307] Compiling a_time.cc
[880/1307] Compiling a_type.cc
[882/1307] Compiling asn1_par.cc
[883/1307] Compiling a_utctm.cc
[884/1307] Compiling a_strex.cc
[885/1307] Compiling a_octet.cc
[885/1307] Compiling a_strnid.cc
[887/1307] Compiling a_i2d_fp.cc
[888/1307] Compiling a_mbstr.cc
[889/1307] Compiling a_int.cc
[890/1307] Compiling a_gentm.cc
[891/1307] Compiling a_object.cc
[892/1307] Compiling a_dup.cc
[893/1307] Compiling fiat_p256_adx_sqr.S
[894/1307] Compiling fiat_curve25519_adx_square.S
[895/1307] Compiling fiat_p256_adx_mul.S
[896/1307] Compiling a_d2i_fp.cc
[897/1307] Compiling fiat_curve25519_adx_mul.S
[898/1307] Compiling md5-x86_64-linux.S
[899/1307] Compiling md5-x86_64-apple.S
[900/1307] Compiling a_bool.cc
[901/1307] Compiling md5-586-linux.S
[902/1307] Compiling md5-586-apple.S
[903/1307] Compiling a_bitstr.cc
[904/1307] Compiling CCryptoBoringSSLShims shims.c
[905/1307] Compiling chacha20_poly1305_x86_64-linux.S
[906/1307] Compiling chacha20_poly1305_x86_64-apple.S
[906/1307] Compiling chacha20_poly1305_armv8-win.S
[908/1307] Compiling chacha20_poly1305_armv8-linux.S
[909/1307] Compiling chacha20_poly1305_armv8-apple.S
[910/1307] Compiling chacha-x86_64-linux.S
[911/1307] Compiling chacha-x86_64-apple.S
[912/1307] Compiling chacha-x86-linux.S
[913/1307] Compiling chacha-x86-apple.S
[914/1307] Compiling chacha-armv8-win.S
[915/1307] Compiling chacha-armv8-apple.S
[916/1307] Compiling chacha-armv4-linux.S
[917/1307] Compiling aes128gcmsiv-x86_64-apple.S
[918/1307] Compiling chacha-armv8-linux.S
[919/1307] Compiling aes128gcmsiv-x86_64-linux.S
[920/1307] Compiling x86_64-mont5-linux.S
[921/1307] Compiling x86_64-mont-linux.S
[922/1307] Compiling x86_64-mont5-apple.S
[923/1307] Compiling x86-mont-linux.S
[924/1307] Compiling x86_64-mont-apple.S
[925/1307] Compiling x86-mont-apple.S
[926/1307] Compiling vpaes-x86_64-linux.S
[927/1307] Compiling err_data.cc
[928/1307] Compiling vpaes-x86-apple.S
[928/1307] Compiling vpaes-x86_64-apple.S
[930/1307] Compiling vpaes-x86-linux.S
[931/1307] Compiling vpaes-armv8-win.S
[932/1307] Compiling vpaes-armv8-linux.S
[933/1307] Compiling vpaes-armv8-apple.S
[934/1307] Compiling vpaes-armv7-linux.S
[935/1307] Compiling sha512-x86_64-linux.S
[936/1307] Compiling sha512-x86_64-apple.S
[937/1307] Compiling sha512-armv8-win.S
[938/1307] Compiling sha512-armv8-linux.S
[939/1307] Compiling sha512-armv4-linux.S
[940/1307] Compiling sha512-armv8-apple.S
[941/1307] Compiling sha256-x86_64-linux.S
[941/1307] Compiling sha512-586-linux.S
[943/1307] Compiling sha512-586-apple.S
[944/1307] Compiling sha256-x86_64-apple.S
[945/1307] Compiling sha256-armv8-apple.S
[946/1307] Compiling sha256-armv8-win.S
[947/1307] Compiling sha1-x86_64-linux.S
[948/1307] Compiling sha256-armv4-linux.S
[949/1307] Compiling sha256-armv8-linux.S
[950/1307] Compiling sha1-x86_64-apple.S
[950/1307] Compiling sha256-586-apple.S
[952/1307] Compiling sha256-586-linux.S
[953/1307] Compiling sha1-armv8-win.S
[954/1307] Compiling sha1-armv4-large-linux.S
[955/1307] Compiling sha1-586-apple.S
[955/1307] Compiling sha1-armv8-apple.S
[957/1307] Compiling sha1-586-linux.S
[958/1307] Compiling sha1-armv8-linux.S
[959/1307] Compiling rsaz-avx2-apple.S
[959/1307] Compiling rsaz-avx2-linux.S
[961/1307] Compiling rdrand-x86_64-apple.S
[962/1307] Compiling p256_beeu-x86_64-asm-apple.S
[963/1307] Compiling rdrand-x86_64-linux.S
[964/1307] Compiling p256_beeu-armv8-asm-linux.S
[965/1307] Compiling p256_beeu-x86_64-asm-linux.S
[966/1307] Compiling p256_beeu-armv8-asm-win.S
[967/1307] Compiling p256_beeu-armv8-asm-apple.S
[968/1307] Compiling p256-x86_64-asm-apple.S
[969/1307] Compiling p256-armv8-asm-win.S
[970/1307] Compiling p256-x86_64-asm-linux.S
[971/1307] Compiling p256-armv8-asm-linux.S
[972/1307] Compiling p256-armv8-asm-apple.S
[973/1307] Compiling ghashv8-armv8-linux.S
[974/1307] Compiling ghashv8-armv8-win.S
[975/1307] Compiling ghashv8-armv8-apple.S
[976/1307] Compiling ghash-x86_64-linux.S
[976/1307] Compiling ghash-x86_64-apple.S
[978/1307] Compiling ghashv8-armv7-linux.S
[979/1307] Compiling ghash-x86-linux.S
[980/1307] Compiling ghash-ssse3-x86-linux.S
[980/1307] Compiling ghash-ssse3-x86-apple.S
[982/1307] Compiling ghash-x86-apple.S
[983/1307] Compiling ghash-ssse3-x86_64-linux.S
[984/1307] Compiling ghash-ssse3-x86_64-apple.S
[985/1307] Compiling ghash-neon-armv8-win.S
[986/1307] Compiling ghash-neon-armv8-apple.S
[987/1307] Compiling ghash-neon-armv8-linux.S
[988/1307] Compiling ghash-armv4-linux.S
[989/1307] Compiling co-586-apple.S
[990/1307] Compiling bn-armv8-win.S
[991/1307] Compiling co-586-linux.S
[992/1307] Compiling bsaes-armv7-linux.S
[993/1307] Compiling bn-armv8-linux.S
[994/1307] Compiling bn-armv8-apple.S
[995/1307] Compiling armv8-mont-win.S
[996/1307] Compiling bn-586-linux.S
[997/1307] Compiling bn-586-apple.S
[998/1307] Compiling armv8-mont-apple.S
[999/1307] Compiling aesv8-gcm-armv8-win.S
[1000/1307] Compiling armv8-mont-linux.S
[1001/1307] Compiling armv4-mont-linux.S
[1002/1307] Compiling aesv8-gcm-armv8-apple.S
[1003/1307] Compiling aesv8-gcm-armv8-linux.S
[1004/1307] Compiling aesv8-armv8-win.S
[1005/1307] Compiling aesni-x86_64-linux.S
[1006/1307] Compiling aesv8-armv7-linux.S
[1007/1307] Compiling aesni-x86-linux.S
[1008/1307] Compiling aesv8-armv8-linux.S
[1009/1307] Compiling aesv8-armv8-apple.S
[1010/1307] Compiling aesni-x86_64-apple.S
[1011/1307] Compiling aesni-gcm-x86_64-linux.S
[1012/1307] Compiling aesni-x86-apple.S
[1013/1307] Compiling aes-gcm-avx10-x86_64-linux.S
[1014/1307] Compiling aesni-gcm-x86_64-apple.S
[1015/1307] Compiling aes-gcm-avx10-x86_64-apple.S
[1016/1307] Compiling x_req.cc
[1016/1307] Compiling c-nioatomics.c
[1018/1307] Compiling x_sig.cc
[1019/1307] Compiling c-atomics.c
[1020/1307] Compiling x_spki.cc
[1021/1307] Compiling x_x509a.cc
[1022/1307] Compiling x_x509.cc
[1023/1307] Compiling x_val.cc
[1025/1313] Compiling NIOConcurrencyHelpers NIOLock.swift
[1025/1313] Compiling x_exten.cc
[1027/1313] Compiling NIOConcurrencyHelpers lock.swift
[1027/1313] Compiling x_pubkey.cc
[1028/1313] Compiling x_name.cc
[1030/1313] Emitting module NIOConcurrencyHelpers
[1031/1313] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1032/1313] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1033/1313] Compiling NIOConcurrencyHelpers atomics.swift
[1033/1314] Compiling x_crl.cc
[1035/1314] Compiling x_algor.cc
[1036/1314] Compiling x_attrib.cc
[1037/1314] Compiling x_all.cc
[1038/1314] Compiling x509spki.cc
[1039/1340] Wrapping AST for NIOConcurrencyHelpers for debugging
[1040/1340] Compiling x509_v3.cc
[1041/1340] Compiling x509rset.cc
[1043/1340] Compiling ConsoleKitTerminal Console+Confirm.swift
[1044/1340] Compiling ConsoleKitTerminal Console+Input.swift
[1045/1340] Compiling ConsoleKitTerminal Console+Center.swift
[1046/1340] Compiling ConsoleKitTerminal Console+Output.swift
[1047/1340] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1048/1340] Compiling ConsoleKitTerminal ConsoleClear.swift
[1049/1340] Compiling ConsoleKitTerminal Console+Ask.swift
[1050/1340] Compiling ConsoleKitTerminal Console+Choose.swift
[1051/1343] Emitting module ConsoleKitTerminal
[1052/1343] Compiling ConsoleKitTerminal ActivityBar.swift
[1053/1343] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1054/1343] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1055/1343] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1056/1343] Compiling ConsoleKitTerminal CustomActivity.swift
[1057/1343] Compiling ConsoleKitTerminal LoadingBar.swift
[1058/1343] Compiling ConsoleKitTerminal ProgressBar.swift
[1059/1343] Compiling ConsoleKitTerminal Console+Clear.swift
[1059/1343] Compiling x509cset.cc
[1060/1343] Compiling x509name.cc
[1061/1343] Compiling x509_vfy.cc
[1062/1343] Compiling x509_vpm.cc
[1064/1343] Compiling ConsoleKitTerminal ConsoleText.swift
[1065/1343] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1066/1343] Compiling ConsoleKitTerminal ANSI.swift
[1067/1343] Compiling ConsoleKitTerminal Console+Wait.swift
[1068/1343] Compiling ConsoleKitTerminal ConsoleColor.swift
[1069/1343] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1070/1343] Compiling ConsoleKitTerminal Console.swift
[1071/1343] Compiling ConsoleKitTerminal Terminal.swift
[1072/1343] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1072/1343] Compiling x509_txt.cc
[1073/1343] Compiling x509_trs.cc
[1075/1343] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1076/1343] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1077/1343] Compiling ConsoleKitTerminal LoggerFragment.swift
[1078/1344] Compiling x509_set.cc
[1079/1366] Compiling x509_lu.cc
[1080/1366] Wrapping AST for ConsoleKitTerminal for debugging
[1081/1366] Compiling x509_req.cc
[1083/1366] Compiling ConsoleKitCommands CommandSignature.swift
[1084/1366] Compiling ConsoleKitCommands Flag.swift
[1085/1366] Compiling ConsoleKitCommands Option.swift
[1085/1368] Compiling x509_ext.cc
[1086/1368] Compiling x509_obj.cc
[1087/1368] Compiling x509_def.cc
[1089/1368] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1090/1368] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1091/1368] Compiling ConsoleKitCommands Argument.swift
[1091/1368] Compiling x509_d2.cc
[1093/1368] Emitting module ConsoleKitCommands
[1094/1368] Compiling ConsoleKitCommands Command.swift
[1095/1368] Compiling ConsoleKitCommands CommandContext.swift
[1096/1368] Compiling ConsoleKitCommands CommandError.swift
[1097/1368] Compiling ConsoleKitCommands CommandGroup.swift
[1098/1368] Compiling ConsoleKitCommands CommandInput.swift
[1099/1368] Compiling ConsoleKitCommands Commands.swift
[1100/1368] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1101/1368] Compiling ConsoleKitCommands Utilities.swift
[1101/1368] Compiling x509_cmp.cc
[1102/1368] Compiling x509_att.cc
[1103/1368] Compiling x509.cc
[1104/1368] Compiling v3_prn.cc
[1105/1368] Compiling v3_skey.cc
[1106/1368] Compiling v3_purp.cc
[1107/1368] Compiling v3_utl.cc
[1108/1368] Compiling v3_pmaps.cc
[1110/1368] Compiling ConsoleKitCommands AsyncCommands.swift
[1111/1368] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1112/1368] Compiling ConsoleKitCommands AnyCommand.swift
[1113/1368] Compiling ConsoleKitCommands Console+Run.swift
[1114/1368] Compiling ConsoleKitCommands ConsoleError.swift
[1115/1368] Compiling ConsoleKitCommands Completion.swift
[1116/1368] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1117/1368] Compiling ConsoleKitCommands AsyncCommand.swift
[1118/1368] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1119/1369] Compiling v3_ocsp.cc
[1120/1371] Compiling v3_ncons.cc
[1121/1371] Wrapping AST for ConsoleKitCommands for debugging
[1122/1371] Compiling v3_pcons.cc
[1123/1371] Compiling v3_lib.cc
[1125/1371] Emitting module ConsoleKit
[1126/1371] Compiling ConsoleKit Exports.swift
[1126/1371] Compiling v3_ia5.cc
[1127/1371] Compiling v3_info.cc
[1128/1372] Compiling v3_int.cc
[1130/1372] Wrapping AST for ConsoleKit for debugging
[1131/1372] Compiling v3_extku.cc
[1132/1372] Compiling v3_enum.cc
[1133/1372] Compiling v3_genn.cc
[1134/1372] Compiling v3_cpols.cc
[1135/1372] Compiling v3_crld.cc
[1136/1372] Compiling v3_bitst.cc
[1137/1372] Compiling v3_bcons.cc
[1138/1372] Compiling v3_conf.cc
[1139/1372] Compiling v3_alt.cc
[1140/1372] Compiling v3_akeya.cc
[1141/1372] Compiling t_x509a.cc
[1142/1372] Compiling t_req.cc
[1143/1372] Compiling v3_akey.cc
[1144/1372] Compiling t_x509.cc
[1145/1372] Compiling t_crl.cc
[1146/1372] Compiling rsa_pss.cc
[1147/1372] Compiling by_file.cc
[1148/1372] Compiling i2d_pr.cc
[1149/1372] Compiling name_print.cc
[1150/1372] Compiling by_dir.cc
[1151/1372] Compiling a_verify.cc
[1152/1372] Compiling asn1_gen.cc
[1153/1372] Compiling policy.cc
[1154/1372] Compiling algorithm.cc
[1155/1372] Compiling a_sign.cc
[1156/1372] Compiling voprf.cc
[1157/1372] Compiling thread_win.cc
[1158/1372] Compiling thread_pthread.cc
[1159/1372] Compiling trust_token.cc
[1160/1372] Compiling pmbtoken.cc
[1161/1372] Compiling a_digest.cc
[1162/1372] Compiling thread_none.cc
[1163/1372] Compiling thread.cc
[1164/1372] Compiling wots.cc
[1165/1372] Compiling thash.cc
[1166/1372] Compiling merkle.cc
[1167/1372] Compiling fors.cc
[1168/1372] Compiling slhdsa.cc
[1169/1372] Compiling sha512.cc
[1170/1372] Compiling siphash.cc
[1171/1372] Compiling sha1.cc
[1172/1372] Compiling sha256.cc
[1173/1372] Compiling rsa_print.cc
[1174/1372] Compiling rsa_crypt.cc
[1175/1372] Compiling rsa_extra.cc
[1176/1372] Compiling rc4.cc
[1177/1372] Compiling refcount.cc
[1178/1372] Compiling windows.cc
[1179/1372] Compiling urandom.cc
[1180/1372] Compiling trusty.cc
[1181/1372] Compiling rsa_asn1.cc
[1182/1372] Compiling passive.cc
[1183/1372] Compiling forkunsafe.cc
[1184/1372] Compiling poly1305_arm_asm.S
[1185/1372] Compiling getentropy.cc
[1186/1372] Compiling rand_extra.cc
[1187/1372] Compiling ios.cc
[1188/1372] Compiling fork_detect.cc
[1189/1372] Compiling poly1305.cc
[1190/1372] Compiling deterministic.cc
[1191/1372] Compiling poly1305_vec.cc
[1192/1372] Compiling poly1305_arm.cc
[1193/1372] Compiling pool.cc
[1194/1372] Compiling pkcs7.cc
[1195/1372] Compiling p5_pbev2.cc
[1196/1372] Compiling pem_oth.cc
[1197/1372] Compiling pkcs7_x509.cc
[1198/1372] Compiling pkcs8_x509.cc
[1199/1372] Compiling pem_x509.cc
[1200/1372] Compiling pkcs8.cc
[1201/1372] Compiling pem_xaux.cc
[1202/1372] Compiling pem_pkey.cc
[1203/1372] Compiling obj.cc
[1204/1372] Compiling pem_pk8.cc
[1205/1372] Compiling pem_info.cc
[1206/1372] Compiling mem.cc
[1207/1372] Compiling md4.cc
[1208/1372] Compiling obj_xref.cc
[1209/1372] Compiling mldsa.cc
[1210/1372] Compiling pem_lib.cc
[1211/1372] Compiling pem_all.cc
[1212/1372] Compiling fips_shared_support.cc
[1213/1372] Compiling poly_rq_mul.S
[1214/1372] Compiling mlkem.cc
[1215/1372] Compiling md5.cc
[1216/1372] Compiling lhash.cc
[1217/1372] Compiling sign.cc
[1218/1372] Compiling kyber.cc
[1219/1372] Compiling ex_data.cc
[1220/1372] Compiling scrypt.cc
[1221/1372] Compiling hpke.cc
[1222/1372] Compiling hrss.cc
[1223/1372] Compiling pbkdf.cc
[1224/1372] Compiling print.cc
[1225/1372] Compiling p_x25519.cc
[1226/1372] Compiling p_x25519_asn1.cc
[1227/1372] Compiling p_rsa_asn1.cc
[1228/1372] Compiling p_ec.cc
[1229/1372] Compiling p_hkdf.cc
[1230/1372] Compiling p_ed25519_asn1.cc
[1231/1372] Compiling p_rsa.cc
[1232/1372] Compiling p_ed25519.cc
[1233/1372] Compiling p_ec_asn1.cc
[1234/1372] Compiling p_dh.cc
[1235/1372] Compiling p_dh_asn1.cc
[1236/1372] Compiling p_dsa_asn1.cc
[1237/1372] Compiling evp_asn1.cc
[1238/1372] Compiling engine.cc
[1239/1372] Compiling evp_ctx.cc
[1240/1372] Compiling evp.cc
[1241/1372] Compiling err.cc
[1242/1372] Compiling ecdh_extra.cc
[1243/1372] Compiling ec_derive.cc
[1244/1372] Compiling hash_to_curve.cc
[1245/1372] Compiling ecdsa_asn1.cc
[1246/1372] Compiling dsa_asn1.cc
[1247/1372] Compiling params.cc
[1248/1372] Compiling dsa.cc
[1249/1372] Compiling ec_asn1.cc
[1250/1372] Compiling x25519-asm-arm.S
[1251/1372] Compiling bcm.cc
[1252/1372] Compiling crypto.cc
[1253/1372] Compiling dh_asn1.cc
[1254/1372] Compiling curve25519_64_adx.cc
[1255/1372] Compiling digest_extra.cc
[1256/1372] Compiling spake25519.cc
[1257/1372] Compiling des.cc
[1258/1372] Compiling cpu_intel.cc
[1259/1372] Compiling curve25519.cc
[1260/1372] Compiling cpu_arm_linux.cc
[1261/1372] Compiling cpu_arm_freebsd.cc
[1262/1372] Compiling cpu_aarch64_sysreg.cc
[1263/1372] Compiling cpu_aarch64_win.cc
[1264/1372] Compiling cpu_aarch64_openbsd.cc
[1265/1372] Compiling cpu_aarch64_linux.cc
[1266/1372] Compiling cpu_aarch64_fuchsia.cc
[1267/1372] Compiling conf.cc
[1268/1372] Compiling cpu_aarch64_apple.cc
[1269/1372] Compiling e_tls.cc
[1270/1372] Compiling tls_cbc.cc
[1271/1372] Compiling e_rc4.cc
[1272/1372] Compiling e_rc2.cc
[1273/1372] Compiling e_null.cc
[1274/1372] Compiling e_aesgcmsiv.cc
[1275/1372] Compiling e_des.cc
[1276/1372] Compiling e_chacha20poly1305.cc
[1277/1372] Compiling derive_key.cc
[1278/1372] Compiling e_aesctrhmac.cc
[1279/1372] Compiling chacha.cc
[1280/1372] Compiling cipher_extra.cc
[1281/1372] Compiling unicode.cc
[1282/1372] Compiling cbs.cc
[1283/1372] Compiling cbb.cc
[1284/1372] Compiling ber.cc
[1285/1372] Compiling buf.cc
[1286/1372] Compiling asn1_compat.cc
[1287/1372] Compiling blake2.cc
[1288/1372] Compiling convert.cc
[1289/1372] Compiling bn_asn1.cc
[1290/1372] Compiling printf.cc
[1291/1372] Compiling file.cc
[1292/1372] Compiling hexdump.cc
[1293/1372] Compiling pair.cc
[1294/1372] Compiling errno.cc
[1295/1372] Compiling fd.cc
[1296/1372] Compiling bio.cc
[1297/1372] Compiling base64.cc
[1298/1372] Compiling bio_mem.cc
[1299/1372] Compiling posix_time.cc
[1300/1372] Compiling tasn_typ.cc
[1301/1372] Compiling tasn_enc.cc
[1302/1372] Compiling tasn_dec.cc
[1303/1372] Compiling tasn_fre.cc
[1304/1372] Compiling f_int.cc
[1305/1372] Compiling tasn_utl.cc
[1306/1372] Compiling tasn_new.cc
[1307/1372] Compiling asn_pack.cc
[1308/1372] Compiling asn1_par.cc
[1309/1372] Compiling a_type.cc
[1310/1372] Compiling a_octet.cc
[1311/1372] Compiling asn1_lib.cc
[1312/1372] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1313/1372] Write sources
[1314/1372] Compiling a_time.cc
[1314/1372] Write sources
[1320/1372] Compiling a_utctm.cc
[1321/1372] Compiling a_strnid.cc
[1322/1372] Compiling a_strex.cc
[1323/1469] Compiling a_object.cc
[1325/1469] Compiling Algorithms Compacted.swift
[1326/1469] Compiling Algorithms Cycle.swift
[1327/1469] Compiling Algorithms EitherSequence.swift
[1328/1471] Compiling Algorithms Permutations.swift
[1329/1471] Compiling Algorithms Product.swift
[1330/1471] Compiling Algorithms Joined.swift
[1331/1471] Compiling Algorithms Keyed.swift
[1332/1471] Compiling Algorithms MinMax.swift
[1333/1471] Compiling Algorithms Partition.swift
[1333/1471] Compiling a_bitstr.cc
[1335/1471] Compiling Atomics IntegerOperations.swift
[1336/1471] Compiling Atomics Unmanaged extensions.swift
[1337/1471] Compiling Algorithms Chain.swift
[1338/1471] Compiling Algorithms Chunked.swift
[1339/1471] Compiling Algorithms Combinations.swift
[1339/1471] Compiling a_mbstr.cc
[1341/1471] Compiling BitCollections BitSet+Initializers.swift
[1342/1471] Compiling BitCollections BitSet+Invariants.swift
[1343/1471] Compiling BitCollections BitSet+Random.swift
[1344/1471] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1345/1471] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1346/1471] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1347/1471] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1348/1471] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1349/1471] Compiling BitCollections BitSet+CustomReflectable.swift
[1350/1471] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1351/1471] Compiling BitCollections BitSet+Equatable.swift
[1352/1471] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1353/1471] Compiling BitCollections BitSet+Extras.swift
[1354/1471] Compiling BitCollections BitSet+Hashable.swift
[1355/1471] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1356/1471] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1357/1471] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1358/1471] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1359/1471] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1360/1471] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1361/1471] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1362/1471] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1363/1471] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1364/1471] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1365/1471] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1366/1471] Compiling BitCollections BitSet+SetAlgebra union.swift
[1367/1471] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1368/1471] Compiling BitCollections BitSet.Counted.swift
[1372/1486] Compiling Algorithms FirstNonNil.swift
[1373/1489] Compiling Algorithms Split.swift
[1374/1489] Compiling Algorithms Stride.swift
[1375/1489] Compiling Algorithms Suffix.swift
[1378/1489] Compiling Algorithms Rotate.swift
[1389/1489] Compiling Algorithms FlattenCollection.swift
[1390/1489] Compiling Algorithms Grouped.swift
[1391/1489] Compiling Algorithms Indexed.swift
[1392/1489] Compiling Algorithms Intersperse.swift
[1393/1489] Compiling Algorithms AdjacentPairs.swift
[1409/1489] Emitting module BitCollections
[1414/1489] Compiling BitCollections BitSet.Index.swift
[1415/1489] Compiling BitCollections BitSet._UnsafeHandle.swift
[1416/1489] Compiling BitCollections BitSet.swift
[1417/1489] Compiling BitCollections Range+Utilities.swift
[1418/1489] Compiling BitCollections Slice+Utilities.swift
[1419/1489] Compiling BitCollections UInt+Tricks.swift
[1420/1489] Compiling BitCollections _Word.swift
[1421/1489] Compiling Algorithms Trim.swift
[1422/1490] Compiling Algorithms Unique.swift
[1423/1490] Compiling Algorithms Windows.swift
[1425/1490] Compiling CryptoBoringWrapper RandomBytes.swift
[1425/1490] Wrapping AST for BitCollections for debugging
[1431/1492] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1432/1492] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1433/1492] Compiling CryptoBoringWrapper EllipticCurve.swift
[1434/1492] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1441/1492] Compiling Collections Collections.swift
[1442/1492] Emitting module Collections
[1443/1492] Emitting module CryptoBoringWrapper
[1444/1493] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1445/1493] Emitting module Atomics
[1447/1494] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1448/1495] Wrapping AST for Collections for debugging
[1450/1495] Wrapping AST for Atomics for debugging
[1451/1555] Wrapping AST for CryptoBoringWrapper for debugging
[1453/1626] Emitting module Algorithms
[1454/1627] Wrapping AST for Algorithms for debugging
[1456/1627] Compiling Crypto HPKE-Modes.swift
[1457/1627] Compiling Crypto Insecure.swift
[1458/1627] Compiling Crypto Insecure_HashFunctions.swift
[1459/1627] Compiling Crypto KEM.swift
[1460/1627] Compiling Crypto ECDH_boring.swift
[1461/1627] Compiling Crypto DH.swift
[1462/1627] Compiling Crypto ECDH.swift
[1463/1627] Compiling Crypto SymmetricKeys.swift
[1465/1635] Compiling Crypto HMAC.swift
[1466/1635] Compiling Crypto MACFunctions.swift
[1467/1635] Compiling Crypto MessageAuthenticationCode.swift
[1468/1635] Compiling Crypto AES.swift
[1469/1635] Compiling Crypto ECDSASignature_boring.swift
[1470/1635] Compiling Crypto ECDSA_boring.swift
[1471/1635] Compiling Crypto EdDSA_boring.swift
[1472/1635] Compiling Crypto ECDSA.swift
[1473/1635] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1474/1644] Compiling NIOCore SocketAddresses.swift
[1475/1644] Compiling NIOCore SocketOptionProvider.swift
[1476/1644] Compiling NIOCore SystemCallHelpers.swift
[1477/1644] Compiling NIOCore TimeAmount+Duration.swift
[1478/1644] Compiling NIOCore TypeAssistedChannelHandler.swift
[1479/1644] Compiling NIOCore UniversalBootstrapSupport.swift
[1480/1644] Compiling NIOCore Utilities.swift
[1481/1644] Compiling Crypto Ed25519Keys.swift
[1482/1644] Compiling Crypto NISTCurvesKeys.swift
[1483/1644] Compiling Crypto X25519Keys.swift
[1484/1644] Emitting module Crypto
[1485/1644] Compiling Crypto DHKEM.swift
[1486/1644] Compiling Crypto HPKE-KEM-Curve25519.swift
[1487/1644] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1488/1644] Compiling Crypto HPKE-KEM.swift
[1489/1644] Compiling Crypto HPKE-Errors.swift
[1490/1644] Compiling Crypto HPKE.swift
[1491/1644] Compiling Crypto HPKE-Context.swift
[1492/1644] Compiling Crypto HPKE-KeySchedule.swift
[1493/1644] Compiling Crypto PKCS8PrivateKey.swift
[1494/1644] Compiling Crypto SEC1PrivateKey.swift
[1495/1644] Compiling Crypto SubjectPublicKeyInfo.swift
[1496/1644] Compiling Crypto CryptoKitErrors.swift
[1497/1644] Compiling Crypto Digest_boring.swift
[1498/1644] Compiling Crypto Digest.swift
[1499/1644] Compiling Crypto Digests.swift
[1500/1644] Compiling Crypto HashFunctions.swift
[1501/1644] Compiling Crypto HashFunctions_SHA2.swift
[1502/1644] Compiling Crypto HPKE-AEAD.swift
[1513/1644] Compiling Crypto HPKE-Ciphersuite.swift
[1514/1644] Compiling Crypto HPKE-KDF.swift
[1515/1644] Compiling Crypto HPKE-KexKeyDerivation.swift
[1516/1644] Compiling Crypto HPKE-LabeledExtract.swift
[1517/1644] Compiling Crypto HPKE-Utils.swift
[1531/1644] Compiling Crypto AES-GCM.swift
[1532/1644] Compiling Crypto AES-GCM_boring.swift
[1533/1644] Compiling Crypto ChaChaPoly_boring.swift
[1534/1644] Compiling Crypto ChaChaPoly.swift
[1535/1644] Compiling Crypto Cipher.swift
[1536/1644] Compiling Crypto Nonces.swift
[1537/1644] Compiling Crypto ASN1.swift
[1538/1644] Compiling Crypto ASN1Any.swift
[1539/1644] Compiling Crypto ASN1BitString.swift
[1540/1644] Compiling Crypto ASN1Boolean.swift
[1541/1644] Compiling Crypto ASN1Identifier.swift
[1542/1644] Compiling Crypto ASN1Integer.swift
[1543/1644] Compiling Crypto ASN1Null.swift
[1544/1644] Compiling Crypto ASN1OctetString.swift
[1545/1644] Compiling Crypto ASN1Strings.swift
[1546/1644] Compiling Crypto ArraySliceBigint.swift
[1547/1644] Compiling Crypto GeneralizedTime.swift
[1548/1644] Compiling Crypto ObjectIdentifier.swift
[1549/1644] Compiling Crypto ECDSASignature.swift
[1550/1644] Compiling Crypto PEMDocument.swift
[1559/1644] Compiling Crypto Signature.swift
[1560/1644] Compiling Crypto CryptoKitErrors_boring.swift
[1561/1644] Compiling Crypto RNG_boring.swift
[1562/1644] Compiling Crypto SafeCompare_boring.swift
[1563/1644] Compiling Crypto Zeroization_boring.swift
[1564/1644] Compiling Crypto PrettyBytes.swift
[1565/1644] Compiling Crypto SafeCompare.swift
[1566/1644] Compiling Crypto SecureBytes.swift
[1567/1644] Compiling Crypto Zeroization.swift
[1585/1645] Wrapping AST for Crypto for debugging
[1587/1691] Compiling _CryptoExtras CryptoKitErrors_boring.swift
[1588/1691] Compiling _CryptoExtras DigestType.swift
[1589/1691] Compiling _CryptoExtras Error.swift
[1590/1691] Compiling _CryptoExtras I2OSP.swift
[1591/1691] Compiling _CryptoExtras IntegerEncoding.swift
[1592/1691] Compiling _CryptoExtras PEMDocument.swift
[1593/1697] Compiling _CryptoExtras AES_CBC.swift
[1594/1697] Compiling _CryptoExtras AES_CFB.swift
[1595/1697] Compiling _CryptoExtras AES_CTR.swift
[1596/1697] Compiling _CryptoExtras AES_GCM_SIV.swift
[1597/1697] Compiling _CryptoExtras Block Function.swift
[1598/1697] Compiling _CryptoExtras AES_CFB_boring.swift
[1599/1697] Compiling _CryptoExtras AES_CTR_boring.swift
[1600/1697] Emitting module _CryptoExtras
[1601/1697] Compiling _CryptoExtras PBKDF2.swift
[1602/1697] Compiling _CryptoExtras Scrypt_boring.swift
[1603/1697] Compiling _CryptoExtras Scrypt.swift
[1604/1697] Compiling _CryptoExtras OPRF.swift
[1605/1697] Compiling _CryptoExtras OPRFClient.swift
[1606/1697] Compiling _CryptoExtras OPRFServer.swift
[1607/1697] Compiling _CryptoExtras VOPRF+API.swift
[1608/1697] Compiling _CryptoExtras VOPRFClient.swift
[1609/1697] Compiling _CryptoExtras AES_GCM_SIV_boring.swift
[1610/1697] Compiling _CryptoExtras ARCServer.swift
[1611/1697] Compiling _CryptoExtras ChaCha20CTR_boring.swift
[1612/1697] Compiling _CryptoExtras ChaCha20CTR.swift
[1613/1697] Compiling _CryptoExtras ECToolbox_boring.swift
[1614/1697] Compiling _CryptoExtras ECToolbox.swift
[1615/1697] Compiling _CryptoExtras HashToField.swift
[1616/1697] Compiling _CryptoExtras KDF.swift
[1617/1697] Compiling _CryptoExtras PBKDF2_boring.swift
[1618/1697] Compiling _CryptoExtras PBKDF2_commoncrypto.swift
[1619/1697] Compiling _CryptoExtras ARCRequest.swift
[1620/1697] Compiling _CryptoExtras ARCResponse.swift
[1626/1697] Compiling _CryptoExtras PrettyBytes.swift
[1627/1697] Compiling _CryptoExtras SubjectPublicKeyInfo.swift
[1628/1697] Compiling _CryptoExtras DLEQ.swift
[1629/1697] Compiling _CryptoExtras Prover.swift
[1630/1697] Compiling _CryptoExtras Verifier.swift
[1631/1697] Compiling _CryptoExtras ZKPToolbox.swift
[1632/1697] Compiling _CryptoExtras VOPRFServer.swift
[1633/1697] Compiling _CryptoExtras RSA+BlindSigning.swift
[1634/1697] Compiling _CryptoExtras RSA.swift
[1635/1697] Compiling _CryptoExtras RSA_boring.swift
[1636/1697] Compiling _CryptoExtras RSA_security.swift
[1637/1697] Compiling _CryptoExtras BoringSSLHelpers.swift
[1638/1697] Emitting module NIOCore
[1639/1699] Wrapping AST for NIOCore for debugging
[1641/1748] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1642/1748] Compiling NIOPosix Pool.swift
[1643/1748] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1644/1748] Compiling NIOPosix PosixSingletons.swift
[1645/1748] Compiling NIOPosix RawSocketBootstrap.swift
[1646/1748] Compiling NIOPosix Resolver.swift
[1647/1748] Compiling NIOPosix Selectable.swift
[1648/1754] Compiling NIOEmbedded Embedded.swift
[1649/1754] Emitting module NIOEmbedded
[1650/1754] Compiling NIOEmbedded AsyncTestingChannel.swift
[1651/1755] Wrapping AST for NIOEmbedded for debugging
[1653/1755] Compiling NIOPosix IO.swift
[1654/1755] Compiling NIOPosix IntegerBitPacking.swift
[1655/1755] Compiling NIOPosix IntegerTypes.swift
[1656/1755] Compiling NIOPosix Linux.swift
[1657/1755] Compiling NIOPosix LinuxCPUSet.swift
[1658/1755] Compiling NIOPosix LinuxUring.swift
[1659/1755] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1660/1755] Compiling NIOPosix ThreadPosix.swift
[1661/1755] Compiling NIOPosix ThreadWindows.swift
[1662/1755] Compiling NIOPosix UnsafeTransfer.swift
[1663/1755] Compiling NIOPosix Utilities.swift
[1664/1755] Compiling NIOPosix VsockAddress.swift
[1665/1755] Compiling NIOPosix VsockChannelEvents.swift
[1666/1755] Compiling NIOPosix SelectableChannel.swift
[1667/1755] Compiling NIOPosix SelectableEventLoop.swift
[1668/1755] Compiling NIOPosix SelectorEpoll.swift
[1669/1755] Compiling NIOPosix SelectorGeneric.swift
[1670/1755] Compiling NIOPosix SelectorKqueue.swift
[1671/1755] Compiling NIOPosix SelectorUring.swift
[1672/1755] Compiling NIOPosix ServerSocket.swift
[1673/1755] Compiling NIOPosix Socket.swift
[1674/1755] Compiling NIOPosix SocketChannel.swift
[1675/1755] Compiling NIOPosix SocketProtocols.swift
[1676/1755] Compiling NIOPosix System.swift
[1677/1755] Compiling NIOPosix Thread.swift
[1678/1755] Emitting module NIOPosix
[1679/1755] Compiling NIOPosix Bootstrap.swift
[1680/1755] Compiling NIOPosix ControlMessage.swift
[1681/1755] Compiling NIOPosix DatagramVectorReadManager.swift
[1682/1755] Compiling NIOPosix Errors+Any.swift
[1683/1755] Compiling NIOPosix FileDescriptor.swift
[1684/1755] Compiling NIOPosix GetaddrinfoResolver.swift
[1685/1755] Compiling NIOPosix HappyEyeballs.swift
[1686/1755] Compiling NIOPosix BSDSocketAPICommon.swift
[1687/1755] Compiling NIOPosix BSDSocketAPIPosix.swift
[1688/1755] Compiling NIOPosix BSDSocketAPIWindows.swift
[1689/1755] Compiling NIOPosix BaseSocket.swift
[1690/1755] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1691/1755] Compiling NIOPosix BaseSocketChannel.swift
[1692/1755] Compiling NIOPosix BaseStreamSocketChannel.swift
[1693/1755] Compiling NIOPosix NIOThreadPool.swift
[1694/1755] Compiling NIOPosix NonBlockingFileIO.swift
[1695/1755] Compiling NIOPosix PendingDatagramWritesManager.swift
[1696/1755] Compiling NIOPosix PendingWritesManager.swift
[1697/1755] Compiling NIOPosix PipeChannel.swift
[1698/1755] Compiling NIOPosix PipePair.swift
[1699/1756] Wrapping AST for NIOPosix for debugging
[1701/1815] Emitting module NIO
[1702/1815] Compiling NIO Exports.swift
[1704/1816] Compiling AsyncKit EventLoop+Flatten.swift
[1705/1816] Compiling AsyncKit EventLoop+Future.swift
[1706/1816] Compiling AsyncKit EventLoopGroup+Concurrency.swift
[1707/1949] Compiling NIOTLS TLSEvents.swift
[1708/1949] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1709/1949] Compiling SQLKit SQLPredicateGroupBuilder.swift
[1710/1949] Compiling SQLKit SQLRawBuilder.swift
[1711/1949] Compiling SQLKit SQLSecondaryPredicateGroupBuilder.swift
[1712/1949] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1713/1949] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1714/1949] Compiling NIOSOCKS SOCKSResponse.swift
[1715/1949] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1716/1949] Compiling NIOSOCKS ClientStateMachine.swift
[1717/1950] Emitting module NIOFoundationCompat
[1718/1950] Emitting module NIOSOCKS
[1724/1950] Compiling SQLKit SQLSelectBuilder.swift
[1725/1950] Compiling SQLKit SQLSubqueryBuilder.swift
[1726/1950] Emitting module _NIOFileSystem
[1727/1950] Compiling SQLKit SQLUnionBuilder.swift
[1728/1950] Compiling SQLKit SQLUpdateBuilder.swift
[1729/1950] Compiling SQLKit SQLAliasedColumnListBuilder.swift
[1730/1950] Compiling SQLKit SQLColumnUpdateBuilder.swift
[1731/1950] Compiling SQLKit SQLCommonTableExpressionBuilder.swift
[1738/1954] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1739/1954] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1740/1954] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1741/1954] Compiling NIOTLS SNIHandler.swift
[1742/1954] Emitting module NIOTLS
[1743/1955] Compiling NIOSOCKS ServerStateMachine.swift
[1744/1956] Compiling SQLKit SQLAlterEnumBuilder.swift
[1745/1956] Compiling SQLKit SQLAlterTableBuilder.swift
[1746/1956] Compiling SQLKit SQLJoinBuilder.swift
[1747/1956] Compiling SQLKit SQLPartialResultBuilder.swift
[1750/1958] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1752/1959] Compiling SQLKit SQLDropEnumBuilder.swift
[1753/1959] Compiling SQLKit SQLDropIndexBuilder.swift
[1754/1959] Emitting module NIOHTTP1
[1754/1959] Wrapping AST for NIOTLS for debugging
[1755/1959] Wrapping AST for NIOSOCKS for debugging
[1757/2020] Compiling SQLKit SQLDropIndex.swift
[1758/2020] Compiling SQLKit SQLDropTable.swift
[1759/2020] Compiling SQLKit SQLDropTrigger.swift
[1760/2020] Compiling SQLKit SQLInsert.swift
[1761/2020] Compiling SQLKit SQLSelect.swift
[1762/2020] Compiling SQLKit SQLUnion.swift
[1763/2020] Compiling SQLKit SQLUpdate.swift
[1764/2020] Compiling SQLKit SQLExpression.swift
[1765/2020] Compiling SQLKit SQLSerializer.swift
[1766/2020] Compiling SQLKit SQLStatement.swift
[1767/2020] Compiling SQLKit SQLBinaryExpression.swift
[1768/2020] Compiling SQLKit SQLBinaryOperator.swift
[1769/2020] Compiling SQLKit SQLBind.swift
[1770/2032] Compiling NIOTransportServices NIOTSBootstraps.swift
[1771/2032] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1772/2032] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1773/2034] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1774/2034] Compiling NIOTransportServices NIOTSErrors.swift
[1775/2034] Compiling NIOTransportServices NIOTSEventLoop.swift
[1776/2034] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1777/2034] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1778/2034] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1779/2034] Compiling SQLKit SQLLockingClause.swift
[1780/2034] Compiling SQLKit SQLOrderBy.swift
[1781/2034] Compiling SQLKit SQLReturning.swift
[1782/2034] Compiling SQLKit SQLSubquery.swift
[1783/2034] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[1784/2034] Compiling SQLKit SQLAlterEnum.swift
[1785/2034] Compiling SQLKit SQLAlterTable.swift
[1786/2034] Compiling SQLKit SQLCreateEnum.swift
[1787/2034] Compiling SQLKit SQLCreateIndex.swift
[1788/2034] Compiling SQLKit SQLCreateTable.swift
[1789/2034] Compiling SQLKit SQLCreateTrigger.swift
[1790/2034] Compiling SQLKit SQLDelete.swift
[1791/2034] Compiling SQLKit SQLDropEnum.swift
[1792/2034] Compiling NIOTransportServices AcceptHandler.swift
[1793/2034] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1794/2034] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1795/2034] Emitting module NIOTransportServices
[1796/2034] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1797/2034] Compiling NIOTransportServices NIOTSSingletons.swift
[1798/2034] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1799/2034] Compiling NIOTransportServices StateManagedChannel.swift
[1800/2034] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1801/2034] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1802/2034] Compiling SQLiteNIO SQLiteRow.swift
[1803/2035] Compiling SQLiteNIO SQLiteDataType.swift
[1804/2035] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1805/2035] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1806/2035] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1807/2035] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1808/2035] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1809/2036] Compiling SQLiteNIO SQLiteDataConvertible.swift
[1821/2036] Compiling SQLKit SQLAlterColumnDefinitionType.swift
[1822/2036] Compiling SQLKit SQLColumnAssignment.swift
[1823/2036] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[1824/2036] Compiling SQLKit SQLColumnDefinition.swift
[1825/2036] Compiling SQLKit SQLCommonTableExpression.swift
[1826/2036] Compiling SQLKit SQLConflictAction.swift
[1827/2036] Compiling SQLKit SQLConflictResolutionStrategy.swift
[1828/2036] Compiling SQLKit SQLDropBehaviour.swift
[1829/2036] Compiling SQLKit SQLEnumDataType.swift
[1830/2036] Compiling SQLKit SQLExcludedColumn.swift
[1831/2036] Compiling SQLKit SQLForeignKey.swift
[1832/2036] Compiling SQLKit SQLJoin.swift
[1833/2036] Compiling SQLKit SQLJoinMethod.swift
[1834/2036] Compiling SQLKit SQLQueryBuilders+Deprecated.swift
[1835/2036] Compiling SQLKit Exports.swift
[1836/2036] Compiling SQLKit SQLAlias.swift
[1837/2036] Compiling SQLKit SQLBetween.swift
[1838/2036] Compiling SQLKit SQLColumn.swift
[1839/2036] Compiling SQLKit SQLConstraint.swift
[1840/2036] Compiling SQLKit SQLDataType.swift
[1841/2036] Compiling SQLKit SQLDirection.swift
[1842/2036] Compiling SQLKit SQLDistinct.swift
[1843/2036] Compiling SQLKit SQLForeignKeyAction.swift
[1844/2036] Compiling SQLKit SQLNestedSubpathExpression.swift
[1845/2036] Compiling SQLKit SQLQualifiedTable.swift
[1846/2036] Compiling SQLKit SQLQueryString.swift
[1847/2036] Compiling NIOSSL RNG.swift
[1848/2036] Compiling NIOSSL SafeCompare.swift
[1849/2036] Compiling SQLKit SQLQueryFetcher.swift
[1850/2036] Compiling SQLKit SQLReturningBuilder.swift
[1851/2036] Compiling SQLKit SQLSecondaryPredicateBuilder.swift
[1852/2036] Compiling SQLKit SQLSubqueryClauseBuilder.swift
[1853/2036] Compiling SQLKit SQLUnqualifiedColumnListBuilder.swift
[1854/2036] Compiling SQLKit SQLDatabase.swift
[1855/2036] Compiling _NIOFileSystem SystemFileHandle.swift
[1856/2036] Compiling _NIOFileSystem Utilities.swift
[1857/2036] Compiling _NIOFileSystem OpenOptions.swift
[1858/2036] Compiling _NIOFileSystem String+FileSystem.swift
[1859/2036] Compiling SQLKit SQLExpressions+Deprecated.swift
[1870/2036] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1871/2036] Compiling NIOSSL SubjectAlternativeName.swift
[1872/2036] Compiling NIOSSL NIOSSLSecureBytes.swift
[1885/2036] Wrapping AST for NIOFoundationCompat for debugging
[1887/2036] Compiling SQLiteNIO SQLiteStatement.swift
[1892/2036] Emitting module AsyncKit
[1892/2036] Wrapping AST for NIOTransportServices for debugging
[1894/2036] Emitting module SQLiteNIO
[1894/2036] Wrapping AST for NIO for debugging
[1900/2036] Compiling SQLiteNIO SQLiteError.swift
[1901/2036] Compiling SQLiteNIO SQLiteDatabase.swift
[1902/2037] Emitting module SQLKit
[1907/2038] Wrapping AST for SQLiteNIO for debugging
[1909/2038] Emitting module NIOSSL
[1910/2070] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1911/2070] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1920/2070] Compiling NIOHPACK IntegerCoding.swift
[1921/2070] Compiling NIOHPACK IndexedHeaderTable.swift
[1922/2071] Compiling NIOHPACK HuffmanTables.swift
[1923/2071] Compiling NIOSSL UniversalBootstrapSupport.swift
[1924/2071] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1930/2071] Compiling NIOSSL Zeroization.swift
[1931/2071] Compiling NIOSSL TLSConfiguration.swift
[1947/2071] Compiling NIOWebSocket WebSocketOpcode.swift
[1949/2073] Compiling NIOHPACK HPACKEncoder.swift
[1950/2073] Compiling NIOHPACK HPACKErrors.swift
[1951/2073] Compiling NIOHTTPCompression HTTPCompression.swift
[1952/2073] Emitting module NIOHTTPCompression
[1953/2073] Compiling NIOHTTPCompression HTTPDecompression.swift
[1954/2073] Compiling NIOHPACK StaticHeaderTable.swift
[1955/2073] Compiling NIOHPACK DynamicHeaderTable.swift
[1956/2073] Compiling NIOHPACK HPACKDecoder.swift
[1957/2073] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1958/2073] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1959/2073] Compiling NIOHPACK HuffmanCoding.swift
[1960/2073] Emitting module NIOHPACK
[1961/2073] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1962/2073] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1963/2074] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1964/2074] Compiling NIOHPACK HPACKHeader.swift
[1965/2074] Compiling NIOHPACK HeaderTables.swift
[1979/2074] Emitting module NIOWebSocket
[1980/2079] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1981/2079] Compiling NIOWebSocket WebSocketFrame.swift
[1990/2080] Compiling SQLKit SQLFunction.swift
[1991/2080] Compiling SQLKit SQLGroupExpression.swift
[1992/2080] Compiling SQLKit SQLIdentifier.swift
[1993/2080] Compiling SQLKit SQLList.swift
[1994/2080] Compiling SQLKit SQLLiteral.swift
[1995/2080] Compiling SQLKit SQLRaw.swift
[1996/2080] Compiling SQLKit SQLCodingUtilities.swift
[1997/2080] Compiling SQLKit SQLQueryEncoder.swift
[1998/2080] Compiling SQLKit SQLRow.swift
[1999/2080] Compiling SQLKit SQLRowDecoder.swift
[2000/2080] Compiling SQLKit SomeCodingKey.swift
[2001/2080] Compiling SQLKit StringHandling.swift
[2003/2081] Emitting module _NIOFileSystemFoundationCompat
[2004/2081] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[2005/2081] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[2012/2083] Emitting module NIOFileSystem
[2013/2083] Compiling NIOFileSystem Exports.swift
[2014/2091] Wrapping AST for _NIOFileSystem for debugging
[2016/2111] Wrapping AST for _NIOFileSystemFoundationCompat for debugging
[2021/2180] Wrapping AST for SQLKit for debugging
[2024/2201] Compiling FluentKit QueryBuilder+Concurrency.swift
[2025/2201] Compiling FluentKit Relation+Concurrency.swift
[2025/2269] Wrapping AST for NIOWebSocket for debugging
[2026/2269] Wrapping AST for NIOHTTPCompression for debugging
[2028/2269] Compiling FluentKit ModelResponder+Concurrency.swift
[2029/2269] Compiling FluentKit OptionalChild+Concurrency.swift
[2030/2269] Compiling FluentKit OptionalParent+Concurrency.swift
[2031/2269] Compiling FluentKit Parent+Concurrency.swift
[2031/2269] Wrapping AST for NIOHTTP1 for debugging
[2032/2269] Wrapping AST for NIOSSL for debugging
[2034/2269] Compiling FluentKit SchemaBuilder+Concurrency.swift
[2035/2269] Compiling FluentKit Siblings+Concurrency.swift
[2035/2269] Wrapping AST for NIOHPACK for debugging
[2036/2269] Wrapping AST for NIOFileSystem for debugging
[2038/2269] Emitting module MultipartKit
[2039/2271] Compiling FluentKit Database+Logging.swift
[2040/2271] Compiling FluentKit Database.swift
[2044/2271] Compiling FluentKit AsyncMigration.swift
[2045/2271] Compiling FluentKit AsyncModelMiddleware.swift
[2046/2271] Compiling FluentKit Children+Concurrency.swift
[2047/2271] Compiling FluentKit Database+Concurrency.swift
[2048/2271] Compiling FluentKit EnumBuilder+Concurrency.swift
[2049/2271] Compiling FluentKit Model+Concurrency.swift
[2050/2271] Emitting module NIOExtras
[2056/2271] Compiling FluentKit DatabaseID.swift
[2057/2271] Compiling NIOExtras UnsafeTransfer.swift
[2061/2271] Compiling MultipartKit MultipartSerializer.swift
[2062/2271] Compiling MultipartKit Utilities.swift
[2075/2272] Compiling FluentKit OptionalEnumProperty.swift
[2076/2272] Compiling FluentKit Exports.swift
[2077/2272] Compiling FluentKit FluentError.swift
[2078/2272] Compiling FluentKit ModelMiddleware.swift
[2079/2272] Compiling FluentKit ModelResponder.swift
[2080/2272] Compiling FluentKit Migration.swift
[2081/2272] Compiling FluentKit MigrationLog.swift
[2082/2272] Compiling FluentKit KeyPrefixingStrategy.swift
[2083/2272] Compiling FluentKit TransactionControlDatabase.swift
[2084/2272] Compiling FluentKit DatabaseEnum.swift
[2085/2272] Compiling FluentKit EnumBuilder.swift
[2086/2272] Compiling FluentKit EnumMetadata.swift
[2087/2272] Compiling FluentKit EnumProperty.swift
[2089/2273] Wrapping AST for _CryptoExtras for debugging
[2090/2273] Wrapping AST for MultipartKit for debugging
[2092/2365] Compiling X509 CertificatePublicKey.swift
[2093/2365] Compiling X509 CertificateSerialNumber.swift
[2094/2365] Compiling X509 CertificateVersion.swift
[2095/2365] Compiling X509 CMSAttribute.swift
[2096/2365] Compiling X509 CMSContentInfo.swift
[2097/2365] Compiling X509 CMSEncapsulatedContentInfo.swift
[2098/2365] Compiling X509 CMSIssuerAndSerialNumber.swift
[2099/2365] Compiling X509 CMSOperations.swift
[2100/2365] Compiling X509 CommonName.swift
[2101/2365] Compiling X509 CountryName.swift
[2102/2365] Compiling X509 DNBuilder.swift
[2103/2365] Compiling X509 DomainComponent.swift
[2104/2365] Compiling X509 EmailAddress.swift
[2105/2365] Compiling X509 LocalityName.swift
[2106/2365] Compiling X509 OrganizationName.swift
[2107/2365] Compiling X509 OrganizationalUnitName.swift
[2108/2373] Compiling X509 CMSSignedData.swift
[2109/2373] Compiling X509 CMSSignerIdentifier.swift
[2110/2374] Emitting module NIOHTTP2
[2111/2374] Emitting module FluentKit
[2113/2386] Compiling X509 CSRAttribute.swift
[2114/2386] Compiling X509 CSRAttributes.swift
[2115/2386] Compiling X509 CSRVersion.swift
[2116/2386] Compiling X509 CertificateSigningRequest.swift
[2117/2386] Compiling X509 CertificationRequestInfo.swift
[2118/2386] Compiling X509 ExtensionRequest.swift
[2119/2386] Compiling X509 Certificate.swift
[2120/2386] Compiling X509 CertificatePrivateKey.swift
[2129/2386] Compiling X509 CMSSignature.swift
[2132/2386] Compiling X509 CMSSignerInfo.swift
[2133/2386] Compiling X509 CMSVersion.swift
[2134/2386] Compiling X509 Curve25519+DER.swift
[2135/2386] Compiling X509 Digests.swift
[2136/2386] Compiling X509 DistinguishedName.swift
[2138/2386] Wrapping AST for NIOExtras for debugging
[2140/2394] Compiling X509 OCSPResponseStatus.swift
[2141/2394] Compiling X509 OCSPSignature.swift
[2142/2394] Compiling X509 OCSPSingleRequest.swift
[2143/2394] Compiling X509 OCSPSingleResponse.swift
[2144/2394] Compiling X509 CertificateStore.swift
[2145/2394] Compiling X509 OneOfPolicies.swift
[2146/2394] Compiling X509 PolicyBuilder.swift
[2147/2394] Compiling X509 BasicConstraintsPolicy.swift
[2148/2394] Compiling X509 DNSNames.swift
[2149/2394] Compiling X509 DirectoryNames.swift
[2150/2394] Compiling X509 ExpiryPolicy.swift
[2151/2394] Compiling X509 IPConstraints.swift
[2152/2394] Compiling WebSocketKit Exports.swift
[2153/2394] Compiling WebSocketKit WebSocketHandler.swift
[2154/2394] Emitting module WebSocketKit
[2155/2394] Compiling X509 NameConstraints.swift
[2156/2394] Compiling X509 SubjectAlternativeName.swift
[2157/2394] Compiling X509 SubjectKeyIdentifier.swift
[2158/2394] Compiling X509 Extension.swift
[2159/2394] Compiling X509 Extensions.swift
[2160/2394] Compiling X509 ExtensionsBuilder.swift
[2161/2394] Compiling X509 GeneralName.swift
[2162/2394] Compiling X509 Lock.swift
[2163/2394] Compiling WebSocketKit WebSocket.swift
[2164/2394] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[2165/2394] Compiling WebSocketKit WebSocket+Concurrency.swift
[2166/2394] Compiling WebSocketKit WebSocketClient.swift
[2167/2394] Compiling WebSocketKit WebSocket+Connect.swift
[2169/2395] Compiling FluentKit DatabaseQuery+Join.swift
[2170/2395] Compiling FluentKit DatabaseQuery+Range.swift
[2171/2395] Compiling FluentKit DatabaseQuery+Sort.swift
[2172/2395] Compiling FluentKit DatabaseQuery+Value.swift
[2173/2395] Compiling FluentKit DatabaseQuery.swift
[2174/2395] Compiling FluentKit QueryHistory.swift
[2175/2395] Compiling FluentKit DatabaseSchema.swift
[2176/2395] Compiling FluentKit SchemaBuilder.swift
[2177/2395] Compiling FluentKit OptionalType.swift
[2178/2395] Compiling FluentKit RandomGeneratable.swift
[2179/2395] Compiling FluentKit SomeCodingKey.swift
[2180/2395] Compiling FluentKit UnsafeMutableTransferBox.swift
[2180/2395] Wrapping AST for WebSocketKit for debugging
[2182/2395] Compiling NIOHTTP2 InboundWindowManager.swift
[2183/2395] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[2184/2395] Compiling NIOHTTP2 StreamChannelFlowController.swift
[2185/2395] Compiling NIOHTTP2 StreamChannelList.swift
[2186/2395] Compiling NIOHTTP2 StreamMap.swift
[2187/2395] Compiling NIOHTTP2 StreamStateMachine.swift
[2188/2395] Compiling NIOHTTP2 UnsafeTransfer.swift
[2189/2395] Compiling NIOHTTP2 WatermarkedFlowController.swift
[2196/2395] Compiling X509 StateOrProvinceName.swift
[2197/2395] Compiling X509 StreetAddress.swift
[2198/2395] Compiling X509 Error.swift
[2199/2395] Compiling X509 AuthorityInformationAccess.swift
[2200/2395] Compiling X509 AuthorityKeyIdentifier.swift
[2201/2395] Compiling X509 BasicConstraints.swift
[2202/2395] Compiling X509 BasicOCSPResponse.swift
[2203/2395] Compiling X509 DirectoryString.swift
[2204/2395] Compiling X509 OCSPTBSRequest.swift
[2205/2395] Compiling X509 OCSPVersion.swift
[2206/2395] Compiling X509 PKCS8PrivateKey.swift
[2207/2395] Compiling X509 PromiseAndFuture.swift
[2208/2395] Compiling X509 RDNAttribute.swift
[2214/2395] Compiling X509 ExtendedKeyUsage.swift
[2215/2395] Compiling X509 ExtensionIdentifiers.swift
[2216/2395] Compiling X509 KeyUsage.swift
[2225/2395] Compiling X509 LockedValueBox.swift
[2229/2395] Compiling X509 OCSPCertID.swift
[2230/2395] Compiling X509 OCSPCertStatus.swift
[2231/2395] Compiling X509 OCSPExtensionID.swift
[2232/2395] Compiling X509 OCSPNonce.swift
[2233/2395] Compiling X509 OCSPPolicy.swift
[2234/2395] Compiling X509 OCSPRequest.swift
[2235/2395] Compiling X509 OCSPResponse.swift
[2236/2395] Compiling X509 OCSPResponseBytes.swift
[2237/2395] Compiling X509 OCSPResponseData.swift
[2238/2396] Wrapping AST for FluentKit for debugging
[2313/2420] Compiling FluentSQL SQLList+Deprecated.swift
[2314/2421] Compiling FluentSQL SQLJSONColumnPath+Deprecated.swift
[2315/2421] Compiling FluentSQL DatabaseSchema+SQL.swift
[2316/2421] Compiling FluentSQL Exports.swift
[2317/2421] Compiling FluentSQL ConverterUtilities.swift
[2318/2421] Compiling FluentSQL DatabaseQuery+SQL.swift
[2319/2421] Emitting module FluentSQL
[2320/2421] Compiling FluentSQL SQLDatabase+Model+Concurrency.swift
[2321/2421] Compiling FluentSQL SQLDatabase+Model.swift
[2338/2422] Compiling FluentSQL SQLSchemaConverter.swift
[2338/2422] Wrapping AST for AsyncKit for debugging
[2340/2422] Compiling FluentSQL SQLQueryConverter.swift
[2341/2422] Compiling FluentSQL SQLQualifiedTable+Deprecated.swift
[2368/2432] Compiling SQLiteKit SQLiteDataDecoder.swift
[2394/2433] Wrapping AST for FluentSQL for debugging
[2397/2433] Compiling SQLiteKit Exports.swift
[2398/2433] Compiling SQLiteKit SQLiteConnectionSource.swift
[2399/2433] Compiling SQLiteKit SQLiteDialect.swift
[2400/2433] Emitting module SQLiteKit
[2400/2433] Wrapping AST for NIOHTTP2 for debugging
[2402/2433] Compiling SQLiteKit SQLiteRow+SQLRow.swift
[2403/2433] Compiling SQLiteKit SQLiteDataEncoder.swift
[2404/2493] Compiling SQLiteKit SQLiteConfiguration.swift
[2405/2493] Compiling SQLiteKit SQLiteConnection+SQLKit.swift
[2406/2494] Emitting module X509
[2407/2494] Wrapping AST for SQLiteKit for debugging
[2409/2502] Compiling FluentSQLiteDriver SQLiteRow+Database.swift
[2410/2502] Compiling FluentSQLiteDriver SQLiteConverterDelegate.swift
[2411/2502] Compiling FluentSQLiteDriver SQLiteError+Database.swift
[2412/2502] Compiling FluentSQLiteDriver FluentSQLiteDriver.swift
[2413/2502] Compiling FluentSQLiteDriver Exports.swift
[2414/2502] Emitting module FluentSQLiteDriver
[2415/2502] Compiling FluentSQLiteDriver FluentSQLiteDatabase.swift
[2416/2502] Compiling FluentSQLiteDriver FluentSQLiteConfiguration.swift
[2418/2503] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2419/2503] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2420/2503] Compiling AsyncHTTPClient Transaction.swift
[2421/2503] Compiling AsyncHTTPClient Base64.swift
[2422/2503] Compiling AsyncHTTPClient BasicAuth.swift
[2423/2503] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2424/2503] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2425/2503] Compiling AsyncHTTPClient ConnectionPool.swift
[2426/2503] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2427/2511] Emitting module AsyncHTTPClient
[2428/2511] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2429/2511] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2430/2511] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2431/2511] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2432/2511] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2433/2511] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2434/2511] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2435/2511] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2436/2511] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2436/2511] Wrapping AST for FluentSQLiteDriver for debugging
[2438/2511] Compiling AsyncHTTPClient HTTPHandler.swift
[2439/2511] Compiling AsyncHTTPClient LRUCache.swift
[2440/2511] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[2441/2511] Compiling AsyncHTTPClient NWErrorHandler.swift
[2442/2511] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2443/2511] Compiling AsyncHTTPClient TLSConfiguration.swift
[2444/2511] Compiling AsyncHTTPClient RedirectState.swift
[2445/2511] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2446/2511] Compiling AsyncHTTPClient ConnectionTarget.swift
[2447/2511] Compiling AsyncHTTPClient DeconstructedURL.swift
[2448/2511] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2449/2511] Compiling AsyncHTTPClient FoundationExtensions.swift
[2450/2511] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2451/2511] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2452/2511] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2453/2511] Compiling AsyncHTTPClient HTTPClient.swift
[2454/2511] Compiling X509 TrustRootLoading.swift
[2455/2511] Compiling X509 UnverifiedChain.swift
[2456/2511] Compiling X509 VerificationDiagnostic.swift
[2457/2511] Compiling X509 Verifier.swift
[2458/2511] Compiling X509 VerifierPolicy.swift
[2459/2511] Compiling X509 AlgorithmIdentifier.swift
[2460/2511] Compiling X509 ECDSASignature.swift
[2461/2511] Compiling X509 RSAPKCS1PublicKey.swift
[2462/2511] Compiling X509 SubjectPublicKeyInfo.swift
[2463/2511] Compiling X509 TBSCertificate.swift
[2464/2511] Compiling X509 Time.swift
[2465/2511] Compiling X509 TimeCalculations.swift
[2466/2511] Compiling X509 Validity.swift
[2468/2512] Compiling AsyncHTTPClient RequestBag.swift
[2469/2512] Compiling AsyncHTTPClient RequestValidation.swift
[2470/2512] Compiling AsyncHTTPClient SSLContextCache.swift
[2471/2512] Compiling AsyncHTTPClient Scheme.swift
[2472/2512] Compiling AsyncHTTPClient Singleton.swift
[2473/2512] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2474/2512] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2475/2512] Compiling AsyncHTTPClient Utils.swift
[2476/2512] Compiling AsyncHTTPClient RequestOptions.swift
[2477/2512] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2478/2512] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2479/2512] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2480/2512] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2481/2512] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2482/2512] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2483/2512] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2484/2512] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2485/2512] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2486/2512] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2487/2512] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2488/2512] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2489/2512] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2490/2512] Compiling AsyncHTTPClient RequestBodyLength.swift
[2491/2512] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2492/2512] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2493/2512] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2494/2512] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2495/2512] Compiling AsyncHTTPClient HTTP1Connection.swift
[2496/2512] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2497/2512] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2498/2512] Compiling AsyncHTTPClient HTTP2Connection.swift
[2499/2512] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2500/2512] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2500/2513] Wrapping AST for X509 for debugging
[2502/2574] Wrapping AST for AsyncHTTPClient for debugging
[2504/2753] Compiling IndiePitcherSwift errors.swift
[2505/2753] Compiling IndiePitcherSwift responses.swift
[2506/2753] Emitting module SwiftSentry
[2507/2754] Compiling SwiftSentry SentryLogHandler.swift
[2508/2754] Compiling SwiftSentry UUIDHexadecimalEncoded.swift
[2509/2754] Compiling SwiftSentry LoggerHelpFunctions.swift
[2510/2754] Compiling SwiftSentry Event.swift
[2511/2754] Compiling SwiftSentry Sentry.swift
[2512/2754] Compiling SwiftSentry FatalError.swift
[2513/2754] Emitting module IndiePitcherSwift
[2514/2754] Compiling IndiePitcherSwift IndiePitcherSwift.swift
[2515/2754] Compiling SwiftSentry Dsn.swift
[2516/2754] Compiling SwiftSentry Envelope.swift
[2518/2755] Compiling IndiePitcherSwift dtos.swift
[2518/2756] Wrapping AST for SwiftSentry for debugging
[2520/2756] Wrapping AST for IndiePitcherSwift for debugging
[2522/2756] Compiling Vapor Core.swift
[2523/2756] Compiling Vapor Running.swift
[2524/2756] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2525/2756] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2526/2756] Compiling Vapor DotEnvFile+load.swift
[2527/2756] Compiling Vapor Routes+caseInsenstive.swift
[2528/2756] Compiling Vapor Validatable+validate.swift
[2529/2756] Compiling Vapor Environment+Process.swift
[2530/2756] Compiling Vapor Environment+Secret.swift
[2531/2756] Compiling Vapor Environment.swift
[2532/2756] Compiling Vapor Abort.swift
[2533/2756] Compiling Vapor AbortError.swift
[2534/2756] Compiling Vapor DebuggableError.swift
[2535/2756] Compiling Vapor Demangler.swift
[2536/2756] Compiling Vapor ErrorSource.swift
[2537/2756] Compiling Vapor StackTrace.swift
[2538/2756] Compiling Vapor Exports.swift
[2539/2756] Compiling Vapor Application+HTTP.swift
[2540/2756] Compiling Vapor BasicResponder.swift
[2541/2756] Compiling Vapor BodyStream.swift
[2542/2756] Compiling Vapor Application+HTTP+Client.swift
[2543/2756] Compiling Vapor EventLoopHTTPClient.swift
[2544/2756] Compiling Vapor EndpointCache.swift
[2545/2756] Compiling Vapor HTTPMethod+String.swift
[2546/2780] Compiling Vapor AsyncBasicResponder.swift
[2547/2780] Compiling Vapor AsyncMiddleware.swift
[2548/2780] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2549/2780] Compiling Vapor AsyncSessionDriver.swift
[2550/2780] Compiling Vapor Authentication+Concurrency.swift
[2551/2780] Compiling Vapor Cache+Concurrency.swift
[2552/2780] Compiling Vapor Client+Concurrency.swift
[2553/2780] Compiling Vapor RequestBody+Concurrency.swift
[2554/2780] Compiling Vapor Responder+Concurrency.swift
[2555/2780] Compiling Vapor ResponseCodable+Concurrency.swift
[2556/2780] Compiling Vapor RoutesBuilder+Concurrency.swift
[2557/2780] Compiling Vapor ViewRenderer+Concurrency.swift
[2558/2780] Compiling Vapor WebSocket+Concurrency.swift
[2559/2780] Compiling Vapor ContainerGetPathExecutor.swift
[2560/2780] Compiling Vapor Content.swift
[2561/2780] Compiling Vapor ContentCoders.swift
[2562/2780] Compiling Vapor ContentConfiguration.swift
[2563/2780] Compiling Vapor ContentContainer.swift
[2564/2780] Compiling Vapor JSONCoder+Custom.swift
[2565/2780] Compiling Vapor JSONCoders+Content.swift
[2566/2780] Compiling Vapor PlaintextDecoder.swift
[2567/2780] Compiling Vapor PlaintextEncoder.swift
[2568/2780] Compiling Vapor URLQueryCoders.swift
[2569/2780] Compiling Vapor URLQueryContainer.swift
[2578/2812] Emitting module JWTKit
[2579/2812] Compiling Vapor Application.swift
[2580/2812] Compiling Vapor AuthenticationCache.swift
[2581/2812] Compiling Vapor Authenticator.swift
[2582/2812] Compiling Vapor BasicAuthorization.swift
[2583/2812] Compiling Vapor BearerAuthorization.swift
[2584/2812] Compiling Vapor GuardMiddleware.swift
[2585/2812] Compiling Vapor RedirectMiddleware.swift
[2586/2812] Compiling Vapor SessionAuthenticatable.swift
[2587/2812] Compiling Vapor Bcrypt.swift
[2588/2812] Compiling Vapor ClientResponse.swift
[2589/2812] Compiling Vapor Request+Client.swift
[2590/2812] Compiling Vapor BootCommand.swift
[2591/2812] Compiling Vapor CommandContext+Application.swift
[2592/2812] Compiling Vapor RoutesCommand.swift
[2593/2812] Compiling Vapor ServeCommand.swift
[2594/2812] Compiling Vapor AnyResponse+Concurrency.swift
[2612/2812] Compiling Vapor Application+Cache.swift
[2613/2812] Compiling Vapor Cache.swift
[2614/2812] Compiling Vapor CacheExpirationTime.swift
[2615/2812] Compiling Vapor MemoryCache.swift
[2616/2812] Compiling Vapor Request+Cache.swift
[2617/2812] Compiling Vapor Application+Clients.swift
[2618/2812] Compiling Vapor Client.swift
[2619/2812] Compiling Vapor ClientRequest.swift
[2628/2812] Compiling Vapor Request+Body.swift
[2629/2812] Compiling Vapor Request+BodyStream.swift
[2630/2812] Compiling Vapor Request.swift
[2631/2812] Compiling Vapor Application+Responder.swift
[2632/2812] Compiling Vapor DefaultResponder.swift
[2633/2812] Compiling Vapor Response+Body.swift
[2634/2812] Compiling Vapor Response.swift
[2635/2812] Compiling Vapor ResponseCodable.swift
[2636/2812] Compiling Vapor Application+Routes.swift
[2637/2812] Compiling Vapor Parameters+Require.swift
[2638/2812] Compiling Vapor Request+WebSocket.swift
[2639/2812] Compiling Vapor Route.swift
[2640/2812] Compiling Vapor RouteCollection.swift
[2641/2812] Compiling Vapor Routes.swift
[2642/2812] Compiling Vapor RoutesBuilder+Group.swift
[2643/2812] Compiling Vapor RoutesBuilder+Method.swift
[2644/2812] Compiling Vapor RoutesBuilder+Middleware.swift
[2645/2812] Compiling Vapor RoutesBuilder+WebSocket.swift
[2646/2812] Compiling Vapor RoutesBuilder.swift
[2647/2812] Compiling Vapor OTP.swift
[2648/2812] Compiling Vapor Application+Servers.swift
[2649/2812] Compiling Vapor Server.swift
[2650/2812] Compiling Vapor App+Service.swift
[2651/2812] Compiling Vapor Req+Service.swift
[2652/2812] Compiling Vapor HTTPServerResponseEncoder.swift
[2653/2812] Compiling Vapor HTTPServerUpgradeHandler.swift
[2654/2812] Compiling Vapor Logger+Report.swift
[2655/2812] Compiling Vapor LoggingSystem+Environment.swift
[2656/2812] Compiling Vapor Application+Middleware.swift
[2657/2812] Compiling Vapor CORSMiddleware.swift
[2658/2812] Compiling Vapor ErrorMiddleware.swift
[2659/2812] Compiling Vapor FileMiddleware.swift
[2660/2812] Compiling Vapor Middleware.swift
[2661/2812] Compiling Vapor MiddlewareConfiguration.swift
[2662/2812] Compiling Vapor ResponseCompressionMiddleware.swift
[2663/2812] Compiling Vapor RouteLoggingMiddleware.swift
[2664/2812] Compiling Vapor TracingMiddleware.swift
[2665/2812] Compiling Vapor File+Multipart.swift
[2666/2812] Compiling Vapor FormDataDecoder+Content.swift
[2667/2812] Compiling Vapor FormDataEncoder+Content.swift
[2668/2812] Compiling Vapor Application+Password.swift
[2669/2812] Compiling Vapor Application+Passwords.swift
[2670/2812] Compiling Vapor AsyncPasswordHasher.swift
[2671/2812] Compiling Vapor BcryptHasher.swift
[2672/2812] Compiling Vapor PasswordHasher.swift
[2673/2812] Compiling Vapor PlaintextHasher.swift
[2674/2812] Compiling Vapor Request+Password.swift
[2675/2812] Compiling Vapor Redirect.swift
[2700/2812] Compiling JWTKit CustomizedJSONCoders.swift
[2701/2812] Compiling JWTKit Utilities.swift
[2702/2812] Compiling JWTKit AppleIdentityToken.swift
[2703/2812] Compiling JWTKit FirebaseAuthIdentityToken.swift
[2704/2812] Compiling JWTKit GoogleIdentityToken.swift
[2705/2812] Compiling JWTKit MicrosoftIdentityToken.swift
[2706/2812] Compiling JWTKit ValidationTimePayload.swift
[2707/2812] Compiling JWTKit X5CVerifier.swift
[2708/2813] Compiling Vapor Validator.swift
[2709/2813] Compiling Vapor ValidatorResult.swift
[2710/2813] Compiling Vapor And.swift
[2711/2813] Compiling Vapor Case.swift
[2712/2813] Compiling Vapor CharacterSet.swift
[2713/2813] Compiling Vapor Count.swift
[2714/2813] Compiling Vapor Custom.swift
[2715/2813] Compiling Vapor Email.swift
[2716/2813] Compiling Vapor Empty.swift
[2717/2813] Compiling Vapor In.swift
[2718/2813] Compiling Vapor Nil.swift
[2719/2813] Compiling Vapor NilIgnoring.swift
[2720/2813] Compiling Vapor Not.swift
[2721/2813] Compiling Vapor Or.swift
[2722/2813] Compiling Vapor Pattern.swift
[2723/2813] Compiling Vapor Range.swift
[2724/2813] Compiling Vapor URL.swift
[2725/2813] Compiling Vapor Valid.swift
[2726/2813] Compiling Vapor Application+Views.swift
[2727/2813] Compiling Vapor PlaintextRenderer.swift
[2728/2813] Compiling Vapor Request+View.swift
[2729/2813] Compiling Vapor View.swift
[2730/2813] Compiling Vapor ViewRenderer.swift
[2731/2813] Compiling Vapor _Deprecations.swift
[2732/2813] Wrapping AST for JWTKit for debugging
[2734/2813] Emitting module Vapor
[2735/2813] Compiling Vapor Bytes+Hex.swift
[2736/2813] Compiling Vapor Bytes+SecureCompare.swift
[2737/2813] Compiling Vapor Collection+Safe.swift
[2738/2813] Compiling Vapor DataProtocol+Copy.swift
[2739/2813] Compiling Vapor DecoderUnwrapper.swift
[2740/2813] Compiling Vapor DirectoryConfiguration.swift
[2741/2813] Compiling Vapor DotEnv.swift
[2742/2813] Compiling Vapor Extendable.swift
[2743/2813] Compiling Vapor File.swift
[2744/2813] Compiling Vapor FileIO.swift
[2745/2813] Compiling Vapor LifecycleHandler.swift
[2746/2813] Compiling Vapor OptionalType.swift
[2747/2813] Compiling Vapor RFC1123.swift
[2748/2813] Compiling Vapor SocketAddress+Hostname.swift
[2749/2813] Compiling Vapor Storage.swift
[2750/2813] Compiling Vapor String+IsIPAddress.swift
[2751/2813] Compiling Vapor Thread.swift
[2752/2813] Compiling Vapor URI.swift
[2753/2813] Compiling Vapor RangeResult.swift
[2754/2813] Compiling Vapor Validatable.swift
[2755/2813] Compiling Vapor Validation.swift
[2756/2813] Compiling Vapor ValidationKey.swift
[2757/2813] Compiling Vapor Validations.swift
[2758/2813] Compiling Vapor ValidationsError.swift
[2759/2813] Compiling Vapor Service.swift
[2760/2813] Compiling Vapor Application+Sessions.swift
[2761/2813] Compiling Vapor MemorySessions.swift
[2762/2813] Compiling Vapor Request+Session.swift
[2763/2813] Compiling Vapor Session.swift
[2764/2813] Compiling Vapor SessionCache.swift
[2765/2813] Compiling Vapor SessionData.swift
[2766/2813] Compiling Vapor SessionDriver.swift
[2767/2813] Compiling Vapor SessionsConfiguration.swift
[2768/2813] Compiling Vapor SessionsMiddleware.swift
[2769/2813] Compiling Vapor URLEncodedFormData.swift
[2770/2813] Compiling Vapor URLEncodedFormDecoder.swift
[2771/2813] Compiling Vapor URLEncodedFormEncoder.swift
[2772/2813] Compiling Vapor URLEncodedFormError.swift
[2773/2813] Compiling Vapor URLEncodedFormParser.swift
[2774/2813] Compiling Vapor URLEncodedFormSerializer.swift
[2775/2813] Compiling Vapor URLQueryFragmentConvertible.swift
[2776/2813] Compiling Vapor AnyResponse.swift
[2777/2813] Compiling Vapor Array+Random.swift
[2778/2813] Compiling Vapor Base32.swift
[2779/2813] Compiling Vapor Base64.swift
[2780/2813] Compiling Vapor BaseN.swift
[2781/2813] Compiling Vapor BasicCodingKey.swift
[2782/2813] Compiling Vapor ByteCount.swift
[2783/2813] Compiling Vapor HTTPStatus.swift
[2784/2813] Compiling Vapor HTTPCookies.swift
[2785/2813] Compiling Vapor HTTPHeaderCacheControl.swift
[2786/2813] Compiling Vapor HTTPHeaderExpires.swift
[2787/2813] Compiling Vapor HTTPHeaderLastModified.swift
[2788/2813] Compiling Vapor HTTPHeaders+Cache.swift
[2789/2813] Compiling Vapor HTTPHeaders+Connection.swift
[2790/2813] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2791/2813] Compiling Vapor HTTPHeaders+ContentRange.swift
[2792/2813] Compiling Vapor HTTPHeaders+Directive.swift
[2793/2813] Compiling Vapor HTTPHeaders+Forwarded.swift
[2794/2813] Compiling Vapor HTTPHeaders+Link.swift
[2795/2813] Compiling Vapor HTTPHeaders+Name.swift
[2796/2813] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2797/2813] Compiling Vapor HTTPHeaders.swift
[2798/2813] Compiling Vapor HTTPMediaType.swift
[2799/2813] Compiling Vapor HTTPMediaTypePreference.swift
[2800/2813] Compiling Vapor Responder.swift
[2801/2813] Compiling Vapor Application+HTTP+Server.swift
[2802/2813] Compiling Vapor HTTPServer.swift
[2803/2813] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2804/2813] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2805/2813] Compiling Vapor HTTPServerHandler.swift
[2806/2813] Compiling Vapor HTTPServerRequestDecoder.swift
[2807/2822] Wrapping AST for Vapor for debugging
[2809/2847] Compiling MixpanelVapor Request+Mixpanel.swift
[2810/2847] Compiling MixpanelVapor Constants.swift
[2811/2847] Emitting module Fluent
[2812/2847] Compiling Fluent FluentProvider+Concurrency.swift
[2813/2847] Compiling Fluent ModelCredentialsAuthenticatable+Concurrency.swift
[2814/2849] Compiling Fluent ModelAuthenticatable.swift
[2815/2849] Compiling Fluent ModelCredentialsAuthenticatable.swift
[2816/2849] Compiling MixpanelVapor LifecycleHandler.swift
[2817/2849] Compiling MixpanelVapor MixpanelVapor.swift
[2818/2849] Compiling MixpanelVapor MixpanelProperty.swift
[2819/2849] Compiling Fluent ModelTokenAuthenticatable.swift
[2820/2849] Compiling Fluent PageLimit.swift
[2821/2849] Compiling Fluent Exports.swift
[2822/2849] Compiling Fluent Fluent+Cache.swift
[2823/2849] Compiling Fluent Pagination+Concurrency.swift
[2824/2849] Compiling Fluent Sessions+Concurrency.swift
[2825/2849] Compiling Fluent Fluent+Pagination.swift
[2826/2849] Compiling Fluent Fluent+Sessions.swift
[2827/2849] Compiling Fluent Fluent+History.swift
[2828/2849] Compiling Fluent Fluent+Paginate.swift
[2829/2849] Compiling Fluent FluentProvider.swift
[2830/2849] Compiling Fluent MigrateCommand.swift
[2831/2850] Compiling MixpanelVapor BatchLogRecordProcessor.swift
[2832/2850] Compiling MixpanelVapor Application+Mixpanel.swift
[2833/2850] Emitting module MixpanelVapor
[2836/2851] Compiling JWT JWTError+Vapor.swift
[2836/2852] Wrapping AST for MixpanelVapor for debugging
[2838/2852] Compiling JWT JWTAuthenticator.swift
[2838/2852] Wrapping AST for Fluent for debugging
[2840/2852] Emitting module JWT
[2841/2852] Compiling JWT JWT+FirebaseAuth.swift
[2842/2852] Compiling JWT JWT+Microsoft.swift
[2843/2852] Compiling JWT JWT+Google.swift
[2848/2852] Compiling JWT Request+JWT.swift
[2849/2853] Wrapping AST for JWT for debugging
[2851/2870] Compiling App AnalyticsService.swift
[2852/2870] Compiling App EmailService.swift
[2853/2870] Compiling App CreateOrganization.swift
[2854/2870] Compiling App CreateOrganizationInvite.swift
[2855/2870] Compiling App CreateProfile.swift
[2856/2872] Compiling App Organization.swift
[2857/2872] Compiling App OrganizationInvite.swift
[2858/2872] Compiling App CreateProfileOrganizationRole.swift
[2859/2872] Compiling App FIeldKeys.swift
[2860/2872] Compiling App SkippableEncoding.swift
[2861/2872] Compiling App configure.swift
[2862/2872] Compiling App Profile.swift
[2863/2872] Compiling App ProfileOrganizationRole.swift
[2864/2872] Compiling App entrypoint.swift
[2865/2872] Compiling App routes.swift
[2866/2872] Emitting module App
[2867/2872] Compiling App FirebaseAuth.swift
[2868/2872] Compiling App OrganizationController.swift
[2869/2872] Compiling App ProfileController.swift
[2870/2873] Wrapping AST for App for debugging
[2871/2873] Write Objects.LinkFileList
[2872/2873] Linking App
Build complete! (480.37s)
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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.