The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of SaasTemplate, reference main (73c59d), with Swift 6.1 for Linux on 1 May 2025 00:02:35 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/petrpavlik/vapor-saas-backend-template.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/petrpavlik/vapor-saas-backend-template
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/petrpavlik/vapor-saas-backend-template.git
https://github.com/petrpavlik/vapor-saas-backend-template.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.83.1",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "fluent",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.8.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/fluent.git"
    },
    {
      "identity" : "fluent-sqlite-driver",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.6.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/fluent-sqlite-driver.git"
    },
    {
      "identity" : "jwt",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.1.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/jwt.git"
    },
    {
      "identity" : "swift-sentry",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/petrpavlik/swift-sentry.git"
    },
    {
      "identity" : "mixpanelvapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/petrpavlik/MixpanelVapor.git"
    },
    {
      "identity" : "indiepitcher-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/IndiePitcher/indiepitcher-swift.git"
    }
  ],
  "manifest_display_name" : "SaasTemplate",
  "name" : "SaasTemplate",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "App",
      "targets" : [
        "App"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AppTests",
      "module_type" : "SwiftTarget",
      "name" : "AppTests",
      "path" : "Tests/AppTests",
      "product_dependencies" : [
        "VaporTesting"
      ],
      "sources" : [
        "AppTests.swift",
        "Request+FirebaseUser.swift"
      ],
      "target_dependencies" : [
        "App"
      ],
      "type" : "test"
    },
    {
      "c99name" : "App",
      "module_type" : "SwiftTarget",
      "name" : "App",
      "path" : "Sources/App",
      "product_dependencies" : [
        "Fluent",
        "FluentSQLiteDriver",
        "Vapor",
        "JWT",
        "SwiftSentry",
        "MixpanelVapor",
        "IndiePitcherSwift"
      ],
      "product_memberships" : [
        "App"
      ],
      "sources" : [
        "Auth/FirebaseAuth.swift",
        "Controllers/OrganizationController.swift",
        "Controllers/ProfileController.swift",
        "Migrations/CreateOrganization.swift",
        "Migrations/CreateOrganizationInvite.swift",
        "Migrations/CreateProfile.swift",
        "Migrations/CreateProfileOrganizationRole.swift",
        "Models/FIeldKeys.swift",
        "Models/Organization.swift",
        "Models/OrganizationInvite.swift",
        "Models/Profile.swift",
        "Models/ProfileOrganizationRole.swift",
        "Services/AnalyticsService.swift",
        "Services/EmailService.swift",
        "Utils/SkippableEncoding.swift",
        "configure.swift",
        "entrypoint.swift",
        "routes.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/petrpavlik/swift-sentry.git
Fetching https://github.com/petrpavlik/MixpanelVapor.git
Fetching https://github.com/vapor/jwt.git
Fetching https://github.com/IndiePitcher/indiepitcher-swift.git
Fetching https://github.com/vapor/fluent.git
Fetching https://github.com/vapor/fluent-sqlite-driver.git
[1/320] Fetching mixpanelvapor
[21/1667] Fetching mixpanelvapor, fluent-sqlite-driver
[51/4374] Fetching mixpanelvapor, fluent-sqlite-driver, jwt
[4375/4871] Fetching mixpanelvapor, fluent-sqlite-driver, jwt, swift-sentry
[4400/5130] Fetching mixpanelvapor, fluent-sqlite-driver, jwt, swift-sentry, indiepitcher-swift
[4729/18537] Fetching mixpanelvapor, fluent-sqlite-driver, jwt, swift-sentry, indiepitcher-swift, fluent
Fetched https://github.com/vapor/fluent-sqlite-driver.git from cache (0.28s)
[7940/17190] Fetching mixpanelvapor, jwt, swift-sentry, indiepitcher-swift, fluent
Fetched https://github.com/IndiePitcher/indiepitcher-swift.git from cache (0.28s)
Fetched https://github.com/petrpavlik/swift-sentry.git from cache (0.28s)
Fetching https://github.com/vapor/vapor.git
Fetched https://github.com/vapor/jwt.git from cache (0.29s)
[4611/13727] Fetching mixpanelvapor, fluent
Fetched https://github.com/petrpavlik/MixpanelVapor.git from cache (0.63s)
Fetched https://github.com/vapor/fluent.git from cache (0.63s)
[1/74337] Fetching vapor
Fetched https://github.com/vapor/vapor.git from cache (1.89s)
Computing version for https://github.com/petrpavlik/swift-sentry.git
Computed https://github.com/petrpavlik/swift-sentry.git at 1.0.0 (2.72s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/swift-server/async-http-client.git
[1/3836] Fetching swift-log
[3837/17801] Fetching swift-log, async-http-client
Fetched https://github.com/apple/swift-log.git from cache (0.80s)
Fetched https://github.com/swift-server/async-http-client.git from cache (0.81s)
Computing version for https://github.com/petrpavlik/MixpanelVapor.git
Computed https://github.com/petrpavlik/MixpanelVapor.git at 2.1.0 (1.34s)
Fetching https://github.com/malcommac/UAParserSwift.git
Fetching https://github.com/apple/swift-atomics.git
[1/292] Fetching uaparserswift
[293/1997] Fetching uaparserswift, swift-atomics
Fetched https://github.com/malcommac/UAParserSwift.git from cache (0.42s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.42s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.95s)
Computing version for https://github.com/malcommac/UAParserSwift.git
Computed https://github.com/malcommac/UAParserSwift.git at 1.2.1 (2.24s)
Computing version for https://github.com/vapor/jwt.git
Computed https://github.com/vapor/jwt.git at 5.1.2 (0.53s)
Fetching https://github.com/vapor/jwt-kit.git
[1/9049] Fetching jwt-kit
Fetched https://github.com/vapor/jwt-kit.git from cache (0.92s)
Computing version for https://github.com/vapor/jwt-kit.git
Computed https://github.com/vapor/jwt-kit.git at 5.1.2 (1.46s)
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-crypto.git
[1/6112] Fetching swift-certificates
[6113/19970] Fetching swift-certificates, swift-crypto
Fetched https://github.com/apple/swift-certificates.git from cache (1.43s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.45s)
Computing version for https://github.com/vapor/fluent.git
Computed https://github.com/vapor/fluent.git at 4.12.0 (1.99s)
Fetching https://github.com/vapor/fluent-kit.git
[1/13244] Fetching fluent-kit
Fetched https://github.com/vapor/fluent-kit.git from cache (0.57s)
Computing version for https://github.com/vapor/fluent-sqlite-driver.git
Computed https://github.com/vapor/fluent-sqlite-driver.git at 4.8.1 (1.11s)
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.17s)
Computing version for https://github.com/vapor/sqlite-kit.git
Computed https://github.com/vapor/sqlite-kit.git at 4.5.2 (0.53s)
Fetching https://github.com/vapor/async-kit.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/vapor/sql-kit.git
Fetching https://github.com/vapor/sqlite-nio.git
[1/1496] Fetching sqlite-nio
[2/3866] Fetching sqlite-nio, async-kit
[2372/9849] Fetching sqlite-nio, async-kit, sql-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.33s)
[6013/7479] Fetching sqlite-nio, sql-kit
[6089/83048] Fetching sqlite-nio, sql-kit, swift-nio
Fetched https://github.com/vapor/sql-kit.git from cache (0.40s)
[301/77065] Fetching sqlite-nio, swift-nio
Fetched https://github.com/vapor/sqlite-nio.git from cache (1.16s)
[48365/75569] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.22s)
Computing version for https://github.com/vapor/fluent-kit.git
Computed https://github.com/vapor/fluent-kit.git at 1.52.1 (4.75s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.0 (0.54s)
Fetching https://github.com/apple/swift-collections.git
[1/16269] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.16s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (1.77s)
Fetching https://github.com/apple/swift-algorithms.git
[1/5903] Fetching swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.42s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (1.33s)
Fetching https://github.com/apple/swift-system.git
[1/4367] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.35s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.95s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.41s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.91s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.60s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.78s)
Computing version for https://github.com/IndiePitcher/indiepitcher-swift.git
Computed https://github.com/IndiePitcher/indiepitcher-swift.git at 1.5.0 (0.52s)
Computing version for https://github.com/vapor/sqlite-nio.git
Computed https://github.com/vapor/sqlite-nio.git at 1.11.2 (0.57s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.65s)
Fetching https://github.com/apple/swift-asn1.git
[1/1584] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.29s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.05s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.59s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (0.57s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2619] Fetching swift-nio-transport-services
[368/8343] Fetching swift-nio-transport-services, swift-nio-extras
[7257/19847] Fetching swift-nio-transport-services, swift-nio-extras, swift-nio-http2
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.36s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.40s)
[2646/11504] Fetching swift-nio-http2
[3108/26313] Fetching swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.69s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.70s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (2.26s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.64s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.79s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
[1/1127] Fetching swift-http-structured-headers
[216/2031] Fetching swift-http-structured-headers, swift-http-types
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.29s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.29s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (0.83s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.54s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.56s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.114.1 (0.68s)
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/vapor/routing-kit.git
Fetching https://github.com/apple/swift-metrics.git
[1/1063] Fetching swift-service-context
[87/3269] Fetching swift-service-context, swift-metrics
[897/8243] Fetching swift-service-context, swift-metrics, swift-distributed-tracing
[1740/11451] Fetching swift-service-context, swift-metrics, swift-distributed-tracing, multipart-kit
[1930/14056] Fetching swift-service-context, swift-metrics, swift-distributed-tracing, multipart-kit, websocket-kit
[4473/34783] Fetching swift-service-context, swift-metrics, swift-distributed-tracing, multipart-kit, websocket-kit, routing-kit
Fetched https://github.com/apple/swift-service-context.git from cache (0.34s)
[19506/33720] Fetching swift-metrics, swift-distributed-tracing, multipart-kit, websocket-kit, routing-kit
Fetched https://github.com/vapor/websocket-kit.git from cache (0.34s)
[17316/31115] Fetching swift-metrics, swift-distributed-tracing, multipart-kit, routing-kit
Fetching https://github.com/vapor/console-kit.git
Fetched https://github.com/apple/swift-metrics.git from cache (0.45s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.45s)
[17805/23935] Fetching multipart-kit, routing-kit
[17806/29420] Fetching multipart-kit, routing-kit, console-kit
Fetched https://github.com/vapor/console-kit.git from cache (0.34s)
Fetched https://github.com/vapor/routing-kit.git from cache (0.94s)
[1669/3208] Fetching multipart-kit
Fetched https://github.com/vapor/multipart-kit.git from cache (1.56s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (2.09s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.57s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.0 (0.51s)
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.51s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.53s)
Computing version for https://github.com/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.52s)
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.25.2
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/vapor/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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/vapor/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-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.2
Creating working copy for https://github.com/vapor/sql-kit.git
Working copy of https://github.com/vapor/sql-kit.git resolved at 3.33.0
Creating working copy for https://github.com/vapor/fluent.git
Working copy of https://github.com/vapor/fluent.git resolved at 4.12.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/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Creating working copy for https://github.com/vapor/sqlite-nio.git
Working copy of https://github.com/vapor/sqlite-nio.git resolved at 1.11.2
Creating working copy for https://github.com/vapor/fluent-kit.git
Working copy of https://github.com/vapor/fluent-kit.git resolved at 1.52.1
Creating working copy for https://github.com/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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.1
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.114.1
Creating working copy for https://github.com/vapor/jwt-kit.git
Working copy of https://github.com/vapor/jwt-kit.git resolved at 5.1.2
Creating working copy for https://github.com/petrpavlik/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-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/vapor/fluent-sqlite-driver.git
Working copy of https://github.com/vapor/fluent-sqlite-driver.git resolved at 4.8.1
Creating working copy for https://github.com/apple/swift-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/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Creating working copy for https://github.com/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/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-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Building for debugging...
[0/919] Compiling a_octet.cc
[1/919] Compiling a_i2d_fp.cc
[2/919] Write sources
[3/919] Compiling a_time.cc
[4/919] Write sources
[10/919] Compiling a_mbstr.cc
[11/919] Write sources
[22/919] Compiling a_int.cc
[22/919] Write sources
[60/919] Compiling a_object.cc
[60/919] Write sources
[68/919] Compiling _NumericsShims _NumericsShims.c
[69/919] Compiling _AtomicsShims.c
[70/919] Compiling CSystem shims.c
[71/919] Compiling CNIOWindows shim.c
[71/919] Compiling CVaporBcrypt bcrypt.c
[73/919] Compiling CVaporBcrypt blf.c
[74/919] Compiling a_strex.cc
[75/919] Compiling CNIOWASI CNIOWASI.c
[76/919] Compiling CNIOWindows WSAStartup.c
[77/919] Compiling CNIOLinux liburing_shims.c
[78/919] Compiling CNIOSHA1 c_nio_sha1.c
[79/919] Compiling CNIOLLHTTP c_nio_http.c
[80/919] Compiling CNIOExtrasZlib empty.c
[81/919] Compiling a_strnid.cc
[82/919] Compiling CNIOLinux shim.c
[83/919] Compiling CNIODarwin shim.c
[84/919] Compiling CNIOLLHTTP c_nio_api.c
[85/919] Compiling fiat_p256_adx_mul.S
[86/919] Compiling fiat_p256_adx_sqr.S
[87/919] Write swift-version-24593BA9C3E375BF.txt
[88/919] Compiling fiat_curve25519_adx_square.S
[89/919] Compiling fiat_curve25519_adx_mul.S
[90/919] Compiling CNIOLLHTTP c_nio_llhttp.c
[91/927] Compiling CNIOBoringSSLShims shims.c
[92/929] Compiling tls_record.cc
[93/937] Compiling tls_method.cc
[94/974] Compiling tls13_server.cc
[96/977] Emitting module ServiceContextModule
[97/977] Emitting module SystemPackage
[98/980] Compiling SwiftASN1 TimeUtilities.swift
[99/980] Compiling SwiftASN1 UTCTime.swift
[100/982] Compiling ServiceContextModule ServiceContext.swift
[101/982] Compiling ServiceContextModule ServiceContextKey.swift
[102/983] Compiling _NIODataStructures _TinyArray.swift
[103/983] Emitting module _NIOBase64
[104/983] Compiling _NIOBase64 Base64.swift
[105/984] Emitting module _CertificateInternals
[106/984] Compiling _CertificateInternals _TinyArray.swift
[107/985] Compiling SystemPackage MachPort.swift
[108/985] Compiling SystemPackage PlatformString.swift
[109/985] Compiling SystemPackage SystemString.swift
[110/985] Compiling SwiftASN1 ASN1BitString.swift
[111/985] Compiling SwiftASN1 ASN1Boolean.swift
[112/985] Compiling SwiftASN1 ASN1Identifier.swift
[113/985] Compiling SwiftASN1 ASN1Integer.swift
[114/985] Compiling SwiftASN1 ASN1Null.swift
[115/985] Compiling SwiftASN1 ArraySliceBigint.swift
[116/985] Compiling SwiftASN1 GeneralizedTime.swift
[119/985] Compiling SwiftASN1 ASN1OctetString.swift
[120/985] Compiling SwiftASN1 ASN1Strings.swift
[121/985] Compiling SwiftASN1 ObjectIdentifier.swift
[122/985] Compiling SwiftASN1 PEMDocument.swift
[125/985] Compiling _NIODataStructures PriorityQueue.swift
[128/985] Compiling SwiftASN1 ASN1.swift
[129/985] Compiling SwiftASN1 BER.swift
[130/985] Compiling SwiftASN1 ASN1Any.swift
[137/985] Compiling SystemPackage Util+StringArray.swift
[138/985] Compiling SystemPackage Util.swift
[139/985] Compiling SystemPackage UtilConsumers.swift
[140/1017] Compiling RealModule AugmentedArithmetic.swift
[141/1017] Compiling RealModule Double+Real.swift
[142/1017] Compiling RealModule AlgebraicField.swift
[143/1017] Compiling RealModule ElementaryFunctions.swift
[144/1018] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[145/1018] Compiling InternalCollectionsUtilities Specialize.swift
[146/1020] Compiling RealModule Real.swift
[147/1020] Compiling RealModule RealFunctions.swift
[148/1020] Compiling InternalCollectionsUtilities _SortedCollection.swift
[149/1020] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[150/1020] Compiling InternalCollectionsUtilities Debugging.swift
[151/1020] Compiling InternalCollectionsUtilities Descriptions.swift
[152/1020] Compiling RealModule Float80+Real.swift
[154/1020] Compiling RealModule ApproximateEquality.swift
[157/1020] Compiling RealModule Float+Real.swift
[158/1020] Compiling RealModule Float16+Real.swift
[159/1020] Emitting module SwiftASN1
[160/1020] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[161/1020] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[162/1020] Compiling SystemPackage Constants.swift
[163/1020] Compiling SystemPackage Exports.swift
[164/1020] Compiling SystemPackage Mocking.swift
[165/1020] Compiling SystemPackage RawBuffer.swift
[166/1020] Compiling SystemPackage Syscalls.swift
[167/1020] Compiling SystemPackage WindowsSyscallAdapters.swift
[168/1021] Compiling _NIODataStructures Heap.swift
[169/1021] Emitting module _NIODataStructures
[170/1021] Emitting module RealModule
[171/1022] Compiling Logging MetadataProvider.swift
[187/1024] Compiling InternalCollectionsUtilities Integer rank.swift
[188/1024] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[189/1024] Emitting module UAParserSwift
[190/1024] Compiling UAParserSwift UAParserSwift.swift
[192/1024] Emitting module InternalCollectionsUtilities
[192/1026] Wrapping AST for _NIODataStructures for debugging
[194/1034] Wrapping AST for _NIOBase64 for debugging
[195/1034] Wrapping AST for _CertificateInternals for debugging
[196/1034] Wrapping AST for UAParserSwift for debugging
[198/1034] Emitting module Instrumentation
[199/1034] Compiling Instrumentation NoOpInstrument.swift
[200/1034] Compiling Instrumentation MultiplexInstrument.swift
[201/1034] Compiling Instrumentation InstrumentationSystem.swift
[202/1034] Compiling Instrumentation Instrument.swift
[203/1034] Compiling Instrumentation Locks.swift
[203/1034] Wrapping AST for ServiceContextModule for debugging
[205/1035] Compiling InternalCollectionsUtilities UInt+reversed.swift
[206/1035] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[207/1035] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[208/1035] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[208/1035] Wrapping AST for SystemPackage for debugging
[209/1036] Wrapping AST for SwiftASN1 for debugging
[211/1036] Wrapping AST for RealModule for debugging
[214/1036] Emitting module CoreMetrics
[215/1036] Compiling Logging LogHandler.swift
[216/1036] Compiling Logging Locks.swift
[217/1036] Compiling Logging Logging.swift
[218/1036] Emitting module Logging
[220/1045] Compiling Tracing InstrumentationSystem+Tracing.swift
[221/1103] Emitting module Tracing
[222/1113] Compiling Tracing TracingTime.swift
[223/1113] Compiling Tracing Tracer.swift
[224/1113] Compiling Tracing TracerProtocol.swift
[225/1113] Compiling Tracing TracerProtocol+Legacy.swift
[226/1113] Compiling Tracing NoOpTracer.swift
[227/1113] Compiling Tracing SpanProtocol.swift
[227/1114] Compiling t1_enc.cc
[229/1114] Compiling CoreMetrics Metrics.swift
[230/1114] Compiling CoreMetrics Locks.swift
[232/1116] Compiling CSQLite sqlite_nio_sqlite3.c
[233/1121] Compiling tls13_client.cc
[235/1128] Emitting module RoutingKit
[236/1128] Compiling RoutingKit AnyRouter.swift
[237/1136] Compiling RoutingKit Parameters.swift
[238/1141] Compiling RoutingKit PathComponent.swift
[239/1183] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[240/1259] Compiling HeapModule Heap+Descriptions.swift
[241/1274] Compiling RoutingKit Router.swift
[242/1274] Compiling RoutingKit TrieRouter.swift
[243/1275] Compiling HeapModule _HeapNode.swift
[244/1275] Compiling HeapModule Heap.swift
[245/1275] Compiling HashTreeCollections _HashNode+Lookups.swift
[246/1275] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[247/1275] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[248/1275] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[249/1275] Compiling HashTreeCollections _HashNode+Structural union.swift
[250/1275] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[251/1275] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[252/1275] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[253/1275] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[254/1275] Compiling HashTreeCollections _HashNode.swift
[255/1275] Compiling HashTreeCollections _HashNodeHeader.swift
[256/1275] Compiling HashTreeCollections _HashSlot.swift
[257/1275] Compiling HashTreeCollections _HashStack.swift
[258/1275] Compiling HashTreeCollections _HashTreeIterator.swift
[259/1275] Compiling HashTreeCollections _HashTreeStatistics.swift
[260/1275] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[261/1275] Compiling HashTreeCollections _RawHashNode.swift
[262/1275] Compiling HashTreeCollections _UnmanagedHashNode.swift
[263/1275] Compiling HashTreeCollections _UnsafePath.swift
[264/1275] Compiling HashTreeCollections TreeDictionary+Codable.swift
[265/1284] Compiling DequeModule Deque+Equatable.swift
[266/1284] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[267/1286] Compiling HeapModule Heap+UnsafeHandle.swift
[268/1286] Compiling HeapModule Heap+Invariants.swift
[268/1286] Compiling tls13_both.cc
[271/1286] Emitting module HeapModule
[272/1287] Compiling DequeModule _DequeBuffer.swift
[273/1287] Compiling DequeModule _DequeBufferHeader.swift
[274/1287] Compiling tls13_enc.cc
[276/1289] Compiling DequeModule Deque+CustomReflectable.swift
[277/1289] Compiling DequeModule Deque+Descriptions.swift
[278/1289] Compiling DequeModule Deque+Extras.swift
[279/1289] Compiling DequeModule Deque+Hashable.swift
[279/1289] Wrapping AST for RoutingKit for debugging
[280/1289] Wrapping AST for Tracing for debugging
[282/1289] Compiling HashTreeCollections TreeSet+Hashable.swift
[283/1289] Compiling HashTreeCollections TreeSet+Sendable.swift
[284/1289] Compiling _RopeModule Rope+Join.swift
[285/1289] Compiling _RopeModule Rope+MutatingForEach.swift
[286/1289] Compiling _RopeModule Rope+Remove.swift
[287/1289] Compiling _RopeModule Rope+RemoveSubrange.swift
[288/1289] Compiling _RopeModule Rope+Split.swift
[289/1289] Compiling _RopeModule Optional Utilities.swift
[290/1289] Compiling _RopeModule String Utilities.swift
[291/1289] Compiling _RopeModule String.Index+ABI.swift
[292/1299] Compiling HashTreeCollections TreeDictionary+Collection.swift
[293/1299] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[294/1299] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[295/1299] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[296/1299] Compiling HashTreeCollections TreeDictionary.swift
[297/1299] Compiling HashTreeCollections TreeSet+Codable.swift
[298/1299] Compiling HashTreeCollections TreeSet+Collection.swift
[299/1299] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[300/1299] Compiling HashTreeCollections TreeSet+Debugging.swift
[301/1299] Compiling HashTreeCollections TreeSet+Descriptions.swift
[302/1299] Compiling HashTreeCollections TreeSet+Equatable.swift
[303/1299] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[304/1299] Compiling HashTreeCollections TreeSet+Extras.swift
[305/1299] Compiling HashTreeCollections TreeSet+Filter.swift
[305/1306] Wrapping AST for Logging for debugging
[307/1306] Compiling DequeModule Deque._UnsafeHandle.swift
[308/1306] Compiling DequeModule Deque.swift
[311/1306] Compiling DequeModule _DequeSlot.swift
[312/1306] Compiling DequeModule _UnsafeWrappedBuffer.swift
[313/1306] Compiling HashTreeCollections _HashNode+Builder.swift
[314/1306] Compiling HashTreeCollections _HashNode+Debugging.swift
[315/1306] Compiling HashTreeCollections _HashNode+Initializers.swift
[316/1306] Compiling HashTreeCollections _HashNode+Invariants.swift
[316/1306] Wrapping AST for Instrumentation for debugging
[317/1306] Wrapping AST for InternalCollectionsUtilities for debugging
[320/1306] Wrapping AST for HeapModule for debugging
[329/1306] Wrapping AST for CoreMetrics for debugging
[331/1306] Compiling Metrics Metrics.swift
[332/1306] Emitting module Metrics
[346/1307] Compiling OrderedCollections OrderedSet+Sendable.swift
[347/1307] Compiling OrderedCollections OrderedSet+SubSequence.swift
[348/1307] Compiling OrderedCollections OrderedSet+Testing.swift
[349/1307] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[351/1307] Compiling DequeModule Deque+Testing.swift
[352/1307] Compiling DequeModule Deque._Storage.swift
[371/1307] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[372/1307] Compiling OrderedCollections OrderedSet.swift
[373/1307] Compiling OrderedCollections _UnsafeBitset.swift
[374/1307] Compiling HashTreeCollections TreeDictionary+Merge.swift
[375/1307] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[376/1307] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[377/1307] Compiling HashTreeCollections TreeDictionary+Values.swift
[391/1307] Wrapping AST for Metrics for debugging
[393/1307] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[394/1307] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[395/1307] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[396/1307] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[397/1307] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[398/1307] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[399/1307] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[400/1307] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[401/1307] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[402/1307] Compiling HashTreeCollections TreeSet.swift
[409/1307] Compiling DequeModule Deque+Codable.swift
[410/1307] Compiling DequeModule Deque+Collection.swift
[415/1307] Emitting module DequeModule
[417/1308] Emitting module _RopeModule
[417/1308] Wrapping AST for DequeModule for debugging
[419/1308] Emitting module OrderedCollections
[443/1309] Compiling ssl_x509.cc
[444/1309] Compiling ssl_versions.cc
[446/1309] Compiling ssl_transcript.cc
[458/1309] Compiling ssl_stat.cc
[459/1309] Wrapping AST for OrderedCollections for debugging
[461/1309] Emitting module HashTreeCollections
[514/1311] Wrapping AST for _RopeModule for debugging
[515/1311] Compiling ssl_session.cc
[516/1311] Wrapping AST for HashTreeCollections for debugging
[517/1311] Compiling ssl_privkey.cc
[518/1311] Compiling ssl_file.cc
[519/1311] Compiling ssl_key_share.cc
[520/1311] Compiling ssl_credential.cc
[521/1311] Compiling ssl_lib.cc
[522/1311] Compiling ssl_aead_ctx.cc
[523/1311] Compiling ssl_cipher.cc
[524/1311] Compiling ssl_buffer.cc
[525/1311] Compiling ssl_cert.cc
[526/1311] Compiling ssl_asn1.cc
[527/1311] Compiling s3_pkt.cc
[528/1311] Compiling s3_lib.cc
[529/1311] Compiling s3_both.cc
[530/1311] Compiling handshake.cc
[531/1311] Compiling handshake_server.cc
[532/1311] Compiling extensions.cc
[533/1311] Compiling dtls_record.cc
[534/1311] Compiling handshake_client.cc
[535/1311] Compiling encrypted_client_hello.cc
[536/1311] Compiling md5-x86_64-linux.S
[537/1311] Compiling handoff.cc
[538/1311] Compiling md5-x86_64-apple.S
[539/1311] Compiling md5-586-linux.S
[540/1311] Compiling md5-586-apple.S
[541/1311] Compiling chacha20_poly1305_x86_64-linux.S
[542/1311] Compiling chacha20_poly1305_x86_64-apple.S
[543/1311] Compiling dtls_method.cc
[544/1311] Compiling err_data.cc
[545/1311] Compiling chacha20_poly1305_armv8-win.S
[546/1311] Compiling chacha20_poly1305_armv8-linux.S
[546/1311] Compiling chacha20_poly1305_armv8-apple.S
[548/1311] Compiling chacha-x86_64-apple.S
[549/1311] Compiling chacha-x86_64-linux.S
[550/1311] Compiling chacha-x86-linux.S
[551/1311] Compiling d1_srtp.cc
[552/1311] Compiling bio_ssl.cc
[553/1311] Compiling d1_pkt.cc
[554/1311] Compiling chacha-armv8-win.S
[555/1311] Compiling chacha-x86-apple.S
[556/1311] Compiling d1_lib.cc
[557/1311] Compiling d1_both.cc
[558/1311] Compiling chacha-armv8-apple.S
[558/1311] Compiling chacha-armv8-linux.S
[560/1311] Compiling chacha-armv4-linux.S
[561/1311] Compiling aes128gcmsiv-x86_64-linux.S
[562/1311] Compiling aes128gcmsiv-x86_64-apple.S
[563/1311] Compiling x86_64-mont5-linux.S
[564/1311] Compiling x86_64-mont5-apple.S
[565/1311] Compiling x86-mont-linux.S
[566/1311] Compiling x86_64-mont-linux.S
[567/1311] Compiling x86_64-mont-apple.S
[568/1311] Compiling vpaes-x86_64-linux.S
[569/1311] Compiling vpaes-x86-apple.S
[570/1311] Compiling vpaes-x86-linux.S
[571/1311] Compiling x86-mont-apple.S
[572/1311] Compiling vpaes-armv8-linux.S
[572/1311] Compiling vpaes-armv8-apple.S
[574/1311] Compiling vpaes-armv8-win.S
[575/1311] Compiling vpaes-x86_64-apple.S
[576/1311] Compiling vpaes-armv7-linux.S
[577/1311] Compiling sha512-armv8-win.S
[578/1311] Compiling sha512-armv8-linux.S
[579/1311] Compiling sha512-x86_64-apple.S
[580/1311] Compiling sha512-armv8-apple.S
[581/1311] Compiling sha512-586-linux.S
[582/1311] Compiling sha512-x86_64-linux.S
[583/1311] Compiling sha512-armv4-linux.S
[584/1311] Compiling sha512-586-apple.S
[585/1311] Compiling sha256-armv8-win.S
[586/1311] Compiling sha256-x86_64-apple.S
[587/1311] Compiling sha256-armv8-apple.S
[587/1311] Compiling sha256-586-linux.S
[589/1311] Compiling sha256-x86_64-linux.S
[590/1311] Compiling sha256-armv4-linux.S
[591/1311] Compiling sha256-armv8-linux.S
[592/1311] Compiling sha256-586-apple.S
[593/1311] Compiling sha1-armv8-win.S
[594/1311] Compiling sha1-x86_64-apple.S
[595/1311] Compiling sha1-armv4-large-linux.S
[596/1311] Compiling sha1-x86_64-linux.S
[597/1311] Compiling sha1-armv8-linux.S
[598/1311] Compiling sha1-armv8-apple.S
[599/1311] Compiling sha1-586-linux.S
[600/1311] Compiling sha1-586-apple.S
[601/1311] Compiling rsaz-avx2-linux.S
[602/1311] Compiling rsaz-avx2-apple.S
[603/1311] Compiling rdrand-x86_64-apple.S
[604/1311] Compiling rdrand-x86_64-linux.S
[605/1311] Compiling p256_beeu-x86_64-asm-linux.S
[606/1311] Compiling p256_beeu-armv8-asm-win.S
[607/1311] Compiling p256_beeu-armv8-asm-linux.S
[607/1311] Compiling p256_beeu-x86_64-asm-apple.S
[609/1311] Compiling p256_beeu-armv8-asm-apple.S
[610/1311] Compiling p256-armv8-asm-win.S
[610/1311] Compiling p256-x86_64-asm-apple.S
[612/1311] Compiling p256-x86_64-asm-linux.S
[613/1311] Compiling ghashv8-armv8-win.S
[614/1311] Compiling p256-armv8-asm-apple.S
[615/1311] Compiling p256-armv8-asm-linux.S
[616/1311] Compiling ghashv8-armv8-linux.S
[617/1311] Compiling ghashv8-armv8-apple.S
[618/1311] Compiling ghashv8-armv7-linux.S
[619/1311] Compiling ghash-x86_64-linux.S
[620/1311] Compiling ghash-x86_64-apple.S
[621/1311] Compiling ghash-ssse3-x86_64-apple.S
[622/1311] Compiling ghash-x86-linux.S
[623/1311] Compiling ghash-ssse3-x86_64-linux.S
[624/1311] Compiling ghash-x86-apple.S
[625/1311] Compiling ghash-ssse3-x86-apple.S
[626/1311] Compiling ghash-ssse3-x86-linux.S
[627/1311] Compiling ghash-neon-armv8-win.S
[628/1311] Compiling ghash-neon-armv8-linux.S
[629/1311] Compiling ghash-armv4-linux.S
[630/1311] Compiling co-586-linux.S
[630/1311] Compiling ghash-neon-armv8-apple.S
[632/1311] Compiling co-586-apple.S
[633/1311] Compiling bsaes-armv7-linux.S
[634/1311] Compiling bn-armv8-win.S
[635/1311] Compiling bn-armv8-apple.S
[636/1311] Compiling bn-armv8-linux.S
[637/1311] Compiling bn-586-linux.S
[638/1311] Compiling armv8-mont-win.S
[639/1311] Compiling armv8-mont-apple.S
[640/1311] Compiling bn-586-apple.S
[641/1311] Compiling armv8-mont-linux.S
[642/1311] Compiling armv4-mont-linux.S
[643/1311] Compiling aesv8-armv8-win.S
[644/1311] Compiling aesv8-gcm-armv8-linux.S
[644/1311] Compiling aesv8-gcm-armv8-win.S
[646/1311] Compiling aesv8-armv8-apple.S
[647/1311] Compiling aesv8-gcm-armv8-apple.S
[648/1311] Compiling aesv8-armv8-linux.S
[649/1311] Compiling aesv8-armv7-linux.S
[650/1311] Compiling aesni-x86-linux.S
[651/1311] Compiling aesni-x86_64-apple.S
[652/1311] Compiling aesni-x86-apple.S
[653/1311] Compiling aesni-x86_64-linux.S
[653/1311] Compiling aesni-gcm-x86_64-apple.S
[655/1311] Compiling aes-gcm-avx2-x86_64-apple.S
[656/1311] Compiling aesni-gcm-x86_64-linux.S
[657/1311] Compiling aes-gcm-avx10-x86_64-apple.S
[658/1311] Compiling aes-gcm-avx10-x86_64-linux.S
[659/1311] Compiling aes-gcm-avx2-x86_64-linux.S
[660/1311] Compiling x_spki.cc
[661/1311] Compiling x_name.cc
[662/1311] Compiling x_val.cc
[663/1311] Compiling x_sig.cc
[664/1311] Compiling x_x509a.cc
[665/1311] Compiling x_req.cc
[666/1311] Compiling x_x509.cc
[667/1311] Compiling x_pubkey.cc
[668/1311] Compiling x_crl.cc
[669/1311] Compiling x509rset.cc
[670/1311] Compiling x_attrib.cc
[671/1311] Compiling x_exten.cc
[672/1311] Compiling x509spki.cc
[673/1311] Compiling x_all.cc
[674/1311] Compiling x_algor.cc
[675/1311] Compiling x509cset.cc
[676/1311] Compiling x509_vpm.cc
[677/1311] Compiling x509name.cc
[678/1311] Compiling x509_set.cc
[679/1311] Compiling x509_vfy.cc
[680/1311] Compiling x509_v3.cc
[681/1311] Compiling x509_trs.cc
[682/1311] Compiling x509_req.cc
[683/1311] Compiling x509_txt.cc
[684/1311] Compiling x509_obj.cc
[685/1311] Compiling x509_d2.cc
[686/1311] Compiling x509_def.cc
[687/1311] Compiling x509.cc
[688/1311] Compiling x509_ext.cc
[689/1311] Compiling x509_lu.cc
[690/1311] Compiling x509_att.cc
[691/1311] Compiling x509_cmp.cc
[692/1311] Compiling v3_utl.cc
[693/1311] Compiling v3_skey.cc
[694/1311] Compiling v3_purp.cc
[695/1311] Compiling v3_prn.cc
[696/1311] Compiling v3_pmaps.cc
[697/1311] Compiling v3_pcons.cc
[698/1311] Compiling v3_ocsp.cc
[699/1311] Compiling v3_ncons.cc
[700/1311] Compiling v3_int.cc
[701/1311] Compiling v3_lib.cc
[702/1311] Compiling v3_info.cc
[703/1311] Compiling v3_enum.cc
[704/1311] Compiling v3_extku.cc
[705/1311] Compiling v3_genn.cc
[706/1311] Compiling v3_crld.cc
[707/1311] Compiling v3_ia5.cc
[708/1311] Compiling v3_conf.cc
[709/1311] Compiling v3_cpols.cc
[710/1311] Compiling v3_bcons.cc
[711/1311] Compiling v3_bitst.cc
[712/1311] Compiling v3_akeya.cc
[713/1311] Compiling v3_alt.cc
[714/1311] Compiling t_x509a.cc
[715/1311] Compiling v3_akey.cc
[716/1311] Compiling i2d_pr.cc
[717/1311] Compiling t_x509.cc
[718/1311] Compiling t_crl.cc
[719/1311] Compiling t_req.cc
[720/1311] Compiling rsa_pss.cc
[721/1311] Compiling name_print.cc
[722/1311] Compiling policy.cc
[723/1311] Compiling by_file.cc
[724/1311] Compiling by_dir.cc
[725/1311] Compiling a_verify.cc
[726/1311] Compiling asn1_gen.cc
[727/1311] Compiling algorithm.cc
[728/1311] Compiling a_sign.cc
[729/1311] Compiling voprf.cc
[730/1311] Compiling a_digest.cc
[731/1311] Compiling thread_win.cc
[732/1311] Compiling thread_none.cc
[733/1311] Compiling thread_pthread.cc
[734/1311] Compiling thread.cc
[735/1311] Compiling stack.cc
[736/1311] Compiling trust_token.cc
[737/1311] Compiling siphash.cc
[738/1311] Compiling sha256.cc
[739/1311] Compiling sha512.cc
[740/1311] Compiling pmbtoken.cc
[741/1311] Compiling slhdsa.cc
[742/1311] Compiling spake2plus.cc
[743/1311] Compiling sha1.cc
[744/1311] Compiling rsa_print.cc
[745/1311] Compiling rsa_extra.cc
[746/1311] Compiling rc4.cc
[747/1311] Compiling refcount.cc
[748/1311] Compiling rsa_crypt.cc
[749/1311] Compiling windows.cc
[750/1311] Compiling trusty.cc
[751/1311] Compiling urandom.cc
[752/1311] Compiling rand.cc
[753/1311] Compiling ios.cc
[754/1311] Compiling rsa_asn1.cc
[755/1311] Compiling passive.cc
[756/1311] Compiling poly1305_arm_asm.S
[757/1311] Compiling getentropy.cc
[758/1311] Compiling fork_detect.cc
[759/1311] Compiling deterministic.cc
[760/1311] Compiling forkunsafe.cc
[761/1311] Compiling poly1305_arm.cc
[762/1311] Compiling poly1305.cc
[763/1311] Compiling pool.cc
[764/1311] Compiling poly1305_vec.cc
[765/1311] Compiling pkcs7_x509.cc
[766/1311] Compiling pkcs8_x509.cc
[767/1311] Compiling pkcs7.cc
[768/1311] Compiling p5_pbev2.cc
[769/1311] Compiling pkcs8.cc
[770/1311] Compiling pem_xaux.cc
[771/1311] Compiling pem_pkey.cc
[772/1311] Compiling pem_x509.cc
[773/1311] Compiling mlkem.cc
[774/1311] Compiling pem_pk8.cc
[775/1311] Compiling pem_oth.cc
[776/1311] Compiling obj_xref.cc
[777/1311] Compiling pem_lib.cc
[777/1311] Compiling pem_info.cc
[779/1311] Compiling pem_all.cc
[780/1311] Compiling obj.cc
[781/1311] Compiling mldsa.cc
[782/1311] Compiling poly_rq_mul.S
[783/1311] Compiling fips_shared_support.cc
[784/1311] Compiling md5.cc
[785/1311] Compiling mem.cc
[786/1311] Compiling lhash.cc
[787/1311] Compiling md4.cc
[788/1311] Compiling hrss.cc
[789/1311] Compiling kyber.cc
[790/1311] Compiling ex_data.cc
[791/1311] Compiling sign.cc
[792/1311] Compiling scrypt.cc
[793/1311] Compiling print.cc
[793/1311] Compiling hpke.cc
[795/1311] Compiling pbkdf.cc
[796/1311] Compiling p_x25519.cc
[797/1311] Compiling p_ed25519.cc
[798/1311] Compiling p_x25519_asn1.cc
[799/1311] Compiling p_rsa_asn1.cc
[800/1311] Compiling p_ed25519_asn1.cc
[801/1311] Compiling p_hkdf.cc
[802/1311] Compiling p_rsa.cc
[803/1311] Compiling p_ec_asn1.cc
[804/1311] Compiling p_ec.cc
[805/1311] Compiling p_dh.cc
[806/1311] Compiling p_dh_asn1.cc
[807/1311] Compiling p_dsa_asn1.cc
[808/1311] Compiling evp_ctx.cc
[809/1311] Compiling err.cc
[810/1311] Compiling evp.cc
[811/1311] Compiling engine.cc
[812/1311] Compiling evp_asn1.cc
[813/1311] Compiling hash_to_curve.cc
[814/1311] Compiling ecdh.cc
[815/1311] Compiling ecdsa_asn1.cc
[816/1311] Compiling ec_derive.cc
[817/1311] Compiling dsa_asn1.cc
[818/1311] Compiling params.cc
[819/1311] Compiling ec_asn1.cc
[820/1311] Compiling dsa.cc
[821/1311] Compiling x25519-asm-arm.S
[822/1311] Compiling digest_extra.cc
[823/1311] Compiling des.cc
[824/1311] Compiling dh_asn1.cc
[825/1311] Compiling spake25519.cc
[826/1311] Compiling crypto.cc
[827/1311] Compiling cpu_intel.cc
[828/1311] Compiling curve25519.cc
[829/1311] Compiling cpu_arm_freebsd.cc
[830/1311] Compiling cpu_arm_linux.cc
[831/1311] Compiling cpu_aarch64_openbsd.cc
[832/1311] Compiling cpu_aarch64_win.cc
[832/1311] Compiling cpu_aarch64_sysreg.cc
[834/1311] Compiling curve25519_64_adx.cc
[835/1311] Compiling bcm.cc
[836/1311] Compiling cpu_aarch64_linux.cc
[837/1311] Compiling cpu_aarch64_fuchsia.cc
[838/1311] Compiling cpu_aarch64_apple.cc
[839/1311] Compiling tls_cbc.cc
[840/1311] Compiling get_cipher.cc
[841/1311] Compiling conf.cc
[842/1311] Compiling e_rc4.cc
[843/1311] Compiling e_tls.cc
[844/1311] Compiling e_null.cc
[845/1311] Compiling e_rc2.cc
[846/1311] Compiling e_des.cc
[847/1311] Compiling derive_key.cc
[848/1311] Compiling e_chacha20poly1305.cc
[849/1311] Compiling e_aesctrhmac.cc
[850/1311] Compiling chacha.cc
[851/1311] Compiling e_aesgcmsiv.cc
[852/1311] Compiling unicode.cc
[853/1311] Compiling ber.cc
[854/1311] Compiling buf.cc
[855/1311] Compiling cbb.cc
[856/1311] Compiling asn1_compat.cc
[857/1311] Compiling cbs.cc
[858/1311] Compiling bn_asn1.cc
[859/1311] Compiling convert.cc
[860/1311] Compiling blake2.cc
[861/1311] Compiling socket.cc
[862/1311] Compiling socket_helper.cc
[863/1311] Compiling printf.cc
[864/1311] Compiling hexdump.cc
[865/1311] Compiling file.cc
[866/1311] Compiling errno.cc
[867/1311] Compiling fd.cc
[868/1311] Compiling connect.cc
[869/1311] Compiling base64.cc
[870/1311] Compiling pair.cc
[871/1311] Compiling bio.cc
[872/1311] Compiling bio_mem.cc
[873/1311] Compiling tasn_typ.cc
[874/1311] Compiling tasn_fre.cc
[875/1311] Compiling tasn_enc.cc
[876/1311] Compiling f_string.cc
[877/1311] Compiling posix_time.cc
[878/1311] Compiling f_int.cc
[879/1311] Compiling tasn_utl.cc
[880/1311] Compiling tasn_new.cc
[881/1311] Compiling tasn_dec.cc
[882/1311] Compiling asn_pack.cc
[883/1311] Compiling asn1_par.cc
[884/1311] Compiling a_octet.cc
[885/1311] Compiling a_utctm.cc
[886/1311] Compiling asn1_lib.cc
[887/1311] Compiling a_type.cc
[888/1311] Compiling a_time.cc
[889/1311] Compiling a_strnid.cc
[890/1311] Compiling a_strex.cc
[891/1311] Compiling a_i2d_fp.cc
[892/1311] Compiling a_dup.cc
[893/1311] Compiling a_object.cc
[894/1311] Compiling a_d2i_fp.cc
[895/1311] Compiling a_gentm.cc
[896/1311] Compiling a_int.cc
[897/1311] Compiling a_bool.cc
[898/1311] Compiling a_mbstr.cc
[899/1311] Compiling a_bitstr.cc
[900/1311] Compiling fiat_p256_adx_mul.S
[901/1311] Compiling fiat_p256_adx_sqr.S
[902/1311] Compiling CCryptoBoringSSLShims shims.c
[903/1311] Compiling fiat_curve25519_adx_square.S
[904/1311] Compiling md5-x86_64-linux.S
[904/1311] Compiling fiat_curve25519_adx_mul.S
[906/1311] Compiling md5-x86_64-apple.S
[907/1311] Compiling md5-586-apple.S
[908/1311] Compiling md5-586-linux.S
[909/1311] Compiling chacha20_poly1305_armv8-win.S
[910/1311] Compiling chacha20_poly1305_x86_64-linux.S
[911/1311] Compiling chacha20_poly1305_x86_64-apple.S
[911/1311] Compiling chacha20_poly1305_armv8-linux.S
[913/1311] Compiling chacha20_poly1305_armv8-apple.S
[914/1311] Compiling chacha-armv8-win.S
[915/1311] Compiling chacha-x86_64-apple.S
[916/1311] Compiling chacha-x86-linux.S
[917/1311] Compiling chacha-x86-apple.S
[918/1311] Compiling chacha-x86_64-linux.S
[919/1311] Compiling err_data.cc
[920/1311] Compiling chacha-armv8-apple.S
[921/1311] Compiling chacha-armv4-linux.S
[922/1311] Compiling chacha-armv8-linux.S
[923/1311] Compiling aes128gcmsiv-x86_64-apple.S
[924/1311] Compiling aes128gcmsiv-x86_64-linux.S
[925/1311] Compiling x86_64-mont5-apple.S
[926/1311] Compiling x86_64-mont-linux.S
[927/1311] Compiling x86_64-mont5-linux.S
[928/1311] Compiling x86_64-mont-apple.S
[929/1311] Compiling x86-mont-linux.S
[930/1311] Compiling x86-mont-apple.S
[931/1311] Compiling vpaes-x86_64-linux.S
[932/1311] Compiling vpaes-x86_64-apple.S
[933/1311] Compiling vpaes-x86-linux.S
[933/1311] Compiling vpaes-x86-apple.S
[935/1311] Compiling vpaes-armv8-win.S
[936/1311] Compiling vpaes-armv8-linux.S
[937/1311] Compiling vpaes-armv7-linux.S
[938/1311] Compiling vpaes-armv8-apple.S
[939/1311] Compiling sha512-x86_64-apple.S
[940/1311] Compiling sha512-armv8-win.S
[941/1311] Compiling sha512-armv8-linux.S
[942/1311] Compiling sha512-x86_64-linux.S
[943/1311] Compiling sha512-armv8-apple.S
[944/1311] Compiling sha512-armv4-linux.S
[945/1311] Compiling sha512-586-linux.S
[946/1311] Compiling sha512-586-apple.S
[947/1311] Compiling sha256-x86_64-apple.S
[948/1311] Compiling sha256-x86_64-linux.S
[949/1311] Compiling sha256-armv8-win.S
[950/1311] Compiling sha256-586-linux.S
[951/1311] Compiling sha256-armv4-linux.S
[952/1311] Compiling sha256-armv8-apple.S
[953/1311] Compiling sha256-armv8-linux.S
[954/1311] Compiling sha256-586-apple.S
[955/1311] Compiling sha1-x86_64-apple.S
[956/1311] Compiling sha1-armv8-win.S
[957/1311] Compiling sha1-armv8-linux.S
[958/1311] Compiling sha1-armv8-apple.S
[959/1311] Compiling sha1-x86_64-linux.S
[960/1311] Compiling sha1-armv4-large-linux.S
[961/1311] Compiling sha1-586-apple.S
[962/1311] Compiling sha1-586-linux.S
[963/1311] Compiling rsaz-avx2-linux.S
[964/1311] Compiling rdrand-x86_64-linux.S
[965/1311] Compiling rsaz-avx2-apple.S
[966/1311] Compiling rdrand-x86_64-apple.S
[967/1311] Compiling p256_beeu-x86_64-asm-apple.S
[968/1311] Compiling p256_beeu-x86_64-asm-linux.S
[969/1311] Compiling p256_beeu-armv8-asm-win.S
[970/1311] Compiling p256_beeu-armv8-asm-linux.S
[971/1311] Compiling p256_beeu-armv8-asm-apple.S
[972/1311] Compiling p256-x86_64-asm-apple.S
[973/1311] Compiling p256-armv8-asm-win.S
[974/1311] Compiling p256-x86_64-asm-linux.S
[975/1311] Compiling p256-armv8-asm-apple.S
[976/1311] Compiling ghashv8-armv8-win.S
[977/1311] Compiling p256-armv8-asm-linux.S
[978/1311] Compiling ghashv8-armv8-linux.S
[979/1311] Compiling ghashv8-armv8-apple.S
[980/1311] Compiling ghashv8-armv7-linux.S
[981/1311] Compiling ghash-x86_64-apple.S
[982/1311] Compiling ghash-x86-linux.S
[983/1311] Compiling ghash-x86_64-linux.S
[984/1311] Compiling ghash-x86-apple.S
[985/1311] Compiling ghash-ssse3-x86_64-linux.S
[986/1311] Compiling ghash-ssse3-x86-linux.S
[987/1311] Compiling ghash-neon-armv8-win.S
[987/1311] Compiling ghash-ssse3-x86_64-apple.S
[988/1311] Compiling ghash-ssse3-x86-apple.S
[990/1311] Compiling bsaes-armv7-linux.S
[991/1311] Compiling ghash-neon-armv8-linux.S
[992/1311] Compiling ghash-neon-armv8-apple.S
[993/1311] Compiling ghash-armv4-linux.S
[994/1311] Compiling co-586-apple.S
[995/1311] Compiling co-586-linux.S
[996/1311] Compiling bn-586-linux.S
[996/1311] Compiling bn-586-apple.S
[998/1311] Compiling bn-armv8-win.S
[999/1311] Compiling bn-armv8-apple.S
[1000/1311] Compiling armv8-mont-win.S
[1001/1311] Compiling bn-armv8-linux.S
[1002/1311] Compiling armv4-mont-linux.S
[1003/1311] Compiling aesv8-gcm-armv8-win.S
[1004/1311] Compiling aesv8-gcm-armv8-linux.S
[1004/1311] Compiling armv8-mont-linux.S
[1006/1311] Compiling armv8-mont-apple.S
[1007/1311] Compiling aesv8-gcm-armv8-apple.S
[1008/1311] Compiling aesv8-armv8-win.S
[1009/1311] Compiling aesv8-armv7-linux.S
[1010/1311] Compiling aesv8-armv8-linux.S
[1010/1311] Compiling aesni-x86_64-apple.S
[1010/1311] Compiling aesv8-armv8-apple.S
[1013/1311] Compiling aesni-x86_64-linux.S
[1014/1311] Compiling aesni-x86-linux.S
[1015/1311] Compiling aesni-x86-apple.S
[1016/1311] Compiling aesni-gcm-x86_64-linux.S
[1017/1311] Compiling aes-gcm-avx10-x86_64-linux.S
[1018/1311] Compiling aesni-gcm-x86_64-apple.S
[1019/1311] Compiling aes-gcm-avx10-x86_64-apple.S
[1020/1311] Compiling c-nioatomics.c
[1021/1311] Compiling x_val.cc
[1022/1311] Compiling x_sig.cc
[1023/1311] Compiling x_spki.cc
[1023/1311] Compiling c-atomics.c
[1025/1311] Compiling x_x509.cc
[1026/1311] Compiling x_req.cc
[1027/1311] Compiling x_x509a.cc
[1028/1317] Compiling x_pubkey.cc
[1029/1317] Compiling x_attrib.cc
[1031/1317] Compiling NIOConcurrencyHelpers NIOLock.swift
[1031/1317] Compiling x_exten.cc
[1032/1317] Compiling x_name.cc
[1033/1317] Compiling x_all.cc
[1035/1317] Compiling NIOConcurrencyHelpers lock.swift
[1035/1317] Compiling x_crl.cc
[1037/1317] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1038/1317] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1039/1317] Compiling NIOConcurrencyHelpers atomics.swift
[1039/1317] Compiling x_algor.cc
[1041/1317] Emitting module NIOConcurrencyHelpers
[1041/1318] Compiling x509spki.cc
[1043/1318] Compiling x509rset.cc
[1044/1318] Compiling x509name.cc
[1045/1318] Compiling x509cset.cc
[1046/1318] Compiling x509_v3.cc
[1047/1318] Wrapping AST for NIOConcurrencyHelpers for debugging
[1048/1327] Compiling x509_vpm.cc
[1049/1344] Compiling x509_vfy.cc
[1050/1344] Compiling x509_txt.cc
[1051/1344] Compiling x509_set.cc
[1052/1344] Compiling x509_trs.cc
[1053/1344] Compiling x509_ext.cc
[1055/1344] Compiling ConsoleKitTerminal Console+Confirm.swift
[1056/1344] Compiling ConsoleKitTerminal Console+Input.swift
[1057/1344] Compiling ConsoleKitTerminal Console+Center.swift
[1058/1344] Compiling ConsoleKitTerminal Console+Output.swift
[1059/1344] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1060/1344] Compiling ConsoleKitTerminal ConsoleClear.swift
[1061/1344] Compiling ConsoleKitTerminal Console+Ask.swift
[1062/1344] Compiling ConsoleKitTerminal Console+Choose.swift
[1063/1347] Emitting module ConsoleKitTerminal
[1064/1347] Compiling ConsoleKitTerminal ActivityBar.swift
[1065/1347] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1066/1347] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1067/1347] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1067/1347] Compiling x509_req.cc
[1069/1347] Compiling ConsoleKitTerminal CustomActivity.swift
[1070/1347] Compiling ConsoleKitTerminal LoadingBar.swift
[1071/1347] Compiling ConsoleKitTerminal ProgressBar.swift
[1072/1347] Compiling ConsoleKitTerminal Console+Clear.swift
[1072/1347] Compiling x509_def.cc
[1074/1347] Compiling ConsoleKitTerminal ConsoleText.swift
[1075/1347] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1076/1347] Compiling ConsoleKitTerminal ANSI.swift
[1076/1347] Compiling x509_lu.cc
[1077/1347] Compiling x509_obj.cc
[1079/1347] Compiling ConsoleKitTerminal Console+Wait.swift
[1080/1347] Compiling ConsoleKitTerminal ConsoleColor.swift
[1081/1347] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1082/1347] Compiling ConsoleKitTerminal Console.swift
[1083/1347] Compiling ConsoleKitTerminal Terminal.swift
[1084/1347] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1084/1347] Compiling x509_d2.cc
[1085/1347] Compiling x509_cmp.cc
[1086/1347] Compiling x509.cc
[1087/1347] Compiling x509_att.cc
[1089/1347] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1090/1347] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1091/1347] Compiling ConsoleKitTerminal LoggerFragment.swift
[1091/1348] Compiling v3_utl.cc
[1093/1348] Compiling v3_prn.cc
[1094/1348] Compiling v3_skey.cc
[1095/1348] Compiling v3_purp.cc
[1096/1348] Wrapping AST for ConsoleKitTerminal for debugging
[1097/1370] Compiling v3_pcons.cc
[1098/1370] Compiling v3_pmaps.cc
[1099/1370] Compiling v3_ocsp.cc
[1101/1370] Emitting module ConsoleKitCommands
[1101/1372] Compiling v3_ncons.cc
[1103/1372] Compiling ConsoleKitCommands CommandSignature.swift
[1104/1372] Compiling ConsoleKitCommands Flag.swift
[1105/1372] Compiling ConsoleKitCommands Option.swift
[1105/1372] Compiling v3_lib.cc
[1107/1372] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1108/1372] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1109/1372] Compiling ConsoleKitCommands Argument.swift
[1109/1372] Compiling v3_int.cc
[1111/1372] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1112/1372] Compiling ConsoleKitCommands Utilities.swift
[1113/1372] Compiling ConsoleKitCommands Command.swift
[1114/1372] Compiling ConsoleKitCommands CommandContext.swift
[1115/1372] Compiling ConsoleKitCommands CommandError.swift
[1115/1372] Compiling v3_info.cc
[1116/1372] Compiling v3_ia5.cc
[1117/1372] Compiling v3_genn.cc
[1118/1372] Compiling v3_extku.cc
[1119/1372] Compiling v3_enum.cc
[1120/1372] Compiling v3_cpols.cc
[1121/1372] Compiling v3_crld.cc
[1122/1372] Compiling v3_conf.cc
[1123/1372] Compiling v3_bitst.cc
[1125/1372] Compiling ConsoleKitCommands CommandGroup.swift
[1126/1372] Compiling ConsoleKitCommands CommandInput.swift
[1127/1372] Compiling ConsoleKitCommands Commands.swift
[1128/1372] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1129/1372] Compiling ConsoleKitCommands AsyncCommand.swift
[1130/1372] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1131/1372] Compiling ConsoleKitCommands Console+Run.swift
[1132/1372] Compiling ConsoleKitCommands ConsoleError.swift
[1133/1372] Compiling ConsoleKitCommands Completion.swift
[1134/1372] Compiling ConsoleKitCommands AsyncCommands.swift
[1135/1372] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1136/1372] Compiling ConsoleKitCommands AnyCommand.swift
[1136/1373] Compiling v3_akeya.cc
[1137/1373] Compiling v3_bcons.cc
[1138/1373] Compiling v3_alt.cc
[1140/1373] Compiling t_x509a.cc
[1141/1373] Compiling v3_akey.cc
[1142/1373] Compiling t_x509.cc
[1143/1375] Wrapping AST for ConsoleKitCommands for debugging
[1144/1375] Compiling t_crl.cc
[1146/1375] Emitting module ConsoleKit
[1147/1375] Compiling ConsoleKit Exports.swift
[1147/1375] Compiling t_req.cc
[1148/1376] Compiling rsa_pss.cc
[1149/1376] Compiling i2d_pr.cc
[1150/1376] Compiling name_print.cc
[1151/1376] Compiling policy.cc
[1153/1376] Compiling by_file.cc
[1154/1376] Wrapping AST for ConsoleKit for debugging
[1155/1376] Compiling by_dir.cc
[1156/1376] Compiling algorithm.cc
[1157/1376] Compiling a_digest.cc
[1158/1376] Compiling asn1_gen.cc
[1159/1376] Compiling voprf.cc
[1160/1376] Compiling a_sign.cc
[1161/1376] Compiling a_verify.cc
[1162/1376] Compiling thread_win.cc
[1163/1376] Compiling trust_token.cc
[1164/1376] Compiling thread_none.cc
[1165/1376] Compiling thread_pthread.cc
[1166/1376] Compiling pmbtoken.cc
[1167/1376] Compiling thread.cc
[1168/1376] Compiling wots.cc
[1169/1376] Compiling thash.cc
[1170/1376] Compiling stack.cc
[1171/1376] Compiling merkle.cc
[1172/1376] Compiling siphash.cc
[1173/1376] Compiling slhdsa.cc
[1174/1376] Compiling fors.cc
[1175/1376] Compiling sha256.cc
[1176/1376] Compiling sha512.cc
[1177/1376] Compiling sha1.cc
[1178/1376] Compiling rsa_extra.cc
[1179/1376] Compiling rsa_print.cc
[1180/1376] Compiling rc4.cc
[1181/1376] Compiling refcount.cc
[1182/1376] Compiling rsa_asn1.cc
[1183/1376] Compiling windows.cc
[1184/1376] Compiling rsa_crypt.cc
[1185/1376] Compiling trusty.cc
[1186/1376] Compiling urandom.cc
[1187/1376] Compiling rand_extra.cc
[1188/1376] Compiling ios.cc
[1189/1376] Compiling getentropy.cc
[1190/1376] Compiling passive.cc
[1191/1376] Compiling poly1305_arm_asm.S
[1192/1376] Compiling deterministic.cc
[1193/1376] Compiling forkunsafe.cc
[1194/1376] Compiling fork_detect.cc
[1195/1376] Compiling pool.cc
[1196/1376] Compiling poly1305_arm.cc
[1197/1376] Compiling poly1305.cc
[1198/1376] Compiling poly1305_vec.cc
[1199/1376] Compiling pkcs7.cc
[1200/1376] Compiling pkcs8.cc
[1201/1376] Compiling pkcs8_x509.cc
[1202/1376] Compiling p5_pbev2.cc
[1203/1376] Compiling pem_xaux.cc
[1204/1376] Compiling pem_x509.cc
[1205/1376] Compiling pkcs7_x509.cc
[1206/1376] Compiling pem_pkey.cc
[1207/1376] Compiling pem_pk8.cc
[1208/1376] Compiling pem_oth.cc
[1209/1376] Compiling obj_xref.cc
[1210/1376] Compiling mlkem.cc
[1211/1376] Compiling pem_info.cc
[1212/1376] Compiling obj.cc
[1213/1376] Compiling mem.cc
[1214/1376] Compiling mldsa.cc
[1215/1376] Compiling pem_lib.cc
[1216/1376] Compiling pem_all.cc
[1217/1376] Compiling fips_shared_support.cc
[1218/1376] Compiling poly_rq_mul.S
[1219/1376] Compiling md4.cc
[1220/1376] Compiling md5.cc
[1221/1376] Compiling lhash.cc
[1222/1376] Compiling kyber.cc
[1223/1376] Compiling hrss.cc
[1224/1376] Compiling ex_data.cc
[1225/1376] Compiling sign.cc
[1226/1376] Compiling hpke.cc
[1227/1376] Compiling pbkdf.cc
[1228/1376] Compiling scrypt.cc
[1229/1376] Compiling print.cc
[1230/1376] Compiling p_x25519.cc
[1231/1376] Compiling p_x25519_asn1.cc
[1232/1376] Compiling p_rsa.cc
[1233/1376] Compiling p_hkdf.cc
[1234/1376] Compiling p_ed25519_asn1.cc
[1235/1376] Compiling p_rsa_asn1.cc
[1236/1376] Compiling p_ed25519.cc
[1237/1376] Compiling p_ec_asn1.cc
[1238/1376] Compiling p_ec.cc
[1239/1376] Compiling p_dh.cc
[1240/1376] Compiling p_dh_asn1.cc
[1241/1376] Compiling p_dsa_asn1.cc
[1242/1376] Compiling evp_ctx.cc
[1243/1376] Compiling evp_asn1.cc
[1244/1376] Compiling evp.cc
[1245/1376] Compiling err.cc
[1246/1376] Compiling engine.cc
[1247/1376] Compiling ecdh_extra.cc
[1248/1376] Compiling ecdsa_asn1.cc
[1249/1376] Compiling hash_to_curve.cc
[1250/1376] Compiling ec_derive.cc
[1251/1376] Compiling dsa_asn1.cc
[1252/1376] Compiling dsa.cc
[1253/1376] Compiling params.cc
[1254/1376] Compiling ec_asn1.cc
[1255/1376] Compiling dh_asn1.cc
[1256/1376] Compiling digest_extra.cc
[1257/1376] Compiling x25519-asm-arm.S
[1258/1376] Compiling des.cc
[1259/1376] Compiling spake25519.cc
[1260/1376] Compiling cpu_intel.cc
[1261/1376] Compiling cpu_arm_freebsd.cc
[1262/1376] Compiling crypto.cc
[1263/1376] Compiling cpu_arm_linux.cc
[1264/1376] Compiling cpu_aarch64_win.cc
[1265/1376] Compiling curve25519.cc
[1266/1376] Compiling cpu_aarch64_sysreg.cc
[1267/1376] Compiling cpu_aarch64_openbsd.cc
[1268/1376] Compiling cpu_aarch64_linux.cc
[1269/1376] Compiling bcm.cc
[1270/1376] Compiling curve25519_64_adx.cc
[1271/1376] Compiling cpu_aarch64_apple.cc
[1272/1376] Compiling cpu_aarch64_fuchsia.cc
[1273/1376] Compiling tls_cbc.cc
[1274/1376] Compiling e_tls.cc
[1275/1376] Compiling conf.cc
[1276/1376] Compiling derive_key.cc
[1277/1376] Compiling e_rc4.cc
[1278/1376] Compiling e_rc2.cc
[1279/1376] Compiling e_aesctrhmac.cc
[1280/1376] Compiling e_null.cc
[1281/1376] Compiling e_chacha20poly1305.cc
[1281/1376] Compiling e_aesgcmsiv.cc
[1283/1376] Compiling e_des.cc
[1284/1376] Compiling ber.cc
[1285/1376] Compiling cipher_extra.cc
[1286/1376] Compiling unicode.cc
[1287/1376] Compiling chacha.cc
[1288/1376] Compiling buf.cc
[1289/1376] Compiling asn1_compat.cc
[1290/1376] Compiling cbb.cc
[1291/1376] Compiling cbs.cc
[1292/1376] Compiling bn_asn1.cc
[1293/1376] Compiling blake2.cc
[1294/1376] Compiling printf.cc
[1295/1376] Compiling hexdump.cc
[1296/1376] Compiling pair.cc
[1297/1376] Compiling file.cc
[1298/1376] Compiling convert.cc
[1299/1376] Compiling fd.cc
[1300/1376] Compiling errno.cc
[1301/1376] Compiling bio_mem.cc
[1302/1376] Compiling base64.cc
[1303/1376] Compiling bio.cc
[1304/1376] Compiling tasn_typ.cc
[1305/1376] Compiling tasn_utl.cc
[1305/1376] Compiling tasn_new.cc
[1307/1376] Compiling tasn_enc.cc
[1308/1376] Compiling tasn_fre.cc
[1309/1376] Compiling posix_time.cc
[1310/1376] Compiling f_int.cc
[1310/1376] Compiling f_string.cc
[1312/1376] Compiling tasn_dec.cc
[1313/1376] Compiling asn_pack.cc
[1314/1376] Compiling asn1_par.cc
[1315/1376] Compiling a_dup.cc
[1316/1376] Compiling a_utctm.cc
[1317/1376] Write sources
[1318/1376] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1319/1376] Write sources
[1320/1376] Compiling a_type.cc
[1321/1376] Write sources
[1325/1376] Compiling a_gentm.cc
[1325/1376] Compiling asn1_lib.cc
[1327/1376] Compiling a_d2i_fp.cc
[1328/1430] Compiling a_bitstr.cc
[1329/1473] Compiling a_bool.cc
[1331/1481] Compiling Algorithms MinMax.swift
[1332/1481] Compiling Algorithms Partition.swift
[1333/1483] Compiling Algorithms Joined.swift
[1334/1483] Compiling Algorithms Keyed.swift
[1335/1483] Compiling Algorithms Permutations.swift
[1336/1483] Compiling Algorithms Product.swift
[1337/1483] Compiling Atomics IntegerOperations.swift
[1338/1483] Compiling Atomics Unmanaged extensions.swift
[1339/1483] Compiling Algorithms EitherSequence.swift
[1340/1483] Compiling Algorithms FirstNonNil.swift
[1341/1483] Compiling Algorithms FlattenCollection.swift
[1342/1483] Compiling Algorithms Grouped.swift
[1343/1483] Compiling Algorithms Indexed.swift
[1344/1483] Compiling Algorithms Intersperse.swift
[1345/1483] Emitting module BitCollections
[1346/1490] Compiling Algorithms Split.swift
[1347/1490] Compiling Algorithms Stride.swift
[1348/1490] Compiling Algorithms Suffix.swift
[1349/1493] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1350/1493] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1351/1493] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1352/1493] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1353/1493] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1354/1493] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1355/1493] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1356/1493] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1357/1493] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1358/1493] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1359/1493] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1360/1493] Compiling BitCollections BitSet+SetAlgebra union.swift
[1361/1493] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1362/1493] Compiling BitCollections BitSet.Counted.swift
[1363/1493] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1364/1493] Compiling CryptoBoringWrapper RandomBytes.swift
[1367/1493] Compiling Algorithms Rotate.swift
[1369/1493] Compiling Algorithms Trim.swift
[1370/1493] Compiling Algorithms Unique.swift
[1371/1493] Compiling Algorithms Windows.swift
[1372/1493] Compiling BitCollections BitArray+Copy.swift
[1373/1493] Compiling BitCollections BitArray+CustomReflectable.swift
[1374/1493] Compiling BitCollections BitArray+Descriptions.swift
[1375/1493] Compiling BitCollections BitArray+Equatable.swift
[1376/1493] Compiling Algorithms AdjacentPairs.swift
[1377/1493] Compiling Algorithms Chain.swift
[1378/1493] Compiling Algorithms Chunked.swift
[1379/1493] Compiling Algorithms Combinations.swift
[1380/1493] Compiling Algorithms Compacted.swift
[1381/1493] Compiling Algorithms Cycle.swift
[1384/1493] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1385/1493] Compiling BitCollections BitSet+CustomReflectable.swift
[1386/1493] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1387/1493] Compiling BitCollections BitSet+Equatable.swift
[1388/1493] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1389/1493] Compiling BitCollections BitSet+Extras.swift
[1390/1493] Compiling BitCollections BitSet+Hashable.swift
[1406/1493] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1407/1493] Compiling CryptoBoringWrapper EllipticCurve.swift
[1408/1493] Emitting module CryptoBoringWrapper
[1409/1493] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1421/1493] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1422/1493] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1430/1494] Compiling BitCollections BitSet.Index.swift
[1431/1494] Compiling BitCollections BitSet._UnsafeHandle.swift
[1432/1494] Compiling BitCollections BitSet.swift
[1433/1494] Compiling BitCollections Range+Utilities.swift
[1434/1494] Compiling BitCollections Slice+Utilities.swift
[1435/1494] Compiling BitCollections UInt+Tricks.swift
[1436/1494] Compiling BitCollections _Word.swift
[1437/1495] Wrapping AST for CryptoBoringWrapper for debugging
[1438/1566] Wrapping AST for BitCollections for debugging
[1440/1568] Compiling Crypto ASN1Identifier.swift
[1441/1568] Compiling Crypto ASN1Integer.swift
[1442/1568] Compiling Crypto ASN1Null.swift
[1443/1568] Compiling Crypto ASN1OctetString.swift
[1444/1568] Compiling Crypto ASN1Strings.swift
[1445/1568] Compiling Crypto ArraySliceBigint.swift
[1446/1568] Emitting module Atomics
[1451/1569] Compiling Collections Collections.swift
[1452/1569] Emitting module Collections
[1454/1570] Wrapping AST for Atomics for debugging
[1455/1629] Wrapping AST for Collections for debugging
[1457/1629] Emitting module Algorithms
[1458/1630] Emitting module Crypto
[1459/1639] Wrapping AST for Algorithms for debugging
[1461/1639] Compiling Crypto SymmetricKeys.swift
[1462/1639] Compiling Crypto HMAC.swift
[1463/1639] Compiling Crypto MACFunctions.swift
[1464/1639] Compiling Crypto MessageAuthenticationCode.swift
[1465/1639] Compiling Crypto AES.swift
[1466/1639] Compiling Crypto ECDSASignature_boring.swift
[1467/1639] Compiling Crypto ECDSA_boring.swift
[1468/1639] Compiling Crypto EdDSA_boring.swift
[1469/1639] Compiling Crypto ECDSA.swift
[1470/1639] Compiling Crypto Ed25519.swift
[1471/1639] Compiling NIOCore DeadChannel.swift
[1472/1639] Compiling NIOCore DispatchQueue+WithFuture.swift
[1473/1639] Compiling NIOCore EventLoop+Deprecated.swift
[1474/1639] Compiling NIOCore EventLoop+SerialExecutor.swift
[1475/1639] Compiling NIOCore EventLoop.swift
[1476/1639] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1477/1639] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1478/1639] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1479/1639] Compiling NIOCore EventLoopFuture.swift
[1480/1639] Compiling NIOCore FileDescriptor.swift
[1481/1639] Compiling NIOCore FileHandle.swift
[1482/1639] Compiling NIOCore FileRegion.swift
[1483/1639] Compiling NIOCore GlobalSingletons.swift
[1484/1639] Compiling NIOCore IO.swift
[1485/1639] Compiling NIOCore IOData.swift
[1486/1639] Compiling NIOCore IPProtocol.swift
[1487/1639] Compiling NIOCore IntegerBitPacking.swift
[1488/1639] Compiling NIOCore IntegerTypes.swift
[1489/1639] Compiling NIOCore Interfaces.swift
[1490/1639] Compiling NIOCore Linux.swift
[1491/1639] Compiling NIOCore MarkedCircularBuffer.swift
[1492/1639] Compiling NIOCore MulticastChannel.swift
[1493/1639] Compiling NIOCore NIOAny.swift
[1494/1639] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1495/1639] Compiling NIOCore NIOLoopBound.swift
[1496/1639] Compiling NIOCore NIOScheduledCallback.swift
[1497/1639] Compiling NIOCore NIOSendable.swift
[1498/1639] Compiling NIOCore RecvByteBufferAllocator.swift
[1499/1639] Compiling Crypto DH.swift
[1500/1639] Compiling Crypto ECDH.swift
[1501/1639] Compiling NIOCore BSDSocketAPI.swift
[1502/1639] Compiling NIOCore ByteBuffer-aux.swift
[1503/1639] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1504/1639] Compiling NIOCore ByteBuffer-conversions.swift
[1505/1639] Compiling NIOCore ByteBuffer-core.swift
[1506/1639] Compiling NIOCore ByteBuffer-hex.swift
[1507/1639] Compiling NIOCore ByteBuffer-int.swift
[1508/1639] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1509/1639] Compiling NIOCore ByteBuffer-multi-int.swift
[1510/1639] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1511/1639] Compiling NIOCore ByteBuffer-views.swift
[1512/1639] Compiling NIOCore Channel.swift
[1513/1639] Compiling NIOCore ChannelHandler.swift
[1514/1639] Compiling NIOCore ChannelHandlers.swift
[1515/1639] Compiling NIOCore ChannelInvoker.swift
[1516/1639] Compiling NIOCore ChannelOption.swift
[1517/1639] Compiling NIOCore ChannelPipeline.swift
[1518/1639] Compiling NIOCore CircularBuffer.swift
[1519/1639] Compiling NIOCore Codec.swift
[1520/1639] Compiling NIOCore ConvenienceOptionSupport.swift
[1537/1647] Compiling NIOCore AddressedEnvelope.swift
[1538/1647] Compiling NIOCore AsyncAwaitSupport.swift
[1539/1647] Compiling NIOCore AsyncChannel.swift
[1540/1647] Compiling NIOCore AsyncChannelHandler.swift
[1541/1647] Compiling NIOCore AsyncChannelInboundStream.swift
[1542/1647] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1543/1647] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1544/1647] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1545/1647] Compiling NIOCore NIOAsyncWriter.swift
[1546/1647] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1547/1647] Compiling Crypto Signature.swift
[1548/1647] Compiling Crypto CryptoKitErrors_boring.swift
[1549/1647] Compiling Crypto RNG_boring.swift
[1550/1647] Compiling Crypto SafeCompare_boring.swift
[1551/1647] Compiling Crypto Zeroization_boring.swift
[1552/1647] Compiling Crypto PrettyBytes.swift
[1553/1647] Compiling Crypto SafeCompare.swift
[1554/1647] Compiling Crypto SecureBytes.swift
[1555/1647] Compiling Crypto Zeroization.swift
[1556/1648] Wrapping AST for Crypto for debugging
[1558/1694] Compiling _CryptoExtras ECToolbox.swift
[1559/1694] Compiling _CryptoExtras VOPRFServer.swift
[1560/1694] Compiling _CryptoExtras RSA+BlindSigning.swift
[1561/1694] Compiling _CryptoExtras RSA.swift
[1562/1694] Compiling _CryptoExtras RSA_boring.swift
[1563/1694] Compiling _CryptoExtras RSA_security.swift
[1564/1694] Compiling _CryptoExtras BoringSSLHelpers.swift
[1565/1694] Compiling _CryptoExtras Scrypt.swift
[1566/1694] Compiling _CryptoExtras OPRF.swift
[1567/1694] Compiling _CryptoExtras OPRFClient.swift
[1568/1694] Compiling _CryptoExtras OPRFServer.swift
[1569/1694] Compiling _CryptoExtras VOPRF+API.swift
[1570/1694] Compiling _CryptoExtras VOPRFClient.swift
[1571/1694] Compiling _CryptoExtras CryptoKitErrors_boring.swift
[1572/1694] Compiling _CryptoExtras DigestType.swift
[1573/1694] Compiling _CryptoExtras Error.swift
[1574/1694] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1575/1694] Compiling NIOCore SocketAddresses.swift
[1576/1694] Compiling NIOCore SocketOptionProvider.swift
[1577/1694] Compiling NIOCore SystemCallHelpers.swift
[1578/1694] Compiling NIOCore TimeAmount+Duration.swift
[1579/1694] Compiling NIOCore TypeAssistedChannelHandler.swift
[1580/1694] Compiling NIOCore UniversalBootstrapSupport.swift
[1581/1694] Compiling NIOCore Utilities.swift
[1585/1694] Compiling _CryptoExtras I2OSP.swift
[1586/1694] Compiling _CryptoExtras IntegerEncoding.swift
[1587/1694] Compiling _CryptoExtras PEMDocument.swift
[1588/1700] Compiling _CryptoExtras AES_CBC.swift
[1589/1700] Compiling _CryptoExtras AES_CFB.swift
[1590/1700] Compiling _CryptoExtras AES_CTR.swift
[1591/1700] Compiling _CryptoExtras AES_GCM_SIV.swift
[1592/1700] Compiling _CryptoExtras Block Function.swift
[1593/1700] Compiling _CryptoExtras AES_CFB_boring.swift
[1594/1700] Compiling _CryptoExtras AES_CTR_boring.swift
[1595/1700] Compiling _CryptoExtras AES_GCM_SIV_boring.swift
[1596/1700] Compiling _CryptoExtras ARC+API.swift
[1604/1700] Emitting module _CryptoExtras
[1607/1700] Compiling _CryptoExtras ARC.swift
[1608/1700] Compiling _CryptoExtras ARCCredential.swift
[1609/1700] Compiling _CryptoExtras ARCEncoding.swift
[1610/1700] Compiling _CryptoExtras ARCPrecredential.swift
[1611/1700] Compiling _CryptoExtras ARCPresentation.swift
[1618/1700] Compiling _CryptoExtras PrettyBytes.swift
[1619/1700] Compiling _CryptoExtras SubjectPublicKeyInfo.swift
[1620/1700] Compiling _CryptoExtras DLEQ.swift
[1621/1700] Compiling _CryptoExtras Prover.swift
[1622/1700] Compiling _CryptoExtras Verifier.swift
[1623/1700] Compiling _CryptoExtras ZKPToolbox.swift
[1629/1700] Compiling _CryptoExtras HashToField.swift
[1630/1700] Compiling _CryptoExtras KDF.swift
[1631/1700] Compiling _CryptoExtras PBKDF2_boring.swift
[1632/1700] Compiling _CryptoExtras PBKDF2_commoncrypto.swift
[1633/1700] Compiling _CryptoExtras PBKDF2.swift
[1634/1700] Compiling _CryptoExtras Scrypt_boring.swift
[1635/1700] Compiling _CryptoExtras ARCRequest.swift
[1636/1700] Compiling _CryptoExtras ARCResponse.swift
[1637/1700] Compiling _CryptoExtras ARCServer.swift
[1638/1700] Compiling _CryptoExtras ChaCha20CTR_boring.swift
[1639/1700] Compiling _CryptoExtras ChaCha20CTR.swift
[1640/1700] Compiling _CryptoExtras ECToolbox_boring.swift
[1641/1700] Emitting module NIOCore
[1642/1701] Wrapping AST for NIOCore for debugging
[1644/1752] Emitting module NIOEmbedded
[1645/1752] Compiling NIOEmbedded AsyncTestingChannel.swift
[1646/1752] Compiling NIOEmbedded Embedded.swift
[1647/1752] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1648/1753] Wrapping AST for NIOEmbedded for debugging
[1650/1753] Emitting module NIOPosix
[1651/1759] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1652/1759] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1653/1759] Compiling NIOPosix PosixSingletons.swift
[1654/1759] Compiling NIOPosix RawSocketBootstrap.swift
[1655/1759] Compiling NIOPosix Resolver.swift
[1656/1759] Compiling NIOPosix Selectable.swift
[1657/1759] Compiling NIOPosix SelectableChannel.swift
[1658/1759] Compiling NIOPosix SelectableEventLoop.swift
[1659/1759] Compiling NIOPosix SelectorEpoll.swift
[1660/1759] Compiling NIOPosix SelectorGeneric.swift
[1661/1759] Compiling NIOPosix SelectorKqueue.swift
[1662/1759] Compiling NIOPosix SelectorUring.swift
[1663/1759] Compiling NIOPosix ServerSocket.swift
[1664/1759] Compiling NIOPosix Socket.swift
[1665/1759] Compiling NIOPosix SocketChannel.swift
[1666/1759] Compiling NIOPosix SocketProtocols.swift
[1667/1759] Compiling NIOPosix System.swift
[1668/1759] Compiling NIOPosix Thread.swift
[1669/1759] Compiling NIOPosix ThreadPosix.swift
[1670/1759] Compiling NIOPosix ThreadWindows.swift
[1671/1759] Compiling NIOPosix UnsafeTransfer.swift
[1672/1759] Compiling NIOPosix Utilities.swift
[1673/1759] Compiling NIOPosix VsockAddress.swift
[1674/1759] Compiling NIOPosix VsockChannelEvents.swift
[1675/1759] Compiling NIOPosix BSDSocketAPICommon.swift
[1676/1759] Compiling NIOPosix BSDSocketAPIPosix.swift
[1677/1759] Compiling NIOPosix BSDSocketAPIWindows.swift
[1678/1759] Compiling NIOPosix BaseSocket.swift
[1679/1759] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1680/1759] Compiling NIOPosix BaseSocketChannel.swift
[1681/1759] Compiling NIOPosix BaseStreamSocketChannel.swift
[1682/1759] Compiling NIOPosix Bootstrap.swift
[1683/1759] Compiling NIOPosix ControlMessage.swift
[1684/1759] Compiling NIOPosix DatagramVectorReadManager.swift
[1685/1759] Compiling NIOPosix Errors+Any.swift
[1686/1759] Compiling NIOPosix FileDescriptor.swift
[1687/1759] Compiling NIOPosix GetaddrinfoResolver.swift
[1688/1759] Compiling NIOPosix HappyEyeballs.swift
[1689/1759] Compiling NIOPosix IO.swift
[1690/1759] Compiling NIOPosix IntegerBitPacking.swift
[1691/1759] Compiling NIOPosix IntegerTypes.swift
[1692/1759] Compiling NIOPosix Linux.swift
[1693/1759] Compiling NIOPosix LinuxCPUSet.swift
[1694/1759] Compiling NIOPosix LinuxUring.swift
[1695/1759] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1696/1759] Compiling NIOPosix NIOThreadPool.swift
[1697/1759] Compiling NIOPosix NonBlockingFileIO.swift
[1698/1759] Compiling NIOPosix PendingDatagramWritesManager.swift
[1699/1759] Compiling NIOPosix PendingWritesManager.swift
[1700/1759] Compiling NIOPosix PipeChannel.swift
[1701/1759] Compiling NIOPosix PipePair.swift
[1702/1759] Compiling NIOPosix Pool.swift
[1703/1760] Wrapping AST for NIOPosix for debugging
[1705/1819] Compiling NIO Exports.swift
[1706/1819] Emitting module NIO
[1708/1820] Compiling _NIOFileSystem FileSystemError+Syscall.swift
[1709/1820] Compiling _NIOFileSystem FileSystemError.swift
[1710/1820] Compiling _NIOFileSystem FileSystemProtocol.swift
[1711/1822] Compiling _NIOFileSystem BufferedReader.swift
[1712/1822] Compiling _NIOFileSystem BufferedWriter.swift
[1713/1822] Compiling _NIOFileSystem ByteBuffer+FileSystem.swift
[1714/1915] Compiling NIOTLS TLSEvents.swift
[1715/1953] Emitting module _NIOFileSystem
[1716/1953] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1717/1953] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1718/1953] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1719/1957] Emitting module NIOTLS
[1720/1957] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1721/1957] Compiling SQLKit SQLColumnUpdateBuilder.swift
[1722/1957] Compiling SQLKit SQLCommonTableExpressionBuilder.swift
[1723/1957] Compiling NIOTLS SNIHandler.swift
[1724/1957] Compiling NIOSOCKS ClientStateMachine.swift
[1725/1957] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1726/1957] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1727/1957] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1728/1959] Compiling SQLKit SQLPartialResultBuilder.swift
[1729/1959] Compiling SQLKit SQLPredicateBuilder.swift
[1730/1959] Compiling SQLKit SQLQueryBuilder.swift
[1731/1959] Compiling SQLKit SQLQueryFetcher.swift
[1732/1959] Compiling SQLKit SQLReturningBuilder.swift
[1733/1959] Compiling SQLKit SQLSecondaryPredicateBuilder.swift
[1734/1959] Compiling SQLKit SQLSubqueryClauseBuilder.swift
[1735/1959] Compiling SQLKit SQLUnqualifiedColumnListBuilder.swift
[1736/1959] Compiling SQLKit SQLDatabase.swift
[1737/1959] Compiling NIOSOCKS SOCKSResponse.swift
[1739/1959] Emitting module NIOSOCKS
[1740/1959] Compiling SQLKit SQLAlterEnumBuilder.swift
[1741/1959] Compiling SQLKit SQLAlterTableBuilder.swift
[1742/1959] Compiling NIOSOCKS ServerStateMachine.swift
[1743/1959] Compiling SQLKit SQLAliasedColumnListBuilder.swift
[1746/1959] Compiling SQLKit SQLCommonUnionBuilder.swift
[1747/1959] Compiling SQLKit SQLJoinBuilder.swift
[1748/1959] Emitting module NIOFoundationCompat
[1749/1959] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1750/1965] Compiling SQLKit SQLPredicateGroupBuilder.swift
[1751/1965] Compiling SQLKit SQLRawBuilder.swift
[1752/1991] Compiling NIOSSL SSLPrivateKey.swift
[1753/1991] Compiling NIOSSL SSLPublicKey.swift
[1754/1991] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1755/1991] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1756/1991] Compiling NIOSSL SubjectAlternativeName.swift
[1757/1991] Compiling NIOSSL SSLCertificate.swift
[1758/1991] Compiling NIOSSL SSLCertificateExtensions.swift
[1759/1991] Compiling NIOSSL CustomPrivateKey.swift
[1760/1991] Compiling NIOSSL IdentityVerification.swift
[1761/1991] Compiling NIOSSL SSLConnection.swift
[1762/1991] Compiling NIOSSL SSLContext.swift
[1764/1992] Compiling SQLKit SQLAlterColumnDefinitionType.swift
[1765/1992] Compiling SQLKit SQLColumnAssignment.swift
[1766/1992] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[1767/1992] Compiling SQLKit SQLColumnDefinition.swift
[1768/1992] Compiling SQLKit SQLCommonTableExpression.swift
[1769/1992] Compiling SQLKit SQLConflictAction.swift
[1770/1992] Compiling SQLKit SQLConflictResolutionStrategy.swift
[1771/1992] Compiling SQLKit SQLDropBehaviour.swift
[1772/1992] Compiling SQLKit SQLEnumDataType.swift
[1773/1992] Compiling SQLKit SQLExcludedColumn.swift
[1774/1992] Compiling SQLKit SQLForeignKey.swift
[1775/1992] Compiling SQLKit SQLJoin.swift
[1776/1992] Compiling SQLKit SQLJoinMethod.swift
[1777/2004] Wrapping AST for NIOTLS for debugging
[1779/2004] Compiling NIOSSL SSLCallbacks.swift
[1780/2004] Compiling NIOSSL SSLErrors.swift
[1781/2004] Compiling NIOSSL AndroidCABundle.swift
[1782/2004] Compiling NIOSSL ByteBufferBIO.swift
[1785/2026] Compiling SQLKit SQLQueryBuilders+Deprecated.swift
[1786/2026] Compiling SQLKit Exports.swift
[1787/2026] Compiling SQLKit SQLAlias.swift
[1788/2026] Compiling SQLKit SQLBetween.swift
[1789/2026] Compiling SQLKit SQLColumn.swift
[1790/2026] Compiling SQLKit SQLConstraint.swift
[1791/2026] Compiling SQLKit SQLDataType.swift
[1792/2026] Compiling SQLKit SQLDirection.swift
[1793/2026] Compiling SQLKit SQLDistinct.swift
[1794/2026] Compiling SQLKit SQLForeignKeyAction.swift
[1795/2026] Compiling SQLKit SQLNestedSubpathExpression.swift
[1796/2026] Compiling SQLKit SQLQualifiedTable.swift
[1797/2026] Compiling SQLKit SQLQueryString.swift
[1798/2036] Compiling NIOTransportServices StateManagedChannel.swift
[1799/2036] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1800/2036] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1801/2038] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1802/2038] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1803/2038] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1804/2038] Compiling SQLiteNIO SQLiteRow.swift
[1805/2039] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1806/2039] Compiling NIOTransportServices NIOTSSingletons.swift
[1807/2039] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1808/2039] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1809/2039] Compiling NIOTransportServices NIOTSErrors.swift
[1810/2039] Compiling NIOTransportServices NIOTSEventLoop.swift
[1811/2039] Compiling SQLiteNIO SQLiteData.swift
[1812/2039] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1813/2039] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1814/2039] Compiling _NIOFileSystem SystemFileHandle.swift
[1815/2039] Compiling _NIOFileSystem Utilities.swift
[1816/2039] Compiling _NIOFileSystem OpenOptions.swift
[1817/2039] Compiling _NIOFileSystem String+FileSystem.swift
[1818/2039] Compiling NIOTransportServices AcceptHandler.swift
[1819/2039] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1820/2039] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1821/2039] Emitting module NIOTransportServices
[1822/2039] Compiling SQLiteNIO Exports.swift
[1823/2039] Compiling SQLiteNIO SQLiteConnection.swift
[1824/2039] Compiling SQLiteNIO SQLiteCustomFunction.swift
[1825/2039] Compiling SQLKit SQLLockingClause.swift
[1826/2039] Compiling SQLKit SQLOrderBy.swift
[1827/2039] Compiling SQLKit SQLReturning.swift
[1828/2039] Compiling SQLKit SQLSubquery.swift
[1829/2039] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[1830/2039] Compiling SQLKit SQLAlterEnum.swift
[1831/2039] Compiling SQLKit SQLAlterTable.swift
[1832/2039] Compiling SQLKit SQLCreateEnum.swift
[1833/2039] Compiling SQLKit SQLCreateIndex.swift
[1834/2039] Compiling SQLKit SQLCreateTable.swift
[1835/2039] Compiling SQLKit SQLCreateTrigger.swift
[1836/2039] Compiling SQLKit SQLDelete.swift
[1837/2039] Compiling SQLKit SQLDropEnum.swift
[1838/2039] Compiling SQLKit SQLDropIndex.swift
[1839/2039] Compiling SQLKit SQLDropTable.swift
[1840/2039] Compiling SQLKit SQLDropTrigger.swift
[1841/2039] Compiling SQLKit SQLInsert.swift
[1842/2039] Compiling SQLKit SQLSelect.swift
[1843/2039] Compiling SQLKit SQLUnion.swift
[1844/2039] Compiling SQLKit SQLUpdate.swift
[1845/2039] Compiling SQLKit SQLExpression.swift
[1846/2039] Compiling SQLKit SQLSerializer.swift
[1847/2039] Compiling SQLKit SQLStatement.swift
[1848/2039] Compiling SQLKit SQLBinaryExpression.swift
[1849/2039] Compiling SQLKit SQLBinaryOperator.swift
[1850/2039] Compiling SQLKit SQLBind.swift
[1855/2039] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1856/2039] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1857/2040] Compiling SQLiteNIO SQLiteStatement.swift
[1858/2040] Compiling SQLiteNIO SQLiteDataType.swift
[1862/2040] Compiling SQLiteNIO SQLiteDataConvertible.swift
[1863/2040] Emitting module SQLiteNIO
[1864/2040] Emitting module AsyncKit
[1865/2040] Emitting module NIOHTTP1
[1879/2041] Compiling NIOSSL Zeroization.swift
[1880/2041] Compiling NIOSSL LinuxCABundle.swift
[1881/2041] Compiling NIOSSL NIOSSLClientHandler.swift
[1895/2041] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1896/2041] Compiling NIOSSL NIOSSLHandler.swift
[1907/2041] Compiling SQLKit SQLExpressions+Deprecated.swift
[1907/2041] Wrapping AST for NIOSOCKS for debugging
[1909/2041] Emitting module SQLKit
[1911/2041] Compiling SQLiteNIO SQLiteError.swift
[1912/2041] Compiling SQLiteNIO SQLiteDatabase.swift
[1916/2042] Wrapping AST for NIOTransportServices for debugging
[1918/2052] Wrapping AST for NIOFoundationCompat for debugging
[1920/2070] Compiling NIOWebSocket WebSocketOpcode.swift
[1921/2071] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1930/2074] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1935/2074] Compiling NIOWebSocket WebSocketFrame.swift
[1936/2074] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1937/2074] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1938/2074] Compiling NIOHPACK HPACKEncoder.swift
[1939/2074] Compiling NIOHPACK HPACKErrors.swift
[1940/2074] Compiling NIOHPACK IndexedHeaderTable.swift
[1941/2075] Emitting module NIOWebSocket
[1942/2075] Compiling NIOHPACK DynamicHeaderTable.swift
[1943/2075] Compiling NIOHPACK HPACKDecoder.swift
[1944/2076] Emitting module NIOHTTPCompression
[1945/2076] Emitting module NIOSSL
[1969/2076] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1971/2077] Compiling NIOHPACK IntegerCoding.swift
[1974/2077] Emitting module NIOHPACK
[1976/2077] Compiling NIOHPACK StaticHeaderTable.swift
[1977/2077] Compiling NIOHPACK HuffmanTables.swift
[1978/2077] Compiling NIOHTTPCompression HTTPDecompression.swift
[1979/2077] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1980/2077] Compiling NIOHTTPCompression HTTPCompression.swift
[1981/2077] Compiling NIOHPACK HuffmanCoding.swift
[1982/2077] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1983/2077] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1988/2078] Compiling NIOHPACK HPACKHeader.swift
[1989/2078] Compiling NIOHPACK HeaderTables.swift
[2000/2079] Compiling SQLKit SQLFunction.swift
[2001/2079] Compiling SQLKit SQLGroupExpression.swift
[2002/2079] Compiling SQLKit SQLIdentifier.swift
[2003/2079] Compiling SQLKit SQLList.swift
[2004/2079] Compiling SQLKit SQLLiteral.swift
[2005/2079] Compiling SQLKit SQLRaw.swift
[2006/2079] Compiling SQLKit SQLCodingUtilities.swift
[2007/2079] Compiling SQLKit SQLQueryEncoder.swift
[2008/2079] Compiling SQLKit SQLRow.swift
[2009/2079] Compiling SQLKit SQLRowDecoder.swift
[2010/2079] Compiling SQLKit SomeCodingKey.swift
[2011/2079] Compiling SQLKit StringHandling.swift
[2031/2118] Compiling NIOExtras DebugInboundEventsHandler.swift
[2032/2118] Compiling NIOExtras DebugOutboundEventsHandler.swift
[2033/2118] Compiling NIOExtras FixedLengthFrameDecoder.swift
[2034/2120] Compiling NIOSSL TLSConfiguration.swift
[2035/2120] Compiling NIOSSL UniversalBootstrapSupport.swift
[2036/2120] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[2036/2121] Wrapping AST for _CryptoExtras for debugging
[2039/2121] Emitting module MultipartKit
[2040/2121] Compiling NIOExtras NIOExtrasError.swift
[2041/2121] Compiling NIOExtras RequestResponseHandler.swift
[2042/2121] Compiling NIOExtras RequestResponseWithIDHandler.swift
[2043/2121] Compiling MultipartKit Storage.swift
[2044/2153] Compiling FluentKit DatabaseOutput.swift
[2045/2153] Compiling FluentKit Databases.swift
[2045/2165] Wrapping AST for SQLiteNIO for debugging
[2047/2320] Compiling NIOHTTP2 ConnectionStateMachine.swift
[2048/2320] Compiling NIOHTTP2 ConnectionStreamsState.swift
[2049/2320] Compiling NIOHTTP2 MayReceiveFrames.swift
[2050/2328] Compiling NIOHTTP2 HasLocalSettings.swift
[2051/2328] Compiling NIOHTTP2 HasRemoteSettings.swift
[2052/2328] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[2053/2328] Compiling NIOHTTP2 HasFlowControlWindows.swift
[2054/2356] Compiling NIOHTTP2 LocallyQuiescingState.swift
[2055/2356] Compiling NIOHTTP2 QuiescingState.swift
[2056/2356] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[2057/2356] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[2058/2363] Emitting module NIOExtras
[2062/2363] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[2063/2363] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[2064/2363] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[2065/2363] Compiling NIOHTTP2 ReceivingDataState.swift
[2066/2363] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[2067/2363] Compiling NIOHTTP2 ReceivingHeadersState.swift
[2070/2364] Emitting module _NIOFileSystemFoundationCompat
[2072/2366] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[2073/2366] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[2073/2367] Wrapping AST for _NIOFileSystem for debugging
[2075/2367] Compiling NIOFileSystem Exports.swift
[2076/2367] Emitting module NIOFileSystem
[2083/2368] Wrapping AST for SQLKit for debugging
[2085/2368] Wrapping AST for _NIOFileSystemFoundationCompat for debugging
[2086/2368] Wrapping AST for NIOWebSocket for debugging
[2087/2368] Wrapping AST for NIOSSL for debugging
[2088/2368] Wrapping AST for NIOHTTPCompression for debugging
[2089/2368] Wrapping AST for NIOHTTP1 for debugging
[2090/2368] Wrapping AST for NIOHPACK for debugging
[2091/2368] Wrapping AST for NIOFileSystem for debugging
[2092/2368] Wrapping AST for NIO for debugging
[2093/2368] Wrapping AST for MultipartKit for debugging
[2095/2368] Compiling NIOExtras UnsafeTransfer.swift
[2096/2368] Compiling NIOExtras WritePCAPHandler.swift
[2117/2381] Compiling NIOHTTP2 SendingGoawayState.swift
[2118/2381] Compiling NIOHTTP2 SendingHeadersState.swift
[2119/2381] Compiling NIOHTTP2 SendingPushPromiseState.swift
[2120/2381] Compiling NIOHTTP2 SendingRstStreamState.swift
[2121/2381] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[2122/2381] Compiling NIOHTTP2 HTTP2SettingsState.swift
[2123/2381] Compiling NIOHTTP2 StateMachineResult.swift
[2123/2381] Wrapping AST for NIOExtras for debugging
[2133/2397] Emitting module FluentKit
[2134/2397] Compiling WebSocketKit WebSocketHandler.swift
[2150/2398] Compiling WebSocketKit Exports.swift
[2151/2398] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[2152/2398] Compiling X509 AuthorityInformationAccess.swift
[2153/2398] Compiling X509 AuthorityKeyIdentifier.swift
[2154/2398] Compiling X509 BasicConstraints.swift
[2155/2398] Compiling X509 ExtendedKeyUsage.swift
[2156/2398] Compiling X509 CertificateStore.swift
[2157/2398] Compiling X509 OneOfPolicies.swift
[2158/2398] Compiling X509 PolicyBuilder.swift
[2159/2398] Compiling X509 BasicConstraintsPolicy.swift
[2160/2398] Compiling X509 DNSNames.swift
[2161/2398] Compiling X509 DirectoryNames.swift
[2162/2398] Compiling X509 ExpiryPolicy.swift
[2163/2398] Compiling X509 IPConstraints.swift
[2164/2398] Compiling WebSocketKit WebSocket+Concurrency.swift
[2165/2398] Emitting module WebSocketKit
[2167/2398] Compiling WebSocketKit WebSocket+Connect.swift
[2167/2398] Wrapping AST for AsyncKit for debugging
[2169/2398] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[2170/2398] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[2171/2398] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[2172/2398] Compiling NIOHTTP2 HTTP2StreamID.swift
[2173/2398] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[2174/2398] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[2175/2398] Compiling NIOHTTP2 HTTP2UserEvents.swift
[2176/2398] Compiling NIOHTTP2 InboundEventBuffer.swift
[2177/2398] Compiling WebSocketKit WebSocket.swift
[2178/2398] Compiling WebSocketKit WebSocketClient.swift
[2180/2407] Compiling FluentKit DatabaseQuery+Join.swift
[2181/2407] Compiling FluentKit DatabaseQuery+Range.swift
[2182/2407] Compiling FluentKit DatabaseQuery+Sort.swift
[2183/2407] Compiling FluentKit DatabaseQuery+Value.swift
[2184/2407] Compiling FluentKit DatabaseQuery.swift
[2185/2407] Compiling FluentKit QueryHistory.swift
[2186/2407] Compiling FluentKit DatabaseSchema.swift
[2187/2407] Compiling FluentKit SchemaBuilder.swift
[2188/2407] Compiling FluentKit OptionalType.swift
[2189/2407] Compiling FluentKit RandomGeneratable.swift
[2190/2407] Compiling FluentKit SomeCodingKey.swift
[2191/2407] Compiling FluentKit UnsafeMutableTransferBox.swift
[2191/2407] Wrapping AST for WebSocketKit for debugging
[2193/2407] Compiling SQLiteKit Exports.swift
[2194/2408] Emitting module SQLiteKit
[2195/2408] Compiling SQLiteKit SQLiteDialect.swift
[2196/2408] Compiling SQLiteKit SQLiteConnectionSource.swift
[2197/2408] Compiling SQLiteKit SQLiteDataEncoder.swift
[2198/2408] Compiling SQLiteKit SQLiteDataDecoder.swift
[2199/2408] Compiling SQLiteKit SQLiteConfiguration.swift
[2200/2408] Compiling SQLiteKit SQLiteConnection+SQLKit.swift
[2201/2408] Compiling SQLiteKit SQLiteRow+SQLRow.swift
[2203/2409] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[2204/2409] Compiling NIOHTTP2 HTTP2Error.swift
[2205/2409] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[2206/2409] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[2207/2409] Compiling NIOHTTP2 HTTP2Frame.swift
[2208/2409] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[2209/2409] Compiling NIOHTTP2 HTTP2FrameParser.swift
[2210/2409] Compiling X509 Extensions.swift
[2211/2409] Compiling X509 ExtensionsBuilder.swift
[2212/2409] Compiling X509 GeneralName.swift
[2213/2409] Compiling X509 Lock.swift
[2215/2409] Compiling NIOHTTP2 ContentLengthVerifier.swift
[2216/2409] Compiling NIOHTTP2 DOSHeuristics.swift
[2217/2409] Compiling NIOHTTP2 Error+Any.swift
[2218/2409] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[2219/2409] Compiling NIOHTTP2 ControlFrameBuffer.swift
[2220/2409] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[2221/2409] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[2222/2409] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[2223/2409] Compiling X509 OCSPResponseData.swift
[2224/2409] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[2225/2409] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[2226/2409] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[2262/2413] Emitting module NIOHTTP2
[2262/2422] Wrapping AST for SQLiteKit for debugging
[2277/2422] Compiling NIOHTTP2 InboundWindowManager.swift
[2278/2422] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[2279/2422] Compiling NIOHTTP2 StreamChannelFlowController.swift
[2280/2422] Compiling NIOHTTP2 StreamChannelList.swift
[2281/2422] Compiling NIOHTTP2 StreamMap.swift
[2282/2422] Compiling NIOHTTP2 StreamStateMachine.swift
[2283/2422] Compiling NIOHTTP2 UnsafeTransfer.swift
[2284/2422] Compiling NIOHTTP2 WatermarkedFlowController.swift
[2324/2422] Compiling X509 DNBuilder.swift
[2325/2422] Compiling X509 DomainComponent.swift
[2326/2422] Compiling X509 EmailAddress.swift
[2327/2422] Compiling X509 LocalityName.swift
[2328/2422] Compiling X509 OrganizationName.swift
[2329/2422] Compiling X509 OrganizationalUnitName.swift
[2330/2422] Compiling X509 StateOrProvinceName.swift
[2331/2422] Compiling X509 StreetAddress.swift
[2332/2422] Compiling X509 Error.swift
[2377/2423] Wrapping AST for FluentKit for debugging
[2395/2435] Compiling FluentSQL SQLJSONColumnPath+Deprecated.swift
[2397/2436] Compiling FluentSQL SQLList+Deprecated.swift
[2398/2436] Emitting module FluentSQL
[2399/2436] Compiling FluentSQL DatabaseSchema+SQL.swift
[2400/2436] Compiling FluentSQL Exports.swift
[2401/2436] Compiling FluentSQL SQLDatabase+Model+Concurrency.swift
[2402/2436] Compiling FluentSQL SQLDatabase+Model.swift
[2403/2436] Compiling FluentSQL ConverterUtilities.swift
[2404/2436] Compiling FluentSQL DatabaseQuery+SQL.swift
[2404/2436] Wrapping AST for NIOHTTP2 for debugging
[2406/2495] Compiling FluentSQL SQLQualifiedTable+Deprecated.swift
[2407/2495] Compiling FluentSQL SQLQueryConverter.swift
[2408/2495] Compiling FluentSQL SQLSchemaConverter.swift
[2410/2496] Emitting module X509
[2410/2496] Wrapping AST for FluentSQL for debugging
[2412/2504] Compiling FluentSQLiteDriver SQLiteConverterDelegate.swift
[2413/2504] Compiling FluentSQLiteDriver FluentSQLiteDriver.swift
[2414/2504] Compiling FluentSQLiteDriver SQLiteError+Database.swift
[2415/2504] Compiling FluentSQLiteDriver SQLiteRow+Database.swift
[2416/2504] Emitting module FluentSQLiteDriver
[2417/2504] Compiling FluentSQLiteDriver FluentSQLiteConfiguration.swift
[2418/2504] Compiling FluentSQLiteDriver Exports.swift
[2419/2504] Compiling FluentSQLiteDriver FluentSQLiteDatabase.swift
[2420/2505] Wrapping AST for FluentSQLiteDriver for debugging
[2422/2505] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2423/2505] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2424/2505] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2425/2505] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2426/2505] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2427/2505] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2428/2505] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2429/2505] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2430/2505] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2431/2513] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2432/2513] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2433/2513] Compiling AsyncHTTPClient Transaction.swift
[2434/2513] Compiling AsyncHTTPClient Base64.swift
[2435/2513] Compiling AsyncHTTPClient BasicAuth.swift
[2436/2513] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2437/2513] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2438/2513] Compiling AsyncHTTPClient ConnectionPool.swift
[2439/2513] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2440/2513] Emitting module AsyncHTTPClient
[2441/2513] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2442/2513] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2443/2513] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2444/2513] Compiling AsyncHTTPClient HTTP1Connection.swift
[2445/2513] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2446/2513] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2447/2513] Compiling AsyncHTTPClient HTTP2Connection.swift
[2448/2513] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2449/2513] Compiling X509 TrustRootLoading.swift
[2450/2513] Compiling X509 UnverifiedChain.swift
[2451/2513] Compiling X509 VerificationDiagnostic.swift
[2452/2513] Compiling X509 Verifier.swift
[2453/2513] Compiling X509 VerifierPolicy.swift
[2454/2513] Compiling X509 AlgorithmIdentifier.swift
[2455/2513] Compiling X509 ECDSASignature.swift
[2456/2513] Compiling X509 RSAPKCS1PublicKey.swift
[2457/2513] Compiling X509 SubjectPublicKeyInfo.swift
[2458/2513] Compiling X509 TBSCertificate.swift
[2459/2513] Compiling X509 Time.swift
[2460/2513] Compiling X509 TimeCalculations.swift
[2461/2513] Compiling X509 Validity.swift
[2463/2514] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2464/2514] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2465/2514] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2466/2514] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2467/2514] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2468/2514] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2469/2514] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2470/2514] Compiling AsyncHTTPClient RequestBodyLength.swift
[2471/2514] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2472/2514] Compiling AsyncHTTPClient RequestOptions.swift
[2473/2514] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2474/2514] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2475/2514] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2476/2514] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2477/2514] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2478/2514] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2479/2514] Compiling AsyncHTTPClient RequestBag.swift
[2480/2514] Compiling AsyncHTTPClient RequestValidation.swift
[2481/2514] Compiling AsyncHTTPClient SSLContextCache.swift
[2482/2514] Compiling AsyncHTTPClient Scheme.swift
[2483/2514] Compiling AsyncHTTPClient Singleton.swift
[2484/2514] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2485/2514] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2486/2514] Compiling AsyncHTTPClient Utils.swift
[2486/2514] Wrapping AST for X509 for debugging
[2488/2572] Compiling JWTKit JWTKeyCollection+HMAC.swift
[2489/2572] Compiling JWTKit Insecure.swift
[2490/2572] Compiling JWTKit JWK.swift
[2491/2572] Compiling JWTKit JWKIdentifier.swift
[2492/2572] Compiling JWTKit JWKS.swift
[2493/2572] Compiling JWTKit JWKSigner.swift
[2494/2572] Compiling JWTKit JWTAlgorithm.swift
[2495/2572] Compiling JWTKit JWTError.swift
[2496/2572] Compiling JWTKit EdDSA.swift
[2497/2572] Compiling JWTKit EdDSACurve.swift
[2498/2572] Compiling JWTKit EdDSAError.swift
[2499/2572] Compiling JWTKit EdDSASigner.swift
[2500/2572] Compiling JWTKit JWTKeyCollection+EdDSA.swift
[2501/2572] Compiling JWTKit HMAC.swift
[2502/2572] Compiling JWTKit HMACError.swift
[2503/2572] Compiling JWTKit HMACSigner.swift
[2504/2573] Wrapping AST for AsyncHTTPClient for debugging
[2506/2755] Compiling IndiePitcherSwift responses.swift
[2507/2755] Compiling SwiftSentry FatalError.swift
[2508/2756] Emitting module SwiftSentry
[2509/2756] Compiling SwiftSentry SentryLogHandler.swift
[2510/2756] Compiling SwiftSentry UUIDHexadecimalEncoded.swift
[2511/2756] Compiling SwiftSentry Sentry.swift
[2512/2756] Compiling SwiftSentry LoggerHelpFunctions.swift
[2513/2756] Compiling SwiftSentry Event.swift
[2514/2756] Compiling SwiftSentry Dsn.swift
[2515/2756] Compiling SwiftSentry Envelope.swift
[2517/2757] Compiling IndiePitcherSwift errors.swift
[2518/2757] Compiling IndiePitcherSwift IndiePitcherSwift.swift
[2519/2757] Compiling IndiePitcherSwift dtos.swift
[2520/2757] Emitting module IndiePitcherSwift
[2521/2758] Wrapping AST for SwiftSentry for debugging
[2522/2758] Wrapping AST for IndiePitcherSwift for debugging
[2524/2758] Emitting module JWTKit
[2525/2766] Compiling Vapor Application.swift
[2526/2766] Compiling Vapor AuthenticationCache.swift
[2527/2766] Compiling Vapor Authenticator.swift
[2528/2766] Compiling Vapor BasicAuthorization.swift
[2529/2766] Compiling Vapor BearerAuthorization.swift
[2530/2766] Compiling Vapor GuardMiddleware.swift
[2531/2766] Compiling Vapor RedirectMiddleware.swift
[2532/2766] Compiling Vapor SessionAuthenticatable.swift
[2533/2766] Compiling Vapor Bcrypt.swift
[2534/2766] Compiling Vapor Running.swift
[2535/2766] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2536/2766] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2537/2766] Compiling Vapor DotEnvFile+load.swift
[2538/2766] Compiling Vapor Routes+caseInsenstive.swift
[2539/2766] Compiling Vapor Validatable+validate.swift
[2540/2766] Compiling Vapor Environment+Process.swift
[2541/2766] Compiling Vapor Environment+Secret.swift
[2542/2766] Compiling Vapor ResponseCodable+Concurrency.swift
[2543/2766] Compiling Vapor RoutesBuilder+Concurrency.swift
[2544/2766] Compiling Vapor ViewRenderer+Concurrency.swift
[2545/2766] Compiling Vapor WebSocket+Concurrency.swift
[2546/2766] Compiling Vapor ContainerGetPathExecutor.swift
[2547/2766] Compiling Vapor Content.swift
[2548/2766] Compiling Vapor ContentCoders.swift
[2549/2766] Compiling Vapor ContentConfiguration.swift
[2550/2766] Compiling Vapor ContentContainer.swift
[2551/2766] Compiling Vapor JSONCoder+Custom.swift
[2552/2766] Compiling Vapor JSONCoders+Content.swift
[2553/2766] Compiling Vapor PlaintextDecoder.swift
[2554/2766] Compiling Vapor PlaintextEncoder.swift
[2555/2766] Compiling Vapor URLQueryCoders.swift
[2556/2766] Compiling Vapor URLQueryContainer.swift
[2557/2766] Compiling Vapor Core.swift
[2558/2766] Compiling Vapor AsyncMiddleware.swift
[2559/2766] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2560/2766] Compiling Vapor AsyncSessionDriver.swift
[2561/2766] Compiling Vapor Authentication+Concurrency.swift
[2562/2766] Compiling Vapor Cache+Concurrency.swift
[2563/2766] Compiling Vapor Client+Concurrency.swift
[2564/2766] Compiling Vapor RequestBody+Concurrency.swift
[2565/2766] Compiling Vapor Responder+Concurrency.swift
[2566/2766] Compiling Vapor AsyncBasicResponder.swift
[2590/2790] Compiling Vapor ClientResponse.swift
[2591/2790] Compiling Vapor Request+Client.swift
[2592/2790] Compiling Vapor BootCommand.swift
[2593/2790] Compiling Vapor CommandContext+Application.swift
[2594/2790] Compiling Vapor RoutesCommand.swift
[2595/2790] Compiling Vapor ServeCommand.swift
[2596/2790] Compiling Vapor AnyResponse+Concurrency.swift
[2598/2790] Compiling Vapor Application+Cache.swift
[2599/2790] Compiling Vapor Cache.swift
[2600/2790] Compiling Vapor CacheExpirationTime.swift
[2601/2790] Compiling Vapor MemoryCache.swift
[2602/2790] Compiling Vapor Request+Cache.swift
[2603/2790] Compiling Vapor Application+Clients.swift
[2604/2790] Compiling Vapor Client.swift
[2605/2790] Compiling Vapor ClientRequest.swift
[2606/2790] Compiling Vapor HTTPServerResponseEncoder.swift
[2607/2790] Compiling Vapor HTTPServerUpgradeHandler.swift
[2608/2790] Compiling Vapor Logger+Report.swift
[2609/2790] Compiling Vapor LoggingSystem+Environment.swift
[2610/2790] Compiling Vapor Application+Middleware.swift
[2611/2790] Compiling Vapor CORSMiddleware.swift
[2612/2790] Compiling Vapor ErrorMiddleware.swift
[2613/2790] Compiling Vapor FileMiddleware.swift
[2614/2790] Compiling Vapor Middleware.swift
[2615/2790] Compiling Vapor MiddlewareConfiguration.swift
[2616/2790] Compiling Vapor ResponseCompressionMiddleware.swift
[2617/2790] Compiling Vapor RouteLoggingMiddleware.swift
[2618/2790] Compiling Vapor TracingMiddleware.swift
[2619/2790] Compiling Vapor File+Multipart.swift
[2620/2790] Compiling Vapor FormDataDecoder+Content.swift
[2621/2790] Compiling Vapor FormDataEncoder+Content.swift
[2622/2790] Compiling Vapor Application+Password.swift
[2623/2790] Compiling Vapor Application+Passwords.swift
[2624/2790] Compiling Vapor AsyncPasswordHasher.swift
[2625/2790] Compiling Vapor BcryptHasher.swift
[2626/2790] Compiling Vapor PasswordHasher.swift
[2627/2790] Compiling Vapor PlaintextHasher.swift
[2628/2790] Compiling Vapor Request+Password.swift
[2629/2790] Compiling Vapor Redirect.swift
[2654/2814] Compiling JWTKit CustomizedJSONCoders.swift
[2655/2814] Compiling JWTKit Utilities.swift
[2656/2814] Compiling JWTKit AppleIdentityToken.swift
[2657/2814] Compiling JWTKit FirebaseAuthIdentityToken.swift
[2658/2814] Compiling JWTKit GoogleIdentityToken.swift
[2659/2814] Compiling JWTKit MicrosoftIdentityToken.swift
[2660/2814] Compiling JWTKit ValidationTimePayload.swift
[2661/2814] Compiling JWTKit X5CVerifier.swift
[2662/2815] Wrapping AST for JWTKit for debugging
[2664/2815] Compiling Vapor Validator.swift
[2665/2815] Compiling Vapor ValidatorResult.swift
[2666/2815] Compiling Vapor And.swift
[2667/2815] Compiling Vapor Case.swift
[2668/2815] Compiling Vapor CharacterSet.swift
[2669/2815] Compiling Vapor Count.swift
[2670/2815] Compiling Vapor Custom.swift
[2671/2815] Compiling Vapor Email.swift
[2672/2815] Compiling Vapor Empty.swift
[2673/2815] Compiling Vapor In.swift
[2674/2815] Compiling Vapor Nil.swift
[2675/2815] Compiling Vapor NilIgnoring.swift
[2676/2815] Compiling Vapor Not.swift
[2677/2815] Compiling Vapor Or.swift
[2678/2815] Compiling Vapor Pattern.swift
[2679/2815] Compiling Vapor Range.swift
[2680/2815] Compiling Vapor URL.swift
[2681/2815] Compiling Vapor Valid.swift
[2682/2815] Compiling Vapor Application+Views.swift
[2683/2815] Compiling Vapor PlaintextRenderer.swift
[2684/2815] Compiling Vapor Request+View.swift
[2685/2815] Compiling Vapor View.swift
[2686/2815] Compiling Vapor ViewRenderer.swift
[2687/2815] Compiling Vapor _Deprecations.swift
[2688/2815] Emitting module Vapor
[2689/2815] Compiling Vapor Request+Body.swift
[2690/2815] Compiling Vapor Request+BodyStream.swift
[2691/2815] Compiling Vapor Request.swift
[2692/2815] Compiling Vapor Application+Responder.swift
[2693/2815] Compiling Vapor DefaultResponder.swift
[2694/2815] Compiling Vapor Response+Body.swift
[2695/2815] Compiling Vapor Response.swift
[2696/2815] Compiling Vapor ResponseCodable.swift
[2697/2815] Compiling Vapor Application+Routes.swift
[2698/2815] Compiling Vapor Parameters+Require.swift
[2699/2815] Compiling Vapor Request+WebSocket.swift
[2700/2815] Compiling Vapor Route.swift
[2701/2815] Compiling Vapor RouteCollection.swift
[2702/2815] Compiling Vapor Routes.swift
[2703/2815] Compiling Vapor RoutesBuilder+Group.swift
[2704/2815] Compiling Vapor RoutesBuilder+Method.swift
[2705/2815] Compiling Vapor RoutesBuilder+Middleware.swift
[2706/2815] Compiling Vapor RoutesBuilder+WebSocket.swift
[2707/2815] Compiling Vapor RoutesBuilder.swift
[2708/2815] Compiling Vapor OTP.swift
[2709/2815] Compiling Vapor Application+Servers.swift
[2710/2815] Compiling Vapor Server.swift
[2711/2815] Compiling Vapor App+Service.swift
[2712/2815] Compiling Vapor Req+Service.swift
[2713/2815] Compiling Vapor Service.swift
[2714/2815] Compiling Vapor Application+Sessions.swift
[2715/2815] Compiling Vapor MemorySessions.swift
[2716/2815] Compiling Vapor Request+Session.swift
[2717/2815] Compiling Vapor Session.swift
[2718/2815] Compiling Vapor SessionCache.swift
[2719/2815] Compiling Vapor SessionData.swift
[2720/2815] Compiling Vapor SessionDriver.swift
[2721/2815] Compiling Vapor SessionsConfiguration.swift
[2722/2815] Compiling Vapor SessionsMiddleware.swift
[2723/2815] Compiling Vapor URLEncodedFormData.swift
[2724/2815] Compiling Vapor URLEncodedFormDecoder.swift
[2725/2815] Compiling Vapor URLEncodedFormEncoder.swift
[2726/2815] Compiling Vapor URLEncodedFormError.swift
[2727/2815] Compiling Vapor URLEncodedFormParser.swift
[2728/2815] Compiling Vapor URLEncodedFormSerializer.swift
[2729/2815] Compiling Vapor URLQueryFragmentConvertible.swift
[2730/2815] Compiling Vapor AnyResponse.swift
[2731/2815] Compiling Vapor Array+Random.swift
[2732/2815] Compiling Vapor Base32.swift
[2733/2815] Compiling Vapor Base64.swift
[2734/2815] Compiling Vapor BaseN.swift
[2735/2815] Compiling Vapor BasicCodingKey.swift
[2736/2815] Compiling Vapor ByteCount.swift
[2754/2815] Compiling Vapor Application+HTTP.swift
[2755/2815] Compiling Vapor BasicResponder.swift
[2756/2815] Compiling Vapor BodyStream.swift
[2757/2815] Compiling Vapor Application+HTTP+Client.swift
[2758/2815] Compiling Vapor EventLoopHTTPClient.swift
[2759/2815] Compiling Vapor EndpointCache.swift
[2760/2815] Compiling Vapor HTTPMethod+String.swift
[2761/2815] Compiling Vapor HTTPStatus.swift
[2762/2815] Compiling Vapor HTTPCookies.swift
[2763/2815] Compiling Vapor HTTPHeaderCacheControl.swift
[2764/2815] Compiling Vapor HTTPHeaderExpires.swift
[2765/2815] Compiling Vapor HTTPHeaderLastModified.swift
[2766/2815] Compiling Vapor HTTPHeaders+Cache.swift
[2767/2815] Compiling Vapor HTTPHeaders+Connection.swift
[2768/2815] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2769/2815] Compiling Vapor HTTPHeaders+ContentRange.swift
[2770/2815] Compiling Vapor HTTPHeaders+Directive.swift
[2771/2815] Compiling Vapor HTTPHeaders+Forwarded.swift
[2772/2815] Compiling Vapor HTTPHeaders+Link.swift
[2773/2815] Compiling Vapor HTTPHeaders+Name.swift
[2774/2815] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2775/2815] Compiling Vapor HTTPHeaders.swift
[2776/2815] Compiling Vapor HTTPMediaType.swift
[2777/2815] Compiling Vapor HTTPMediaTypePreference.swift
[2778/2815] Compiling Vapor Responder.swift
[2779/2815] Compiling Vapor Application+HTTP+Server.swift
[2780/2815] Compiling Vapor HTTPServer.swift
[2781/2815] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2782/2815] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2783/2815] Compiling Vapor HTTPServerHandler.swift
[2784/2815] Compiling Vapor HTTPServerRequestDecoder.swift
[2785/2815] Compiling Vapor Bytes+Hex.swift
[2786/2815] Compiling Vapor Bytes+SecureCompare.swift
[2787/2815] Compiling Vapor Collection+Safe.swift
[2788/2815] Compiling Vapor DataProtocol+Copy.swift
[2789/2815] Compiling Vapor DecoderUnwrapper.swift
[2790/2815] Compiling Vapor DirectoryConfiguration.swift
[2791/2815] Compiling Vapor DotEnv.swift
[2792/2815] Compiling Vapor Extendable.swift
[2793/2815] Compiling Vapor File.swift
[2794/2815] Compiling Vapor FileIO.swift
[2795/2815] Compiling Vapor LifecycleHandler.swift
[2796/2815] Compiling Vapor OptionalType.swift
[2797/2815] Compiling Vapor RFC1123.swift
[2798/2815] Compiling Vapor SocketAddress+Hostname.swift
[2799/2815] Compiling Vapor Storage.swift
[2800/2815] Compiling Vapor String+IsIPAddress.swift
[2801/2815] Compiling Vapor Thread.swift
[2802/2815] Compiling Vapor URI.swift
[2803/2815] Compiling Vapor RangeResult.swift
[2804/2815] Compiling Vapor Validatable.swift
[2805/2815] Compiling Vapor Validation.swift
[2806/2815] Compiling Vapor ValidationKey.swift
[2807/2815] Compiling Vapor Validations.swift
[2808/2815] Compiling Vapor ValidationsError.swift
[2809/2816] Wrapping AST for Vapor for debugging
[2811/2849] Compiling Fluent Fluent+History.swift
[2812/2849] Compiling Fluent Fluent+Paginate.swift
[2813/2851] Compiling MixpanelVapor Request+Mixpanel.swift
[2814/2851] Compiling MixpanelVapor Constants.swift
[2815/2851] Emitting module MixpanelVapor
[2816/2851] Emitting module Fluent
[2817/2851] Compiling JWT JWKSCache.swift
[2818/2851] Compiling JWT JWT+Apple.swift
[2819/2851] Compiling Fluent FluentProvider+Concurrency.swift
[2820/2851] Compiling Fluent ModelCredentialsAuthenticatable+Concurrency.swift
[2821/2851] Compiling JWT Application+JWT.swift
[2822/2851] Compiling JWT Exports.swift
[2823/2851] Compiling MixpanelVapor LifecycleHandler.swift
[2824/2851] Compiling Fluent ModelAuthenticatable.swift
[2825/2851] Compiling Fluent ModelCredentialsAuthenticatable.swift
[2826/2851] Compiling Fluent FluentProvider.swift
[2827/2851] Compiling Fluent MigrateCommand.swift
[2828/2851] Compiling Fluent Fluent+Pagination.swift
[2829/2851] Compiling Fluent Fluent+Sessions.swift
[2830/2851] Compiling Fluent ModelTokenAuthenticatable.swift
[2831/2851] Compiling Fluent PageLimit.swift
[2833/2852] Compiling MixpanelVapor MixpanelProperty.swift
[2834/2852] Compiling MixpanelVapor MixpanelVapor.swift
[2835/2852] Compiling MixpanelVapor Application+Mixpanel.swift
[2836/2852] Compiling MixpanelVapor BatchLogRecordProcessor.swift
[2837/2853] Wrapping AST for Fluent for debugging
[2838/2853] Wrapping AST for MixpanelVapor for debugging
[2840/2853] Compiling JWT JWTAuthenticator.swift
[2841/2853] Compiling JWT JWTError+Vapor.swift
[2844/2854] Compiling JWT JWT+Microsoft.swift
[2845/2854] Emitting module JWT
[2846/2854] Compiling JWT JWT+FirebaseAuth.swift
[2847/2854] Compiling JWT Request+JWT.swift
[2848/2854] Compiling JWT JWT+Google.swift
[2851/2855] Wrapping AST for JWT for debugging
[2853/2872] Compiling App SkippableEncoding.swift
[2854/2872] Compiling App configure.swift
[2855/2874] Compiling App Profile.swift
[2856/2874] Compiling App ProfileOrganizationRole.swift
[2857/2874] Compiling App AnalyticsService.swift
[2858/2874] Compiling App EmailService.swift
[2859/2874] Compiling App Organization.swift
[2860/2874] Compiling App OrganizationInvite.swift
[2861/2874] Compiling App CreateProfileOrganizationRole.swift
[2862/2874] Compiling App FIeldKeys.swift
[2863/2874] Emitting module App
[2864/2874] Compiling App entrypoint.swift
[2865/2874] Compiling App routes.swift
[2866/2874] Compiling App CreateOrganization.swift
[2867/2874] Compiling App CreateOrganizationInvite.swift
[2868/2874] Compiling App CreateProfile.swift
[2869/2874] Compiling App FirebaseAuth.swift
[2870/2874] Compiling App OrganizationController.swift
[2871/2874] Compiling App ProfileController.swift
[2872/2875] Wrapping AST for App for debugging
[2873/2875] Write Objects.LinkFileList
[2874/2875] Linking App
Build complete! (308.83s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.83.1",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "fluent",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.8.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/fluent.git"
    },
    {
      "identity" : "fluent-sqlite-driver",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.6.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/fluent-sqlite-driver.git"
    },
    {
      "identity" : "jwt",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.1.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/jwt.git"
    },
    {
      "identity" : "swift-sentry",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/petrpavlik/swift-sentry.git"
    },
    {
      "identity" : "mixpanelvapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/petrpavlik/MixpanelVapor.git"
    },
    {
      "identity" : "indiepitcher-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/IndiePitcher/indiepitcher-swift.git"
    }
  ],
  "manifest_display_name" : "SaasTemplate",
  "name" : "SaasTemplate",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "App",
      "targets" : [
        "App"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AppTests",
      "module_type" : "SwiftTarget",
      "name" : "AppTests",
      "path" : "Tests/AppTests",
      "product_dependencies" : [
        "VaporTesting"
      ],
      "sources" : [
        "AppTests.swift",
        "Request+FirebaseUser.swift"
      ],
      "target_dependencies" : [
        "App"
      ],
      "type" : "test"
    },
    {
      "c99name" : "App",
      "module_type" : "SwiftTarget",
      "name" : "App",
      "path" : "Sources/App",
      "product_dependencies" : [
        "Fluent",
        "FluentSQLiteDriver",
        "Vapor",
        "JWT",
        "SwiftSentry",
        "MixpanelVapor",
        "IndiePitcherSwift"
      ],
      "product_memberships" : [
        "App"
      ],
      "sources" : [
        "Auth/FirebaseAuth.swift",
        "Controllers/OrganizationController.swift",
        "Controllers/ProfileController.swift",
        "Migrations/CreateOrganization.swift",
        "Migrations/CreateOrganizationInvite.swift",
        "Migrations/CreateProfile.swift",
        "Migrations/CreateProfileOrganizationRole.swift",
        "Models/FIeldKeys.swift",
        "Models/Organization.swift",
        "Models/OrganizationInvite.swift",
        "Models/Profile.swift",
        "Models/ProfileOrganizationRole.swift",
        "Services/AnalyticsService.swift",
        "Services/EmailService.swift",
        "Utils/SkippableEncoding.swift",
        "configure.swift",
        "entrypoint.swift",
        "routes.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.