The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of Vercel, reference main (93e18e), with Swift 6.1 for Linux on 28 Apr 2025 14:32:18 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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-cloud/Vercel.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/swift-cloud/Vercel
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 93e18e8 Formatting
Cloned https://github.com/swift-cloud/Vercel.git
Revision (git rev-parse @):
93e18e8eac21c8d3f001f4687a07e7175a3b41e7
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swift-cloud/Vercel.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/swift-cloud/Vercel.git
https://github.com/swift-cloud/Vercel.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto"
    },
    {
      "identity" : "swift-aws-lambda-runtime",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0-alpha.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-aws-lambda-runtime"
    },
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client"
    },
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor"
    }
  ],
  "manifest_display_name" : "Vercel",
  "name" : "Vercel",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "Vercel",
      "targets" : [
        "Vercel"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "VercelVapor",
      "targets" : [
        "VercelVapor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "VercelPackager",
      "targets" : [
        "VercelPackager"
      ],
      "type" : {
        "plugin" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "VercelVapor",
      "module_type" : "SwiftTarget",
      "name" : "VercelVapor",
      "path" : "Sources/VercelVapor",
      "product_dependencies" : [
        "AWSLambdaRuntime",
        "Vapor"
      ],
      "product_memberships" : [
        "VercelVapor"
      ],
      "sources" : [
        "VaporHandler.swift",
        "VercelServer.swift",
        "VercelVapor.swift"
      ],
      "target_dependencies" : [
        "Vercel"
      ],
      "type" : "library"
    },
    {
      "c99name" : "VercelTests",
      "module_type" : "SwiftTarget",
      "name" : "VercelTests",
      "path" : "Tests/VercelTests",
      "sources" : [
        "ClaimTests.swift",
        "EdgeConfigTests.swift",
        "FetchTests.swift",
        "JWTTests.swift",
        "RequestTests.swift"
      ],
      "target_dependencies" : [
        "Vercel"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VercelPackager",
      "module_type" : "PluginTarget",
      "name" : "VercelPackager",
      "path" : "Plugins/VercelPackager",
      "plugin_capability" : {
        "intent" : {
          "description" : "Build and deploy your Swift application to Vercel",
          "type" : "custom",
          "verb" : "vercel"
        },
        "permissions" : [
        ],
        "type" : "command"
      },
      "product_memberships" : [
        "VercelPackager"
      ],
      "sources" : [
        "Plugin.swift",
        "Shell.swift",
        "Utils.swift",
        "VercelOutput.swift"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "Vercel",
      "module_type" : "SwiftTarget",
      "name" : "Vercel",
      "path" : "Sources/Vercel",
      "product_dependencies" : [
        "AWSLambdaRuntime",
        "AsyncHTTPClient",
        "Crypto"
      ],
      "product_memberships" : [
        "Vercel",
        "VercelVapor"
      ],
      "sources" : [
        "Claim.swift",
        "Crypto.swift",
        "EdgeConfig.swift",
        "Environment.swift",
        "Fetch/Fetch.swift",
        "Fetch/FetchRequest.swift",
        "Fetch/FetchResponse.swift",
        "Handlers/ExpressHandler.swift",
        "Handlers/RequestHandler.swift",
        "InvokeEvent.swift",
        "JWT/JWT.swift",
        "JWT/JWTError.swift",
        "Request.swift",
        "Response.swift",
        "Router/Parameters.swift",
        "Router/PathComponent.swift",
        "Router/Routable.swift",
        "Router/Router.swift",
        "Router/TrieRouter.swift",
        "Types.swift",
        "Utils.swift",
        "Vercel.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 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/swift-server/async-http-client
Fetching https://github.com/vapor/vapor
Fetching https://github.com/swift-server/swift-aws-lambda-runtime
Fetching https://github.com/apple/swift-crypto
[1/11514] Fetching swift-aws-lambda-runtime
[577/25298] Fetching swift-aws-lambda-runtime, swift-crypto
[715/99635] Fetching swift-aws-lambda-runtime, swift-crypto, vapor
[716/113483] Fetching swift-aws-lambda-runtime, swift-crypto, vapor, async-http-client
Fetched https://github.com/apple/swift-crypto from cache (1.97s)
Fetched https://github.com/swift-server/swift-aws-lambda-runtime from cache (2.00s)
Fetched https://github.com/swift-server/async-http-client from cache (2.40s)
Fetched https://github.com/vapor/vapor from cache (2.44s)
Computing version for https://github.com/apple/swift-crypto
Computed https://github.com/apple/swift-crypto at 3.12.3 (5.89s)
Fetching https://github.com/apple/swift-asn1.git
[1/1573] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.24s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.83s)
Computing version for https://github.com/swift-server/async-http-client
Computed https://github.com/swift-server/async-http-client at 1.25.2 (0.54s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/5662] Fetching swift-nio-extras
[1417/8281] Fetching swift-nio-extras, swift-nio-transport-services
[3662/12117] Fetching swift-nio-extras, swift-nio-transport-services, swift-log
[3885/18020] Fetching swift-nio-extras, swift-nio-transport-services, swift-log, swift-algorithms
[12419/19725] Fetching swift-nio-extras, swift-nio-transport-services, swift-log, swift-algorithms, swift-atomics
[19692/31217] Fetching swift-nio-extras, swift-nio-transport-services, swift-log, swift-algorithms, swift-atomics, swift-nio-http2
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.46s)
[17434/28598] Fetching swift-nio-extras, swift-log, swift-algorithms, swift-atomics, swift-nio-http2
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-atomics.git from cache (0.58s)
Fetching https://github.com/apple/swift-nio.git
[18045/26893] Fetching swift-nio-extras, swift-log, swift-algorithms, swift-nio-http2
[26894/41686] Fetching swift-nio-extras, swift-log, swift-algorithms, swift-nio-http2, swift-nio-ssl
[28966/117208] Fetching swift-nio-extras, swift-log, swift-algorithms, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (1.30s)
[38022/113372] Fetching swift-nio-extras, swift-algorithms, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.30s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.30s)
[26605/101807] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.32s)
[16771/90315] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.00s)
[55887/75522] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.87s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (6.00s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.39s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.92s)
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-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (2.91s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4353] Fetching swift-system
[437/20595] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.44s)
[3899/16242] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.19s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.74s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.82s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.63s)
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.63s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.49s)
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.60s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/904] Fetching swift-http-types
[905/2031] Fetching swift-http-types, swift-http-structured-headers
Fetched https://github.com/apple/swift-http-types.git from cache (0.25s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.25s)
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.76s)
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.51s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.55s)
Computing version for https://github.com/vapor/vapor
Computed https://github.com/vapor/vapor at 4.114.1 (0.63s)
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/vapor/routing-kit.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-service-context.git
[1/1063] Fetching swift-service-context
[278/3659] Fetching swift-service-context, websocket-kit
[1661/6867] Fetching swift-service-context, websocket-kit, multipart-kit
[2468/9067] Fetching swift-service-context, websocket-kit, multipart-kit, swift-metrics
[6731/29794] Fetching swift-service-context, websocket-kit, multipart-kit, swift-metrics, routing-kit
[7573/34768] Fetching swift-service-context, websocket-kit, multipart-kit, swift-metrics, routing-kit, swift-distributed-tracing
Fetched https://github.com/apple/swift-service-context.git from cache (0.33s)
[11451/33705] Fetching websocket-kit, multipart-kit, swift-metrics, routing-kit, swift-distributed-tracing
Fetching https://github.com/vapor/console-kit.git
[26822/39190] Fetching websocket-kit, multipart-kit, swift-metrics, routing-kit, swift-distributed-tracing, console-kit
Fetched https://github.com/vapor/console-kit.git from cache (0.32s)
Fetching https://github.com/vapor/async-kit.git
[27443/33705] Fetching websocket-kit, multipart-kit, swift-metrics, routing-kit, swift-distributed-tracing
[31589/36075] Fetching websocket-kit, multipart-kit, swift-metrics, routing-kit, swift-distributed-tracing, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.30s)
Fetched https://github.com/vapor/routing-kit.git from cache (1.04s)
[10890/12978] Fetching websocket-kit, multipart-kit, swift-metrics, swift-distributed-tracing
Fetched https://github.com/vapor/websocket-kit.git from cache (1.54s)
Fetched https://github.com/apple/swift-metrics.git from cache (1.54s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.55s)
Fetched https://github.com/vapor/multipart-kit.git from cache (1.60s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.1 (2.12s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (0.50s)
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-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.6.1 (0.52s)
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/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/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.56s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.49s)
Computing version for https://github.com/swift-server/swift-aws-lambda-runtime
Computed https://github.com/swift-server/swift-aws-lambda-runtime at 1.0.0-alpha.3 (0.53s)
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-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-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/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-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.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.0
Creating working copy for https://github.com/swift-server/swift-aws-lambda-runtime
Working copy of https://github.com/swift-server/swift-aws-lambda-runtime resolved at 1.0.0-alpha.3
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/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.1
Creating working copy for https://github.com/swift-server/async-http-client
Working copy of https://github.com/swift-server/async-http-client resolved at 1.25.2
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/vapor/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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.6.1
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
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/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/vapor/vapor
Working copy of https://github.com/vapor/vapor resolved at 4.114.1
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-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-crypto
Working copy of https://github.com/apple/swift-crypto resolved at 3.12.3
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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-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/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
/host/spi-builder-workspace/Plugins/VercelPackager/VercelOutput.swift:335:12: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
333 |         let config = ProjectConfiguration(orgId: vercelOrgID, projectId: vercelProjectID)
334 |         let data = try encoder.encode(config)
335 |         fs.createFile(atPath: vercelProjectConfigurationPath.string, contents: data)
    |            `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
336 |     }
337 |
/host/spi-builder-workspace/Plugins/VercelPackager/VercelOutput.swift:407:12: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
405 |         )
406 |         let data = try encoder.encode(config)
407 |         fs.createFile(atPath: vercelOutputConfigurationPath.string, contents: data)
    |            `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
