Build Information
Successful build of Vercel, reference 2.3.0 (e6434b
), with Swift 6.1 for Linux on 28 Apr 2025 14:31:22 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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: 2.3.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/swift-cloud/Vercel
* tag 2.3.0 -> FETCH_HEAD
HEAD is now at e6434b3 feat: async http client (#22)
Cloned https://github.com/swift-cloud/Vercel.git
Revision (git rev-parse @):
e6434b3d0e4e015a9018e26b35191e64b2ecd825
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swift-cloud/Vercel.git at 2.3.0
========================================
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.2",
"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.20.1",
"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.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/vapor/vapor
Fetching https://github.com/apple/swift-crypto
Fetching https://github.com/swift-server/swift-aws-lambda-runtime
Fetching https://github.com/swift-server/async-http-client
[1/13784] Fetching swift-crypto
[277/25298] Fetching swift-crypto, swift-aws-lambda-runtime
[2094/39146] Fetching swift-crypto, swift-aws-lambda-runtime, async-http-client
[2233/113483] Fetching swift-crypto, swift-aws-lambda-runtime, async-http-client, vapor
Fetched https://github.com/swift-server/swift-aws-lambda-runtime from cache (1.48s)
Fetched https://github.com/apple/swift-crypto from cache (1.59s)
Fetched https://github.com/swift-server/async-http-client from cache (1.89s)
Fetched https://github.com/vapor/vapor from cache (1.91s)
Computing version for https://github.com/swift-server/async-http-client
Computed https://github.com/swift-server/async-http-client at 1.25.2 (2.38s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-log.git
[1/2619] Fetching swift-nio-transport-services
[2620/8281] Fetching swift-nio-transport-services, swift-nio-extras
[2734/14184] Fetching swift-nio-transport-services, swift-nio-extras, swift-algorithms
[5552/15889] Fetching swift-nio-transport-services, swift-nio-extras, swift-algorithms, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.45s)
Fetching https://github.com/apple/swift-nio-ssl.git
[1/3836] Fetching swift-log
[960/15328] Fetching swift-log, swift-nio-http2
[6366/30121] Fetching swift-log, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.40s)
Fetched https://github.com/apple/swift-log.git from cache (1.41s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.41s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.41s)
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.42s)
[1/75522] Fetching swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.37s)
Fetched https://github.com/apple/swift-nio.git from cache (3.63s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (6.88s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.41s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.86s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.50s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (0.72s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/16242] Fetching swift-collections
[16243/20595] Fetching swift-collections, swift-system
Fetched https://github.com/apple/swift-collections.git from cache (3.06s)
Fetched https://github.com/apple/swift-system.git from cache (3.06s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (3.82s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.14s)
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.48s)
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.55s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.54s)
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.53s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/1127] Fetching swift-http-structured-headers
[1128/2031] Fetching swift-http-structured-headers, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.22s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.22s)
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.66s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.43s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.45s)
Computing version for https://github.com/apple/swift-crypto
Computed https://github.com/apple/swift-crypto at 3.12.3 (1.47s)
Fetching https://github.com/apple/swift-asn1.git
[1/1573] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.27s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.74s)
Computing version for https://github.com/vapor/vapor
Computed https://github.com/vapor/vapor at 4.114.1 (0.85s)
Fetching https://github.com/vapor/routing-kit.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/vapor/websocket-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/20727] Fetching routing-kit
[2/23935] Fetching routing-kit, multipart-kit
[242/26531] Fetching routing-kit, multipart-kit, websocket-kit
[2792/27594] Fetching routing-kit, multipart-kit, websocket-kit, swift-service-context
[4896/29794] Fetching routing-kit, multipart-kit, websocket-kit, swift-service-context, swift-metrics
Fetched https://github.com/apple/swift-metrics.git from cache (0.35s)
[20634/27594] Fetching routing-kit, multipart-kit, websocket-kit, swift-service-context
Fetching https://github.com/vapor/console-kit.git
[24574/32568] Fetching routing-kit, multipart-kit, websocket-kit, swift-service-context, swift-distributed-tracing
Fetched https://github.com/apple/swift-service-context.git from cache (0.72s)
Fetching https://github.com/vapor/async-kit.git
[29966/31505] Fetching routing-kit, multipart-kit, websocket-kit, swift-distributed-tracing
[31506/33875] Fetching routing-kit, multipart-kit, websocket-kit, swift-distributed-tracing, async-kit
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.63s)
Fetched https://github.com/vapor/routing-kit.git from cache (1.63s)
Fetched https://github.com/vapor/websocket-kit.git from cache (1.63s)
Fetched https://github.com/vapor/async-kit.git from cache (0.93s)
Fetched https://github.com/vapor/multipart-kit.git from cache (1.68s)
[1/5485] Fetching console-kit
Fetched https://github.com/vapor/console-kit.git from cache (1.96s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.1 (2.76s)
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.65s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.0 (0.47s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.6.1 (0.44s)
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.42s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.43s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.47s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.43s)
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.45s)
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/vapor/vapor
Working copy of https://github.com/vapor/vapor resolved at 4.114.1
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-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-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-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/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
Creating working copy for https://github.com/apple/swift-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-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-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/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/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-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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/vapor/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/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/apple/swift-crypto
Working copy of https://github.com/apple/swift-crypto resolved at 3.12.3
/host/spi-builder-workspace/Plugins/VercelPackager/VercelOutput.swift:325:12: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
323 | let config = ProjectConfiguration(orgId: vercelOrgID, projectId: vercelProjectID)
324 | let data = try encoder.encode(config)
325 | fs.createFile(atPath: vercelProjectConfigurationPath.string, contents: data)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
326 | }
327 |
/host/spi-builder-workspace/Plugins/VercelPackager/VercelOutput.swift:395:12: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
393 | )
394 | let data = try encoder.encode(config)
395 | fs.createFile(atPath: vercelOutputConfigurationPath.string, contents: data)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
396 | }
397 | }
/host/spi-builder-workspace/Plugins/VercelPackager/VercelOutput.swift:448:12: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
446 | )
447 | let data = try encoder.encode(config)
448 | fs.createFile(atPath: vercelFunctionConfigurationPath(product).string, contents: data)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
449 | }
450 | }
[1/1] Compiling plugin VercelPackager
[2/2] Compiling plugin AWSLambdaPackager
Building for debugging...
[2/836] Write sources
[22/836] Compiling asn1_lib.cc
[23/836] Write sources
[23/836] Compiling asn1_par.cc
[25/836] Write sources
[29/836] Compiling _NumericsShims _NumericsShims.c
[29/836] Write sources
[55/836] Compiling a_time.cc
[56/836] Compiling _AtomicsShims.c
[57/836] Write swift-version-24593BA9C3E375BF.txt
[58/836] Compiling a_utctm.cc
[59/836] Compiling a_type.cc
[60/836] Compiling CNIOWindows shim.c
[61/836] Compiling CVaporBcrypt blf.c
[62/836] Compiling CSystem shims.c
[63/836] Compiling CVaporBcrypt bcrypt.c
[64/836] Compiling a_strnid.cc
[65/836] Compiling a_strex.cc
[67/908] Emitting module ServiceContextModule
[68/908] Emitting module _NIOBase64
[69/908] Emitting module CoreMetrics
[70/908] Emitting module SystemPackage
[71/911] Compiling SystemPackage FilePathSyntax.swift
[72/911] Compiling SystemPackage FilePathTemp.swift
[73/913] Compiling ServiceContextModule ServiceContext.swift
[74/913] Compiling SystemPackage MachPort.swift
[75/913] Compiling SystemPackage PlatformString.swift
[76/913] Compiling SystemPackage SystemString.swift
[77/913] Compiling RealModule Real.swift
[78/914] Compiling RealModule ElementaryFunctions.swift
[79/914] Compiling SystemPackage FileDescriptor.swift
[80/914] Compiling SystemPackage FileHelpers.swift
[81/914] Compiling _NIODataStructures PriorityQueue.swift
[82/914] Compiling _NIODataStructures _TinyArray.swift
[83/914] Compiling RealModule Float80+Real.swift
[84/914] Compiling RealModule Float16+Real.swift
[85/914] Compiling RealModule RealFunctions.swift
[86/914] Compiling ServiceContextModule ServiceContextKey.swift
[87/914] Emitting module RealModule
[88/914] Compiling SystemPackage Errno.swift
[89/914] Compiling SystemPackage ErrnoWindows.swift
[90/914] Compiling SystemPackage FilePathComponentView.swift
[91/914] Compiling SystemPackage FilePathComponents.swift
[92/914] Compiling SystemPackage FilePathParsing.swift
[93/914] Compiling SystemPackage FilePathString.swift
[94/914] Compiling InternalCollectionsUtilities Debugging.swift
[95/914] Compiling InternalCollectionsUtilities Descriptions.swift
[96/915] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[97/915] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[98/915] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[99/915] Compiling InternalCollectionsUtilities Specialize.swift
[100/915] Compiling RealModule Float+Real.swift
[102/915] Compiling SystemPackage FileOperations.swift
[103/915] Compiling SystemPackage FilePath.swift
[104/916] Compiling _NIOBase64 Base64.swift
[105/916] Compiling SystemPackage Util+StringArray.swift
[106/916] Compiling SystemPackage Util.swift
[107/916] Compiling SystemPackage UtilConsumers.swift
[108/916] Emitting module InternalCollectionsUtilities
[112/917] Compiling CoreMetrics Metrics.swift
[128/918] Compiling CNIOWindows WSAStartup.c
[130/1054] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[131/1054] Compiling HeapModule Heap.swift
[132/1054] Compiling HeapModule _HeapNode.swift
[133/1054] Compiling Instrumentation NoOpInstrument.swift
[134/1054] Compiling CoreMetrics Locks.swift
[135/1054] Emitting module Instrumentation
[136/1055] Emitting module _NIODataStructures
[137/1055] Emitting module Logging
[138/1055] Compiling Logging Locks.swift
[139/1055] Compiling _NIODataStructures Heap.swift
[140/1055] Compiling Instrumentation MultiplexInstrument.swift
[141/1056] Compiling Instrumentation Instrument.swift
[142/1056] Compiling OrderedCollections OrderedSet+Diffing.swift
[143/1056] Compiling OrderedCollections OrderedSet+Equatable.swift
[144/1056] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[145/1056] Compiling OrderedCollections OrderedSet+Hashable.swift
[146/1056] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[147/1056] Compiling OrderedCollections OrderedDictionary+Elements.swift
[148/1056] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[149/1056] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[150/1056] Compiling Logging MetadataProvider.swift
[151/1056] Compiling OrderedCollections OrderedDictionary.swift
[152/1056] Compiling OrderedCollections OrderedSet+Codable.swift
[153/1056] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[154/1056] Compiling OrderedCollections OrderedSet+Descriptions.swift
[155/1057] Compiling Logging LogHandler.swift
[156/1057] Compiling Instrumentation InstrumentationSystem.swift
[157/1057] Compiling Instrumentation Locks.swift
[158/1057] Compiling Logging Logging.swift
[163/1059] Compiling HeapModule Heap+Descriptions.swift
[164/1059] Emitting module HeapModule
[166/1059] Compiling HeapModule Heap+UnsafeHandle.swift
[167/1059] Compiling HeapModule Heap+Invariants.swift
[167/1060] Compiling CNIOWASI CNIOWASI.c
[169/1063] Compiling CNIOSHA1 c_nio_sha1.c
[171/1068] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[172/1068] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[173/1068] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[174/1068] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[175/1068] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[176/1068] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[177/1069] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[178/1072] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[179/1072] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[180/1072] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[181/1072] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[182/1072] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[183/1072] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[184/1072] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[184/1174] Compiling CNIOLinux shim.c
[185/1174] Compiling CNIOLinux liburing_shims.c
[187/1174] Compiling HashTreeCollections _Bucket.swift
[188/1174] Compiling HashTreeCollections _Hash.swift
[189/1176] Compiling HashTreeCollections _HashLevel.swift
[190/1176] Compiling HashTreeCollections _HashNode+Builder.swift
[191/1176] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[192/1176] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[193/1176] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[194/1176] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[195/1176] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[196/1176] Compiling HashTreeCollections _HashNode+Structural merge.swift
[197/1176] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[198/1176] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.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 Tracing InstrumentationSystem+Tracing.swift
[208/1176] Compiling DequeModule _DequeBuffer.swift
[209/1176] Compiling DequeModule _DequeBufferHeader.swift
[210/1176] Compiling HashTreeCollections _AncestorHashSlots.swift
[211/1176] Compiling HashTreeCollections _Bitmap.swift
[216/1176] Compiling HashTreeCollections _HashNode+Debugging.swift
[217/1176] Compiling HashTreeCollections _HashNode+Initializers.swift
[220/1176] Compiling DequeModule Deque+Testing.swift
[221/1176] Compiling DequeModule Deque._Storage.swift
[224/1176] Compiling DequeModule Deque._UnsafeHandle.swift
[225/1176] Compiling DequeModule Deque.swift
[226/1176] Compiling DequeModule _DequeSlot.swift
[227/1176] Compiling DequeModule _UnsafeWrappedBuffer.swift
[228/1176] Compiling Tracing TracingTime.swift
[231/1176] Emitting module Tracing
[232/1176] Compiling Tracing TracerProtocol.swift
[232/1176] Compiling CNIOLLHTTP c_nio_llhttp.c
[234/1176] Compiling HashTreeCollections TreeSet+Hashable.swift
[235/1176] Compiling HashTreeCollections TreeSet+Sendable.swift
[236/1176] Compiling HashTreeCollections TreeSet+Sequence.swift
[237/1176] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[238/1176] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[239/1176] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[240/1176] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[241/1176] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[242/1176] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[243/1176] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[243/1186] Compiling CNIOLLHTTP c_nio_http.c
[245/1186] Compiling Tracing Tracer.swift
[246/1186] Compiling Tracing TracerProtocol+Legacy.swift
[246/1186] Compiling CNIOLLHTTP c_nio_api.c
[249/1186] Compiling CNIOExtrasZlib empty.c
[250/1186] Compiling CNIODarwin shim.c
[252/1186] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[253/1186] Compiling HashTreeCollections TreeDictionary+Merge.swift
[254/1186] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[255/1186] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[256/1186] Compiling HashTreeCollections TreeDictionary+Values.swift
[257/1186] Compiling HashTreeCollections _HashTreeIterator.swift
[258/1186] Compiling HashTreeCollections _HashTreeStatistics.swift
[259/1186] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[260/1186] Compiling Tracing NoOpTracer.swift
[261/1186] Compiling Tracing SpanProtocol.swift
[274/1196] Compiling HashTreeCollections TreeDictionary.swift
[275/1196] Compiling HashTreeCollections TreeSet+Codable.swift
[276/1196] Compiling HashTreeCollections TreeSet+Collection.swift
[277/1196] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[278/1196] Compiling HashTreeCollections TreeSet+Debugging.swift
[279/1196] Compiling HashTreeCollections TreeSet+Descriptions.swift
[280/1196] Compiling HashTreeCollections TreeSet+Equatable.swift
[281/1196] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[282/1196] Compiling HashTreeCollections TreeSet+Extras.swift
[283/1196] Compiling HashTreeCollections TreeSet+Filter.swift
[284/1196] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[285/1196] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[286/1196] Compiling HashTreeCollections TreeDictionary+Filter.swift
[287/1196] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[288/1196] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[289/1196] Compiling HashTreeCollections TreeDictionary+Keys.swift
[296/1196] Emitting module DequeModule
[310/1197] Compiling HashTreeCollections _UnsafePath.swift
[311/1197] Compiling _RopeModule _CharacterRecognizer.swift
[312/1197] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[313/1197] Compiling HashTreeCollections TreeDictionary+Codable.swift
[314/1197] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[315/1197] Compiling HashTreeCollections TreeDictionary+Collection.swift
[316/1197] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[317/1197] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[318/1197] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[319/1197] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[320/1197] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[321/1197] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[322/1197] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[324/1197] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[326/1197] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[328/1197] Compiling HashTreeCollections TreeSet.swift
[347/1197] Compiling CNIOBoringSSLShims shims.c
[348/1197] Compiling fiat_p256_adx_sqr.S
[349/1197] Compiling fiat_p256_adx_mul.S
[350/1197] Compiling fiat_curve25519_adx_square.S
[351/1197] Compiling fiat_curve25519_adx_mul.S
[360/1197] Emitting module OrderedCollections
[361/1198] Emitting module _RopeModule
[366/1198] Compiling HashTreeCollections _RawHashNode.swift
[367/1198] Compiling HashTreeCollections _UnmanagedHashNode.swift
[396/1198] Emitting module RoutingKit
[397/1198] Compiling RoutingKit PathComponent.swift
[398/1198] Compiling RoutingKit Router.swift
[399/1198] Compiling RoutingKit TrieRouter.swift
[410/1198] Compiling HashTreeCollections _HashStack.swift
[430/1198] Compiling _RopeModule Rope+Join.swift
[431/1198] Compiling _RopeModule Rope+MutatingForEach.swift
[432/1198] Compiling _RopeModule Rope+Remove.swift
[433/1198] Compiling _RopeModule Rope+RemoveSubrange.swift
[434/1198] Compiling _RopeModule Rope+Split.swift
[435/1198] Compiling _RopeModule Optional Utilities.swift
[436/1198] Compiling _RopeModule String Utilities.swift
[437/1198] Compiling _RopeModule String.Index+ABI.swift
[438/1199] Compiling tls_method.cc
[440/1199] Compiling tls_record.cc
[442/1199] Compiling RoutingKit AnyRouter.swift
[443/1199] Compiling RoutingKit Parameters.swift
[444/1200] Compiling Metrics Metrics.swift
[445/1200] Emitting module Metrics
[445/1200] Compiling tls13_server.cc
[447/1201] Compiling tls13_enc.cc
[449/1201] Emitting module HashTreeCollections
[451/1202] Compiling t1_enc.cc
[452/1202] Compiling tls13_both.cc
[453/1202] Compiling tls13_client.cc
[454/1202] Compiling ssl_stat.cc
[454/1202] Compiling ssl_versions.cc
[454/1202] Compiling ssl_transcript.cc
[457/1202] Compiling ssl_x509.cc
[458/1202] Compiling ssl_session.cc
[459/1202] Compiling ssl_privkey.cc
[460/1202] Compiling ssl_key_share.cc
[461/1202] Compiling ssl_file.cc
[462/1202] Compiling ssl_cipher.cc
[463/1202] Compiling ssl_credential.cc
[464/1202] Compiling ssl_buffer.cc
[465/1202] Compiling ssl_lib.cc
[466/1202] Compiling ssl_cert.cc
[467/1202] Compiling ssl_asn1.cc
[468/1202] Compiling ssl_aead_ctx.cc
[469/1202] Compiling s3_pkt.cc
[470/1202] Compiling s3_lib.cc
[471/1202] Compiling s3_both.cc
[472/1202] Compiling handshake.cc
[472/1202] Compiling handshake_client.cc
[474/1202] Compiling handshake_server.cc
[475/1202] Compiling dtls_record.cc
[476/1202] Compiling handoff.cc
[477/1202] Compiling encrypted_client_hello.cc
[478/1202] Compiling dtls_method.cc
[479/1202] Compiling md5-x86_64-linux.S
[480/1202] Compiling md5-x86_64-apple.S
[481/1202] Compiling md5-586-linux.S
[482/1202] Compiling md5-586-apple.S
[483/1202] Compiling chacha20_poly1305_x86_64-linux.S
[484/1202] Compiling extensions.cc
[485/1202] Compiling chacha20_poly1305_x86_64-apple.S
[486/1202] Compiling chacha20_poly1305_armv8-win.S
[487/1202] Compiling chacha20_poly1305_armv8-linux.S
[488/1202] Compiling chacha20_poly1305_armv8-apple.S
[489/1202] Compiling chacha-x86_64-linux.S
[490/1202] Compiling d1_srtp.cc
[491/1202] Compiling chacha-x86_64-apple.S
[492/1202] Compiling err_data.cc
[493/1202] Compiling chacha-x86-linux.S
[494/1202] Compiling d1_pkt.cc
[495/1202] Compiling chacha-x86-apple.S
[496/1202] Compiling chacha-armv8-win.S
[497/1202] Compiling chacha-armv8-linux.S
[498/1202] Compiling chacha-armv8-apple.S
[499/1202] Compiling chacha-armv4-linux.S
[500/1202] Compiling d1_lib.cc
[501/1202] Compiling aes128gcmsiv-x86_64-linux.S
[502/1202] Compiling aes128gcmsiv-x86_64-apple.S
[503/1202] Compiling x86_64-mont5-apple.S
[504/1202] Compiling x86_64-mont5-linux.S
[505/1202] Compiling x86_64-mont-linux.S
[506/1202] Compiling x86_64-mont-apple.S
[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_64-apple.S
[511/1202] Compiling vpaes-x86-linux.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-apple.S
[518/1202] Compiling sha512-x86_64-linux.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-armv4-linux.S
[523/1202] Compiling sha512-586-linux.S
[524/1202] Compiling sha512-586-apple.S
[525/1202] Compiling sha256-x86_64-apple.S
[526/1202] Compiling sha256-armv8-win.S
[527/1202] Compiling sha256-armv8-linux.S
[528/1202] Compiling sha256-x86_64-linux.S
[529/1202] Compiling sha256-armv4-linux.S
[529/1202] Compiling sha256-armv8-apple.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-x86_64-linux.S
[535/1202] Compiling sha1-armv8-linux.S
[536/1202] Compiling sha1-armv8-win.S
[537/1202] Compiling sha1-armv8-apple.S
[538/1202] Compiling sha1-586-linux.S
[539/1202] Compiling sha1-armv4-large-linux.S
[540/1202] Compiling sha1-586-apple.S
[541/1202] Compiling rsaz-avx2-apple.S
[542/1202] Compiling rdrand-x86_64-linux.S
[543/1202] Compiling rsaz-avx2-linux.S
[544/1202] Compiling rdrand-x86_64-apple.S
[545/1202] Compiling p256_beeu-x86_64-asm-linux.S
[546/1202] Compiling p256_beeu-x86_64-asm-apple.S
[547/1202] Compiling p256_beeu-armv8-asm-win.S
[548/1202] Compiling p256_beeu-armv8-asm-linux.S
[549/1202] Compiling p256_beeu-armv8-asm-apple.S
[550/1202] Compiling p256-x86_64-asm-apple.S
[551/1202] Compiling p256-armv8-asm-win.S
[552/1202] Compiling p256-armv8-asm-linux.S
[553/1202] Compiling p256-x86_64-asm-linux.S
[554/1202] Compiling bio_ssl.cc
[555/1202] Compiling p256-armv8-asm-apple.S
[556/1202] Compiling ghashv8-armv8-win.S
[557/1202] Compiling ghashv8-armv8-linux.S
[558/1202] Compiling ghashv8-armv7-linux.S
[559/1202] Compiling ghashv8-armv8-apple.S
[560/1202] Compiling ghash-x86_64-linux.S
[561/1202] Compiling ghash-x86_64-apple.S
[562/1202] Compiling ghash-x86-linux.S
[563/1202] Compiling ghash-x86-apple.S
[564/1202] Compiling ghash-ssse3-x86_64-linux.S
[565/1202] Compiling ghash-ssse3-x86_64-apple.S
[566/1202] Compiling ghash-ssse3-x86-linux.S
[567/1202] Compiling ghash-ssse3-x86-apple.S
[568/1202] Compiling ghash-neon-armv8-win.S
[569/1202] Compiling ghash-neon-armv8-linux.S
[570/1202] Compiling ghash-neon-armv8-apple.S
[571/1202] Compiling ghash-armv4-linux.S
[572/1202] Compiling co-586-apple.S
[573/1202] Compiling co-586-linux.S
[574/1202] Compiling bsaes-armv7-linux.S
[575/1202] Compiling bn-armv8-win.S
[576/1202] Compiling bn-armv8-linux.S
[577/1202] Compiling bn-armv8-apple.S
[578/1202] Compiling bn-586-linux.S
[579/1202] Compiling bn-586-apple.S
[580/1202] Compiling armv8-mont-win.S
[581/1202] Compiling armv8-mont-linux.S
[582/1202] Compiling armv8-mont-apple.S
[583/1202] Compiling armv4-mont-linux.S
[584/1202] Compiling aesv8-gcm-armv8-win.S
[585/1202] Compiling aesv8-gcm-armv8-linux.S
[586/1202] Compiling aesv8-armv8-win.S
[587/1202] Compiling aesv8-armv8-linux.S
[588/1202] Compiling aesv8-gcm-armv8-apple.S
[589/1202] Compiling aesv8-armv8-apple.S
[590/1202] Compiling aesv8-armv7-linux.S
[591/1202] Compiling aesni-x86_64-linux.S
[592/1202] Compiling aesni-x86_64-apple.S
[593/1202] Compiling aesni-x86-linux.S
[593/1202] Compiling aesni-x86-apple.S
[595/1202] Compiling aesni-gcm-x86_64-linux.S
[596/1202] Compiling aesni-gcm-x86_64-apple.S
[597/1202] Compiling aes-gcm-avx2-x86_64-linux.S
[598/1202] Compiling aes-gcm-avx2-x86_64-apple.S
[599/1202] Compiling aes-gcm-avx10-x86_64-linux.S
[600/1202] Compiling aes-gcm-avx10-x86_64-apple.S
[601/1202] Compiling d1_both.cc
[602/1202] Compiling x_sig.cc
[603/1202] Compiling x_val.cc
[604/1202] Compiling x_x509a.cc
[604/1202] Compiling x_spki.cc
[606/1202] Compiling x_pubkey.cc
[607/1202] Compiling x_req.cc
[608/1202] Compiling x_x509.cc
[609/1202] Compiling x_name.cc
[610/1202] Compiling x_algor.cc
[611/1202] Compiling x_exten.cc
[612/1202] Compiling x_attrib.cc
[612/1202] Compiling x509spki.cc
[614/1202] Compiling x_crl.cc
[615/1202] Compiling x509rset.cc
[616/1202] Compiling x_all.cc
[617/1202] Compiling x509name.cc
[618/1202] Compiling x509_txt.cc
[619/1202] Compiling x509cset.cc
[620/1202] Compiling x509_v3.cc
[621/1202] Compiling x509_vpm.cc
[622/1202] Compiling x509_set.cc
[623/1202] Compiling x509_trs.cc
[624/1202] Compiling x509_vfy.cc
[625/1202] Compiling x509_req.cc
[626/1202] Compiling x509_def.cc
[627/1202] Compiling x509_d2.cc
[628/1202] Compiling x509_obj.cc
[629/1202] Compiling x509_ext.cc
[630/1202] Compiling x509_lu.cc
[631/1202] Compiling x509_att.cc
[632/1202] Compiling x509_cmp.cc
[633/1202] Compiling x509.cc
[634/1202] Compiling v3_prn.cc
[635/1202] Compiling v3_skey.cc
[636/1202] Compiling v3_utl.cc
[637/1202] Compiling v3_purp.cc
[638/1202] Compiling v3_ocsp.cc
[639/1202] Compiling v3_pmaps.cc
[640/1202] Compiling v3_pcons.cc
[641/1202] Compiling v3_ncons.cc
[642/1202] Compiling v3_int.cc
[643/1202] Compiling v3_lib.cc
[644/1202] Compiling v3_ia5.cc
[645/1202] Compiling v3_info.cc
[646/1202] Compiling v3_extku.cc
[647/1202] Compiling v3_genn.cc
[648/1202] Compiling v3_enum.cc
[649/1202] Compiling v3_crld.cc
[650/1202] Compiling v3_cpols.cc
[651/1202] Compiling v3_bitst.cc
[652/1202] Compiling v3_conf.cc
[653/1202] Compiling v3_bcons.cc
[654/1202] Compiling v3_akeya.cc
[655/1202] Compiling v3_akey.cc
[656/1202] Compiling v3_alt.cc
[657/1202] Compiling t_x509a.cc
[658/1202] Compiling i2d_pr.cc
[659/1202] Compiling t_crl.cc
[660/1202] Compiling t_x509.cc
[661/1202] Compiling t_req.cc
[662/1202] Compiling name_print.cc
[663/1202] Compiling rsa_pss.cc
[664/1202] Compiling policy.cc
[665/1202] Compiling by_file.cc
[666/1202] Compiling by_dir.cc
[667/1202] Compiling voprf.cc
[668/1202] Compiling a_digest.cc
[669/1202] Compiling algorithm.cc
[670/1202] Compiling asn1_gen.cc
[671/1202] Compiling a_verify.cc
[672/1202] Compiling a_sign.cc
[673/1202] Compiling trust_token.cc
[674/1202] Compiling thread_win.cc
[675/1202] Compiling thread_pthread.cc
[676/1202] Compiling thread.cc
[677/1202] Compiling thread_none.cc
[678/1202] Compiling pmbtoken.cc
[678/1202] Compiling stack.cc
[680/1202] Compiling sha512.cc
[681/1202] Compiling sha256.cc
[682/1202] Compiling sha1.cc
[683/1202] Compiling siphash.cc
[684/1202] Compiling spake2plus.cc
[685/1202] Compiling rsa_print.cc
[686/1202] Compiling rsa_extra.cc
[687/1202] Compiling slhdsa.cc
[688/1202] Compiling rc4.cc
[689/1202] Compiling rsa_crypt.cc
[690/1202] Compiling windows.cc
[691/1202] Compiling trusty.cc
[692/1202] Compiling refcount.cc
[693/1202] Compiling urandom.cc
[694/1202] Compiling rand.cc
[695/1202] Compiling passive.cc
[696/1202] Compiling ios.cc
[697/1202] Compiling getentropy.cc
[698/1202] Compiling rsa_asn1.cc
[699/1202] Compiling poly1305_arm_asm.S
[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_vec.cc
[705/1202] Compiling poly1305.cc
[706/1202] Compiling pool.cc
[707/1202] Compiling pkcs7.cc
[708/1202] Compiling pkcs8_x509.cc
[709/1202] Compiling p5_pbev2.cc
[710/1202] Compiling pkcs8.cc
[711/1202] Compiling pkcs7_x509.cc
[712/1202] Compiling pem_pkey.cc
[713/1202] Compiling pem_x509.cc
[714/1202] Compiling pem_xaux.cc
[715/1202] Compiling pem_pk8.cc
[716/1202] Compiling mlkem.cc
[717/1202] Compiling pem_oth.cc
[718/1202] Compiling obj_xref.cc
[719/1202] Compiling pem_lib.cc
[720/1202] Compiling mldsa.cc
[721/1202] Compiling pem_all.cc
[722/1202] Compiling pem_info.cc
[723/1202] Compiling mem.cc
[724/1202] Compiling md5.cc
[725/1202] Compiling obj.cc
[726/1202] Compiling fips_shared_support.cc
[727/1202] Compiling poly_rq_mul.S
[728/1202] Compiling lhash.cc
[729/1202] Compiling md4.cc
[730/1202] Compiling kyber.cc
[731/1202] Compiling sign.cc
[732/1202] Compiling ex_data.cc
[733/1202] Compiling hrss.cc
[734/1202] Compiling hpke.cc
[735/1202] Compiling scrypt.cc
[736/1202] Compiling pbkdf.cc
[737/1202] Compiling print.cc
[738/1202] Compiling p_x25519.cc
[739/1202] Compiling p_x25519_asn1.cc
[740/1202] Compiling p_ed25519.cc
[741/1202] Compiling p_hkdf.cc
[742/1202] Compiling p_rsa.cc
[743/1202] Compiling p_ed25519_asn1.cc
[744/1202] Compiling p_rsa_asn1.cc
[745/1202] Compiling p_ec_asn1.cc
[746/1202] Compiling p_ec.cc
[747/1202] Compiling p_dh.cc
[748/1202] Compiling p_dh_asn1.cc
[749/1202] Compiling evp_ctx.cc
[750/1202] Compiling err.cc
[751/1202] Compiling p_dsa_asn1.cc
[752/1202] Compiling evp.cc
[753/1202] Compiling engine.cc
[754/1202] Compiling evp_asn1.cc
[755/1202] Compiling ecdh.cc
[756/1202] Compiling hash_to_curve.cc
[757/1202] Compiling ec_derive.cc
[758/1202] Compiling ecdsa_asn1.cc
[759/1202] Compiling dsa.cc
[760/1202] Compiling dsa_asn1.cc
[761/1202] Compiling params.cc
[762/1202] Compiling ec_asn1.cc
[763/1202] Compiling x25519-asm-arm.S
[763/1202] Compiling dh_asn1.cc
[765/1202] Compiling digest_extra.cc
[766/1202] Compiling des.cc
[767/1202] Compiling cpu_arm_linux.cc
[768/1202] Compiling cpu_arm_freebsd.cc
[769/1202] Compiling spake25519.cc
[770/1202] Compiling curve25519.cc
[771/1202] Compiling cpu_intel.cc
[772/1202] Compiling crypto.cc
[773/1202] Compiling bcm.cc
[774/1202] Compiling cpu_aarch64_openbsd.cc
[775/1202] Compiling cpu_aarch64_win.cc
[776/1202] Compiling curve25519_64_adx.cc
[777/1202] Compiling cpu_aarch64_sysreg.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 conf.cc
[782/1202] Compiling e_rc4.cc
[783/1202] Compiling e_tls.cc
[784/1202] Compiling e_rc2.cc
[785/1202] Compiling e_null.cc
[786/1202] Compiling get_cipher.cc
[787/1202] Compiling tls_cbc.cc
[788/1202] Compiling e_des.cc
[789/1202] Compiling e_chacha20poly1305.cc
[790/1202] Compiling derive_key.cc
[791/1202] Compiling e_aesgcmsiv.cc
[792/1202] Compiling chacha.cc
[793/1202] Compiling e_aesctrhmac.cc
[794/1202] Compiling unicode.cc
[795/1202] Compiling buf.cc
[796/1202] Compiling cbs.cc
[797/1202] Compiling ber.cc
[798/1202] Compiling asn1_compat.cc
[799/1202] Compiling blake2.cc
[800/1202] Compiling cbb.cc
[801/1202] Compiling bn_asn1.cc
[802/1202] Compiling convert.cc
[803/1202] Compiling socket_helper.cc
[804/1202] Compiling printf.cc
[805/1202] Compiling socket.cc
[806/1202] Compiling pair.cc
[807/1202] Compiling file.cc
[808/1202] Compiling hexdump.cc
[809/1202] Compiling errno.cc
[810/1202] Compiling bio_mem.cc
[811/1202] Compiling fd.cc
[812/1202] Compiling bio.cc
[813/1202] Compiling connect.cc
[814/1202] Compiling base64.cc
[815/1202] Compiling tasn_typ.cc
[816/1202] Compiling tasn_fre.cc
[817/1202] Compiling tasn_new.cc
[818/1202] Compiling tasn_enc.cc
[819/1202] Compiling f_string.cc
[820/1202] Compiling tasn_utl.cc
[821/1202] Compiling f_int.cc
[822/1202] Compiling posix_time.cc
[823/1202] Compiling tasn_dec.cc
[824/1202] Compiling asn_pack.cc
[825/1202] Compiling asn1_par.cc
[826/1202] Compiling a_strnid.cc
[827/1202] Compiling a_octet.cc
[828/1202] Compiling a_type.cc
[829/1202] Compiling asn1_lib.cc
[830/1202] Compiling a_time.cc
[831/1202] Compiling a_utctm.cc
[832/1202] Compiling a_strex.cc
[833/1202] Compiling a_object.cc
[834/1202] Compiling a_i2d_fp.cc
[835/1202] Compiling a_dup.cc
[836/1202] Compiling a_mbstr.cc
[837/1202] Compiling a_gentm.cc
[838/1202] Compiling a_int.cc
[839/1202] Compiling a_d2i_fp.cc
[840/1202] Compiling fiat_p256_adx_mul.S
[841/1202] Compiling fiat_p256_adx_sqr.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-apple.S
[847/1202] Compiling md5-586-linux.S
[848/1202] Compiling a_bitstr.cc
[849/1202] Compiling CCryptoBoringSSLShims shims.c
[850/1202] Compiling chacha20_poly1305_x86_64-apple.S
[851/1202] Compiling chacha20_poly1305_armv8-win.S
[852/1202] Compiling chacha20_poly1305_x86_64-linux.S
[853/1202] Compiling chacha20_poly1305_armv8-linux.S
[854/1202] Compiling chacha20_poly1305_armv8-apple.S
[855/1202] Compiling a_bool.cc
[856/1202] Compiling chacha-x86_64-apple.S
[857/1202] Compiling chacha-x86_64-linux.S
[858/1202] Compiling chacha-x86-linux.S
[859/1202] Compiling chacha-x86-apple.S
[860/1202] Compiling chacha-armv8-win.S
[861/1202] Compiling chacha-armv8-linux.S
[862/1202] Compiling chacha-armv8-apple.S
[863/1202] Compiling chacha-armv4-linux.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-mont5-apple.S
[868/1202] Compiling x86_64-mont5-linux.S
[869/1202] Compiling x86_64-mont-linux.S
[870/1202] Compiling x86-mont-linux.S
[871/1202] Compiling x86_64-mont-apple.S
[872/1202] Compiling x86-mont-apple.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-x86-apple.S
[877/1202] Compiling vpaes-armv8-linux.S
[878/1202] Compiling vpaes-armv8-win.S
[879/1202] Compiling vpaes-armv8-apple.S
[880/1202] Compiling sha512-armv8-win.S
[881/1202] Compiling vpaes-armv7-linux.S
[882/1202] Compiling sha512-x86_64-apple.S
[883/1202] Compiling sha512-x86_64-linux.S
[884/1202] Compiling sha512-armv8-linux.S
[885/1202] Compiling sha512-armv8-apple.S
[886/1202] Compiling sha512-586-linux.S
[887/1202] Compiling sha512-armv4-linux.S
[888/1202] Compiling sha512-586-apple.S
[889/1202] Compiling sha256-x86_64-apple.S
[890/1202] Compiling sha256-armv8-win.S
[891/1202] Compiling sha256-x86_64-linux.S
[892/1202] Compiling sha256-armv8-linux.S
[893/1202] Compiling sha256-armv8-apple.S
[894/1202] Compiling sha256-armv4-linux.S
[895/1202] Compiling sha256-586-linux.S
[896/1202] Compiling sha256-586-apple.S
[897/1202] Compiling sha1-x86_64-apple.S
[898/1202] Compiling sha1-armv8-win.S
[899/1202] Compiling sha1-x86_64-linux.S
[900/1202] Compiling sha1-armv4-large-linux.S
[901/1202] Compiling sha1-armv8-linux.S
[902/1202] Compiling sha1-armv8-apple.S
[903/1202] Compiling sha1-586-linux.S
[904/1202] Compiling sha1-586-apple.S
[905/1202] Compiling rsaz-avx2-apple.S
[906/1202] Compiling rsaz-avx2-linux.S
[907/1202] Compiling rdrand-x86_64-linux.S
[908/1202] Compiling rdrand-x86_64-apple.S
[909/1202] Compiling p256_beeu-x86_64-asm-apple.S
[910/1202] Compiling p256_beeu-x86_64-asm-linux.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-x86_64-asm-apple.S
[915/1202] Compiling p256-x86_64-asm-linux.S
[916/1202] Compiling p256-armv8-asm-win.S
[917/1202] Compiling p256-armv8-asm-apple.S
[918/1202] Compiling ghashv8-armv8-win.S
[919/1202] Compiling p256-armv8-asm-linux.S
[920/1202] Compiling ghashv8-armv8-linux.S
[921/1202] Compiling ghashv8-armv7-linux.S
[922/1202] Compiling ghashv8-armv8-apple.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-linux.S
[928/1202] Compiling ghash-ssse3-x86_64-apple.S
[929/1202] Compiling ghash-ssse3-x86-linux.S
[930/1202] Compiling ghash-ssse3-x86-apple.S
[931/1202] Compiling ghash-neon-armv8-linux.S
[932/1202] Compiling ghash-neon-armv8-win.S
[933/1202] Compiling ghash-neon-armv8-apple.S
[934/1202] Compiling ghash-armv4-linux.S
[935/1202] Compiling co-586-linux.S
[936/1202] Compiling co-586-apple.S
[937/1202] Compiling bsaes-armv7-linux.S
[938/1202] Compiling bn-armv8-linux.S
[939/1202] Compiling bn-armv8-win.S
[940/1202] Compiling bn-armv8-apple.S
[941/1202] Compiling bn-586-linux.S
[942/1202] Compiling bn-586-apple.S
[943/1202] Compiling armv8-mont-win.S
[944/1202] Compiling armv8-mont-linux.S
[945/1202] Compiling armv8-mont-apple.S
[946/1202] Compiling armv4-mont-linux.S
[947/1202] Compiling aesv8-gcm-armv8-linux.S
[948/1202] Compiling aesv8-gcm-armv8-win.S
[949/1202] Compiling aesv8-gcm-armv8-apple.S
[950/1202] Compiling aesv8-armv8-win.S
[951/1202] Compiling aesv8-armv8-apple.S
[952/1202] Compiling aesv8-armv8-linux.S
[953/1202] Compiling aesv8-armv7-linux.S
[954/1202] Compiling aesni-x86-linux.S
[955/1202] Compiling aesni-x86_64-apple.S
[956/1202] Compiling aesni-x86_64-linux.S
[957/1202] Compiling aesni-x86-apple.S
[958/1202] Compiling aesni-gcm-x86_64-linux.S
[959/1202] Compiling aesni-gcm-x86_64-apple.S
[960/1202] Compiling aes-gcm-avx10-x86_64-apple.S
[961/1202] Compiling aes-gcm-avx10-x86_64-linux.S
[962/1202] Compiling x_val.cc
[963/1202] Compiling x_x509.cc
[964/1202] Compiling x_x509a.cc
[965/1202] Compiling x_req.cc
[966/1202] Compiling x_sig.cc
[967/1202] Compiling x_spki.cc
[968/1202] Compiling c-nioatomics.c
[969/1202] Compiling x_pubkey.cc
[970/1202] Compiling c-atomics.c
[971/1202] Compiling x_exten.cc
[972/1202] Compiling x_attrib.cc
[973/1202] Compiling x_crl.cc
[974/1202] Compiling x_name.cc
[975/1203] Compiling x_all.cc
[976/1208] Compiling x509spki.cc
[977/1208] Compiling x_algor.cc
[979/1208] Compiling NIOConcurrencyHelpers lock.swift
[979/1208] Compiling x509_vpm.cc
[980/1208] Compiling x509rset.cc
[981/1208] Compiling x509name.cc
[983/1208] Compiling NIOConcurrencyHelpers NIOLock.swift
[984/1208] Emitting module NIOConcurrencyHelpers
[984/1208] Compiling x509cset.cc
[986/1208] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[987/1208] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[988/1208] Compiling NIOConcurrencyHelpers atomics.swift
[988/1209] Compiling x509_txt.cc
[989/1209] Compiling x509_v3.cc
[991/1209] Compiling x509_set.cc
[992/1209] Compiling x509_vfy.cc
[993/1209] Compiling x509_trs.cc
[994/1209] Compiling x509_req.cc
[995/1209] Compiling x509_obj.cc
[996/1235] Compiling x509_lu.cc
[997/1235] Compiling x509_ext.cc
[998/1235] Compiling x509_d2.cc
[1000/1235] Compiling ConsoleKitTerminal Console+Wait.swift
[1001/1235] Compiling ConsoleKitTerminal ConsoleColor.swift
[1002/1235] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1002/1238] Compiling x509_def.cc
[1003/1238] Compiling x509.cc
[1005/1238] Compiling ConsoleKitTerminal Console+Confirm.swift
[1006/1238] Compiling ConsoleKitTerminal Console+Input.swift
[1007/1238] Compiling ConsoleKitTerminal Console+Center.swift
[1008/1238] Compiling ConsoleKitTerminal Console+Output.swift
[1008/1238] Compiling x509_att.cc
[1010/1238] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1011/1238] Compiling ConsoleKitTerminal ConsoleClear.swift
[1012/1238] Compiling ConsoleKitTerminal Console+Ask.swift
[1013/1238] Compiling ConsoleKitTerminal Console+Choose.swift
[1013/1238] Compiling x509_cmp.cc
[1015/1238] Compiling ConsoleKitTerminal ActivityBar.swift
[1016/1238] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1017/1238] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1018/1238] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1019/1238] Emitting module ConsoleKitTerminal
[1020/1238] Compiling ConsoleKitTerminal CustomActivity.swift
[1021/1238] Compiling ConsoleKitTerminal LoadingBar.swift
[1022/1238] Compiling ConsoleKitTerminal ProgressBar.swift
[1023/1238] Compiling ConsoleKitTerminal Console+Clear.swift
[1024/1238] Compiling ConsoleKitTerminal ConsoleText.swift
[1025/1238] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1026/1238] Compiling ConsoleKitTerminal ANSI.swift
[1027/1238] Compiling ConsoleKitTerminal Console.swift
[1028/1238] Compiling ConsoleKitTerminal Terminal.swift
[1029/1238] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1029/1238] Compiling v3_purp.cc
[1030/1238] Compiling v3_skey.cc
[1031/1238] Compiling v3_utl.cc
[1032/1238] Compiling v3_pcons.cc
[1033/1238] Compiling v3_ocsp.cc
[1034/1238] Compiling v3_pmaps.cc
[1036/1238] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1037/1238] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1038/1238] Compiling ConsoleKitTerminal LoggerFragment.swift
[1038/1238] Compiling v3_prn.cc
[1040/1239] Compiling v3_lib.cc
[1041/1239] Compiling v3_ncons.cc
[1042/1239] Compiling v3_int.cc
[1043/1239] Compiling v3_ia5.cc
[1044/1239] Compiling v3_genn.cc
[1045/1239] Compiling v3_info.cc
[1046/1255] Compiling v3_extku.cc
[1047/1261] Compiling v3_enum.cc
[1049/1261] Emitting module ConsoleKitCommands
[1049/1263] Compiling v3_cpols.cc
[1050/1263] Compiling v3_bitst.cc
[1052/1263] Compiling ConsoleKitCommands CommandGroup.swift
[1053/1263] Compiling ConsoleKitCommands CommandInput.swift
[1054/1263] Compiling ConsoleKitCommands Commands.swift
[1055/1263] Compiling ConsoleKitCommands CommandSignature.swift
[1056/1263] Compiling ConsoleKitCommands Flag.swift
[1057/1263] Compiling ConsoleKitCommands Option.swift
[1057/1263] Compiling v3_conf.cc
[1059/1263] Compiling ConsoleKitCommands Command.swift
[1060/1263] Compiling ConsoleKitCommands CommandContext.swift
[1061/1263] Compiling ConsoleKitCommands CommandError.swift
[1061/1263] Compiling v3_crld.cc
[1062/1263] Compiling v3_bcons.cc
[1064/1263] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1065/1263] Compiling ConsoleKitCommands AsyncCommand.swift
[1066/1263] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1067/1263] Compiling ConsoleKitCommands AsyncCommands.swift
[1068/1263] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1069/1263] Compiling ConsoleKitCommands AnyCommand.swift
[1070/1263] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1071/1263] Compiling ConsoleKitCommands Utilities.swift
[1071/1263] Compiling v3_alt.cc
[1072/1263] Compiling v3_akeya.cc
[1073/1263] Compiling v3_akey.cc
[1074/1263] Compiling t_x509a.cc
[1075/1263] Compiling t_x509.cc
[1076/1263] Compiling t_req.cc
[1077/1263] Compiling t_crl.cc
[1078/1263] Compiling rsa_pss.cc
[1079/1263] Compiling i2d_pr.cc
[1080/1263] Compiling policy.cc
[1082/1263] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1083/1263] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1084/1263] Compiling ConsoleKitCommands Argument.swift
[1085/1263] Compiling ConsoleKitCommands Console+Run.swift
[1086/1263] Compiling ConsoleKitCommands ConsoleError.swift
[1087/1263] Compiling ConsoleKitCommands Completion.swift
[1087/1264] Compiling name_print.cc
[1089/1264] Compiling by_file.cc
[1090/1264] Compiling asn1_gen.cc
[1091/1264] Compiling by_dir.cc
[1092/1266] Compiling algorithm.cc
[1094/1266] Compiling ConsoleKit Exports.swift
[1095/1266] Emitting module ConsoleKit
[1095/1267] Compiling a_sign.cc
[1096/1267] Compiling a_verify.cc
[1097/1267] Compiling voprf.cc
[1098/1267] Compiling a_digest.cc
[1100/1267] Compiling trust_token.cc
[1101/1267] Compiling pmbtoken.cc
[1102/1267] Compiling thread_win.cc
[1103/1267] Compiling thread.cc
[1104/1267] Compiling stack.cc
[1105/1267] Compiling thread_none.cc
[1106/1267] Compiling thread_pthread.cc
[1107/1267] Compiling wots.cc
[1108/1267] Compiling thash.cc
[1109/1267] Compiling slhdsa.cc
[1110/1267] Compiling siphash.cc
[1111/1267] Compiling sha1.cc
[1112/1267] Compiling sha256.cc
[1113/1267] Compiling merkle.cc
[1114/1267] Compiling sha512.cc
[1114/1267] Compiling fors.cc
[1116/1267] Compiling rsa_print.cc
[1117/1267] Compiling rsa_extra.cc
[1118/1267] Compiling rc4.cc
[1119/1267] Compiling windows.cc
[1120/1267] Compiling refcount.cc
[1121/1267] Compiling urandom.cc
[1122/1267] Compiling rsa_asn1.cc
[1123/1267] Compiling rand_extra.cc
[1124/1267] Compiling trusty.cc
[1125/1267] Compiling rsa_crypt.cc
[1126/1267] Compiling getentropy.cc
[1127/1267] Compiling passive.cc
[1128/1267] Compiling ios.cc
[1129/1267] Compiling poly1305_arm_asm.S
[1130/1267] Compiling deterministic.cc
[1131/1267] Compiling fork_detect.cc
[1132/1267] Compiling forkunsafe.cc
[1133/1267] Compiling pool.cc
[1134/1267] Compiling poly1305_vec.cc
[1135/1267] Compiling poly1305_arm.cc
[1136/1267] Compiling poly1305.cc
[1137/1267] Compiling pkcs7.cc
[1138/1267] Compiling pkcs8.cc
[1139/1267] Compiling pkcs8_x509.cc
[1140/1267] Compiling pkcs7_x509.cc
[1141/1267] Compiling pem_pkey.cc
[1142/1267] Compiling p5_pbev2.cc
[1143/1267] Compiling pem_x509.cc
[1144/1267] Compiling pem_xaux.cc
[1145/1267] Compiling pem_pk8.cc
[1146/1267] Compiling obj_xref.cc
[1147/1267] Compiling pem_oth.cc
[1148/1267] Compiling mlkem.cc
[1149/1267] Compiling pem_lib.cc
[1150/1267] Compiling mldsa.cc
[1151/1267] Compiling pem_all.cc
[1152/1267] Compiling pem_info.cc
[1152/1267] Compiling obj.cc
[1154/1267] Compiling md5.cc
[1155/1267] Compiling poly_rq_mul.S
[1156/1267] Compiling fips_shared_support.cc
[1157/1267] Compiling mem.cc
[1158/1267] Compiling md4.cc
[1159/1267] Compiling lhash.cc
[1160/1267] Compiling kyber.cc
[1161/1267] Compiling ex_data.cc
[1162/1267] Compiling hpke.cc
[1163/1267] Compiling hrss.cc
[1164/1267] Compiling pbkdf.cc
[1165/1267] Compiling scrypt.cc
[1166/1267] Compiling sign.cc
[1167/1267] Compiling print.cc
[1168/1267] Compiling p_x25519.cc
[1169/1267] Compiling p_x25519_asn1.cc
[1170/1267] Compiling p_ed25519.cc
[1171/1267] Compiling p_rsa.cc
[1172/1267] Compiling p_ed25519_asn1.cc
[1173/1267] Compiling p_rsa_asn1.cc
[1174/1267] Compiling p_hkdf.cc
[1175/1267] Compiling p_ec_asn1.cc
[1176/1267] Compiling p_ec.cc
[1177/1267] Compiling p_dh.cc
[1177/1267] Compiling p_dsa_asn1.cc
[1179/1267] Compiling p_dh_asn1.cc
[1180/1267] Compiling evp_ctx.cc
[1181/1267] Compiling evp_asn1.cc
[1182/1267] Compiling evp.cc
[1183/1267] Compiling err.cc
[1184/1267] Compiling engine.cc
[1185/1267] Compiling hash_to_curve.cc
[1186/1267] Compiling ecdh_extra.cc
[1187/1267] Compiling ecdsa_asn1.cc
[1188/1267] Compiling ec_derive.cc
[1189/1267] Compiling ec_asn1.cc
[1190/1267] Compiling dsa.cc
[1191/1267] Compiling digest_extra.cc
[1192/1267] Compiling params.cc
[1193/1267] Compiling dsa_asn1.cc
[1194/1267] Compiling dh_asn1.cc
[1195/1267] Compiling x25519-asm-arm.S
[1196/1267] Compiling des.cc
[1197/1267] Compiling spake25519.cc
[1198/1267] Compiling cpu_intel.cc
[1199/1267] Compiling crypto.cc
[1200/1267] Compiling cpu_arm_linux.cc
[1201/1267] Compiling cpu_arm_freebsd.cc
[1202/1267] Compiling curve25519.cc
[1203/1267] Compiling cpu_aarch64_win.cc
[1204/1267] Compiling cpu_aarch64_sysreg.cc
[1205/1267] Compiling cpu_aarch64_fuchsia.cc
[1205/1267] Compiling cpu_aarch64_openbsd.cc
[1207/1267] Compiling cpu_aarch64_linux.cc
[1208/1267] Compiling bcm.cc
[1209/1267] Compiling cpu_aarch64_apple.cc
[1210/1267] Compiling curve25519_64_adx.cc
[1211/1267] Compiling conf.cc
[1212/1267] Compiling tls_cbc.cc
[1213/1267] Compiling e_tls.cc
[1214/1267] Compiling e_rc4.cc
[1215/1267] Compiling e_rc2.cc
[1216/1267] Compiling e_null.cc
[1217/1267] Compiling e_des.cc
[1218/1267] Compiling e_chacha20poly1305.cc
[1219/1267] Compiling derive_key.cc
[1220/1267] Compiling e_aesgcmsiv.cc
[1221/1267] Compiling e_aesctrhmac.cc
[1222/1267] Compiling cipher_extra.cc
[1223/1267] Compiling unicode.cc
[1224/1267] Compiling chacha.cc
[1225/1267] Compiling cbs.cc
[1226/1267] Compiling ber.cc
[1227/1267] Compiling asn1_compat.cc
[1228/1267] Compiling cbb.cc
[1229/1267] Compiling bn_asn1.cc
[1229/1267] Compiling buf.cc
[1231/1267] Compiling convert.cc
[1232/1267] Compiling printf.cc
[1233/1267] Compiling blake2.cc
[1234/1267] Compiling pair.cc
[1235/1267] Compiling hexdump.cc
[1236/1267] Compiling errno.cc
[1237/1267] Compiling file.cc
[1238/1267] Compiling fd.cc
[1239/1267] Compiling bio_mem.cc
[1240/1267] Compiling base64.cc
[1241/1267] Compiling bio.cc
[1242/1267] Compiling tasn_typ.cc
[1243/1267] Compiling tasn_utl.cc
[1244/1267] Compiling tasn_fre.cc
[1245/1267] Compiling tasn_new.cc
[1246/1267] Compiling posix_time.cc
[1247/1267] Compiling tasn_enc.cc
[1248/1267] Compiling f_string.cc
[1249/1267] Compiling f_int.cc
[1250/1267] Compiling tasn_dec.cc
[1251/1267] Compiling a_octet.cc
[1252/1267] Compiling asn_pack.cc
[1253/1267] Compiling a_object.cc
[1253/1267] Compiling a_mbstr.cc
[1255/1267] Compiling a_gentm.cc
[1255/1267] Write sources
[1260/1267] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1261/1267] Compiling a_dup.cc
[1262/1267] Compiling a_i2d_fp.cc
[1263/1267] Compiling a_d2i_fp.cc
[1264/1267] Compiling a_int.cc
[1265/1306] Compiling a_bool.cc
[1266/1364] Compiling a_bitstr.cc
[1268/1364] Compiling Atomics UnsafeAtomic.swift
[1269/1364] Compiling Atomics UnsafeAtomicLazyReference.swift
[1270/1366] Compiling BitCollections BitArray+Hashable.swift
[1271/1366] Compiling BitCollections BitArray+Initializers.swift
[1272/1367] Compiling Atomics ManagedAtomic.swift
[1273/1367] Compiling Atomics ManagedAtomicLazyReference.swift
[1274/1374] Compiling Atomics IntegerOperations.swift
[1275/1374] Compiling Atomics Unmanaged extensions.swift
[1276/1374] Compiling BitCollections BitArray+Collection.swift
[1277/1374] Compiling BitCollections BitArray+Copy.swift
[1278/1374] Compiling BitCollections BitArray+CustomReflectable.swift
[1279/1374] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[1280/1374] Compiling BitCollections BitArray+Extras.swift
[1281/1374] Compiling BitCollections BitArray+Fill.swift
[1282/1374] Compiling BitCollections BitSet+Initializers.swift
[1283/1374] Compiling BitCollections BitSet+Invariants.swift
[1284/1374] Compiling BitCollections BitSet+Random.swift
[1285/1374] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1286/1374] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1287/1374] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1288/1374] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1289/1374] Compiling CryptoBoringWrapper RandomBytes.swift
[1290/1381] Emitting module BitCollections
[1291/1381] Compiling BitCollections BitArray._UnsafeHandle.swift
[1292/1381] Compiling BitCollections BitArray.swift
[1293/1381] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1294/1381] Compiling BitCollections BitSet+Codable.swift
[1295/1384] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1296/1384] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1297/1384] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1298/1384] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1299/1384] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1300/1384] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1301/1384] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1302/1384] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1303/1384] Compiling BitCollections BitSet+CustomReflectable.swift
[1304/1384] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1305/1384] Compiling BitCollections BitSet+Equatable.swift
[1306/1384] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1307/1384] Compiling BitCollections BitSet+Extras.swift
[1308/1384] Compiling BitCollections BitSet+Hashable.swift
[1309/1384] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1310/1384] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1311/1384] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1312/1384] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1313/1384] Compiling BitCollections BitSet+SetAlgebra union.swift
[1314/1384] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1315/1384] Compiling BitCollections BitSet.Counted.swift
[1316/1384] Emitting module CryptoBoringWrapper
[1317/1384] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1318/1384] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1319/1384] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1323/1384] Compiling BitCollections BitArray+Equatable.swift
[1324/1384] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[1328/1384] Compiling BitCollections BitArray+Descriptions.swift
[1336/1384] Compiling Algorithms Trim.swift
[1337/1384] Compiling Algorithms Unique.swift
[1338/1384] Compiling Algorithms Windows.swift
[1339/1384] Compiling BitCollections BitSet.Index.swift
[1340/1384] Compiling BitCollections BitSet._UnsafeHandle.swift
[1341/1384] Compiling BitCollections BitSet.swift
[1342/1384] Compiling BitCollections Range+Utilities.swift
[1343/1384] Compiling BitCollections Slice+Utilities.swift
[1344/1384] Compiling BitCollections UInt+Tricks.swift
[1345/1384] Compiling BitCollections _Word.swift
[1346/1384] Compiling CryptoBoringWrapper EllipticCurve.swift
[1347/1384] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1348/1384] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1357/1385] Compiling BitCollections BitArray+BitwiseOperations.swift
[1358/1385] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[1359/1385] Compiling BitCollections BitArray+Codable.swift
[1375/1416] Compiling Crypto AES-GCM.swift
[1376/1416] Compiling Crypto AES-GCM_boring.swift
[1377/1416] Compiling Crypto ChaChaPoly_boring.swift
[1378/1416] Compiling Crypto ChaChaPoly.swift
[1379/1457] Emitting module Atomics
[1380/1459] Emitting module Collections
[1381/1459] Compiling Collections Collections.swift
[1386/1460] Compiling Crypto ASN1.swift
[1387/1460] Compiling Crypto ASN1Any.swift
[1388/1460] Compiling Crypto ASN1BitString.swift
[1390/1520] Emitting module Algorithms
[1392/1521] Emitting module Crypto
[1393/1530] Compiling NIOCore MarkedCircularBuffer.swift
[1394/1530] Compiling NIOCore MulticastChannel.swift
[1395/1530] Compiling NIOCore NIOAny.swift
[1396/1530] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1397/1530] Compiling NIOCore NIOLoopBound.swift
[1398/1530] Compiling NIOCore NIOScheduledCallback.swift
[1399/1530] Compiling NIOCore NIOSendable.swift
[1400/1530] Compiling NIOCore RecvByteBufferAllocator.swift
[1401/1530] Compiling Crypto NISTCurvesKeys.swift
[1402/1530] Compiling Crypto X25519Keys.swift
[1403/1530] Compiling Crypto SymmetricKeys.swift
[1404/1530] Compiling Crypto HMAC.swift
[1405/1530] Compiling Crypto MACFunctions.swift
[1406/1530] Compiling Crypto MessageAuthenticationCode.swift
[1407/1530] Compiling Crypto AES.swift
[1408/1530] Compiling Crypto ECDSASignature_boring.swift
[1409/1530] Compiling Crypto ECDSA_boring.swift
[1410/1530] Compiling Crypto EdDSA_boring.swift
[1411/1530] Compiling Crypto ECDSA.swift
[1412/1530] Compiling Crypto Ed25519.swift
[1413/1530] Compiling NIOCore EventLoopFuture.swift
[1414/1530] Compiling NIOCore FileDescriptor.swift
[1415/1530] Compiling NIOCore FileHandle.swift
[1416/1530] Compiling NIOCore FileRegion.swift
[1417/1530] Compiling NIOCore ChannelPipeline.swift
[1418/1530] Compiling NIOCore CircularBuffer.swift
[1419/1530] Compiling NIOCore Codec.swift
[1420/1530] Compiling NIOCore ConvenienceOptionSupport.swift
[1421/1530] Compiling NIOCore DeadChannel.swift
[1422/1530] Compiling NIOCore DispatchQueue+WithFuture.swift
[1423/1530] Compiling NIOCore EventLoop+Deprecated.swift
[1424/1530] Compiling NIOCore EventLoop+SerialExecutor.swift
[1425/1530] Compiling NIOCore GlobalSingletons.swift
[1426/1530] Compiling NIOCore IO.swift
[1427/1530] Compiling NIOCore IOData.swift
[1428/1530] Compiling NIOCore IPProtocol.swift
[1429/1530] Compiling NIOCore IntegerBitPacking.swift
[1430/1530] Compiling NIOCore IntegerTypes.swift
[1431/1530] Compiling NIOCore Interfaces.swift
[1432/1530] Compiling NIOCore Linux.swift
[1433/1530] Compiling NIOCore AsyncChannelHandler.swift
[1434/1530] Compiling NIOCore AsyncChannelInboundStream.swift
[1435/1530] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1436/1530] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1437/1530] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1438/1530] Compiling NIOCore NIOAsyncWriter.swift
[1439/1530] Compiling NIOCore EventLoop.swift
[1440/1530] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1441/1530] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1442/1530] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1451/1538] Compiling NIOCore ByteBuffer-multi-int.swift
[1452/1538] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1453/1538] Compiling NIOCore ByteBuffer-views.swift
[1454/1538] Compiling NIOCore Channel.swift
[1455/1538] Compiling NIOCore ChannelHandler.swift
[1456/1538] Compiling NIOCore ChannelHandlers.swift
[1457/1538] Compiling NIOCore ChannelInvoker.swift
[1458/1538] Compiling NIOCore ChannelOption.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 AddressedEnvelope.swift
[1469/1538] Compiling NIOCore AsyncAwaitSupport.swift
[1470/1538] Compiling NIOCore AsyncChannel.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
[1497/1539] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1498/1539] Compiling NIOCore SocketAddresses.swift
[1499/1539] Compiling NIOCore SocketOptionProvider.swift
[1500/1539] Compiling NIOCore SystemCallHelpers.swift
[1501/1539] Compiling NIOCore TimeAmount+Duration.swift
[1502/1539] Compiling NIOCore TypeAssistedChannelHandler.swift
[1503/1539] Compiling NIOCore UniversalBootstrapSupport.swift
[1504/1539] Compiling NIOCore Utilities.swift
[1539/1539] Emitting module NIOCore
[1541/1591] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1542/1591] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1543/1591] Compiling NIOPosix PosixSingletons.swift
[1544/1591] Compiling NIOPosix RawSocketBootstrap.swift
[1545/1591] Compiling NIOPosix Resolver.swift
[1546/1591] Compiling NIOPosix Selectable.swift
[1547/1597] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1548/1597] Compiling NIOEmbedded AsyncTestingChannel.swift
[1549/1597] Compiling NIOEmbedded Embedded.swift
[1550/1597] Emitting module NIOEmbedded
[1551/1597] Compiling NIOPosix IO.swift
[1552/1597] Compiling NIOPosix IntegerBitPacking.swift
[1553/1597] Compiling NIOPosix IntegerTypes.swift
[1554/1597] Compiling NIOPosix Linux.swift
[1555/1597] Compiling NIOPosix LinuxCPUSet.swift
[1556/1597] Compiling NIOPosix LinuxUring.swift
[1557/1597] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1559/1598] Emitting module NIOPosix
[1560/1598] Compiling NIOPosix ThreadPosix.swift
[1561/1598] Compiling NIOPosix ThreadWindows.swift
[1562/1598] Compiling NIOPosix UnsafeTransfer.swift
[1563/1598] Compiling NIOPosix Utilities.swift
[1564/1598] Compiling NIOPosix VsockAddress.swift
[1565/1598] Compiling NIOPosix VsockChannelEvents.swift
[1566/1598] Compiling NIOPosix ServerSocket.swift
[1567/1598] Compiling NIOPosix Socket.swift
[1568/1598] Compiling NIOPosix SocketChannel.swift
[1569/1598] Compiling NIOPosix SocketProtocols.swift
[1570/1598] Compiling NIOPosix System.swift
[1571/1598] Compiling NIOPosix Thread.swift
[1572/1598] Compiling NIOPosix SelectableChannel.swift
[1573/1598] Compiling NIOPosix SelectableEventLoop.swift
[1574/1598] Compiling NIOPosix SelectorEpoll.swift
[1575/1598] Compiling NIOPosix SelectorGeneric.swift
[1576/1598] Compiling NIOPosix SelectorKqueue.swift
[1577/1598] Compiling NIOPosix SelectorUring.swift
[1578/1598] Compiling NIOPosix BSDSocketAPICommon.swift
[1579/1598] Compiling NIOPosix BSDSocketAPIPosix.swift
[1580/1598] Compiling NIOPosix BSDSocketAPIWindows.swift
[1581/1598] Compiling NIOPosix BaseSocket.swift
[1582/1598] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1583/1598] Compiling NIOPosix BaseSocketChannel.swift
[1584/1598] Compiling NIOPosix BaseStreamSocketChannel.swift
[1585/1598] Compiling NIOPosix Bootstrap.swift
[1586/1598] Compiling NIOPosix ControlMessage.swift
[1587/1598] Compiling NIOPosix DatagramVectorReadManager.swift
[1588/1598] Compiling NIOPosix Errors+Any.swift
[1589/1598] Compiling NIOPosix FileDescriptor.swift
[1590/1598] Compiling NIOPosix GetaddrinfoResolver.swift
[1591/1598] Compiling NIOPosix HappyEyeballs.swift
[1592/1598] Compiling NIOPosix NIOThreadPool.swift
[1593/1598] Compiling NIOPosix NonBlockingFileIO.swift
[1594/1598] Compiling NIOPosix PendingDatagramWritesManager.swift
[1595/1598] Compiling NIOPosix PendingWritesManager.swift
[1596/1598] Compiling NIOPosix PipeChannel.swift
[1597/1598] Compiling NIOPosix PipePair.swift
[1598/1598] Compiling NIOPosix Pool.swift
[1600/1658] Compiling NIO Exports.swift
[1601/1658] Emitting module NIO
[1603/1659] Compiling _NIOFileSystem BufferedWriter.swift
[1604/1659] Compiling _NIOFileSystem ByteBuffer+FileSystem.swift
[1605/1659] Compiling _NIOFileSystem ByteCount.swift
[1606/1661] Compiling _NIOFileSystem FileHandleProtocol.swift
[1607/1661] Compiling _NIOFileSystem FileInfo.swift
[1608/1661] Compiling _NIOFileSystem FileSystem.swift
[1609/1661] Compiling _NIOFileSystem FileSystemError+Syscall.swift
[1610/1661] Compiling _NIOFileSystem FileSystemError.swift
[1611/1661] Compiling _NIOFileSystem FileSystemProtocol.swift
[1612/1700] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1613/1700] Compiling NIOHTTP1 HTTPDecoder.swift
[1614/1700] Compiling NIOHTTP1 HTTPEncoder.swift
[1615/1700] Compiling NIOTLS TLSEvents.swift
[1616/1700] Emitting module NIOTLS
[1617/1700] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1618/1701] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1619/1701] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1620/1701] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1621/1701] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1622/1701] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1624/1701] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1625/1701] Emitting module NIOSOCKS
[1626/1701] Compiling NIOSOCKS SOCKSResponse.swift
[1627/1701] Compiling NIOSOCKS ClientStateMachine.swift
[1628/1701] Compiling AsyncKit Optional+StrictMap.swift
[1629/1701] Compiling AsyncKit Exports.swift
[1630/1701] Emitting module _NIOFileSystem
[1635/1705] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1639/1705] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1640/1705] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1641/1705] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1642/1705] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1643/1705] Compiling NIOTLS SNIHandler.swift
[1644/1705] Compiling NIOSOCKS ServerStateMachine.swift
[1646/1707] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1649/1709] Compiling _NIOFileSystem ParallelDirCopy.swift
[1650/1709] Compiling _NIOFileSystem ParallelRemoval.swift
[1651/1709] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[1652/1709] Compiling _NIOFileSystem CInterop.swift
[1653/1709] Compiling _NIOFileSystem Errno.swift
[1654/1709] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1655/1709] Compiling _NIOFileSystem Mocking.swift
[1656/1709] Compiling _NIOFileSystem Syscall.swift
[1657/1709] Compiling _NIOFileSystem Syscalls.swift
[1658/1709] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1659/1709] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1660/1709] Emitting module NIOFoundationCompat
[1661/1709] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1666/1727] Compiling NIOSSL SSLCallbacks.swift
[1667/1727] Compiling NIOSSL SSLCertificate.swift
[1669/1761] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1670/1761] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1671/1761] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1672/1761] Compiling NIOSSL SubjectAlternativeName.swift
[1673/1761] Compiling NIOSSL NIOSSLSecureBytes.swift
[1674/1761] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1675/1761] Compiling NIOTransportServices NIOTSSingletons.swift
[1676/1761] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1677/1761] Compiling NIOTransportServices StateManagedChannel.swift
[1678/1761] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1681/1761] Emitting module NIOTransportServices
[1685/1763] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1686/1763] Compiling NIOTransportServices NIOTSErrors.swift
[1687/1763] Compiling NIOTransportServices NIOTSEventLoop.swift
[1688/1763] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1689/1763] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1690/1763] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1694/1763] Compiling NIOTransportServices NIOTSBootstraps.swift
[1695/1763] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1696/1763] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1697/1763] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1698/1763] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1699/1763] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1700/1763] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1701/1763] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1702/1763] Compiling NIOTransportServices AcceptHandler.swift
[1703/1763] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1704/1763] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1706/1764] Emitting module AsyncKit
[1707/1764] Emitting module NIOHTTP1
[1714/1765] Emitting module NIOSSL
[1724/1768] Compiling NIOSSL RNG.swift
[1725/1768] Compiling NIOSSL SafeCompare.swift
[1726/1768] Compiling NIOSSL Zeroization.swift
[1731/1814] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1732/1814] Compiling NIOExtras JSONRPCFraming.swift
[1733/1814] Compiling NIOExtras DebugInboundEventsHandler.swift
[1734/1814] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1735/1814] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1736/1814] Compiling NIOExtras LengthFieldPrepender.swift
[1737/1814] Compiling NIOExtras LineBasedFrameDecoder.swift
[1738/1814] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1739/1833] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1740/1834] Compiling _NIOFileSystem SystemFileHandle.swift
[1741/1834] Compiling _NIOFileSystem Utilities.swift
[1742/1834] Compiling _NIOFileSystem OpenOptions.swift
[1743/1834] Compiling _NIOFileSystem String+FileSystem.swift
[1744/1834] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[1745/1834] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[1746/1834] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[1747/1834] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[1748/1834] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[1749/1834] Compiling MultipartKit FormDataDecoder.swift
[1750/1834] Compiling MultipartKit FormDataEncoder.Encoder.swift
[1751/1834] Compiling MultipartKit MultipartFormData.swift
[1752/1834] Compiling MultipartKit MultipartParser.swift
[1753/1834] Compiling MultipartKit MultipartPart.swift
[1754/1835] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1756/1835] Compiling MultipartKit BasicCodingKey.swift
[1757/1835] Compiling MultipartKit MultipartError.swift
[1758/1835] Compiling MultipartKit Exports.swift
[1759/1837] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1760/1837] Compiling NIOWebSocket WebSocketOpcode.swift
[1761/1837] Compiling NIOHTTPCompression HTTPDecompression.swift
[1762/1840] Compiling NIOHPACK IntegerCoding.swift
[1763/1840] Compiling NIOHPACK IndexedHeaderTable.swift
[1765/1841] Compiling MultipartKit MultipartPartConvertible.swift
[1766/1841] Compiling NIOHPACK HuffmanTables.swift
[1767/1841] Emitting module MultipartKit
[1768/1841] Emitting module NIOHTTPCompression
[1774/1841] Compiling MultipartKit FormDataEncoder.swift
[1777/1841] Emitting module NIOWebSocket
[1780/1841] Compiling NIOHTTPCompression HTTPCompression.swift
[1781/1843] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1782/1843] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1783/1843] Compiling NIOHPACK HuffmanCoding.swift
[1784/1843] Compiling NIOExtras WritePCAPHandler.swift
[1785/1843] Compiling MultipartKit Utilities.swift
[1786/1843] Compiling NIOHPACK StaticHeaderTable.swift
[1787/1843] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1788/1843] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1789/1843] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1790/1844] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1791/1844] Emitting module _NIOFileSystemFoundationCompat
[1792/1844] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1794/1844] Compiling NIOExtras UnsafeTransfer.swift
[1803/1844] Compiling MultipartKit FormDataDecoder.Decoder.swift
[1804/1844] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[1807/1846] Emitting module NIOExtras
[1810/1846] Compiling NIOWebSocket WebSocketFrame.swift
[1831/1849] Emitting module NIOHPACK
[1834/1850] Emitting module NIOFileSystem
[1835/1850] Compiling NIOFileSystem Exports.swift
[1836/1850] Compiling NIOSSL TLSConfiguration.swift
[1837/1850] Compiling NIOSSL UniversalBootstrapSupport.swift
[1838/1850] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1842/1925] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1843/1925] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1844/1926] Emitting module AWSLambdaRuntimeCore
[1845/1926] Compiling NIOHTTP2 MaySendFrames.swift
[1846/1926] Compiling NIOHTTP2 SendingDataState.swift
[1847/1928] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1848/1928] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1849/1928] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1850/1928] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1852/1928] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1853/1928] Compiling NIOHTTP2 SendingRstStreamState.swift
[1854/1928] Compiling NIOHTTP2 SendingGoawayState.swift
[1855/1928] Compiling NIOHTTP2 SendingHeadersState.swift
[1866/1936] Compiling NIOHTTP2 HasLocalSettings.swift
[1867/1936] Compiling NIOHTTP2 HasRemoteSettings.swift
[1868/1936] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1869/1936] Compiling NIOHTTP2 QuiescingState.swift
[1870/1936] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1871/1936] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1872/1944] Compiling WebSocketKit WebSocketHandler.swift
[1873/1944] Compiling WebSocketKit Exports.swift
[1874/1944] Compiling AWSLambdaRuntimeCore Terminator.swift
[1875/1944] Compiling AWSLambdaRuntimeCore Utils.swift
[1876/1944] Emitting module WebSocketKit
[1877/1944] Compiling WebSocketKit WebSocket+Concurrency.swift
[1878/1944] Compiling WebSocketKit WebSocket+Connect.swift
[1879/1944] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1880/1944] Compiling WebSocketKit WebSocket.swift
[1881/1944] Compiling NIOHTTP2 MayReceiveFrames.swift
[1882/1944] Compiling NIOHTTP2 ReceivingDataState.swift
[1883/1944] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1884/1944] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1886/1945] Compiling WebSocketKit WebSocketClient.swift
[1888/1949] Compiling NIOHTTP2 InboundWindowManager.swift
[1889/1949] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1890/1949] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1891/1949] Compiling NIOHTTP2 StreamChannelList.swift
[1892/1949] Compiling NIOHTTP2 StreamMap.swift
[1893/1949] Compiling NIOHTTP2 StreamStateMachine.swift
[1894/1949] Compiling NIOHTTP2 UnsafeTransfer.swift
[1895/1949] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1896/1949] Compiling AWSLambdaRuntime Context+Foundation.swift
[1897/1949] Emitting module AWSLambdaRuntime
[1898/1949] Compiling AWSLambdaRuntime Lambda+Codable.swift
[1900/1950] Emitting module NIOHTTP2
[1909/1950] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1910/1950] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1911/1950] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1912/1950] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1913/1950] Compiling NIOHTTP2 HTTP2StreamID.swift
[1914/1950] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1915/1950] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1916/1950] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1917/1950] Compiling NIOHTTP2 InboundEventBuffer.swift
[1918/1950] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1919/1950] Compiling NIOHTTP2 HTTP2Frame.swift
[1920/1950] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1921/1950] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1922/1950] Compiling NIOHTTP2 HTTP2PingData.swift
[1923/1950] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1924/1950] Compiling NIOHTTP2 HTTP2Settings.swift
[1925/1950] Compiling NIOHTTP2 HTTP2Stream.swift
[1935/1951] Compiling NIOHTTP2 StateMachineResult.swift
[1936/1951] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1937/1951] Compiling NIOHTTP2 DOSHeuristics.swift
[1938/1951] Compiling NIOHTTP2 Error+Any.swift
[1939/1951] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1940/1951] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1941/1951] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1942/1951] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1943/1951] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1944/1951] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1945/1951] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1946/1951] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1947/1951] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1948/1951] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1949/1951] Compiling NIOHTTP2 HTTP2Error.swift
[1950/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] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1963/2019] Compiling AsyncHTTPClient ConnectionTarget.swift
[1964/2019] Compiling AsyncHTTPClient DeconstructedURL.swift
[1965/2019] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1966/2019] Compiling AsyncHTTPClient FoundationExtensions.swift
[1967/2019] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1968/2019] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1969/2019] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1970/2019] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1971/2019] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1972/2019] Compiling AsyncHTTPClient Transaction.swift
[1973/2019] Compiling AsyncHTTPClient Base64.swift
[1974/2019] Compiling AsyncHTTPClient BasicAuth.swift
[1975/2019] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1976/2019] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1977/2019] Compiling AsyncHTTPClient ConnectionPool.swift
[1978/2019] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1979/2019] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1980/2019] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1981/2019] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1982/2019] Compiling AsyncHTTPClient HTTP1Connection.swift
[1983/2019] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1984/2019] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1985/2019] Compiling AsyncHTTPClient HTTP2Connection.swift
[1986/2019] Compiling AsyncHTTPClient HTTP2IdleHandler.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] Emitting module AsyncHTTPClient
[2004/2019] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2005/2019] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2006/2019] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2007/2019] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2008/2019] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2009/2019] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2010/2019] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2011/2019] Compiling AsyncHTTPClient RequestBodyLength.swift
[2012/2019] Compiling AsyncHTTPClient HTTPClient.swift
[2013/2019] Compiling AsyncHTTPClient HTTPHandler.swift
[2014/2019] Compiling AsyncHTTPClient LRUCache.swift
[2015/2019] Compiling AsyncHTTPClient NWErrorHandler.swift
[2016/2019] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2017/2019] Compiling AsyncHTTPClient TLSConfiguration.swift
[2018/2019] Compiling AsyncHTTPClient RedirectState.swift
[2019/2019] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2021/2210] Compiling Vapor SessionData.swift
[2022/2210] Compiling Vapor SessionDriver.swift
[2023/2210] Compiling Vapor SessionsConfiguration.swift
[2024/2212] Compiling Vapor Request+Session.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)
[2025/2212] Compiling Vapor Session.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)
[2026/2212] Compiling Vapor SessionCache.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)
[2027/2212] Emitting module Vercel
[2028/2212] Compiling Vapor Service.swift
[2029/2212] Compiling Vapor Application+Sessions.swift
[2030/2212] Compiling Vapor MemorySessions.swift
[2031/2212] Compiling Vercel Utils.swift
[2032/2212] Compiling Vercel Vercel.swift
[2033/2212] Compiling Vapor URLEncodedFormDecoder.swift
[2034/2212] Compiling Vapor URLEncodedFormEncoder.swift
[2035/2212] Compiling Vapor URLEncodedFormError.swift
[2036/2212] Compiling Vapor AnyResponse.swift
[2037/2212] Compiling Vapor Array+Random.swift
[2038/2212] Compiling Vapor Base32.swift
[2039/2212] Compiling Vapor URLEncodedFormParser.swift
[2040/2212] Compiling Vapor URLEncodedFormSerializer.swift
[2041/2212] Compiling Vapor URLQueryFragmentConvertible.swift
[2042/2212] Compiling Vapor SessionsMiddleware.swift
[2043/2212] Compiling Vapor URLEncodedFormData.swift
[2045/2213] Compiling Vapor Core.swift
[2046/2213] Compiling Vapor Running.swift
[2047/2213] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2048/2213] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2049/2213] Compiling Vapor DotEnvFile+load.swift
[2050/2213] Compiling Vapor Routes+caseInsenstive.swift
[2051/2213] Compiling Vapor Validatable+validate.swift
[2052/2213] Compiling Vapor Environment+Process.swift
[2053/2213] Compiling Vapor Environment+Secret.swift
[2054/2213] Compiling Vapor Environment.swift
[2055/2213] Compiling Vapor Abort.swift
[2056/2213] Compiling Vapor AbortError.swift
[2057/2213] Compiling Vapor DebuggableError.swift
[2058/2213] Compiling Vapor Demangler.swift
[2059/2213] Compiling Vapor ErrorSource.swift
[2060/2213] Compiling Vapor StackTrace.swift
[2061/2213] Compiling Vapor Exports.swift
[2062/2213] Compiling Vapor Application+HTTP.swift
[2063/2213] Compiling Vapor BasicResponder.swift
[2064/2213] Compiling Vapor BodyStream.swift
[2065/2213] Compiling Vapor Application+HTTP+Client.swift
[2066/2213] Compiling Vapor EventLoopHTTPClient.swift
[2067/2213] Compiling Vapor EndpointCache.swift
[2068/2213] Compiling Vapor HTTPMethod+String.swift
[2069/2213] Compiling Vapor Application.swift
[2070/2213] Compiling Vapor AuthenticationCache.swift
[2071/2213] Compiling Vapor Authenticator.swift
[2072/2213] Compiling Vapor BasicAuthorization.swift
[2073/2213] Compiling Vapor BearerAuthorization.swift
[2074/2213] Compiling Vapor GuardMiddleware.swift
[2075/2213] Compiling Vapor RedirectMiddleware.swift
[2076/2213] Compiling Vapor SessionAuthenticatable.swift
[2077/2213] Compiling Vapor Bcrypt.swift
[2078/2213] Compiling Vapor Application+Cache.swift
[2079/2213] Compiling Vapor Cache.swift
[2080/2213] Compiling Vapor CacheExpirationTime.swift
[2081/2213] Compiling Vapor MemoryCache.swift
[2082/2213] Compiling Vapor Request+Cache.swift
[2083/2213] Compiling Vapor Application+Clients.swift
[2084/2213] Compiling Vapor Client.swift
[2085/2213] Compiling Vapor ClientRequest.swift
[2086/2213] Compiling Vapor ClientResponse.swift
[2087/2213] Compiling Vapor Request+Client.swift
[2088/2213] Compiling Vapor BootCommand.swift
[2089/2213] Compiling Vapor CommandContext+Application.swift
[2090/2213] Compiling Vapor RoutesCommand.swift
[2091/2213] Compiling Vapor ServeCommand.swift
[2092/2213] Compiling Vapor AnyResponse+Concurrency.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 Bytes+Hex.swift
[2119/2261] Compiling Vapor Bytes+SecureCompare.swift
[2120/2261] Compiling Vapor Collection+Safe.swift
[2121/2261] Compiling Vapor DataProtocol+Copy.swift
[2122/2261] Compiling Vapor DecoderUnwrapper.swift
[2123/2261] Compiling Vapor DirectoryConfiguration.swift
[2124/2261] Compiling Vapor DotEnv.swift
[2125/2261] Compiling Vapor Extendable.swift
[2126/2261] Compiling Vapor File.swift
[2127/2261] Compiling Vapor FileIO.swift
[2128/2261] Compiling Vapor LifecycleHandler.swift
[2129/2261] Compiling Vapor OptionalType.swift
[2130/2261] Compiling Vapor RFC1123.swift
[2131/2261] Compiling Vapor SocketAddress+Hostname.swift
[2132/2261] Compiling Vapor Storage.swift
[2133/2261] Compiling Vapor String+IsIPAddress.swift
[2134/2261] Compiling Vapor Thread.swift
[2135/2261] Compiling Vapor URI.swift
[2136/2261] Compiling Vapor RangeResult.swift
[2137/2261] Compiling Vapor Validatable.swift
[2138/2261] Compiling Vapor Validation.swift
[2139/2261] Compiling Vapor ValidationKey.swift
[2140/2261] Compiling Vapor Validations.swift
[2141/2261] Compiling Vapor ValidationsError.swift
[2142/2261] Compiling Vapor HTTPServerResponseEncoder.swift
[2143/2261] Compiling Vapor HTTPServerUpgradeHandler.swift
[2144/2261] Compiling Vapor Logger+Report.swift
[2145/2261] Compiling Vapor LoggingSystem+Environment.swift
[2146/2261] Compiling Vapor Application+Middleware.swift
[2147/2261] Compiling Vapor CORSMiddleware.swift
[2148/2261] Compiling Vapor ErrorMiddleware.swift
[2149/2261] Compiling Vapor FileMiddleware.swift
[2150/2261] Compiling Vapor Middleware.swift
[2151/2261] Compiling Vapor MiddlewareConfiguration.swift
[2152/2261] Compiling Vapor ResponseCompressionMiddleware.swift
[2153/2261] Compiling Vapor RouteLoggingMiddleware.swift
[2154/2261] Compiling Vapor TracingMiddleware.swift
[2155/2261] Compiling Vapor File+Multipart.swift
[2156/2261] Compiling Vapor FormDataDecoder+Content.swift
[2157/2261] Compiling Vapor FormDataEncoder+Content.swift
[2158/2261] Compiling Vapor Application+Password.swift
[2159/2261] Compiling Vapor Application+Passwords.swift
[2160/2261] Compiling Vapor AsyncPasswordHasher.swift
[2161/2261] Compiling Vapor BcryptHasher.swift
[2162/2261] Compiling Vapor PasswordHasher.swift
[2163/2261] Compiling Vapor PlaintextHasher.swift
[2164/2261] Compiling Vapor Request+Password.swift
[2165/2261] Compiling Vapor Redirect.swift
[2166/2261] Compiling Vapor Request+Body.swift
[2167/2261] Compiling Vapor Request+BodyStream.swift
[2168/2261] Compiling Vapor Request.swift
[2169/2261] Compiling Vapor Application+Responder.swift
[2170/2261] Compiling Vapor DefaultResponder.swift
[2171/2261] Compiling Vapor Response+Body.swift
[2172/2261] Compiling Vapor Response.swift
[2173/2261] Compiling Vapor ResponseCodable.swift
[2174/2261] Compiling Vapor Application+Routes.swift
[2175/2261] Compiling Vapor Parameters+Require.swift
[2176/2261] Compiling Vapor Request+WebSocket.swift
[2177/2261] Compiling Vapor Route.swift
[2178/2261] Compiling Vapor RouteCollection.swift
[2179/2261] Compiling Vapor Routes.swift
[2180/2261] Compiling Vapor RoutesBuilder+Group.swift
[2181/2261] Compiling Vapor RoutesBuilder+Method.swift
[2182/2261] Compiling Vapor RoutesBuilder+Middleware.swift
[2183/2261] Compiling Vapor RoutesBuilder+WebSocket.swift
[2184/2261] Compiling Vapor RoutesBuilder.swift
[2185/2261] Compiling Vapor OTP.swift
[2186/2261] Compiling Vapor Application+Servers.swift
[2187/2261] Compiling Vapor Server.swift
[2188/2261] Compiling Vapor App+Service.swift
[2189/2261] Compiling Vapor Req+Service.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
[2260/2261] Compiling Vapor BasicCodingKey.swift
[2261/2261] Compiling Vapor ByteCount.swift
[2263/2266] Compiling VercelVapor VercelVapor.swift
[2264/2266] Compiling VercelVapor VercelServer.swift
/host/spi-builder-workspace/Sources/VercelVapor/VercelServer.swift:12:20: warning: deprecated default implementation is used to satisfy instance method 'start(address:)' required by protocol 'Server': The Server receiving this message does not support all address types, and must be updated.
10 | import Vercel
11 |
12 | public final class VercelServer: Server {
| `- warning: deprecated default implementation is used to satisfy instance method 'start(address:)' required by protocol 'Server': The Server receiving this message does not support all address types, and must be updated.
13 |
14 | private let app: Application
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Server/Server.swift:48:17: note: 'start(address:)' declared here
9 | /// - address: The address to start the server with.
10 | @available(*, noasync, message: "Use the async start() method instead.")
11 | func start(address: BindAddress?) throws
| `- note: requirement 'start(address:)' declared here
12 |
13 | /// Start the server with the specified address.
:
46 | /// A default implementation that throws `ServerStartError.unsupportedAddress` for `.unixDomainSocket(path:)` if `start(address:)` is not implemented by the conforming type, or calls the deprecated `.start(hostname:port:)` method for other cases.
47 | @available(*, deprecated, message: "The Server receiving this message does not support all address types, and must be updated.")
48 | public func start(address: BindAddress?) throws {
| `- note: 'start(address:)' declared here
49 | switch address {
50 | case .none:
/host/spi-builder-workspace/Sources/VercelVapor/VercelServer.swift:12:20: warning: deprecated default implementation is used to satisfy instance method 'start(address:)' required by protocol 'Server': Implement an async version of this yourself
10 | import Vercel
11 |
12 | public final class VercelServer: Server {
| `- warning: deprecated default implementation is used to satisfy instance method 'start(address:)' required by protocol 'Server': Implement an async version of this yourself
13 |
14 | private let app: Application
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Server/Server.swift:71:17: note: 'start(address:)' declared here
14 | /// - Parameters:
15 | /// - address: The address to start the server with.
16 | func start(address: BindAddress?) async throws
| `- note: requirement 'start(address:)' declared here
17 |
18 | /// Start the server with the specified hostname and port, if provided. If left blank, the server will be started with its default configuration.
:
69 | /// A default implementation for those servers that haven't migrated yet
70 | @available(*, deprecated, message: "Implement an async version of this yourself")
71 | public func start(address: BindAddress?) async throws {
| `- note: 'start(address:)' declared here
72 | try self.syncStart(address: address)
73 | }
[2265/2266] Emitting module VercelVapor
/host/spi-builder-workspace/Sources/VercelVapor/VercelServer.swift:12:20: warning: deprecated default implementation is used to satisfy instance method 'start(address:)' required by protocol 'Server': The Server receiving this message does not support all address types, and must be updated.
10 | import Vercel
11 |
12 | public final class VercelServer: Server {
| `- warning: deprecated default implementation is used to satisfy instance method 'start(address:)' required by protocol 'Server': The Server receiving this message does not support all address types, and must be updated.
13 |
14 | private let app: Application
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Server/Server.swift:48:17: note: 'start(address:)' declared here
9 | /// - address: The address to start the server with.
10 | @available(*, noasync, message: "Use the async start() method instead.")
11 | func start(address: BindAddress?) throws
| `- note: requirement 'start(address:)' declared here
12 |
13 | /// Start the server with the specified address.
:
46 | /// A default implementation that throws `ServerStartError.unsupportedAddress` for `.unixDomainSocket(path:)` if `start(address:)` is not implemented by the conforming type, or calls the deprecated `.start(hostname:port:)` method for other cases.
47 | @available(*, deprecated, message: "The Server receiving this message does not support all address types, and must be updated.")
48 | public func start(address: BindAddress?) throws {
| `- note: 'start(address:)' declared here
49 | switch address {
50 | case .none:
/host/spi-builder-workspace/Sources/VercelVapor/VercelServer.swift:12:20: warning: deprecated default implementation is used to satisfy instance method 'start(address:)' required by protocol 'Server': Implement an async version of this yourself
10 | import Vercel
11 |
12 | public final class VercelServer: Server {
| `- warning: deprecated default implementation is used to satisfy instance method 'start(address:)' required by protocol 'Server': Implement an async version of this yourself
13 |
14 | private let app: Application
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Server/Server.swift:71:17: note: 'start(address:)' declared here
14 | /// - Parameters:
15 | /// - address: The address to start the server with.
16 | func start(address: BindAddress?) async throws
| `- note: requirement 'start(address:)' declared here
17 |
18 | /// Start the server with the specified hostname and port, if provided. If left blank, the server will be started with its default configuration.
:
69 | /// A default implementation for those servers that haven't migrated yet
70 | @available(*, deprecated, message: "Implement an async version of this yourself")
71 | public func start(address: BindAddress?) async throws {
| `- note: 'start(address:)' declared here
72 | try self.syncStart(address: address)
73 | }
[2266/2266] Compiling VercelVapor VaporHandler.swift
/host/spi-builder-workspace/Sources/VercelVapor/VaporHandler.swift:26:19: warning: initializer 'init' is unavailable from asynchronous contexts; This initialiser cannot be used in async contexts, use Application.make(_:_:) instead; this is an error in the Swift 6 language mode; this is an error in the Swift 6 language mode
24 |
25 | public static func setup(context: LambdaInitializationContext) async throws {
26 | let app = Application(environment, .shared(context.eventLoop))
| `- warning: initializer 'init' is unavailable from asynchronous contexts; This initialiser cannot be used in async contexts, use Application.make(_:_:) instead; this is an error in the Swift 6 language mode; this is an error in the Swift 6 language mode
27 | // Request vapor application from user code
28 | try await configure(app: app)
Build complete! (195.10s)
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.2",
"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.20.1",
"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.9"
}
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.