408 |     }
409 | }
/host/spi-builder-workspace/Plugins/VercelPackager/VercelOutput.swift:462:12: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
460 |         )
461 |         let data = try encoder.encode(config)
462 |         fs.createFile(atPath: vercelFunctionConfigurationPath(product).string, contents: data)
    |            `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
463 |     }
464 | }
[1/1] Compiling plugin VercelPackager
[2/2] Compiling plugin AWSLambdaPackager
Building for debugging...
[2/836] Write sources
[22/836] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[23/836] Write sources
[24/836] Compiling _NumericsShims _NumericsShims.c
[25/836] Write sources
[29/836] Compiling _AtomicsShims.c
[30/836] Write sources
[55/836] Compiling CVaporBcrypt blf.c
[56/836] Compiling CVaporBcrypt bcrypt.c
[57/836] Compiling CSystem shims.c
[58/836] Compiling CNIOWindows shim.c
[59/836] Write swift-version-24593BA9C3E375BF.txt
[59/836] Compiling CNIOWindows WSAStartup.c
[60/836] Compiling tasn_fre.cc
[61/836] Compiling errno.cc
[63/836] Compiling conf.cc
[64/836] Compiling fd.cc
[65/836] Compiling CNIOWASI CNIOWASI.c
[66/836] Compiling CNIOLinux liburing_shims.c
[67/836] Compiling CNIOSHA1 c_nio_sha1.c
[68/836] Compiling CNIOLinux shim.c
[69/836] Compiling file.cc
[70/905] Compiling v3_conf.cc
[72/908] Emitting module InternalCollectionsUtilities
[73/910] Emitting module SystemPackage
[74/913] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[75/913] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[76/913] Compiling ServiceContextModule ServiceContextKey.swift
[77/913] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[78/913] Compiling InternalCollectionsUtilities Specialize.swift
[79/913] Compiling _NIODataStructures _TinyArray.swift
[80/913] Emitting module _NIOBase64
[81/913] Compiling _NIOBase64 Base64.swift
[82/914] Compiling SystemPackage MachPort.swift
[83/914] Compiling SystemPackage PlatformString.swift
[84/914] Compiling SystemPackage SystemString.swift
[85/914] Compiling InternalCollectionsUtilities Debugging.swift
[86/914] Compiling InternalCollectionsUtilities Descriptions.swift
[87/914] Compiling _NIODataStructures PriorityQueue.swift
[88/914] Emitting module ServiceContextModule
[89/914] Compiling ServiceContextModule ServiceContext.swift
[90/914] Compiling RealModule Float16+Real.swift
[91/914] Compiling RealModule Float80+Real.swift
[92/914] Compiling RealModule Float+Real.swift
[93/914] Compiling RealModule Real.swift
[94/916] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[95/916] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[96/916] Compiling InternalCollectionsUtilities UInt+reversed.swift
[97/916] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[98/916] Compiling InternalCollectionsUtilities _SortedCollection.swift
[99/916] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[100/916] Compiling SystemPackage Util+StringArray.swift
[101/916] Compiling SystemPackage Util.swift
[102/916] Compiling SystemPackage UtilConsumers.swift
[103/916] Compiling RealModule AlgebraicField.swift
[104/916] Compiling RealModule ApproximateEquality.swift
[105/916] Compiling RealModule AugmentedArithmetic.swift
[106/916] Compiling RealModule Double+Real.swift
[107/916] Compiling InternalCollectionsUtilities Integer rank.swift
[108/916] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[110/917] Compiling RealModule ElementaryFunctions.swift
[113/917] Emitting module RealModule
[116/917] Compiling CoreMetrics Metrics.swift
[127/917] Compiling RealModule RealFunctions.swift
[128/918] Compiling CNIOLLHTTP c_nio_http.c
[129/918] Compiling CNIOLLHTTP c_nio_api.c
[130/999] Compiling CNIOLLHTTP c_nio_llhttp.c
[132/1047] Emitting module CoreMetrics
[133/1047] Compiling OrderedCollections OrderedDictionary+Codable.swift
[134/1047] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[135/1047] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[136/1047] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[137/1047] Compiling CoreMetrics Locks.swift
[138/1048] Emitting module _NIODataStructures
[139/1048] Compiling _NIODataStructures Heap.swift
[141/1049] Compiling Instrumentation NoOpInstrument.swift
[143/1049] Emitting module Instrumentation
[144/1049] Compiling Logging LogHandler.swift
[145/1049] Compiling Logging MetadataProvider.swift
[146/1049] Compiling Logging Logging.swift
[147/1049] Compiling Instrumentation MultiplexInstrument.swift
[148/1049] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[149/1049] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[150/1049] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[151/1049] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[152/1049] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[153/1049] Compiling OrderedCollections OrderedDictionary+Elements.swift
[154/1049] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[155/1049] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[156/1049] Compiling OrderedCollections OrderedDictionary+Values.swift
[157/1049] Compiling OrderedCollections OrderedSet+Initializers.swift
[158/1049] Compiling OrderedCollections OrderedSet+Insertions.swift
[159/1049] Compiling OrderedCollections OrderedSet+Invariants.swift
[160/1049] Emitting module Logging
[161/1049] Compiling Logging Locks.swift
[162/1053] Compiling Instrumentation Instrument.swift
[163/1058] Compiling Instrumentation InstrumentationSystem.swift
[164/1058] Compiling Instrumentation Locks.swift
[167/1059] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[169/1107] Compiling HeapModule Heap+Descriptions.swift
[170/1158] Compiling HeapModule Heap.swift
[171/1159] Compiling HeapModule _HeapNode.swift
[172/1166] Compiling HeapModule Heap+Invariants.swift
[173/1166] Compiling HeapModule Heap+UnsafeHandle.swift
[174/1166] Compiling HashTreeCollections TreeDictionary+Collection.swift
[175/1166] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[176/1166] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[177/1166] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[178/1166] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[179/1166] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[180/1166] Compiling HashTreeCollections TreeDictionary+Filter.swift
[181/1166] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[182/1166] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[183/1166] Compiling HashTreeCollections TreeDictionary+Keys.swift
[184/1166] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[185/1166] Compiling HashTreeCollections TreeDictionary+Merge.swift
[186/1166] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[187/1166] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[188/1173] Emitting module HeapModule
[189/1174] Compiling DequeModule Deque+CustomReflectable.swift
[190/1174] Compiling DequeModule Deque+Descriptions.swift
[191/1176] Compiling DequeModule _DequeBuffer.swift
[192/1176] Compiling DequeModule _DequeBufferHeader.swift
[193/1176] Compiling CNIOExtrasZlib empty.c
[195/1176] Compiling Tracing TracingTime.swift
[195/1176] Compiling CNIODarwin shim.c
[197/1176] Compiling DequeModule Deque+Equatable.swift
[198/1176] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[199/1176] Compiling HashTreeCollections _HashNode+Structural union.swift
[200/1176] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[201/1176] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[202/1176] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[203/1176] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[204/1176] Compiling HashTreeCollections _HashNode.swift
[205/1176] Compiling HashTreeCollections _HashNodeHeader.swift
[206/1176] Compiling HashTreeCollections _HashSlot.swift
[207/1176] Compiling HashTreeCollections _HashStack.swift
[208/1176] Compiling HashTreeCollections _HashTreeIterator.swift
[209/1176] Compiling HashTreeCollections _HashTreeStatistics.swift
[210/1176] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[211/1176] Compiling HashTreeCollections _RawHashNode.swift
[212/1176] Compiling HashTreeCollections _UnmanagedHashNode.swift
[213/1176] Compiling HashTreeCollections _UnsafePath.swift
[214/1176] Compiling HashTreeCollections TreeDictionary+Codable.swift
[215/1176] Emitting module Tracing
[216/1176] Compiling HashTreeCollections TreeSet+Hashable.swift
[217/1176] Compiling HashTreeCollections TreeSet+Sendable.swift
[218/1176] Compiling HashTreeCollections TreeSet+Sequence.swift
[219/1176] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[220/1176] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[221/1176] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[222/1176] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[223/1176] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[224/1176] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[225/1176] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[226/1179] Compiling DequeModule Deque+Testing.swift
[227/1179] Compiling DequeModule Deque._Storage.swift
[228/1179] Compiling DequeModule Deque+Extras.swift
[229/1179] Compiling DequeModule Deque+Hashable.swift
[230/1186] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[231/1186] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[232/1186] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[233/1186] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[234/1186] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[235/1186] Compiling HashTreeCollections _HashNode+Structural merge.swift
[236/1186] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[237/1186] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[240/1186] Compiling DequeModule Deque._UnsafeHandle.swift
[241/1186] Compiling DequeModule Deque.swift
[244/1186] Compiling DequeModule _DequeSlot.swift
[245/1186] Compiling DequeModule _UnsafeWrappedBuffer.swift
[246/1186] Compiling Tracing InstrumentationSystem+Tracing.swift
[247/1186] Compiling Tracing TracerProtocol.swift
[248/1186] Compiling Tracing Tracer.swift
[249/1186] Compiling Tracing TracerProtocol+Legacy.swift
[250/1186] Compiling OrderedCollections OrderedSet+SubSequence.swift
[251/1186] Compiling OrderedCollections OrderedSet+Testing.swift
[252/1186] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[253/1186] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[254/1186] Compiling OrderedCollections OrderedSet.swift
[255/1186] Compiling OrderedCollections _UnsafeBitset.swift
[256/1186] Compiling HashTreeCollections TreeSet+Equatable.swift
[257/1186] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[258/1186] Compiling HashTreeCollections TreeSet+Extras.swift
[259/1186] Compiling HashTreeCollections TreeSet+Filter.swift
[262/1186] Compiling Tracing NoOpTracer.swift
[263/1186] Compiling Tracing SpanProtocol.swift
[263/1187] Compiling CNIOBoringSSLShims shims.c
[275/1187] Compiling OrderedCollections OrderedSet+Sendable.swift
[275/1187] Compiling fiat_p256_adx_sqr.S
[280/1187] Compiling DequeModule Deque+Codable.swift
[281/1187] Compiling DequeModule Deque+Collection.swift
[289/1196] Compiling fiat_p256_adx_mul.S
[290/1196] Compiling fiat_curve25519_adx_square.S
[302/1196] Compiling fiat_curve25519_adx_mul.S
[331/1196] Compiling RoutingKit Router.swift
[332/1196] Emitting module RoutingKit
[333/1196] Compiling RoutingKit AnyRouter.swift
[334/1196] Compiling _RopeModule _CharacterRecognizer.swift
[335/1196] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[336/1196] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[337/1196] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[338/1196] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[339/1196] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[340/1196] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[341/1196] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[342/1196] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[343/1196] Compiling HashTreeCollections TreeSet.swift
[344/1196] Compiling RoutingKit PathComponent.swift
[345/1196] Compiling RoutingKit TrieRouter.swift
[364/1196] Emitting module DequeModule
[365/1197] Emitting module OrderedCollections
[368/1198] Emitting module _RopeModule
[369/1198] Compiling RoutingKit Parameters.swift
[370/1199] Compiling Metrics Metrics.swift
[371/1199] Emitting module Metrics
[373/1200] Compiling tls_record.cc
[408/1200] Compiling _RopeModule Rope+Join.swift
[409/1200] Compiling _RopeModule Rope+MutatingForEach.swift
[410/1200] Compiling _RopeModule Rope+Remove.swift
[411/1200] Compiling _RopeModule Rope+RemoveSubrange.swift
[412/1200] Compiling _RopeModule Rope+Split.swift
[413/1200] Compiling _RopeModule Optional Utilities.swift
[414/1200] Compiling _RopeModule String Utilities.swift
[415/1200] Compiling _RopeModule String.Index+ABI.swift
[416/1200] Compiling tls_method.cc
[446/1201] Compiling tls13_enc.cc
[448/1201] Compiling tls13_server.cc
[450/1201] Emitting module HashTreeCollections
[451/1202] Compiling tls13_both.cc
[452/1202] Compiling tls13_client.cc
[453/1202] Compiling t1_enc.cc
[454/1202] Compiling ssl_versions.cc
[455/1202] Compiling ssl_transcript.cc
[456/1202] Compiling ssl_x509.cc
[457/1202] Compiling ssl_stat.cc
[458/1202] Compiling ssl_privkey.cc
[459/1202] Compiling ssl_session.cc
[460/1202] Compiling ssl_key_share.cc
[461/1202] Compiling ssl_file.cc
[462/1202] Compiling ssl_lib.cc
[463/1202] Compiling ssl_cipher.cc
[464/1202] Compiling ssl_credential.cc
[465/1202] Compiling ssl_cert.cc
[466/1202] Compiling ssl_buffer.cc
[467/1202] Compiling ssl_aead_ctx.cc
[468/1202] Compiling ssl_asn1.cc
[469/1202] Compiling s3_pkt.cc
[470/1202] Compiling s3_both.cc
[471/1202] Compiling s3_lib.cc
[472/1202] Compiling handshake_server.cc
[473/1202] Compiling handshake_client.cc
[474/1202] Compiling handshake.cc
[475/1202] Compiling handoff.cc
[476/1202] Compiling extensions.cc
[477/1202] Compiling dtls_method.cc
[478/1202] Compiling dtls_record.cc
[479/1202] Compiling encrypted_client_hello.cc
[480/1202] Compiling md5-x86_64-linux.S
[481/1202] Compiling md5-x86_64-apple.S
[482/1202] Compiling md5-586-linux.S
[483/1202] Compiling md5-586-apple.S
[484/1202] Compiling d1_srtp.cc
[485/1202] Compiling chacha20_poly1305_x86_64-apple.S
[486/1202] Compiling chacha20_poly1305_x86_64-linux.S
[487/1202] Compiling d1_pkt.cc
[488/1202] Compiling chacha20_poly1305_armv8-win.S
[489/1202] Compiling chacha20_poly1305_armv8-linux.S
[490/1202] Compiling chacha20_poly1305_armv8-apple.S
[491/1202] Compiling chacha-x86_64-apple.S
[492/1202] Compiling chacha-x86_64-linux.S
[493/1202] Compiling chacha-x86-apple.S
[494/1202] Compiling chacha-x86-linux.S
[495/1202] Compiling chacha-armv8-win.S
[496/1202] Compiling chacha-armv8-linux.S
[497/1202] Compiling err_data.cc
[498/1202] Compiling chacha-armv8-apple.S
[499/1202] Compiling chacha-armv4-linux.S
[500/1202] Compiling aes128gcmsiv-x86_64-linux.S
[501/1202] Compiling aes128gcmsiv-x86_64-apple.S
[502/1202] Compiling x86_64-mont-linux.S
[503/1202] Compiling x86_64-mont5-linux.S
[504/1202] Compiling x86_64-mont5-apple.S
[505/1202] Compiling x86_64-mont-apple.S
[506/1202] Compiling bio_ssl.cc
[507/1202] Compiling x86-mont-linux.S
[508/1202] Compiling x86-mont-apple.S
[509/1202] Compiling vpaes-x86_64-linux.S
[510/1202] Compiling vpaes-x86-linux.S
[511/1202] Compiling vpaes-x86_64-apple.S
[512/1202] Compiling vpaes-x86-apple.S
[513/1202] Compiling vpaes-armv8-linux.S
[514/1202] Compiling vpaes-armv8-win.S
[515/1202] Compiling vpaes-armv8-apple.S
[516/1202] Compiling vpaes-armv7-linux.S
[517/1202] Compiling sha512-x86_64-linux.S
[518/1202] Compiling sha512-x86_64-apple.S
[519/1202] Compiling sha512-armv8-linux.S
[520/1202] Compiling sha512-armv8-win.S
[521/1202] Compiling sha512-armv8-apple.S
[522/1202] Compiling sha512-586-linux.S
[523/1202] Compiling sha512-armv4-linux.S
[524/1202] Compiling sha512-586-apple.S
[525/1202] Compiling sha256-x86_64-apple.S
[526/1202] Compiling sha256-x86_64-linux.S
[527/1202] Compiling sha256-armv8-apple.S
[528/1202] Compiling sha256-armv8-win.S
[529/1202] Compiling sha256-armv8-linux.S
[530/1202] Compiling sha256-armv4-linux.S
[531/1202] Compiling sha256-586-linux.S
[532/1202] Compiling sha256-586-apple.S
[533/1202] Compiling sha1-x86_64-apple.S
[534/1202] Compiling sha1-armv8-win.S
[535/1202] Compiling sha1-armv8-linux.S
[536/1202] Compiling sha1-x86_64-linux.S
[537/1202] Compiling sha1-armv8-apple.S
[538/1202] Compiling d1_lib.cc
[539/1202] Compiling sha1-armv4-large-linux.S
[540/1202] Compiling sha1-586-apple.S
[541/1202] Compiling sha1-586-linux.S
[542/1202] Compiling rsaz-avx2-linux.S
[543/1202] Compiling rsaz-avx2-apple.S
[544/1202] Compiling rdrand-x86_64-linux.S
[545/1202] Compiling rdrand-x86_64-apple.S
[546/1202] Compiling p256_beeu-x86_64-asm-linux.S
[547/1202] Compiling p256_beeu-x86_64-asm-apple.S
[548/1202] Compiling p256_beeu-armv8-asm-win.S
[549/1202] Compiling p256_beeu-armv8-asm-linux.S
[550/1202] Compiling p256_beeu-armv8-asm-apple.S
[551/1202] Compiling p256-armv8-asm-win.S
[552/1202] Compiling p256-x86_64-asm-apple.S
[553/1202] Compiling d1_both.cc
[554/1202] Compiling p256-x86_64-asm-linux.S
[555/1202] Compiling p256-armv8-asm-linux.S
[556/1202] Compiling ghashv8-armv8-win.S
[557/1202] Compiling p256-armv8-asm-apple.S
[558/1202] Compiling ghashv8-armv8-linux.S
[559/1202] Compiling ghashv8-armv7-linux.S
[560/1202] Compiling ghashv8-armv8-apple.S
[561/1202] Compiling ghash-x86_64-apple.S
[562/1202] Compiling ghash-x86-linux.S
[563/1202] Compiling ghash-x86_64-linux.S
[564/1202] Compiling ghash-x86-apple.S
[565/1202] Compiling ghash-ssse3-x86_64-linux.S
[566/1202] Compiling ghash-ssse3-x86_64-apple.S
[567/1202] Compiling ghash-ssse3-x86-linux.S
[568/1202] Compiling ghash-neon-armv8-win.S
[569/1202] Compiling ghash-neon-armv8-linux.S
[570/1202] Compiling ghash-ssse3-x86-apple.S
[571/1202] Compiling ghash-neon-armv8-apple.S
[572/1202] Compiling ghash-armv4-linux.S
[573/1202] Compiling co-586-linux.S
[574/1202] Compiling co-586-apple.S
[575/1202] Compiling bn-armv8-win.S
[576/1202] Compiling bn-armv8-linux.S
[577/1202] Compiling bsaes-armv7-linux.S
[578/1202] Compiling bn-armv8-apple.S
[579/1202] Compiling bn-586-linux.S
[580/1202] Compiling bn-586-apple.S
[581/1202] Compiling armv8-mont-win.S
[582/1202] Compiling armv8-mont-linux.S
[583/1202] Compiling armv8-mont-apple.S
[584/1202] Compiling aesv8-gcm-armv8-linux.S
[585/1202] Compiling armv4-mont-linux.S
[586/1202] Compiling aesv8-gcm-armv8-win.S
[587/1202] Compiling aesv8-gcm-armv8-apple.S
[588/1202] Compiling aesv8-armv8-win.S
[588/1202] Compiling aesv8-armv8-linux.S
[590/1202] Compiling aesv8-armv8-apple.S
[591/1202] Compiling aesv8-armv7-linux.S
[592/1202] Compiling aesni-x86_64-apple.S
[593/1202] Compiling aesni-x86_64-linux.S
[594/1202] Compiling aesni-x86-apple.S
[595/1202] Compiling aesni-x86-linux.S
[596/1202] Compiling aesni-gcm-x86_64-linux.S
[597/1202] Compiling aesni-gcm-x86_64-apple.S
[598/1202] Compiling aes-gcm-avx2-x86_64-apple.S
[599/1202] Compiling aes-gcm-avx2-x86_64-linux.S
[600/1202] Compiling aes-gcm-avx10-x86_64-apple.S
[601/1202] Compiling aes-gcm-avx10-x86_64-linux.S
[602/1202] Compiling x_sig.cc
[603/1202] Compiling x_val.cc
[604/1202] Compiling x_req.cc
[605/1202] Compiling x_x509a.cc
[606/1202] Compiling x_spki.cc
[607/1202] Compiling x_x509.cc
[608/1202] Compiling x_pubkey.cc
[609/1202] Compiling x_name.cc
[610/1202] Compiling x_exten.cc
[611/1202] Compiling x_attrib.cc
[612/1202] Compiling x_crl.cc
[613/1202] Compiling x_algor.cc
[614/1202] Compiling x509spki.cc
[615/1202] Compiling x_all.cc
[616/1202] Compiling x509rset.cc
[617/1202] Compiling x509name.cc
[618/1202] Compiling x509cset.cc
[619/1202] Compiling x509_vpm.cc
[620/1202] Compiling x509_vfy.cc
[621/1202] Compiling x509_txt.cc
[622/1202] Compiling x509_v3.cc
[623/1202] Compiling x509_trs.cc
[624/1202] Compiling x509_set.cc
[625/1202] Compiling x509_req.cc
[626/1202] Compiling x509_obj.cc
[627/1202] Compiling x509_d2.cc
[628/1202] Compiling x509_def.cc
[629/1202] Compiling x509_ext.cc
[630/1202] Compiling x509_lu.cc
[631/1202] Compiling x509_cmp.cc
[632/1202] Compiling x509_att.cc
[633/1202] Compiling x509.cc
[634/1202] Compiling v3_skey.cc
[635/1202] Compiling v3_prn.cc
[636/1202] Compiling v3_utl.cc
[637/1202] Compiling v3_purp.cc
[638/1202] Compiling v3_pcons.cc
[639/1202] Compiling v3_pmaps.cc
[640/1202] Compiling v3_ocsp.cc
[641/1202] Compiling v3_ncons.cc
[642/1202] Compiling v3_lib.cc
[642/1202] Compiling v3_info.cc
[642/1202] Compiling v3_genn.cc
[642/1202] Compiling v3_ia5.cc
[642/1202] Compiling v3_extku.cc
[642/1202] Compiling v3_int.cc
[642/1202] Compiling v3_enum.cc
[642/1202] Compiling v3_crld.cc
[650/1202] Compiling v3_cpols.cc
[651/1202] Compiling v3_bitst.cc
[652/1202] Compiling v3_alt.cc
[653/1202] Compiling v3_conf.cc
[654/1202] Compiling v3_bcons.cc
[655/1202] Compiling v3_akeya.cc
[656/1202] Compiling v3_akey.cc
[657/1202] Compiling t_x509a.cc
[658/1202] Compiling i2d_pr.cc
[659/1202] Compiling t_crl.cc
[659/1202] Compiling t_x509.cc
[661/1202] Compiling t_req.cc
[662/1202] Compiling rsa_pss.cc
[663/1202] Compiling name_print.cc
[664/1202] Compiling policy.cc
[665/1202] Compiling by_file.cc
[666/1202] Compiling by_dir.cc
[667/1202] Compiling algorithm.cc
[668/1202] Compiling voprf.cc
[669/1202] Compiling asn1_gen.cc
[670/1202] Compiling a_sign.cc
[671/1202] Compiling a_verify.cc
[672/1202] Compiling a_digest.cc
[673/1202] Compiling thread_win.cc
[674/1202] Compiling thread_none.cc
[675/1202] Compiling thread_pthread.cc
[676/1202] Compiling thread.cc
[677/1202] Compiling stack.cc
[678/1202] Compiling trust_token.cc
[679/1202] Compiling sha512.cc
[680/1202] Compiling pmbtoken.cc
[681/1202] Compiling sha256.cc
[682/1202] Compiling siphash.cc
[683/1202] Compiling sha1.cc
[684/1202] Compiling spake2plus.cc
[685/1202] Compiling slhdsa.cc
[686/1202] Compiling rsa_extra.cc
[687/1202] Compiling rsa_print.cc
[688/1202] Compiling rc4.cc
[689/1202] Compiling refcount.cc
[690/1202] Compiling rsa_crypt.cc
[691/1202] Compiling windows.cc
[692/1202] Compiling urandom.cc
[693/1202] Compiling trusty.cc
[694/1202] Compiling rand.cc
[695/1202] Compiling rsa_asn1.cc
[696/1202] Compiling ios.cc
[697/1202] Compiling passive.cc
[698/1202] Compiling poly1305_arm_asm.S
[699/1202] Compiling getentropy.cc
[700/1202] Compiling forkunsafe.cc
[701/1202] Compiling deterministic.cc
[702/1202] Compiling fork_detect.cc
[703/1202] Compiling poly1305_arm.cc
[704/1202] Compiling poly1305.cc
[705/1202] Compiling poly1305_vec.cc
[706/1202] Compiling pool.cc
[707/1202] Compiling pkcs7.cc
[708/1202] Compiling pkcs8.cc
[709/1202] Compiling pkcs8_x509.cc
[710/1202] Compiling pkcs7_x509.cc
[711/1202] Compiling pem_x509.cc
[712/1202] Compiling p5_pbev2.cc
[713/1202] Compiling pem_xaux.cc
[714/1202] Compiling pem_pkey.cc
[715/1202] Compiling mlkem.cc
[716/1202] Compiling obj_xref.cc
[717/1202] Compiling pem_oth.cc
[718/1202] Compiling pem_pk8.cc
[719/1202] Compiling pem_info.cc
[720/1202] Compiling mldsa.cc
[721/1202] Compiling pem_lib.cc
[722/1202] Compiling pem_all.cc
[723/1202] Compiling mem.cc
[724/1202] Compiling obj.cc
[725/1202] Compiling fips_shared_support.cc
[726/1202] Compiling md5.cc
[727/1202] Compiling poly_rq_mul.S
[728/1202] Compiling md4.cc
[729/1202] Compiling lhash.cc
[730/1202] Compiling ex_data.cc
[731/1202] Compiling hrss.cc
[732/1202] Compiling sign.cc
[733/1202] Compiling kyber.cc
[734/1202] Compiling scrypt.cc
[735/1202] Compiling hpke.cc
[736/1202] Compiling pbkdf.cc
[737/1202] Compiling p_x25519.cc
[738/1202] Compiling print.cc
[739/1202] Compiling p_x25519_asn1.cc
[740/1202] Compiling p_rsa_asn1.cc
[741/1202] Compiling p_ed25519.cc
[742/1202] Compiling p_rsa.cc
[743/1202] Compiling p_hkdf.cc
[744/1202] Compiling p_ec_asn1.cc
[745/1202] Compiling p_ec.cc
[746/1202] Compiling p_ed25519_asn1.cc
[747/1202] Compiling p_dh_asn1.cc
[748/1202] Compiling p_dh.cc
[749/1202] Compiling err.cc
[750/1202] Compiling evp.cc
[751/1202] Compiling evp_ctx.cc
[752/1202] Compiling p_dsa_asn1.cc
[753/1202] Compiling engine.cc
[754/1202] Compiling evp_asn1.cc
[755/1202] Compiling ecdsa_asn1.cc
[756/1202] Compiling hash_to_curve.cc
[757/1202] Compiling ec_derive.cc
[758/1202] Compiling ecdh.cc
[759/1202] Compiling ec_asn1.cc
[760/1202] Compiling params.cc
[761/1202] Compiling dsa.cc
[762/1202] Compiling dsa_asn1.cc
[763/1202] Compiling des.cc
[764/1202] Compiling x25519-asm-arm.S
[765/1202] Compiling digest_extra.cc
[766/1202] Compiling dh_asn1.cc
[767/1202] Compiling spake25519.cc
[768/1202] Compiling cpu_intel.cc
[769/1202] Compiling crypto.cc
[770/1202] Compiling curve25519.cc
[771/1202] Compiling cpu_arm_freebsd.cc
[772/1202] Compiling cpu_arm_linux.cc
[773/1202] Compiling bcm.cc
[774/1202] Compiling cpu_aarch64_openbsd.cc
[775/1202] Compiling cpu_aarch64_sysreg.cc
[776/1202] Compiling cpu_aarch64_win.cc
[777/1202] Compiling curve25519_64_adx.cc
[778/1202] Compiling cpu_aarch64_linux.cc
[779/1202] Compiling cpu_aarch64_fuchsia.cc
[780/1202] Compiling cpu_aarch64_apple.cc
[781/1202] Compiling tls_cbc.cc
[782/1202] Compiling conf.cc
[783/1202] Compiling get_cipher.cc
[784/1202] Compiling e_rc4.cc
[785/1202] Compiling e_tls.cc
[786/1202] Compiling e_rc2.cc
[787/1202] Compiling e_null.cc
[788/1202] Compiling e_des.cc
[789/1202] Compiling e_chacha20poly1305.cc
[790/1202] Compiling e_aesgcmsiv.cc
[791/1202] Compiling derive_key.cc
[792/1202] Compiling e_aesctrhmac.cc
[793/1202] Compiling chacha.cc
[794/1202] Compiling unicode.cc
[795/1202] Compiling cbs.cc
[796/1202] Compiling buf.cc
[797/1202] Compiling cbb.cc
[798/1202] Compiling asn1_compat.cc
[799/1202] Compiling ber.cc
[800/1202] Compiling bn_asn1.cc
[801/1202] Compiling convert.cc
[802/1202] Compiling blake2.cc
[803/1202] Compiling socket.cc
[804/1202] Compiling printf.cc
[805/1202] Compiling socket_helper.cc
[806/1202] Compiling pair.cc
[807/1202] Compiling hexdump.cc
[808/1202] Compiling file.cc
[809/1202] Compiling errno.cc
[810/1202] Compiling fd.cc
[811/1202] Compiling connect.cc
[812/1202] Compiling bio_mem.cc
[813/1202] Compiling bio.cc
[814/1202] Compiling base64.cc
[815/1202] Compiling tasn_fre.cc
[816/1202] Compiling tasn_typ.cc
[817/1202] Compiling tasn_enc.cc
[818/1202] Compiling tasn_utl.cc
[819/1202] Compiling tasn_new.cc
[820/1202] Compiling f_string.cc
[820/1202] Compiling posix_time.cc
[822/1202] Compiling f_int.cc
[823/1202] Compiling asn_pack.cc
[824/1202] Compiling asn1_par.cc
[825/1202] Compiling tasn_dec.cc
[826/1202] Compiling a_octet.cc
[827/1202] Compiling asn1_lib.cc
[827/1202] Compiling a_time.cc
[829/1202] Compiling a_type.cc
[830/1202] Compiling a_utctm.cc
[831/1202] Compiling a_strnid.cc
[832/1202] Compiling a_strex.cc
[833/1202] Compiling a_i2d_fp.cc
[834/1202] Compiling a_object.cc
[835/1202] Compiling a_dup.cc
[836/1202] Compiling a_mbstr.cc
[837/1202] Compiling a_bitstr.cc
[838/1202] Compiling a_d2i_fp.cc
[839/1202] Compiling a_gentm.cc
[840/1202] Compiling fiat_p256_adx_sqr.S
[841/1202] Compiling fiat_p256_adx_mul.S
[842/1202] Compiling fiat_curve25519_adx_square.S
[843/1202] Compiling fiat_curve25519_adx_mul.S
[844/1202] Compiling md5-x86_64-linux.S
[845/1202] Compiling md5-x86_64-apple.S
[846/1202] Compiling md5-586-linux.S
[847/1202] Compiling md5-586-apple.S
[848/1202] Compiling a_int.cc
[849/1202] Compiling chacha20_poly1305_x86_64-apple.S
[850/1202] Compiling chacha20_poly1305_x86_64-linux.S
[851/1202] Compiling chacha20_poly1305_armv8-win.S
[852/1202] Compiling chacha20_poly1305_armv8-linux.S
[852/1202] Compiling CCryptoBoringSSLShims shims.c
[854/1202] Compiling chacha20_poly1305_armv8-apple.S
[855/1202] Compiling a_bool.cc
[856/1202] Compiling chacha-x86-apple.S
[857/1202] Compiling chacha-x86_64-apple.S
[858/1202] Compiling chacha-x86-linux.S
[859/1202] Compiling chacha-x86_64-linux.S
[860/1202] Compiling chacha-armv8-win.S
[861/1202] Compiling chacha-armv8-linux.S
[862/1202] Compiling chacha-armv4-linux.S
[863/1202] Compiling chacha-armv8-apple.S
[864/1202] Compiling aes128gcmsiv-x86_64-linux.S
[865/1202] Compiling err_data.cc
[866/1202] Compiling aes128gcmsiv-x86_64-apple.S
[867/1202] Compiling x86_64-mont-apple.S
[868/1202] Compiling x86_64-mont5-linux.S
[869/1202] Compiling x86_64-mont5-apple.S
[870/1202] Compiling x86_64-mont-linux.S
[871/1202] Compiling x86-mont-apple.S
[872/1202] Compiling x86-mont-linux.S
[873/1202] Compiling vpaes-x86_64-linux.S
[874/1202] Compiling vpaes-x86_64-apple.S
[875/1202] Compiling vpaes-x86-linux.S
[876/1202] Compiling vpaes-armv8-linux.S
[877/1202] Compiling vpaes-armv8-win.S
[878/1202] Compiling vpaes-x86-apple.S
[879/1202] Compiling sha512-x86_64-apple.S
[880/1202] Compiling vpaes-armv8-apple.S
[881/1202] Compiling sha512-x86_64-linux.S
[882/1202] Compiling vpaes-armv7-linux.S
[883/1202] Compiling sha512-armv8-win.S
[884/1202] Compiling sha512-armv8-linux.S
[885/1202] Compiling sha512-armv4-linux.S
[886/1202] Compiling sha512-586-apple.S
[887/1202] Compiling sha512-586-linux.S
[888/1202] Compiling sha512-armv8-apple.S
[889/1202] Compiling sha256-x86_64-linux.S
[890/1202] Compiling sha256-x86_64-apple.S
[891/1202] Compiling sha256-armv8-win.S
[892/1202] Compiling sha256-armv8-linux.S
[893/1202] Compiling sha256-586-linux.S
[894/1202] Compiling sha256-armv4-linux.S
[895/1202] Compiling sha256-armv8-apple.S
[896/1202] Compiling sha256-586-apple.S
[897/1202] Compiling sha1-x86_64-apple.S
[898/1202] Compiling sha1-x86_64-linux.S
[899/1202] Compiling sha1-armv8-win.S
[900/1202] Compiling sha1-armv8-linux.S
[901/1202] Compiling sha1-armv8-apple.S
[902/1202] Compiling sha1-armv4-large-linux.S
[903/1202] Compiling sha1-586-apple.S
[904/1202] Compiling sha1-586-linux.S
[905/1202] Compiling rsaz-avx2-apple.S
[906/1202] Compiling rdrand-x86_64-linux.S
[907/1202] Compiling rsaz-avx2-linux.S
[908/1202] Compiling rdrand-x86_64-apple.S
[909/1202] Compiling p256_beeu-x86_64-asm-linux.S
[910/1202] Compiling p256_beeu-x86_64-asm-apple.S
[911/1202] Compiling p256_beeu-armv8-asm-win.S
[912/1202] Compiling p256_beeu-armv8-asm-apple.S
[913/1202] Compiling p256_beeu-armv8-asm-linux.S
[914/1202] Compiling p256-armv8-asm-win.S
[915/1202] Compiling p256-x86_64-asm-apple.S
[916/1202] Compiling p256-armv8-asm-linux.S
[917/1202] Compiling p256-x86_64-asm-linux.S
[918/1202] Compiling p256-armv8-asm-apple.S
[919/1202] Compiling ghashv8-armv8-win.S
[920/1202] Compiling ghashv8-armv8-linux.S
[921/1202] Compiling ghashv8-armv8-apple.S
[922/1202] Compiling ghashv8-armv7-linux.S
[923/1202] Compiling ghash-x86_64-linux.S
[924/1202] Compiling ghash-x86_64-apple.S
[925/1202] Compiling ghash-x86-linux.S
[926/1202] Compiling ghash-x86-apple.S
[927/1202] Compiling ghash-ssse3-x86_64-apple.S
[928/1202] Compiling ghash-ssse3-x86_64-linux.S
[929/1202] Compiling ghash-ssse3-x86-apple.S
[930/1202] Compiling ghash-ssse3-x86-linux.S
[931/1202] Compiling ghash-neon-armv8-win.S
[932/1202] Compiling ghash-neon-armv8-linux.S
[932/1202] Compiling co-586-linux.S
[934/1202] Compiling ghash-armv4-linux.S
[935/1202] Compiling ghash-neon-armv8-apple.S
[936/1202] Compiling co-586-apple.S
[937/1202] Compiling bsaes-armv7-linux.S
[938/1202] Compiling bn-armv8-win.S
[939/1202] Compiling bn-586-linux.S
[940/1202] Compiling bn-armv8-apple.S
[941/1202] Compiling bn-586-apple.S
[942/1202] Compiling armv8-mont-win.S
[943/1202] Compiling bn-armv8-linux.S
[944/1202] Compiling armv8-mont-linux.S
[945/1202] Compiling armv4-mont-linux.S
[946/1202] Compiling armv8-mont-apple.S
[947/1202] Compiling aesv8-gcm-armv8-linux.S
[948/1202] Compiling aesv8-gcm-armv8-apple.S
[949/1202] Compiling aesv8-gcm-armv8-win.S
[950/1202] Compiling aesv8-armv8-win.S
[951/1202] Compiling aesv8-armv8-linux.S
[951/1202] Compiling aesv8-armv7-linux.S
[953/1202] Compiling aesv8-armv8-apple.S
[954/1202] Compiling aesni-x86_64-linux.S
[955/1202] Compiling aesni-x86_64-apple.S
[956/1202] Compiling aesni-x86-linux.S
[957/1202] Compiling aesni-gcm-x86_64-linux.S
[958/1202] Compiling aesni-x86-apple.S
[959/1202] Compiling aesni-gcm-x86_64-apple.S
[960/1202] Compiling aes-gcm-avx10-x86_64-linux.S
[961/1202] Compiling aes-gcm-avx10-x86_64-apple.S
[962/1202] Compiling x_x509.cc
[963/1202] Compiling x_spki.cc
[964/1202] Compiling x_sig.cc
[965/1202] Compiling x_req.cc
[966/1202] Compiling c-nioatomics.c
[967/1202] Compiling x_val.cc
[968/1202] Compiling x_x509a.cc
[969/1202] Compiling c-atomics.c
[970/1202] Compiling x_pubkey.cc
[971/1204] Compiling x_attrib.cc
[972/1206] Compiling x_name.cc
[973/1208] Compiling x_crl.cc
[974/1208] Compiling x_exten.cc
[975/1208] Compiling x_algor.cc
[976/1208] Compiling x509spki.cc
[977/1208] Compiling x_all.cc
[979/1208] Compiling NIOConcurrencyHelpers lock.swift
[979/1208] Compiling x509rset.cc
[981/1208] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[982/1208] Compiling NIOConcurrencyHelpers NIOLock.swift
[983/1208] Compiling NIOConcurrencyHelpers atomics.swift
[984/1208] Emitting module NIOConcurrencyHelpers
[985/1208] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[985/1209] Compiling x509_vfy.cc
[987/1209] Compiling x509name.cc
[988/1209] Compiling x509_txt.cc
[989/1209] Compiling x509_vpm.cc
[990/1209] Compiling x509cset.cc
[991/1209] Compiling x509_v3.cc
[992/1235] Compiling x509_trs.cc
[994/1235] Compiling ConsoleKitTerminal Console+Confirm.swift
[995/1235] Compiling ConsoleKitTerminal Console+Input.swift
[996/1235] Compiling ConsoleKitTerminal Console+Center.swift
[997/1235] Compiling ConsoleKitTerminal Console+Output.swift
[998/1238] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[999/1238] Compiling ConsoleKitTerminal ConsoleClear.swift
[1000/1238] Compiling ConsoleKitTerminal Console+Ask.swift
[1001/1238] Compiling ConsoleKitTerminal Console+Choose.swift
[1002/1238] Compiling ConsoleKitTerminal ActivityBar.swift
[1003/1238] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1004/1238] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1005/1238] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1006/1238] Compiling ConsoleKitTerminal CustomActivity.swift
[1007/1238] Compiling ConsoleKitTerminal LoadingBar.swift
[1008/1238] Compiling ConsoleKitTerminal ProgressBar.swift
[1009/1238] Compiling ConsoleKitTerminal Console+Clear.swift
[1010/1238] Emitting module ConsoleKitTerminal
[1010/1238] Compiling x509_set.cc
[1011/1238] Compiling x509_def.cc
[1012/1238] Compiling x509_lu.cc
[1013/1238] Compiling x509_req.cc
[1014/1238] Compiling x509_d2.cc
[1015/1238] Compiling x509_obj.cc
[1017/1238] Compiling ConsoleKitTerminal ConsoleText.swift
[1018/1238] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1019/1238] Compiling ConsoleKitTerminal ANSI.swift
[1020/1238] Compiling ConsoleKitTerminal Console+Wait.swift
[1021/1238] Compiling ConsoleKitTerminal ConsoleColor.swift
[1022/1238] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1023/1238] Compiling ConsoleKitTerminal Console.swift
[1024/1238] Compiling ConsoleKitTerminal Terminal.swift
[1025/1238] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1025/1238] Compiling x509_ext.cc
[1026/1238] Compiling x509_cmp.cc
[1027/1238] Compiling x509_att.cc
[1028/1238] Compiling v3_skey.cc
[1030/1238] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1031/1238] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1032/1238] Compiling ConsoleKitTerminal LoggerFragment.swift
[1032/1239] Compiling v3_prn.cc
[1034/1239] Compiling x509.cc
[1035/1239] Compiling v3_purp.cc
[1036/1239] Compiling v3_utl.cc
[1037/1239] Compiling v3_pmaps.cc
[1038/1246] Compiling v3_ocsp.cc
[1039/1261] Compiling v3_int.cc
[1040/1261] Compiling v3_pcons.cc
[1041/1261] Compiling v3_ncons.cc
[1042/1261] Compiling v3_lib.cc
[1043/1261] Compiling v3_info.cc
[1045/1261] Compiling ConsoleKitCommands CommandSignature.swift
[1046/1261] Compiling ConsoleKitCommands Flag.swift
[1047/1261] Compiling ConsoleKitCommands Option.swift
[1048/1263] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1049/1263] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1050/1263] Compiling ConsoleKitCommands Argument.swift
[1050/1263] Compiling v3_genn.cc
[1052/1263] Compiling ConsoleKitCommands AsyncCommands.swift
[1053/1263] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1054/1263] Compiling ConsoleKitCommands AnyCommand.swift
[1055/1263] Emitting module ConsoleKitCommands
[1056/1263] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1057/1263] Compiling ConsoleKitCommands AsyncCommand.swift
[1058/1263] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1058/1263] Compiling v3_ia5.cc
[1059/1263] Compiling v3_extku.cc
[1060/1263] Compiling v3_enum.cc
[1061/1263] Compiling v3_bitst.cc
[1062/1263] Compiling v3_crld.cc
[1064/1263] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1065/1263] Compiling ConsoleKitCommands Utilities.swift
[1065/1263] Compiling v3_cpols.cc
[1066/1263] Compiling v3_bcons.cc
[1067/1263] Compiling v3_alt.cc
[1068/1263] Compiling v3_akey.cc
[1069/1263] Compiling v3_akeya.cc
[1070/1263] Compiling t_x509a.cc
[1071/1263] Compiling t_req.cc
[1073/1263] Compiling ConsoleKitCommands CommandGroup.swift
[1074/1263] Compiling ConsoleKitCommands CommandInput.swift
[1075/1263] Compiling ConsoleKitCommands Commands.swift
[1076/1263] Compiling ConsoleKitCommands Command.swift
[1077/1263] Compiling ConsoleKitCommands CommandContext.swift
[1078/1263] Compiling ConsoleKitCommands CommandError.swift
[1079/1263] Compiling ConsoleKitCommands Console+Run.swift
[1080/1263] Compiling ConsoleKitCommands ConsoleError.swift
[1081/1263] Compiling ConsoleKitCommands Completion.swift
[1081/1264] Compiling t_x509.cc
[1083/1264] Compiling t_crl.cc
[1084/1266] Compiling i2d_pr.cc
[1085/1266] Compiling rsa_pss.cc
[1087/1266] Compiling ConsoleKit Exports.swift
[1088/1266] Emitting module ConsoleKit
[1088/1267] Compiling name_print.cc
[1089/1267] Compiling policy.cc
[1091/1267] Compiling by_file.cc
[1092/1267] Compiling by_dir.cc
[1093/1267] Compiling asn1_gen.cc
[1094/1267] Compiling algorithm.cc
[1095/1267] Compiling a_verify.cc
[1096/1267] Compiling a_digest.cc
[1097/1267] Compiling a_sign.cc
[1098/1267] Compiling thread_win.cc
[1099/1267] Compiling thread_pthread.cc
[1100/1267] Compiling voprf.cc
[1101/1267] Compiling trust_token.cc
[1102/1267] Compiling pmbtoken.cc
[1103/1267] Compiling thread_none.cc
[1104/1267] Compiling thash.cc
[1105/1267] Compiling thread.cc
[1106/1267] Compiling wots.cc
[1107/1267] Compiling merkle.cc
[1108/1267] Compiling slhdsa.cc
[1109/1267] Compiling stack.cc
[1110/1267] Compiling fors.cc
[1111/1267] Compiling sha512.cc
[1112/1267] Compiling sha1.cc
[1113/1267] Compiling siphash.cc
[1114/1267] Compiling rsa_print.cc
[1115/1267] Compiling sha256.cc
[1116/1267] Compiling rsa_extra.cc
[1117/1267] Compiling rc4.cc
[1118/1267] Compiling rsa_asn1.cc
[1119/1267] Compiling rsa_crypt.cc
[1120/1267] Compiling urandom.cc
[1121/1267] Compiling trusty.cc
[1122/1267] Compiling refcount.cc
[1123/1267] Compiling windows.cc
[1124/1267] Compiling rand_extra.cc
[1125/1267] Compiling passive.cc
[1126/1267] Compiling ios.cc
[1127/1267] Compiling getentropy.cc
[1128/1267] Compiling poly1305_arm_asm.S
[1129/1267] Compiling deterministic.cc
[1130/1267] Compiling forkunsafe.cc
[1131/1267] Compiling fork_detect.cc
[1132/1267] Compiling poly1305_vec.cc
[1133/1267] Compiling pool.cc
[1134/1267] Compiling poly1305_arm.cc
[1135/1267] Compiling poly1305.cc
[1136/1267] Compiling pkcs7.cc
[1137/1267] Compiling pkcs8.cc
[1138/1267] Compiling pem_xaux.cc
[1139/1267] Compiling pem_x509.cc
[1140/1267] Compiling pkcs8_x509.cc
[1141/1267] Compiling p5_pbev2.cc
[1142/1267] Compiling pem_pkey.cc
[1143/1267] Compiling pkcs7_x509.cc
[1144/1267] Compiling pem_pk8.cc
[1145/1267] Compiling pem_oth.cc
[1146/1267] Compiling mldsa.cc
[1147/1267] Compiling obj_xref.cc
[1148/1267] Compiling pem_info.cc
[1149/1267] Compiling mem.cc
[1150/1267] Compiling mlkem.cc
[1151/1267] Compiling obj.cc
[1152/1267] Compiling pem_all.cc
[1153/1267] Compiling pem_lib.cc
[1154/1267] Compiling fips_shared_support.cc
[1155/1267] Compiling poly_rq_mul.S
[1156/1267] Compiling md4.cc
[1157/1267] Compiling md5.cc
[1158/1267] Compiling lhash.cc
[1159/1267] Compiling kyber.cc
[1160/1267] Compiling hpke.cc
[1161/1267] Compiling hrss.cc
[1162/1267] Compiling sign.cc
[1163/1267] Compiling ex_data.cc
[1164/1267] Compiling scrypt.cc
[1165/1267] Compiling print.cc
[1166/1267] Compiling pbkdf.cc
[1167/1267] Compiling p_x25519_asn1.cc
[1168/1267] Compiling p_x25519.cc
[1169/1267] Compiling p_ed25519.cc
[1170/1267] Compiling p_rsa_asn1.cc
[1171/1267] Compiling p_hkdf.cc
[1172/1267] Compiling p_ed25519_asn1.cc
[1173/1267] Compiling p_rsa.cc
[1174/1267] Compiling p_dh.cc
[1175/1267] Compiling p_dsa_asn1.cc
[1176/1267] Compiling p_dh_asn1.cc
[1177/1267] Compiling p_ec_asn1.cc
[1178/1267] Compiling evp_ctx.cc
[1179/1267] Compiling p_ec.cc
[1180/1267] Compiling evp_asn1.cc
[1181/1267] Compiling evp.cc
[1182/1267] Compiling err.cc
[1183/1267] Compiling engine.cc
[1184/1267] Compiling ecdh_extra.cc
[1185/1267] Compiling ec_derive.cc
[1186/1267] Compiling ecdsa_asn1.cc
[1187/1267] Compiling hash_to_curve.cc
[1188/1267] Compiling dsa_asn1.cc
[1189/1267] Compiling ec_asn1.cc
[1190/1267] Compiling digest_extra.cc
[1191/1267] Compiling dsa.cc
[1192/1267] Compiling dh_asn1.cc
[1193/1267] Compiling x25519-asm-arm.S
[1194/1267] Compiling params.cc
[1195/1267] Compiling des.cc
[1196/1267] Compiling spake25519.cc
[1197/1267] Compiling crypto.cc
[1198/1267] Compiling cpu_intel.cc
[1199/1267] Compiling cpu_arm_linux.cc
[1200/1267] Compiling curve25519.cc
[1201/1267] Compiling cpu_aarch64_sysreg.cc
[1202/1267] Compiling cpu_aarch64_win.cc
[1203/1267] Compiling bcm.cc
[1204/1267] Compiling cpu_arm_freebsd.cc
[1205/1267] Compiling cpu_aarch64_openbsd.cc
[1206/1267] Compiling curve25519_64_adx.cc
[1207/1267] Compiling cpu_aarch64_linux.cc
[1208/1267] Compiling cpu_aarch64_apple.cc
[1209/1267] Compiling cpu_aarch64_fuchsia.cc
[1210/1267] Compiling e_rc4.cc
[1211/1267] Compiling tls_cbc.cc
[1212/1267] Compiling e_null.cc
[1213/1267] Compiling e_tls.cc
[1214/1267] Compiling e_rc2.cc
[1215/1267] Compiling e_des.cc
[1216/1267] Compiling e_chacha20poly1305.cc
[1217/1267] Compiling e_aesgcmsiv.cc
[1218/1267] Compiling unicode.cc
[1218/1267] Compiling derive_key.cc
[1220/1267] Compiling chacha.cc
[1221/1267] Compiling e_aesctrhmac.cc
[1222/1267] Compiling cipher_extra.cc
[1223/1267] Compiling cbb.cc
[1224/1267] Compiling cbs.cc
[1225/1267] Compiling ber.cc
[1226/1267] Compiling bn_asn1.cc
[1227/1267] Compiling blake2.cc
[1228/1267] Compiling buf.cc
[1229/1267] Compiling asn1_compat.cc
[1230/1267] Compiling printf.cc
[1231/1267] Compiling convert.cc
[1232/1267] Compiling pair.cc
[1233/1267] Compiling hexdump.cc
[1234/1267] Compiling bio_mem.cc
[1235/1267] Compiling tasn_typ.cc
[1236/1267] Compiling tasn_utl.cc
[1237/1267] Compiling base64.cc
[1238/1267] Compiling bio.cc
[1239/1267] Compiling tasn_new.cc
[1240/1267] Compiling tasn_enc.cc
[1241/1267] Compiling f_string.cc
[1242/1267] Compiling posix_time.cc
[1243/1267] Compiling asn_pack.cc
[1244/1267] Compiling asn1_par.cc
[1245/1267] Compiling f_int.cc
[1246/1267] Compiling tasn_dec.cc
[1247/1267] Compiling a_utctm.cc
[1247/1267] Compiling asn1_lib.cc
[1249/1267] Compiling a_type.cc
[1250/1267] Compiling a_octet.cc
[1251/1267] Compiling a_strex.cc
[1252/1267] Compiling a_time.cc
[1253/1267] Compiling a_object.cc
[1254/1267] Compiling a_strnid.cc
[1255/1267] Compiling a_mbstr.cc
[1255/1267] Write sources
[1260/1267] Compiling a_int.cc
[1261/1267] Compiling a_i2d_fp.cc
[1262/1333] Compiling a_dup.cc
[1263/1337] Compiling a_gentm.cc
[1264/1339] Compiling a_bool.cc
[1265/1339] Compiling a_d2i_fp.cc
[1266/1340] Compiling a_bitstr.cc
[1268/1364] Compiling Algorithms Permutations.swift
[1269/1364] Compiling Algorithms Product.swift
[1270/1364] Compiling Algorithms MinMax.swift
[1271/1364] Compiling Algorithms Partition.swift
[1272/1366] Compiling Algorithms Joined.swift
[1273/1366] Compiling Algorithms Keyed.swift
[1274/1374] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1275/1374] Compiling BitCollections BitSet+CustomReflectable.swift
[1276/1374] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1277/1374] Compiling BitCollections BitSet+Equatable.swift
[1278/1374] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1279/1374] Compiling BitCollections BitSet+Extras.swift
[1280/1374] Compiling BitCollections BitSet+Hashable.swift
[1281/1381] Compiling Algorithms Chain.swift
[1282/1381] Compiling Algorithms Chunked.swift
[1283/1381] Compiling Algorithms Combinations.swift
[1284/1381] Compiling Algorithms Indexed.swift
[1285/1381] Compiling Algorithms Intersperse.swift
[1286/1381] Compiling Algorithms AdjacentPairs.swift
[1287/1381] Emitting module BitCollections
[1288/1381] Compiling Atomics IntegerOperations.swift
[1289/1381] Compiling Atomics Unmanaged extensions.swift
[1290/1381] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1291/1381] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1292/1381] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1293/1381] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1294/1381] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1295/1381] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1296/1381] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1297/1381] Compiling BitCollections BitSet+Initializers.swift
[1298/1381] Compiling BitCollections BitSet+Invariants.swift
[1299/1381] Compiling BitCollections BitSet+Random.swift
[1300/1381] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1301/1381] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1302/1381] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1303/1381] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1304/1381] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1305/1381] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1306/1381] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1307/1381] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1308/1381] Compiling BitCollections BitSet+SetAlgebra union.swift
[1309/1381] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1310/1381] Compiling BitCollections BitSet.Counted.swift
[1311/1381] Compiling Algorithms RandomSample.swift
[1312/1381] Compiling Algorithms Reductions.swift
[1313/1381] Compiling Algorithms Rotate.swift
[1314/1384] Compiling CryptoBoringWrapper RandomBytes.swift
[1320/1384] Compiling Algorithms Suffix.swift
[1321/1384] Compiling Algorithms Compacted.swift
[1322/1384] Compiling Algorithms Cycle.swift
[1323/1384] Compiling Algorithms EitherSequence.swift
[1324/1384] Compiling Algorithms FirstNonNil.swift
[1325/1384] Compiling Algorithms FlattenCollection.swift
[1326/1384] Compiling Algorithms Grouped.swift
[1329/1384] Compiling BitCollections BitSet.Index.swift
[1330/1384] Compiling BitCollections BitSet._UnsafeHandle.swift
[1331/1384] Compiling BitCollections BitSet.swift
[1332/1384] Compiling BitCollections Range+Utilities.swift
[1333/1384] Compiling BitCollections Slice+Utilities.swift
[1334/1384] Compiling BitCollections UInt+Tricks.swift
[1335/1384] Compiling BitCollections _Word.swift
[1339/1384] Emitting module CryptoBoringWrapper
[1340/1384] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1341/1384] Compiling Algorithms Trim.swift
[1342/1384] Compiling Algorithms Unique.swift
[1343/1384] Compiling Algorithms Windows.swift
[1344/1384] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1369/1385] Emitting module Atomics
[1370/1385] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1371/1385] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1372/1385] Compiling CryptoBoringWrapper EllipticCurve.swift
[1373/1385] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1387/1389] Compiling Collections Collections.swift
[1388/1389] Emitting module Collections
[1390/1520] Emitting module Algorithms
[1392/1521] Emitting module Crypto
[1393/1530] Compiling NIOCore EventLoop+Deprecated.swift
[1394/1530] Compiling NIOCore EventLoop+SerialExecutor.swift
[1395/1530] Compiling NIOCore EventLoop.swift
[1396/1530] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1397/1530] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1398/1530] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1399/1530] Compiling NIOCore EventLoopFuture.swift
[1400/1530] Compiling NIOCore FileDescriptor.swift
[1401/1530] Compiling NIOCore FileHandle.swift
[1402/1530] Compiling NIOCore FileRegion.swift
[1403/1530] Compiling NIOCore MarkedCircularBuffer.swift
[1404/1530] Compiling NIOCore MulticastChannel.swift
[1405/1530] Compiling NIOCore NIOAny.swift
[1406/1530] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1407/1530] Compiling NIOCore NIOLoopBound.swift
[1408/1530] Compiling NIOCore NIOScheduledCallback.swift
[1409/1530] Compiling NIOCore NIOSendable.swift
[1410/1530] Compiling NIOCore RecvByteBufferAllocator.swift
[1411/1538] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1412/1538] Compiling NIOCore ByteBuffer-views.swift
[1413/1538] Compiling NIOCore Channel.swift
[1414/1538] Compiling Crypto CryptoKitErrors.swift
[1415/1538] Compiling Crypto Digest_boring.swift
[1416/1538] Compiling Crypto Digest.swift
[1417/1538] Compiling Crypto Digests.swift
[1418/1538] Compiling Crypto HashFunctions.swift
[1419/1538] Compiling Crypto HashFunctions_SHA2.swift
[1420/1538] Compiling Crypto HPKE-AEAD.swift
[1429/1538] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1430/1538] Compiling NIOCore SocketAddresses.swift
[1431/1538] Compiling NIOCore SocketOptionProvider.swift
[1432/1538] Compiling NIOCore SystemCallHelpers.swift
[1433/1538] Compiling NIOCore TimeAmount+Duration.swift
[1434/1538] Compiling NIOCore TypeAssistedChannelHandler.swift
[1435/1538] Compiling NIOCore UniversalBootstrapSupport.swift
[1436/1538] Compiling NIOCore Utilities.swift
[1437/1538] Compiling Crypto Curve25519.swift
[1438/1538] Compiling Crypto Ed25519Keys.swift
[1439/1538] Compiling Crypto NISTCurvesKeys.swift
[1440/1538] Compiling Crypto X25519Keys.swift
[1441/1538] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1442/1538] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1443/1538] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1444/1538] Compiling NIOCore NIOAsyncWriter.swift
[1445/1538] Compiling NIOCore ChannelPipeline.swift
[1446/1538] Compiling NIOCore CircularBuffer.swift
[1447/1538] Compiling NIOCore Codec.swift
[1448/1538] Compiling NIOCore ConvenienceOptionSupport.swift
[1449/1538] Compiling NIOCore DeadChannel.swift
[1450/1538] Compiling NIOCore DispatchQueue+WithFuture.swift
[1454/1538] Compiling Crypto ASN1Identifier.swift
[1455/1538] Compiling Crypto ASN1Integer.swift
[1456/1538] Compiling NIOCore IntegerTypes.swift
[1457/1538] Compiling NIOCore Interfaces.swift
[1458/1538] Compiling NIOCore Linux.swift
[1459/1538] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1460/1538] Compiling NIOCore BSDSocketAPI.swift
[1461/1538] Compiling NIOCore ByteBuffer-aux.swift
[1462/1538] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1463/1538] Compiling NIOCore ByteBuffer-conversions.swift
[1464/1538] Compiling NIOCore ByteBuffer-core.swift
[1465/1538] Compiling NIOCore ByteBuffer-hex.swift
[1466/1538] Compiling NIOCore ByteBuffer-int.swift
[1467/1538] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1468/1538] Compiling NIOCore ByteBuffer-multi-int.swift
[1474/1538] Compiling NIOCore AddressedEnvelope.swift
[1475/1538] Compiling NIOCore AsyncAwaitSupport.swift
[1476/1538] Compiling NIOCore AsyncChannel.swift
[1477/1538] Compiling NIOCore AsyncChannelHandler.swift
[1478/1538] Compiling NIOCore AsyncChannelInboundStream.swift
[1479/1538] Compiling Crypto Signature.swift
[1480/1538] Compiling Crypto CryptoKitErrors_boring.swift
[1481/1538] Compiling Crypto RNG_boring.swift
[1482/1538] Compiling Crypto SafeCompare_boring.swift
[1483/1538] Compiling Crypto Zeroization_boring.swift
[1484/1538] Compiling Crypto PrettyBytes.swift
[1485/1538] Compiling Crypto SafeCompare.swift
[1486/1538] Compiling Crypto SecureBytes.swift
[1487/1538] Compiling Crypto Zeroization.swift
[1539/1539] Emitting module NIOCore
[1541/1591] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1542/1591] Compiling NIOEmbedded AsyncTestingChannel.swift
[1543/1591] Compiling NIOEmbedded Embedded.swift
[1544/1591] Emitting module NIOEmbedded
[1546/1592] Compiling NIOPosix IO.swift
[1547/1592] Compiling NIOPosix IntegerBitPacking.swift
[1548/1592] Compiling NIOPosix IntegerTypes.swift
[1549/1592] Compiling NIOPosix Linux.swift
[1550/1592] Compiling NIOPosix LinuxCPUSet.swift
[1551/1592] Compiling NIOPosix LinuxUring.swift
[1552/1592] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1553/1592] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1554/1592] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1555/1592] Compiling NIOPosix PosixSingletons.swift
[1556/1592] Compiling NIOPosix RawSocketBootstrap.swift
[1557/1592] Compiling NIOPosix Resolver.swift
[1558/1592] Compiling NIOPosix Selectable.swift
[1559/1592] Compiling NIOPosix SelectableChannel.swift
[1560/1592] Compiling NIOPosix SelectableEventLoop.swift
[1561/1592] Compiling NIOPosix SelectorEpoll.swift
[1562/1592] Compiling NIOPosix SelectorGeneric.swift
[1563/1592] Compiling NIOPosix SelectorKqueue.swift
[1564/1592] Compiling NIOPosix SelectorUring.swift
[1565/1598] Compiling NIOPosix ServerSocket.swift
[1566/1598] Compiling NIOPosix Socket.swift
[1567/1598] Compiling NIOPosix SocketChannel.swift
[1568/1598] Compiling NIOPosix SocketProtocols.swift
[1569/1598] Compiling NIOPosix System.swift
[1570/1598] Compiling NIOPosix Thread.swift
[1571/1598] Emitting module NIOPosix
[1572/1598] Compiling NIOPosix BSDSocketAPICommon.swift
[1573/1598] Compiling NIOPosix BSDSocketAPIPosix.swift
[1574/1598] Compiling NIOPosix BSDSocketAPIWindows.swift
[1575/1598] Compiling NIOPosix BaseSocket.swift
[1576/1598] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1577/1598] Compiling NIOPosix BaseSocketChannel.swift
[1578/1598] Compiling NIOPosix BaseStreamSocketChannel.swift
[1579/1598] Compiling NIOPosix ThreadPosix.swift
[1580/1598] Compiling NIOPosix ThreadWindows.swift
[1581/1598] Compiling NIOPosix UnsafeTransfer.swift
[1582/1598] Compiling NIOPosix Utilities.swift
[1583/1598] Compiling NIOPosix VsockAddress.swift
[1584/1598] Compiling NIOPosix VsockChannelEvents.swift
[1585/1598] Compiling NIOPosix NIOThreadPool.swift
[1586/1598] Compiling NIOPosix NonBlockingFileIO.swift
[1587/1598] Compiling NIOPosix PendingDatagramWritesManager.swift
[1588/1598] Compiling NIOPosix PendingWritesManager.swift
[1589/1598] Compiling NIOPosix PipeChannel.swift
[1590/1598] Compiling NIOPosix PipePair.swift
[1591/1598] Compiling NIOPosix Pool.swift
[1592/1598] Compiling NIOPosix Bootstrap.swift
[1593/1598] Compiling NIOPosix ControlMessage.swift
[1594/1598] Compiling NIOPosix DatagramVectorReadManager.swift
[1595/1598] Compiling NIOPosix Errors+Any.swift
[1596/1598] Compiling NIOPosix FileDescriptor.swift
[1597/1598] Compiling NIOPosix GetaddrinfoResolver.swift
[1598/1598] Compiling NIOPosix HappyEyeballs.swift
[1600/1658] Emitting module NIO
[1601/1658] Compiling NIO Exports.swift
[1603/1659] Compiling _NIOFileSystem Array+FileSystem.swift
[1604/1659] Compiling _NIOFileSystem ArraySlice+FileSystem.swift
[1605/1659] Compiling _NIOFileSystem BufferedReader.swift
[1606/1700] Compiling NIOTLS TLSEvents.swift
[1607/1700] Compiling NIOTLS SNIHandler.swift
[1608/1700] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1609/1700] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1610/1700] Compiling NIOHTTP1 HTTPDecoder.swift
[1611/1701] Emitting module NIOTLS
[1612/1701] Compiling NIOSOCKS SOCKSResponse.swift
[1613/1701] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1614/1701] Compiling NIOSOCKS ClientStateMachine.swift
[1615/1701] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1616/1701] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1617/1701] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1618/1701] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1619/1701] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1620/1701] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1621/1701] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1622/1701] Emitting module NIOSOCKS
[1626/1701] Compiling NIOSOCKS Messages.swift
[1627/1701] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[1628/1701] Compiling NIOHTTP1 HTTPTypes.swift
[1629/1701] Compiling NIOSOCKS ServerStateMachine.swift
[1630/1701] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1631/1701] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1636/1705] Compiling AsyncKit Optional+StrictMap.swift
[1637/1705] Compiling AsyncKit Exports.swift
[1640/1705] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1641/1705] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1644/1730] Compiling NIOSSL SSLCallbacks.swift
[1645/1730] Compiling NIOSSL SSLPublicKey.swift
[1646/1734] Emitting module AsyncKit
[1647/1734] Emitting module NIOFoundationCompat
[1648/1734] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1649/1735] Compiling NIOSSL SSLErrors.swift
[1650/1735] Compiling NIOSSL SSLInit.swift
[1651/1735] Compiling NIOSSL SSLPKCS12Bundle.swift
[1652/1735] Compiling NIOSSL SSLPrivateKey.swift
[1653/1735] Compiling NIOSSL NIOSSLSecureBytes.swift
[1654/1735] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1655/1735] Compiling _NIOFileSystem Mocking.swift
[1656/1735] Compiling _NIOFileSystem Syscall.swift
[1657/1735] Compiling _NIOFileSystem Syscalls.swift
[1659/1739] Compiling NIOSSL PosixPort.swift
[1662/1739] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1663/1739] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1664/1739] Compiling NIOSSL RNG.swift
[1665/1739] Compiling NIOSSL SafeCompare.swift
[1666/1739] Compiling NIOSSL Zeroization.swift
[1667/1739] Compiling _NIOFileSystem TokenBucket.swift
[1668/1739] Compiling _NIOFileSystem UnsafeTransfer.swift
[1669/1740] Compiling NIOSSL SubjectAlternativeName.swift
[1670/1740] Compiling NIOSSL SSLCertificate.swift
[1671/1761] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1672/1761] Compiling NIOTransportServices NIOTSErrors.swift
[1673/1761] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1674/1761] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1675/1761] Emitting module NIOTransportServices
[1676/1761] Compiling NIOTransportServices NIOTSBootstraps.swift
[1679/1761] Compiling NIOTransportServices AcceptHandler.swift
[1680/1761] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1681/1761] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1684/1761] Compiling NIOTransportServices NIOTSEventLoop.swift
[1685/1761] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1686/1761] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1687/1761] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1688/1763] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1689/1763] Compiling NIOTransportServices NIOTSSingletons.swift
[1690/1763] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1691/1763] Compiling NIOTransportServices StateManagedChannel.swift
[1692/1763] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1693/1763] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1694/1763] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1695/1763] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1696/1763] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1697/1763] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1698/1763] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1700/1764] Emitting module NIOHTTP1
[1705/1830] Compiling NIOExtras RequestResponseHandler.swift
[1706/1830] Compiling MultipartKit MultipartPart.swift
[1707/1830] Compiling _NIOFileSystem SystemFileHandle.swift
[1708/1830] Compiling _NIOFileSystem Utilities.swift
[1709/1830] Compiling _NIOFileSystem OpenOptions.swift
[1710/1830] Compiling _NIOFileSystem String+FileSystem.swift
[1712/1832] Compiling NIOExtras UnsafeTransfer.swift
[1717/1837] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1718/1837] Emitting module NIOSSL
[1719/1837] Compiling MultipartKit MultipartSerializer.swift
[1720/1837] Compiling MultipartKit Utilities.swift
[1721/1837] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1722/1837] Compiling NIOWebSocket WebSocketOpcode.swift
[1723/1838] Compiling NIOExtras LineBasedFrameDecoder.swift
[1724/1838] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1725/1838] Compiling NIOExtras NIOExtrasError.swift
[1726/1838] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1727/1838] Compiling NIOHTTPCompression HTTPDecompression.swift
[1728/1838] Compiling NIOHPACK IndexedHeaderTable.swift
[1729/1838] Compiling NIOHPACK IntegerCoding.swift
[1730/1839] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1733/1839] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1734/1839] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1735/1839] Compiling NIOExtras DebugInboundEventsHandler.swift
[1736/1839] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1737/1839] Compiling NIOHTTPCompression HTTPCompression.swift
[1738/1839] Emitting module NIOHTTPCompression
[1741/1839] Emitting module NIOWebSocket
[1745/1839] Compiling NIOExtras NIORequestIdentifiable.swift
[1746/1839] Compiling NIOExtras PCAPRingBuffer.swift
[1747/1839] Compiling NIOExtras QuiescingHelper.swift
[1748/1839] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1749/1839] Compiling NIOExtras LengthFieldPrepender.swift
[1758/1839] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1759/1839] Compiling NIOExtras JSONRPCFraming.swift
[1762/1839] Compiling NIOHPACK StaticHeaderTable.swift
[1763/1839] Emitting module MultipartKit
[1770/1839] Compiling NIOHPACK HuffmanTables.swift
[1771/1839] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1772/1839] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1773/1839] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1774/1840] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1775/1840] Compiling NIOWebSocket WebSocketFrame.swift
[1776/1840] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1787/1840] Emitting module _NIOFileSystem
[1795/1841] Compiling NIOHPACK HuffmanCoding.swift
[1805/1843] Emitting module NIOExtras
[1806/1843] Emitting module NIOHPACK
[1810/1859] Compiling AWSLambdaRuntimeCore ControlPlaneRequestEncoder.swift
[1811/1859] Compiling AWSLambdaRuntimeCore Lambda+LocalServer.swift
[1812/1859] Compiling AWSLambdaRuntimeCore Lambda+String.swift
[1813/1859] Compiling AWSLambdaRuntimeCore Lambda.swift
[1814/1859] Compiling AWSLambdaRuntimeCore LambdaConfiguration.swift
[1815/1859] Compiling AWSLambdaRuntimeCore LambdaRequestID.swift
[1816/1864] Emitting module NIOFileSystem
[1817/1876] Compiling NIOFileSystem Exports.swift
[1818/1922] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1819/1922] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1820/1923] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1821/1923] Compiling NIOHTTP2 SendingHeadersState.swift
[1822/1923] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1823/1923] Compiling NIOHTTP2 SendingRstStreamState.swift
[1824/1923] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1825/1923] Compiling NIOHTTP2 HasRemoteSettings.swift
[1826/1923] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1827/1923] Compiling NIOHTTP2 QuiescingState.swift
[1828/1923] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1829/1923] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1832/1923] Compiling NIOHTTP2 HasLocalSettings.swift
[1835/1926] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1836/1926] Emitting module _NIOFileSystemFoundationCompat
[1840/1927] Compiling NIOHTTP2 Error+Any.swift
[1841/1927] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1842/1927] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1844/1928] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1845/1928] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1846/1928] Emitting module AWSLambdaRuntimeCore
[1847/1936] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1848/1936] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1849/1936] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1850/1936] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1851/1936] Compiling NIOHTTP2 MayReceiveFrames.swift
[1852/1936] Compiling NIOHTTP2 ReceivingDataState.swift
[1853/1936] Compiling AWSLambdaRuntimeCore Terminator.swift
[1854/1936] Compiling AWSLambdaRuntimeCore Utils.swift
[1855/1936] Compiling WebSocketKit WebSocketHandler.swift
[1856/1936] Compiling WebSocketKit WebSocketClient.swift
[1857/1936] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1858/1936] Compiling WebSocketKit Exports.swift
[1859/1936] Compiling WebSocketKit WebSocket+Connect.swift
[1860/1936] Compiling WebSocketKit WebSocket.swift
[1861/1936] Emitting module WebSocketKit
[1862/1936] Compiling WebSocketKit WebSocket+Concurrency.swift
[1864/1937] Compiling NIOHTTP2 SendingDataState.swift
[1865/1937] Compiling NIOHTTP2 SendingGoawayState.swift
[1866/1937] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1867/1937] Compiling NIOHTTP2 MaySendFrames.swift
[1883/1938] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1885/1949] Emitting module AWSLambdaRuntime
[1886/1949] Compiling AWSLambdaRuntime Context+Foundation.swift
[1887/1949] Compiling AWSLambdaRuntime Lambda+Codable.swift
[1889/1950] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1890/1950] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1891/1950] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1892/1950] Compiling NIOHTTP2 HTTP2StreamID.swift
[1893/1950] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1894/1950] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1895/1950] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1896/1950] Compiling NIOHTTP2 InboundEventBuffer.swift
[1897/1950] Compiling NIOHTTP2 InboundWindowManager.swift
[1898/1950] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1899/1950] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1900/1950] Compiling NIOHTTP2 StreamChannelList.swift
[1901/1950] Compiling NIOHTTP2 StreamMap.swift
[1902/1950] Compiling NIOHTTP2 StreamStateMachine.swift
[1903/1950] Compiling NIOHTTP2 UnsafeTransfer.swift
[1904/1950] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1905/1950] Emitting module NIOHTTP2
[1915/1950] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1916/1950] Compiling NIOHTTP2 HTTP2Frame.swift
[1917/1950] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1918/1950] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1919/1950] Compiling NIOHTTP2 HTTP2PingData.swift
[1920/1950] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1921/1950] Compiling NIOHTTP2 HTTP2Settings.swift
[1922/1950] Compiling NIOHTTP2 HTTP2Stream.swift
[1936/1951] Compiling NIOHTTP2 StateMachineResult.swift
[1937/1951] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1938/1951] Compiling NIOHTTP2 DOSHeuristics.swift
[1942/1951] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1943/1951] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1944/1951] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1945/1951] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1946/1951] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1947/1951] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1948/1951] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1949/1951] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1950/1951] Compiling NIOHTTP2 HTTP2Error.swift
[1951/1951] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1953/2011] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1954/2011] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1955/2011] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1956/2011] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1957/2011] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1958/2011] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1959/2011] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1960/2011] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1961/2011] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1962/2019] Emitting module AsyncHTTPClient
[1963/2019] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1964/2019] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1965/2019] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1966/2019] Compiling AsyncHTTPClient HTTP1Connection.swift
[1967/2019] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1968/2019] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1969/2019] Compiling AsyncHTTPClient HTTP2Connection.swift
[1970/2019] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1971/2019] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1972/2019] Compiling AsyncHTTPClient ConnectionTarget.swift
[1973/2019] Compiling AsyncHTTPClient DeconstructedURL.swift
[1974/2019] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1975/2019] Compiling AsyncHTTPClient FoundationExtensions.swift
[1976/2019] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1977/2019] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1978/2019] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1979/2019] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1980/2019] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1981/2019] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1982/2019] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1983/2019] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1984/2019] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1985/2019] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1986/2019] Compiling AsyncHTTPClient RequestBodyLength.swift
[1987/2019] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1988/2019] Compiling AsyncHTTPClient RequestOptions.swift
[1989/2019] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1990/2019] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1991/2019] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1992/2019] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1993/2019] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1994/2019] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1995/2019] Compiling AsyncHTTPClient RequestBag.swift
[1996/2019] Compiling AsyncHTTPClient RequestValidation.swift
[1997/2019] Compiling AsyncHTTPClient SSLContextCache.swift
[1998/2019] Compiling AsyncHTTPClient Scheme.swift
[1999/2019] Compiling AsyncHTTPClient Singleton.swift
[2000/2019] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2001/2019] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2002/2019] Compiling AsyncHTTPClient Utils.swift
[2003/2019] Compiling AsyncHTTPClient HTTPClient.swift
[2004/2019] Compiling AsyncHTTPClient HTTPHandler.swift
[2005/2019] Compiling AsyncHTTPClient LRUCache.swift
[2006/2019] Compiling AsyncHTTPClient NWErrorHandler.swift
[2007/2019] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2008/2019] Compiling AsyncHTTPClient TLSConfiguration.swift
[2009/2019] Compiling AsyncHTTPClient RedirectState.swift
[2010/2019] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2011/2019] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2012/2019] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2013/2019] Compiling AsyncHTTPClient Transaction.swift
[2014/2019] Compiling AsyncHTTPClient Base64.swift
[2015/2019] Compiling AsyncHTTPClient BasicAuth.swift
[2016/2019] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2017/2019] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2018/2019] Compiling AsyncHTTPClient ConnectionPool.swift
[2019/2019] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2021/2210] Emitting module Vercel
[2022/2212] Compiling Vapor Application.swift
[2023/2212] Compiling Vapor AuthenticationCache.swift
[2024/2212] Compiling Vapor Authenticator.swift
[2025/2212] Compiling Vercel Utils.swift
[2026/2212] Compiling Vercel Vercel.swift
[2027/2212] Compiling Vapor MemoryCache.swift
/host/spi-builder-workspace/Sources/Vercel/Fetch/Fetch.swift:67:55: warning: 'known' is deprecated: Use `known(_ count: Int64)` with an explicit Int64 argument instead
 65 |         httpRequest.body = .bytes(data)
 66 |     case .text(let text):
 67 |         httpRequest.body = .bytes(text.utf8, length: .known(text.utf8.count))
    |                                                       `- warning: 'known' is deprecated: Use `known(_ count: Int64)` with an explicit Int64 argument instead
 68 |     case .json(let json):
 69 |         httpRequest.body = .bytes(json)
[2028/2212] Compiling Vapor Request+Cache.swift
/host/spi-builder-workspace/Sources/Vercel/Fetch/Fetch.swift:67:55: warning: 'known' is deprecated: Use `known(_ count: Int64)` with an explicit Int64 argument instead
 65 |         httpRequest.body = .bytes(data)
 66 |     case .text(let text):
 67 |         httpRequest.body = .bytes(text.utf8, length: .known(text.utf8.count))
    |                                                       `- warning: 'known' is deprecated: Use `known(_ count: Int64)` with an explicit Int64 argument instead
 68 |     case .json(let json):
 69 |         httpRequest.body = .bytes(json)
[2029/2212] Compiling Vapor Application+Clients.swift
/host/spi-builder-workspace/Sources/Vercel/Fetch/Fetch.swift:67:55: warning: 'known' is deprecated: Use `known(_ count: Int64)` with an explicit Int64 argument instead
 65 |         httpRequest.body = .bytes(data)
 66 |     case .text(let text):
 67 |         httpRequest.body = .bytes(text.utf8, length: .known(text.utf8.count))
    |                                                       `- warning: 'known' is deprecated: Use `known(_ count: Int64)` with an explicit Int64 argument instead
 68 |     case .json(let json):
 69 |         httpRequest.body = .bytes(json)
[2030/2212] Compiling Vapor Application+Cache.swift
[2031/2212] Compiling Vapor Cache.swift
[2032/2212] Compiling Vapor CacheExpirationTime.swift
[2033/2212] Compiling Vapor RedirectMiddleware.swift
[2034/2212] Compiling Vapor SessionAuthenticatable.swift
[2035/2212] Compiling Vapor Bcrypt.swift
[2036/2212] Compiling Vapor BasicAuthorization.swift
[2037/2212] Compiling Vapor BearerAuthorization.swift
[2038/2212] Compiling Vapor GuardMiddleware.swift
[2039/2212] Compiling Vapor ClientResponse.swift
[2040/2212] Compiling Vapor Request+Client.swift
[2041/2212] Compiling Vapor BootCommand.swift
[2042/2212] Compiling Vapor Client.swift
[2043/2212] Compiling Vapor ClientRequest.swift
[2067/2213] Compiling Vapor ServeCommand.swift
[2068/2213] Compiling Vapor AnyResponse+Concurrency.swift
[2069/2237] Compiling Vapor HTTPServerResponseEncoder.swift
[2070/2237] Compiling Vapor HTTPServerUpgradeHandler.swift
[2071/2237] Compiling Vapor Logger+Report.swift
[2072/2237] Compiling Vapor LoggingSystem+Environment.swift
[2073/2237] Compiling Vapor Application+Middleware.swift
[2074/2237] Compiling Vapor CORSMiddleware.swift
[2075/2237] Compiling Vapor ErrorMiddleware.swift
[2076/2237] Compiling Vapor FileMiddleware.swift
[2077/2237] Compiling Vapor Middleware.swift
[2078/2237] Compiling Vapor MiddlewareConfiguration.swift
[2079/2237] Compiling Vapor ResponseCompressionMiddleware.swift
[2080/2237] Compiling Vapor RouteLoggingMiddleware.swift
[2081/2237] Compiling Vapor TracingMiddleware.swift
[2082/2237] Compiling Vapor File+Multipart.swift
[2083/2237] Compiling Vapor FormDataDecoder+Content.swift
[2084/2237] Compiling Vapor FormDataEncoder+Content.swift
[2085/2237] Compiling Vapor Application+Password.swift
[2086/2237] Compiling Vapor Application+Passwords.swift
[2087/2237] Compiling Vapor AsyncPasswordHasher.swift
[2088/2237] Compiling Vapor BcryptHasher.swift
[2089/2237] Compiling Vapor PasswordHasher.swift
[2090/2237] Compiling Vapor PlaintextHasher.swift
[2091/2237] Compiling Vapor Request+Password.swift
[2092/2237] Compiling Vapor Redirect.swift
[2093/2261] Compiling Vapor Validator.swift
[2094/2261] Compiling Vapor ValidatorResult.swift
[2095/2261] Compiling Vapor And.swift
[2096/2261] Compiling Vapor Case.swift
[2097/2261] Compiling Vapor CharacterSet.swift
[2098/2261] Compiling Vapor Count.swift
[2099/2261] Compiling Vapor Custom.swift
[2100/2261] Compiling Vapor Email.swift
[2101/2261] Compiling Vapor Empty.swift
[2102/2261] Compiling Vapor In.swift
[2103/2261] Compiling Vapor Nil.swift
[2104/2261] Compiling Vapor NilIgnoring.swift
[2105/2261] Compiling Vapor Not.swift
[2106/2261] Compiling Vapor Or.swift
[2107/2261] Compiling Vapor Pattern.swift
[2108/2261] Compiling Vapor Range.swift
[2109/2261] Compiling Vapor URL.swift
[2110/2261] Compiling Vapor Valid.swift
[2111/2261] Compiling Vapor Application+Views.swift
[2112/2261] Compiling Vapor PlaintextRenderer.swift
[2113/2261] Compiling Vapor Request+View.swift
[2114/2261] Compiling Vapor View.swift
[2115/2261] Compiling Vapor ViewRenderer.swift
[2116/2261] Compiling Vapor _Deprecations.swift
[2117/2261] Emitting module Vapor
[2118/2261] Compiling Vapor Request+Body.swift
[2119/2261] Compiling Vapor Request+BodyStream.swift
[2120/2261] Compiling Vapor Request.swift
[2121/2261] Compiling Vapor Application+Responder.swift
[2122/2261] Compiling Vapor DefaultResponder.swift
[2123/2261] Compiling Vapor Response+Body.swift
[2124/2261] Compiling Vapor Response.swift
[2125/2261] Compiling Vapor ResponseCodable.swift
[2126/2261] Compiling Vapor Application+Routes.swift
[2127/2261] Compiling Vapor Parameters+Require.swift
[2128/2261] Compiling Vapor Request+WebSocket.swift
[2129/2261] Compiling Vapor Route.swift
[2130/2261] Compiling Vapor RouteCollection.swift
[2131/2261] Compiling Vapor Routes.swift
[2132/2261] Compiling Vapor RoutesBuilder+Group.swift
[2133/2261] Compiling Vapor RoutesBuilder+Method.swift
[2134/2261] Compiling Vapor RoutesBuilder+Middleware.swift
[2135/2261] Compiling Vapor RoutesBuilder+WebSocket.swift
[2136/2261] Compiling Vapor RoutesBuilder.swift
[2137/2261] Compiling Vapor OTP.swift
[2138/2261] Compiling Vapor Application+Servers.swift
[2139/2261] Compiling Vapor Server.swift
[2140/2261] Compiling Vapor App+Service.swift
[2141/2261] Compiling Vapor Req+Service.swift
[2142/2261] Compiling Vapor Service.swift
[2143/2261] Compiling Vapor Application+Sessions.swift
[2144/2261] Compiling Vapor MemorySessions.swift
[2145/2261] Compiling Vapor Request+Session.swift
[2146/2261] Compiling Vapor Session.swift
[2147/2261] Compiling Vapor SessionCache.swift
[2148/2261] Compiling Vapor SessionData.swift
[2149/2261] Compiling Vapor SessionDriver.swift
[2150/2261] Compiling Vapor SessionsConfiguration.swift
[2151/2261] Compiling Vapor SessionsMiddleware.swift
[2152/2261] Compiling Vapor URLEncodedFormData.swift
[2153/2261] Compiling Vapor URLEncodedFormDecoder.swift
[2154/2261] Compiling Vapor URLEncodedFormEncoder.swift
[2155/2261] Compiling Vapor URLEncodedFormError.swift
[2156/2261] Compiling Vapor URLEncodedFormParser.swift
[2157/2261] Compiling Vapor URLEncodedFormSerializer.swift
[2158/2261] Compiling Vapor URLQueryFragmentConvertible.swift
[2159/2261] Compiling Vapor AnyResponse.swift
[2160/2261] Compiling Vapor Array+Random.swift
[2161/2261] Compiling Vapor Base32.swift
[2162/2261] Compiling Vapor Base64.swift
[2163/2261] Compiling Vapor BaseN.swift
[2164/2261] Compiling Vapor BasicCodingKey.swift
[2165/2261] Compiling Vapor ByteCount.swift
[2166/2261] Compiling Vapor Core.swift
[2167/2261] Compiling Vapor Running.swift
[2168/2261] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2169/2261] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2170/2261] Compiling Vapor DotEnvFile+load.swift
[2171/2261] Compiling Vapor Routes+caseInsenstive.swift
[2172/2261] Compiling Vapor Validatable+validate.swift
[2173/2261] Compiling Vapor Environment+Process.swift
[2174/2261] Compiling Vapor Environment+Secret.swift
[2175/2261] Compiling Vapor Environment.swift
[2176/2261] Compiling Vapor Abort.swift
[2177/2261] Compiling Vapor AbortError.swift
[2178/2261] Compiling Vapor DebuggableError.swift
[2179/2261] Compiling Vapor Demangler.swift
[2180/2261] Compiling Vapor ErrorSource.swift
[2181/2261] Compiling Vapor StackTrace.swift
[2182/2261] Compiling Vapor Exports.swift
[2183/2261] Compiling Vapor Application+HTTP.swift
[2184/2261] Compiling Vapor BasicResponder.swift
[2185/2261] Compiling Vapor BodyStream.swift
[2186/2261] Compiling Vapor Application+HTTP+Client.swift
[2187/2261] Compiling Vapor EventLoopHTTPClient.swift
[2188/2261] Compiling Vapor EndpointCache.swift
[2189/2261] Compiling Vapor HTTPMethod+String.swift
[2190/2261] Compiling Vapor AsyncBasicResponder.swift
[2191/2261] Compiling Vapor AsyncMiddleware.swift
[2192/2261] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2193/2261] Compiling Vapor AsyncSessionDriver.swift
[2194/2261] Compiling Vapor Authentication+Concurrency.swift
[2195/2261] Compiling Vapor Cache+Concurrency.swift
[2196/2261] Compiling Vapor Client+Concurrency.swift
[2197/2261] Compiling Vapor RequestBody+Concurrency.swift
[2198/2261] Compiling Vapor Responder+Concurrency.swift
[2199/2261] Compiling Vapor ResponseCodable+Concurrency.swift
[2200/2261] Compiling Vapor RoutesBuilder+Concurrency.swift
[2201/2261] Compiling Vapor ViewRenderer+Concurrency.swift
[2202/2261] Compiling Vapor WebSocket+Concurrency.swift
[2203/2261] Compiling Vapor ContainerGetPathExecutor.swift
[2204/2261] Compiling Vapor Content.swift
[2205/2261] Compiling Vapor ContentCoders.swift
[2206/2261] Compiling Vapor ContentConfiguration.swift
[2207/2261] Compiling Vapor ContentContainer.swift
[2208/2261] Compiling Vapor JSONCoder+Custom.swift
[2209/2261] Compiling Vapor JSONCoders+Content.swift
[2210/2261] Compiling Vapor PlaintextDecoder.swift
[2211/2261] Compiling Vapor PlaintextEncoder.swift
[2212/2261] Compiling Vapor URLQueryCoders.swift
[2213/2261] Compiling Vapor URLQueryContainer.swift
[2214/2261] Compiling Vapor HTTPStatus.swift
[2215/2261] Compiling Vapor HTTPCookies.swift
[2216/2261] Compiling Vapor HTTPHeaderCacheControl.swift
[2217/2261] Compiling Vapor HTTPHeaderExpires.swift
[2218/2261] Compiling Vapor HTTPHeaderLastModified.swift
[2219/2261] Compiling Vapor HTTPHeaders+Cache.swift
[2220/2261] Compiling Vapor HTTPHeaders+Connection.swift
[2221/2261] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2222/2261] Compiling Vapor HTTPHeaders+ContentRange.swift
[2223/2261] Compiling Vapor HTTPHeaders+Directive.swift
[2224/2261] Compiling Vapor HTTPHeaders+Forwarded.swift
[2225/2261] Compiling Vapor HTTPHeaders+Link.swift
[2226/2261] Compiling Vapor HTTPHeaders+Name.swift
[2227/2261] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2228/2261] Compiling Vapor HTTPHeaders.swift
[2229/2261] Compiling Vapor HTTPMediaType.swift
[2230/2261] Compiling Vapor HTTPMediaTypePreference.swift
[2231/2261] Compiling Vapor Responder.swift
[2232/2261] Compiling Vapor Application+HTTP+Server.swift
[2233/2261] Compiling Vapor HTTPServer.swift
[2234/2261] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2235/2261] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2236/2261] Compiling Vapor HTTPServerHandler.swift
[2237/2261] Compiling Vapor HTTPServerRequestDecoder.swift
[2238/2261] Compiling Vapor Bytes+Hex.swift
[2239/2261] Compiling Vapor Bytes+SecureCompare.swift
[2240/2261] Compiling Vapor Collection+Safe.swift
[2241/2261] Compiling Vapor DataProtocol+Copy.swift
[2242/2261] Compiling Vapor DecoderUnwrapper.swift
[2243/2261] Compiling Vapor DirectoryConfiguration.swift
[2244/2261] Compiling Vapor DotEnv.swift
[2245/2261] Compiling Vapor Extendable.swift
[2246/2261] Compiling Vapor File.swift
[2247/2261] Compiling Vapor FileIO.swift
[2248/2261] Compiling Vapor LifecycleHandler.swift
[2249/2261] Compiling Vapor OptionalType.swift
[2250/2261] Compiling Vapor RFC1123.swift
[2251/2261] Compiling Vapor SocketAddress+Hostname.swift
[2252/2261] Compiling Vapor Storage.swift
[2253/2261] Compiling Vapor String+IsIPAddress.swift
[2254/2261] Compiling Vapor Thread.swift
[2255/2261] Compiling Vapor URI.swift
[2256/2261] Compiling Vapor RangeResult.swift
[2257/2261] Compiling Vapor Validatable.swift
[2258/2261] Compiling Vapor Validation.swift
[2259/2261] Compiling Vapor ValidationKey.swift
[2260/2261] Compiling Vapor Validations.swift
[2261/2261] Compiling Vapor ValidationsError.swift
[2263/2266] Compiling VercelVapor VercelVapor.swift
[2264/2266] Compiling VercelVapor VercelServer.swift
[2265/2266] Emitting module VercelVapor
[2266/2266] Compiling VercelVapor VaporHandler.swift
Build complete! (242.51s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto"
    },
    {
      "identity" : "swift-aws-lambda-runtime",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0-alpha.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-aws-lambda-runtime"
    },
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client"
    },
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor"
    }
  ],
  "manifest_display_name" : "Vercel",
  "name" : "Vercel",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "Vercel",
      "targets" : [
        "Vercel"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "VercelVapor",
      "targets" : [
        "VercelVapor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "VercelPackager",
      "targets" : [
        "VercelPackager"
      ],
      "type" : {
        "plugin" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "VercelVapor",
      "module_type" : "SwiftTarget",
      "name" : "VercelVapor",
      "path" : "Sources/VercelVapor",
      "product_dependencies" : [
        "AWSLambdaRuntime",
        "Vapor"
      ],
      "product_memberships" : [
        "VercelVapor"
      ],
      "sources" : [
        "VaporHandler.swift",
        "VercelServer.swift",
        "VercelVapor.swift"
      ],
      "target_dependencies" : [
        "Vercel"
      ],
      "type" : "library"
    },
    {
      "c99name" : "VercelTests",
      "module_type" : "SwiftTarget",
      "name" : "VercelTests",
      "path" : "Tests/VercelTests",
      "sources" : [
        "ClaimTests.swift",
        "EdgeConfigTests.swift",
        "FetchTests.swift",
        "JWTTests.swift",
        "RequestTests.swift"
      ],
      "target_dependencies" : [
        "Vercel"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VercelPackager",
      "module_type" : "PluginTarget",
      "name" : "VercelPackager",
      "path" : "Plugins/VercelPackager",
      "plugin_capability" : {
        "intent" : {
          "description" : "Build and deploy your Swift application to Vercel",
          "type" : "custom",
          "verb" : "vercel"
        },
        "permissions" : [
        ],
        "type" : "command"
      },
      "product_memberships" : [
        "VercelPackager"
      ],
      "sources" : [
        "Plugin.swift",
        "Shell.swift",
        "Utils.swift",
        "VercelOutput.swift"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "Vercel",
      "module_type" : "SwiftTarget",
      "name" : "Vercel",
      "path" : "Sources/Vercel",
      "product_dependencies" : [
        "AWSLambdaRuntime",
        "AsyncHTTPClient",
        "Crypto"
      ],
      "product_memberships" : [
        "Vercel",
        "VercelVapor"
      ],
      "sources" : [
        "Claim.swift",
        "Crypto.swift",
        "EdgeConfig.swift",
        "Environment.swift",
        "Fetch/Fetch.swift",
        "Fetch/FetchRequest.swift",
        "Fetch/FetchResponse.swift",
        "Handlers/ExpressHandler.swift",
        "Handlers/RequestHandler.swift",
        "InvokeEvent.swift",
        "JWT/JWT.swift",
        "JWT/JWTError.swift",
        "Request.swift",
        "Response.swift",
        "Router/Parameters.swift",
        "Router/PathComponent.swift",
        "Router/Routable.swift",
        "Router/Router.swift",
        "Router/TrieRouter.swift",
        "Types.swift",
        "Utils.swift",
        "Vercel.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
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.