Build Information
Successful build of Vercel, reference main (93e18e
), with Swift 6.0 for Linux on 18 Dec 2024 22:18:43 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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.59.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-cloud/Vercel.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/swift-cloud/Vercel
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 93e18e8 Formatting
Cloned https://github.com/swift-cloud/Vercel.git
Revision (git rev-parse @):
93e18e8eac21c8d3f001f4687a07e7175a3b41e7
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swift-cloud/Vercel.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/swift-cloud/Vercel.git
https://github.com/swift-cloud/Vercel.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto"
},
{
"identity" : "swift-aws-lambda-runtime",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0-alpha.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/swift-aws-lambda-runtime"
},
{
"identity" : "async-http-client",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/async-http-client"
},
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor"
}
],
"manifest_display_name" : "Vercel",
"name" : "Vercel",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "Vercel",
"targets" : [
"Vercel"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "VercelVapor",
"targets" : [
"VercelVapor"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "VercelPackager",
"targets" : [
"VercelPackager"
],
"type" : {
"plugin" : null
}
}
],
"targets" : [
{
"c99name" : "VercelVapor",
"module_type" : "SwiftTarget",
"name" : "VercelVapor",
"path" : "Sources/VercelVapor",
"product_dependencies" : [
"AWSLambdaRuntime",
"Vapor"
],
"product_memberships" : [
"VercelVapor"
],
"sources" : [
"VaporHandler.swift",
"VercelServer.swift",
"VercelVapor.swift"
],
"target_dependencies" : [
"Vercel"
],
"type" : "library"
},
{
"c99name" : "VercelTests",
"module_type" : "SwiftTarget",
"name" : "VercelTests",
"path" : "Tests/VercelTests",
"sources" : [
"ClaimTests.swift",
"EdgeConfigTests.swift",
"FetchTests.swift",
"JWTTests.swift",
"RequestTests.swift"
],
"target_dependencies" : [
"Vercel"
],
"type" : "test"
},
{
"c99name" : "VercelPackager",
"module_type" : "PluginTarget",
"name" : "VercelPackager",
"path" : "Plugins/VercelPackager",
"plugin_capability" : {
"intent" : {
"description" : "Build and deploy your Swift application to Vercel",
"type" : "custom",
"verb" : "vercel"
},
"permissions" : [
],
"type" : "command"
},
"product_memberships" : [
"VercelPackager"
],
"sources" : [
"Plugin.swift",
"Shell.swift",
"Utils.swift",
"VercelOutput.swift"
],
"type" : "plugin"
},
{
"c99name" : "Vercel",
"module_type" : "SwiftTarget",
"name" : "Vercel",
"path" : "Sources/Vercel",
"product_dependencies" : [
"AWSLambdaRuntime",
"AsyncHTTPClient",
"Crypto"
],
"product_memberships" : [
"Vercel",
"VercelVapor"
],
"sources" : [
"Claim.swift",
"Crypto.swift",
"EdgeConfig.swift",
"Environment.swift",
"Fetch/Fetch.swift",
"Fetch/FetchRequest.swift",
"Fetch/FetchResponse.swift",
"Handlers/ExpressHandler.swift",
"Handlers/RequestHandler.swift",
"InvokeEvent.swift",
"JWT/JWT.swift",
"JWT/JWTError.swift",
"Request.swift",
"Response.swift",
"Router/Parameters.swift",
"Router/PathComponent.swift",
"Router/Routable.swift",
"Router/Router.swift",
"Router/TrieRouter.swift",
"Types.swift",
"Utils.swift",
"Vercel.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/swift-server/swift-aws-lambda-runtime
Fetching https://github.com/vapor/vapor
Fetching https://github.com/apple/swift-crypto
Fetching https://github.com/swift-server/async-http-client
[1/13349] Fetching async-http-client
[4407/23011] Fetching async-http-client, swift-aws-lambda-runtime
[7620/93573] Fetching async-http-client, swift-aws-lambda-runtime, vapor
[8822/105381] Fetching async-http-client, swift-aws-lambda-runtime, vapor, swift-crypto
Fetched https://github.com/swift-server/async-http-client from cache (1.60s)
Fetched https://github.com/swift-server/swift-aws-lambda-runtime from cache (1.61s)
Fetched https://github.com/apple/swift-crypto from cache (1.62s)
Fetched https://github.com/vapor/vapor from cache (2.59s)
Computing version for https://github.com/apple/swift-crypto
Computed https://github.com/apple/swift-crypto at 3.10.0 (1.90s)
Fetching https://github.com/apple/swift-asn1.git
[1/1427] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.68s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.0 (2.06s)
Computing version for https://github.com/swift-server/async-http-client
Computed https://github.com/swift-server/async-http-client at 1.24.0 (0.53s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-http2.git
[1/5595] Fetching swift-algorithms
[169/10828] Fetching swift-algorithms, swift-nio-extras
[10829/22063] Fetching swift-algorithms, swift-nio-extras, swift-nio-http2
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-atomics.git
Fetched https://github.com/apple/swift-algorithms.git from cache (0.54s)
[7031/16468] Fetching swift-nio-extras, swift-nio-http2
Fetching https://github.com/apple/swift-nio-ssl.git
[10627/20200] Fetching swift-nio-extras, swift-nio-http2, swift-log
[14330/22497] Fetching swift-nio-extras, swift-nio-http2, swift-log, swift-nio-transport-services
[15446/24066] Fetching swift-nio-extras, swift-nio-http2, swift-log, swift-nio-transport-services, swift-atomics
[23383/37854] Fetching swift-nio-extras, swift-nio-http2, swift-log, swift-nio-transport-services, swift-atomics, swift-nio-ssl
Fetched https://github.com/apple/swift-atomics.git from cache (2.44s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (2.44s)
Fetched https://github.com/apple/swift-log.git from cache (2.44s)
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (2.97s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.98s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.48s)
[1/72557] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.38s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.0 (0.56s)
Fetching https://github.com/apple/swift-numerics.git
[1/5576] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.35s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.2 (0.44s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.40s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.29.0 (0.52s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.23.0 (0.40s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.77.0 (0.63s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/3960] Fetching swift-system
[1902/19563] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.97s)
Fetched https://github.com/apple/swift-collections.git from cache (1.00s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.0 (0.38s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.2 (0.37s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.62s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.24.1 (0.44s)
Fetching https://github.com/apple/swift-http-types
[1/733] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types from cache (0.23s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.3.1 (0.95s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.35.0 (0.46s)
Computing version for https://github.com/vapor/vapor
Computed https://github.com/vapor/vapor at 4.108.0 (0.55s)
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/vapor/console-kit.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/vapor/routing-kit.git
[1/20690] Fetching routing-kit
[2/26160] Fetching routing-kit, console-kit
[962/28684] Fetching routing-kit, console-kit, websocket-kit
[5512/30804] Fetching routing-kit, console-kit, websocket-kit, swift-metrics
[6553/32908] Fetching routing-kit, console-kit, websocket-kit, swift-metrics, multipart-kit
Fetching https://github.com/vapor/async-kit.git
Fetched https://github.com/vapor/websocket-kit.git from cache (0.45s)
Fetched https://github.com/vapor/console-kit.git from cache (0.45s)
[18764/24914] Fetching routing-kit, swift-metrics, multipart-kit
[23316/27284] Fetching routing-kit, swift-metrics, multipart-kit, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.30s)
Fetched https://github.com/apple/swift-metrics.git from cache (0.87s)
Fetched https://github.com/vapor/routing-kit.git from cache (0.88s)
[526/2104] Fetching multipart-kit
Fetched https://github.com/vapor/multipart-kit.git from cache (1.53s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.5.0 (0.54s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.1 (0.44s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.15.0 (0.45s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.1 (0.44s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.42s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.38s)
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.52s)
Creating working copy for https://github.com/apple/swift-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.3.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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-crypto
Working copy of https://github.com/apple/swift-crypto resolved at 3.10.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/swift-server/async-http-client
Working copy of https://github.com/swift-server/async-http-client resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.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.5.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.24.1
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.35.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.0
Creating working copy for https://github.com/vapor/vapor
Working copy of https://github.com/vapor/vapor resolved at 4.108.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.77.0
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.15.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.2
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.29.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.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.1
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.23.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/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/swift-server/swift-aws-lambda-runtime
Working copy of https://github.com/swift-server/swift-aws-lambda-runtime resolved at 1.0.0-alpha.3
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
warning: 'swift-algorithms': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/swift-algorithms/Sources/Algorithms/Documentation.docc
[1/1] Compiling plugin AWSLambdaPackager
/host/spi-builder-workspace/Plugins/VercelPackager/VercelOutput.swift:335:12: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
333 | let config = ProjectConfiguration(orgId: vercelOrgID, projectId: vercelProjectID)
334 | let data = try encoder.encode(config)
335 | fs.createFile(atPath: vercelProjectConfigurationPath.string, contents: data)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
336 | }
337 |
/host/spi-builder-workspace/Plugins/VercelPackager/VercelOutput.swift:407:12: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
405 | )
406 | let data = try encoder.encode(config)
407 | fs.createFile(atPath: vercelOutputConfigurationPath.string, contents: data)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
408 | }
409 | }
/host/spi-builder-workspace/Plugins/VercelPackager/VercelOutput.swift:462:12: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
460 | )
461 | let data = try encoder.encode(config)
462 | fs.createFile(atPath: vercelFunctionConfigurationPath(product).string, contents: data)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
463 | }
464 | }
[2/2] Compiling plugin VercelPackager
Building for debugging...
[2/847] Write sources
[46/847] Compiling _NumericsShims _NumericsShims.c
[46/847] Compiling _AtomicsShims.c
[48/847] Compiling CNIOWindows shim.c
[49/847] Compiling CNIOWindows WSAStartup.c
[50/847] Compiling CVaporBcrypt bcrypt.c
[51/847] Compiling CNIOWASI CNIOWASI.c
[51/847] Compiling CVaporBcrypt blf.c
[53/847] Compiling CSystem shims.c
[54/847] Compiling CNIOSHA1 c_nio_sha1.c
[55/847] Compiling CNIOLinux liburing_shims.c
[56/847] Compiling CNIODarwin shim.c
[57/847] Compiling CNIOExtrasZlib empty.c
[58/847] Compiling CNIOLinux shim.c
[59/847] Compiling CNIOLLHTTP c_nio_http.c
[60/847] Compiling fiat_p256_adx_sqr.S
[61/847] Compiling fiat_curve25519_adx_square.S
[62/847] Compiling fiat_curve25519_adx_mul.S
[63/847] Compiling fiat_p256_adx_mul.S
[64/847] Compiling CNIOLLHTTP c_nio_api.c
[65/847] Write swift-version-24593BA9C3E375BF.txt
[66/847] Compiling CNIOBoringSSLShims shims.c
[67/847] Compiling CNIOLLHTTP c_nio_llhttp.c
[68/853] Compiling tls_record.cc
[69/881] Compiling tls13_enc.cc
[70/881] Compiling tls_method.cc
[72/896] Emitting module _NIODataStructures
[72/896] Compiling tls13_client.cc
[73/896] Compiling tls13_server.cc
[74/896] Compiling tls13_both.cc
[76/916] Emitting module InternalCollectionsUtilities
[76/918] Compiling t1_enc.cc
[77/918] Compiling ssl_x509.cc
[79/918] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[80/918] Compiling InternalCollectionsUtilities Integer rank.swift
[81/919] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[82/919] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[83/919] Compiling _NIODataStructures _TinyArray.swift
[84/919] Compiling _NIODataStructures PriorityQueue.swift
[85/919] Compiling RealModule ElementaryFunctions.swift
[86/919] Compiling RealModule Float+Real.swift
[87/919] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[88/919] Compiling InternalCollectionsUtilities Specialize.swift
[89/919] Compiling InternalCollectionsUtilities Debugging.swift
[90/919] Compiling InternalCollectionsUtilities Descriptions.swift
[91/919] Emitting module RealModule
[92/919] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[93/919] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[94/919] Compiling RealModule Real.swift
[95/919] Compiling CoreMetrics Metrics.swift
[96/919] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[97/919] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[98/919] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[99/919] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[100/919] Emitting module _NIOBase64
[101/919] Compiling _NIOBase64 Base64.swift
[102/919] Compiling RealModule Float16+Real.swift
[103/919] Compiling RealModule Float80+Real.swift
[108/919] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[112/919] Compiling InternalCollectionsUtilities UInt+reversed.swift
[114/919] Compiling InternalCollectionsUtilities _SortedCollection.swift
[115/919] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[116/924] Compiling RealModule RealFunctions.swift
[121/925] Compiling SystemPackage MachPort.swift
[122/925] Compiling SystemPackage PlatformString.swift
[123/925] Compiling SystemPackage SystemString.swift
[124/925] Emitting module SystemPackage
[131/1048] Compiling ssl_versions.cc
[133/1048] Compiling Logging Locks.swift
[134/1048] Emitting module Logging
[135/1048] Compiling CoreMetrics Locks.swift
[136/1048] Emitting module CoreMetrics
[137/1048] Compiling _RopeModule BigString+Iterators.swift
[138/1048] Compiling _RopeModule BigString+Metrics.swift
[139/1048] Compiling _RopeModule BigString+Summary.swift
[140/1048] Compiling _RopeModule BigString.swift
[141/1048] Compiling _NIODataStructures Heap.swift
[142/1050] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[143/1050] Compiling _RopeModule BigString+Chunk+Breaks.swift
[144/1050] Compiling _RopeModule BigString+Chunk+Counts.swift
[145/1050] Compiling _RopeModule BigString+Chunk+Description.swift
[146/1050] Compiling _RopeModule BigString+Debugging.swift
[147/1050] Compiling _RopeModule BigString+Index.swift
[148/1050] Compiling _RopeModule BigString+Ingester.swift
[149/1050] Compiling _RopeModule BigString+Invariants.swift
[150/1050] Compiling Logging LogHandler.swift
[151/1050] Compiling Logging MetadataProvider.swift
[152/1050] Compiling Logging Logging.swift
[156/1052] Compiling _RopeModule BigString+Chunk+Splitting.swift
[157/1052] Compiling _RopeModule BigString+Chunk.swift
[158/1052] Compiling _RopeModule BigString+BidirectionalCollection.swift
[159/1062] Compiling HeapModule Heap+Invariants.swift
[161/1074] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[162/1076] Compiling HeapModule Heap+Descriptions.swift
[163/1149] Compiling HashTreeCollections _AncestorHashSlots.swift
[164/1149] Compiling HashTreeCollections _Bitmap.swift
[165/1160] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[166/1160] Compiling HashTreeCollections _HashNode+Structural union.swift
[167/1160] Compiling HashTreeCollections _HashNode+Storage.swift
[168/1160] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[169/1160] Compiling HashTreeCollections _HashNode+Structural filter.swift
[170/1160] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[171/1160] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[172/1160] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[173/1160] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[174/1160] Compiling HashTreeCollections TreeDictionary+Codable.swift
[175/1160] Compiling HashTreeCollections TreeDictionary+Collection.swift
[176/1160] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[177/1160] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[178/1160] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[179/1160] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[180/1160] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[181/1167] Compiling HeapModule _HeapNode.swift
[182/1167] Compiling HeapModule Heap.swift
[183/1167] Compiling HeapModule Heap+UnsafeHandle.swift
[184/1167] Compiling HashTreeCollections _Bucket.swift
[185/1167] Compiling HashTreeCollections _Hash.swift
[186/1167] Compiling HashTreeCollections _HashNode+Debugging.swift
[187/1167] Compiling HashTreeCollections _HashNode+Initializers.swift
[188/1167] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[189/1167] Compiling HashTreeCollections _HashNode+Structural merge.swift
[190/1167] Compiling HashTreeCollections _HashTreeIterator.swift
[191/1167] Compiling HashTreeCollections _HashTreeStatistics.swift
[192/1167] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[193/1167] Compiling HashTreeCollections _RawHashNode.swift
[194/1167] Compiling HashTreeCollections _UnmanagedHashNode.swift
[195/1167] Compiling HashTreeCollections _UnsafePath.swift
[196/1167] Compiling HashTreeCollections TreeDictionary+Filter.swift
[197/1167] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[198/1167] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[199/1167] Compiling HashTreeCollections TreeDictionary+Keys.swift
[200/1167] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[201/1167] Compiling HashTreeCollections TreeDictionary+Merge.swift
[202/1167] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[203/1167] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[204/1167] Emitting module HeapModule
[204/1168] Compiling ssl_transcript.cc
[210/1168] Compiling HashTreeCollections _HashLevel.swift
[211/1168] Compiling HashTreeCollections _HashNode+Builder.swift
[215/1168] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[216/1168] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[217/1168] Compiling HashTreeCollections _HashNode.swift
[218/1168] Compiling HashTreeCollections _HashNodeHeader.swift
[219/1168] Compiling HashTreeCollections _HashSlot.swift
[220/1168] Compiling HashTreeCollections _HashStack.swift
[221/1168] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[222/1168] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[223/1168] Compiling DequeModule _DequeSlot.swift
[224/1168] Compiling DequeModule _UnsafeWrappedBuffer.swift
[225/1168] Compiling HashTreeCollections TreeSet+Hashable.swift
[226/1168] Compiling HashTreeCollections TreeSet+Sendable.swift
[227/1168] Compiling HashTreeCollections TreeSet+Sequence.swift
[228/1168] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[229/1168] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[230/1168] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[231/1168] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[232/1168] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[233/1168] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[234/1168] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[235/1178] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[236/1178] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[237/1178] Compiling HashTreeCollections _HashNode+Invariants.swift
[238/1178] Compiling HashTreeCollections _HashNode+Lookups.swift
[244/1178] Compiling OrderedCollections OrderedSet+Sendable.swift
[245/1178] Compiling OrderedCollections OrderedSet+SubSequence.swift
[246/1178] Compiling OrderedCollections OrderedSet+Testing.swift
[247/1178] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[251/1187] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[252/1187] Compiling OrderedCollections OrderedSet.swift
[253/1187] Compiling OrderedCollections _UnsafeBitset.swift
[254/1187] Compiling HashTreeCollections TreeSet+Equatable.swift
[255/1187] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[256/1187] Compiling HashTreeCollections TreeSet+Extras.swift
[257/1187] Compiling HashTreeCollections TreeSet+Filter.swift
[279/1187] Compiling _RopeModule _CharacterRecognizer.swift
[280/1187] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[281/1187] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[282/1187] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[283/1187] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[284/1187] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[285/1187] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[286/1187] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[287/1187] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[288/1187] Compiling HashTreeCollections TreeSet.swift
[289/1187] Emitting module DequeModule
[306/1188] Compiling ssl_stat.cc
[338/1188] Compiling RoutingKit Router.swift
[339/1188] Emitting module RoutingKit
[339/1188] Compiling ssl_session.cc
[341/1188] Compiling RoutingKit PathComponent.swift
[353/1188] Compiling RoutingKit TrieRouter.swift
[386/1188] Compiling ssl_privkey.cc
[388/1188] Emitting module OrderedCollections
[389/1189] Compiling ssl_key_share.cc
[391/1189] Compiling _RopeModule Rope+Join.swift
[392/1189] Compiling _RopeModule Rope+MutatingForEach.swift
[393/1189] Compiling _RopeModule Rope+Remove.swift
[394/1189] Compiling _RopeModule Rope+RemoveSubrange.swift
[395/1189] Compiling _RopeModule Rope+Split.swift
[396/1189] Compiling _RopeModule Optional Utilities.swift
[397/1189] Compiling _RopeModule String Utilities.swift
[398/1189] Compiling _RopeModule String.Index+ABI.swift
[399/1189] Compiling ssl_lib.cc
[400/1189] Compiling ssl_cipher.cc
[402/1189] Emitting module _RopeModule
[403/1189] Compiling Metrics Metrics.swift
[404/1189] Emitting module Metrics
[425/1191] Compiling ssl_credential.cc
[426/1191] Compiling ssl_file.cc
[428/1191] Compiling RoutingKit Parameters.swift
[429/1191] Compiling RoutingKit AnyRouter.swift
[430/1192] Compiling ssl_buffer.cc
[431/1192] Compiling ssl_cert.cc
[432/1192] Compiling s3_pkt.cc
[433/1192] Compiling ssl_asn1.cc
[434/1192] Compiling s3_lib.cc
[435/1192] Compiling ssl_aead_ctx.cc
[436/1192] Compiling s3_both.cc
[438/1192] Emitting module HashTreeCollections
[439/1193] Compiling handshake_server.cc
[440/1193] Compiling handshake_client.cc
[441/1193] Compiling handshake.cc
[442/1193] Compiling encrypted_client_hello.cc
[443/1193] Compiling dtls_record.cc
[444/1193] Compiling handoff.cc
[445/1193] Compiling md5-x86_64-linux.S
[446/1193] Compiling md5-x86_64-apple.S
[447/1193] Compiling dtls_method.cc
[448/1193] Compiling md5-586-linux.S
[449/1193] Compiling md5-586-apple.S
[450/1193] Compiling err_data.c
[451/1193] Compiling extensions.cc
[452/1193] Compiling chacha20_poly1305_x86_64-linux.S
[453/1193] Compiling chacha20_poly1305_x86_64-apple.S
[454/1193] Compiling chacha20_poly1305_armv8-win.S
[455/1193] Compiling d1_srtp.cc
[456/1193] Compiling chacha20_poly1305_armv8-apple.S
[457/1193] Compiling chacha20_poly1305_armv8-linux.S
[458/1193] Compiling chacha-x86-linux.S
[459/1193] Compiling chacha-x86_64-apple.S
[460/1193] Compiling chacha-x86_64-linux.S
[460/1193] Compiling chacha-x86-apple.S
[462/1193] Compiling chacha-armv8-win.S
[463/1193] Compiling chacha-armv8-linux.S
[464/1193] Compiling chacha-armv8-apple.S
[465/1193] Compiling chacha-armv4-linux.S
[466/1193] Compiling aes128gcmsiv-x86_64-linux.S
[467/1193] Compiling d1_pkt.cc
[468/1193] Compiling bio_ssl.cc
[469/1193] Compiling aes128gcmsiv-x86_64-apple.S
[470/1193] Compiling x86_64-mont5-apple.S
[470/1193] Compiling x86_64-mont5-linux.S
[472/1193] Compiling x86_64-mont-apple.S
[473/1193] Compiling x86_64-mont-linux.S
[474/1193] Compiling x86-mont-apple.S
[475/1193] Compiling x86-mont-linux.S
[476/1193] Compiling vpaes-x86_64-linux.S
[477/1193] Compiling d1_both.cc
[478/1193] Compiling vpaes-x86-linux.S
[479/1193] Compiling vpaes-x86-apple.S
[480/1193] Compiling vpaes-x86_64-apple.S
[481/1193] Compiling d1_lib.cc
[482/1193] Compiling vpaes-armv8-win.S
[483/1193] Compiling vpaes-armv7-linux.S
[484/1193] Compiling sha512-x86_64-apple.S
[485/1193] Compiling vpaes-armv8-linux.S
[486/1193] Compiling vpaes-armv8-apple.S
[487/1193] Compiling sha512-x86_64-linux.S
[488/1193] Compiling sha512-armv8-win.S
[489/1193] Compiling sha512-armv8-linux.S
[490/1193] Compiling sha512-armv8-apple.S
[491/1193] Compiling sha512-586-linux.S
[492/1193] Compiling sha512-armv4-linux.S
[493/1193] Compiling sha512-586-apple.S
[494/1193] Compiling sha256-x86_64-linux.S
[495/1193] Compiling sha256-x86_64-apple.S
[496/1193] Compiling sha256-armv8-win.S
[496/1193] Compiling sha256-armv8-linux.S
[498/1193] Compiling sha256-armv4-linux.S
[499/1193] Compiling sha256-586-linux.S
[500/1193] Compiling sha256-armv8-apple.S
[501/1193] Compiling sha256-586-apple.S
[502/1193] Compiling sha1-x86_64-apple.S
[503/1193] Compiling sha1-armv8-win.S
[504/1193] Compiling sha1-armv4-large-linux.S
[505/1193] Compiling sha1-586-apple.S
[506/1193] Compiling sha1-armv8-linux.S
[507/1193] Compiling sha1-armv8-apple.S
[508/1193] Compiling sha1-x86_64-linux.S
[509/1193] Compiling sha1-586-linux.S
[510/1193] Compiling rdrand-x86_64-linux.S
[511/1193] Compiling p256_beeu-x86_64-asm-linux.S
[512/1193] Compiling rsaz-avx2-linux.S
[513/1193] Compiling rsaz-avx2-apple.S
[514/1193] Compiling p256_beeu-x86_64-asm-apple.S
[515/1193] Compiling rdrand-x86_64-apple.S
[516/1193] Compiling p256_beeu-armv8-asm-win.S
[517/1193] Compiling p256_beeu-armv8-asm-linux.S
[518/1193] Compiling p256-x86_64-asm-linux.S
[519/1193] Compiling p256_beeu-armv8-asm-apple.S
[520/1193] Compiling p256-x86_64-asm-apple.S
[520/1193] Compiling p256-armv8-asm-win.S
[522/1193] Compiling p256-armv8-asm-apple.S
[523/1193] Compiling p256-armv8-asm-linux.S
[524/1193] Compiling ghashv8-armv8-win.S
[525/1193] Compiling ghashv8-armv7-linux.S
[526/1193] Compiling ghashv8-armv8-linux.S
[527/1193] Compiling ghashv8-armv8-apple.S
[528/1193] Compiling ghash-x86_64-linux.S
[529/1193] Compiling ghash-x86-linux.S
[530/1193] Compiling ghash-x86_64-apple.S
[531/1193] Compiling ghash-x86-apple.S
[532/1193] Compiling ghash-ssse3-x86-linux.S
[533/1193] Compiling ghash-ssse3-x86_64-linux.S
[534/1193] Compiling ghash-ssse3-x86_64-apple.S
[535/1193] Compiling ghash-ssse3-x86-apple.S
[536/1193] Compiling ghash-neon-armv8-apple.S
[537/1193] Compiling ghash-armv4-linux.S
[538/1193] Compiling ghash-neon-armv8-win.S
[539/1193] Compiling ghash-neon-armv8-linux.S
[540/1193] Compiling bn-armv8-win.S
[541/1193] Compiling co-586-linux.S
[542/1193] Compiling bsaes-armv7-linux.S
[543/1193] Compiling co-586-apple.S
[544/1193] Compiling bn-armv8-apple.S
[545/1193] Compiling bn-586-apple.S
[546/1193] Compiling bn-armv8-linux.S
[547/1193] Compiling armv8-mont-win.S
[547/1193] Compiling armv4-mont-linux.S
[549/1193] Compiling armv8-mont-apple.S
[550/1193] Compiling armv8-mont-linux.S
[550/1193] Compiling bn-586-linux.S
[552/1193] Compiling aesv8-gcm-armv8-win.S
[553/1193] Compiling aesv8-gcm-armv8-apple.S
[554/1193] Compiling aesv8-gcm-armv8-linux.S
[555/1193] Compiling aesv8-armv8-win.S
[556/1193] Compiling aesv8-armv8-apple.S
[557/1193] Compiling aesv8-armv8-linux.S
[558/1193] Compiling aesv8-armv7-linux.S
[559/1193] Compiling aesni-x86_64-apple.S
[559/1193] Compiling aesni-x86_64-linux.S
[561/1193] Compiling aesni-x86-linux.S
[562/1193] Compiling aesni-x86-apple.S
[563/1193] Compiling aesni-gcm-x86_64-linux.S
[564/1193] Compiling aesni-gcm-x86_64-apple.S
[565/1193] Compiling x_val.c
[566/1193] Compiling x_x509.c
[567/1193] Compiling x_req.c
[568/1193] Compiling x_sig.c
[569/1193] Compiling x_x509a.c
[570/1193] Compiling x_name.c
[571/1193] Compiling x_spki.c
[572/1193] Compiling x_pubkey.c
[573/1193] Compiling x_exten.c
[574/1193] Compiling x_attrib.c
[575/1193] Compiling x_crl.c
[576/1193] Compiling x509name.c
[577/1193] Compiling x509spki.c
[578/1193] Compiling x_algor.c
[579/1193] Compiling x_all.c
[580/1193] Compiling x509cset.c
[581/1193] Compiling x509rset.c
[582/1193] Compiling x509_txt.c
[583/1193] Compiling x509_set.c
[584/1193] Compiling x509_v3.c
[585/1193] Compiling x509_vpm.c
[586/1193] Compiling x509_vfy.c
[587/1193] Compiling x509_trs.c
[588/1193] Compiling x509_req.c
[589/1193] Compiling x509_obj.c
[590/1193] Compiling x509_ext.c
[591/1193] Compiling x509_lu.c
[592/1193] Compiling x509_def.c
[593/1193] Compiling x509_d2.c
[594/1193] Compiling x509.c
[595/1193] Compiling x509_att.c
[596/1193] Compiling x509_cmp.c
[597/1193] Compiling v3_utl.c
[598/1193] Compiling v3_prn.c
[599/1193] Compiling v3_skey.c
[600/1193] Compiling v3_purp.c
[601/1193] Compiling v3_ocsp.c
[602/1193] Compiling v3_pmaps.c
[603/1193] Compiling v3_pcons.c
[604/1193] Compiling v3_ncons.c
[605/1193] Compiling v3_int.c
[606/1193] Compiling v3_ia5.c
[607/1193] Compiling v3_info.c
[608/1193] Compiling v3_lib.c
[609/1193] Compiling v3_genn.c
[610/1193] Compiling v3_extku.c
[611/1193] Compiling v3_enum.c
[612/1193] Compiling v3_crld.c
[613/1193] Compiling v3_bitst.c
[614/1193] Compiling v3_cpols.c
[615/1193] Compiling v3_alt.c
[616/1193] Compiling v3_bcons.c
[617/1193] Compiling v3_conf.c
[618/1193] Compiling v3_akey.c
[619/1193] Compiling v3_akeya.c
[620/1193] Compiling t_x509a.c
[621/1193] Compiling i2d_pr.c
[622/1193] Compiling t_x509.c
[623/1193] Compiling t_crl.c
[624/1193] Compiling t_req.c
[625/1193] Compiling rsa_pss.c
[626/1193] Compiling name_print.c
[627/1193] Compiling policy.c
[628/1193] Compiling by_file.c
[629/1193] Compiling by_dir.c
[630/1193] Compiling algorithm.c
[631/1193] Compiling asn1_gen.c
[632/1193] Compiling a_sign.c
[633/1193] Compiling a_digest.c
[634/1193] Compiling a_verify.c
[635/1193] Compiling voprf.c
[636/1193] Compiling thread.c
[637/1193] Compiling thread_win.c
[638/1193] Compiling thread_pthread.c
[639/1193] Compiling spx_util.c
[640/1193] Compiling thread_none.c
[641/1193] Compiling spx_wots.c
[642/1193] Compiling stack.c
[643/1193] Compiling spx_thash.c
[644/1193] Compiling trust_token.c
[645/1193] Compiling spx_fors.c
[646/1193] Compiling spx_merkle.c
[647/1193] Compiling spx.c
[648/1193] Compiling spx_address.c
[649/1193] Compiling pmbtoken.c
[650/1193] Compiling thash.c
[651/1193] Compiling wots.c
[652/1193] Compiling sha512.c
[653/1193] Compiling fors.c
[654/1193] Compiling sha256.c
[654/1193] Compiling slhdsa.c
[656/1193] Compiling siphash.c
[657/1193] Compiling merkle.c
[658/1193] Compiling sha1.c
[659/1193] Compiling rsa_extra.c
[660/1193] Compiling rsa_print.c
[661/1193] Compiling rc4.c
[662/1193] Compiling refcount.c
[663/1193] Compiling trusty.c
[664/1193] Compiling rand_extra.c
[665/1193] Compiling ios.c
[666/1193] Compiling windows.c
[667/1193] Compiling rsa_asn1.c
[668/1193] Compiling getentropy.c
[669/1193] Compiling passive.c
[670/1193] Compiling rsa_crypt.c
[671/1193] Compiling urandom.c
[672/1193] Compiling forkunsafe.c
[673/1193] Compiling fork_detect.c
[674/1193] Compiling poly1305_arm_asm.S
[675/1193] Compiling deterministic.c
[676/1193] Compiling poly1305.c
[677/1193] Compiling pool.c
[678/1193] Compiling poly1305_arm.c
[679/1193] Compiling pkcs7.c
[680/1193] Compiling poly1305_vec.c
[681/1193] Compiling pkcs8_x509.c
[682/1193] Compiling pem_x509.c
[682/1193] Compiling pem_xaux.c
[684/1193] Compiling pkcs7_x509.c
[685/1193] Compiling pkcs8.c
[686/1193] Compiling p5_pbev2.c
[687/1193] Compiling obj_xref.c
[688/1193] Compiling pem_pkey.c
[689/1193] Compiling pem_pk8.c
[690/1193] Compiling pem_oth.c
[691/1193] Compiling pem_info.c
[692/1193] Compiling mem.c
[693/1193] Compiling md5.c
[694/1193] Compiling pem_lib.c
[695/1193] Compiling mldsa.c
[696/1193] Compiling obj.c
[697/1193] Compiling pem_all.c
[698/1193] Compiling lhash.c
[699/1193] Compiling md4.c
[700/1193] Compiling fips_shared_support.c
[701/1193] Compiling keccak.c
[702/1193] Compiling kyber.c
[703/1193] Compiling poly_rq_mul.S
[704/1193] Compiling mlkem.cc
[705/1193] Compiling scrypt.c
[706/1193] Compiling hpke.c
[707/1193] Compiling ex_data.c
[708/1193] Compiling sign.c
[709/1193] Compiling pbkdf.c
[710/1193] Compiling p_x25519_asn1.c
[711/1193] Compiling p_x25519.c
[712/1193] Compiling print.c
[713/1193] Compiling hrss.c
[714/1193] Compiling p_hkdf.c
[715/1193] Compiling p_rsa_asn1.c
[716/1193] Compiling p_rsa.c
[717/1193] Compiling p_ed25519.c
[718/1193] Compiling p_ed25519_asn1.c
[719/1193] Compiling p_ec_asn1.c
[720/1193] Compiling p_dh.c
[721/1193] Compiling p_ec.c
[722/1193] Compiling p_dh_asn1.c
[723/1193] Compiling p_dsa_asn1.c
[724/1193] Compiling evp_ctx.c
[725/1193] Compiling evp_asn1.c
[726/1193] Compiling engine.c
[727/1193] Compiling evp.c
[728/1193] Compiling err.c
[729/1193] Compiling ecdh_extra.c
[730/1193] Compiling ec_derive.c
[731/1193] Compiling ecdsa_asn1.c
[732/1193] Compiling hash_to_curve.c
[733/1193] Compiling ec_asn1.c
[734/1193] Compiling dsa_asn1.c
[735/1193] Compiling dsa.c
[736/1193] Compiling params.c
[737/1193] Compiling dilithium.c
[737/1193] Compiling spake25519.c
[739/1193] Compiling digest_extra.c
[740/1193] Compiling dh_asn1.c
[741/1193] Compiling x25519-asm-arm.S
[742/1193] Compiling des.c
[743/1193] Compiling cpu_intel.c
[744/1193] Compiling cpu_arm_linux.c
[745/1193] Compiling cpu_arm_freebsd.c
[746/1193] Compiling crypto.c
[747/1193] Compiling cpu_aarch64_win.c
[748/1193] Compiling cpu_aarch64_sysreg.c
[749/1193] Compiling cpu_aarch64_openbsd.c
[750/1193] Compiling cpu_aarch64_linux.c
[751/1193] Compiling cpu_aarch64_apple.c
[752/1193] Compiling cpu_aarch64_fuchsia.c
[753/1193] Compiling tls_cbc.c
[754/1193] Compiling conf.c
[755/1193] Compiling e_rc4.c
[756/1193] Compiling e_tls.c
[757/1193] Compiling curve25519.c
[758/1193] Compiling e_rc2.c
[759/1193] Compiling e_null.c
[760/1193] Compiling derive_key.c
[761/1193] Compiling e_des.c
[762/1193] Compiling cipher_extra.c
[763/1193] Compiling e_chacha20poly1305.c
[764/1193] Compiling e_aesctrhmac.c
[765/1193] Compiling unicode.c
[766/1193] Compiling e_aesgcmsiv.c
[767/1193] Compiling ber.c
[768/1193] Compiling chacha.c
[769/1193] Compiling asn1_compat.c
[770/1193] Compiling cbb.c
[771/1193] Compiling curve25519_64_adx.c
[772/1193] Compiling bn_asn1.c
[773/1193] Compiling cbs.c
[774/1193] Compiling buf.c
[775/1193] Compiling convert.c
[776/1193] Compiling socket.c
[777/1193] Compiling printf.c
[778/1193] Compiling blake2.c
[779/1193] Compiling socket_helper.c
[780/1193] Compiling file.c
[781/1193] Compiling hexdump.c
[782/1193] Compiling pair.c
[783/1193] Compiling errno.c
[784/1193] Compiling bio_mem.c
[785/1193] Compiling fd.c
[786/1193] Compiling bio.c
[787/1193] Compiling base64.c
[788/1193] Compiling connect.c
[789/1193] Compiling tasn_utl.c
[790/1193] Compiling tasn_typ.c
[791/1193] Compiling tasn_fre.c
[792/1193] Compiling posix_time.c
[793/1193] Compiling tasn_new.c
[794/1193] Compiling tasn_enc.c
[795/1193] Compiling f_string.c
[796/1193] Compiling tasn_dec.c
[797/1193] Compiling asn1_par.c
[798/1193] Compiling asn_pack.c
[798/1193] Compiling f_int.c
[800/1193] Compiling asn1_lib.c
[801/1193] Compiling a_utctm.c
[802/1193] Compiling a_type.c
[803/1193] Compiling a_octet.c
[804/1193] Compiling a_time.c
[805/1193] Compiling a_strnid.c
[806/1193] Compiling a_mbstr.c
[807/1193] Compiling a_i2d_fp.c
[808/1193] Compiling a_object.c
[809/1193] Compiling a_strex.c
[810/1193] Compiling a_gentm.c
[811/1193] Compiling a_dup.c
[812/1193] Compiling a_int.c
[813/1193] Compiling a_d2i_fp.c
[814/1193] Compiling a_bool.c
[815/1193] Compiling fiat_p256_adx_sqr.S
[816/1193] Compiling fiat_curve25519_adx_square.S
[817/1193] Compiling fiat_p256_adx_mul.S
[818/1193] Compiling bcm.c
[819/1193] Compiling fiat_curve25519_adx_mul.S
[819/1193] Compiling a_bitstr.c
[821/1193] Compiling md5-x86_64-linux.S
[822/1193] Compiling md5-586-apple.S
[823/1193] Compiling err_data.c
[824/1193] Compiling md5-586-linux.S
[825/1193] Compiling md5-x86_64-apple.S
[826/1193] Compiling chacha20_poly1305_armv8-win.S
[827/1193] Compiling chacha20_poly1305_x86_64-apple.S
[828/1193] Compiling chacha20_poly1305_armv8-linux.S
[829/1193] Compiling chacha20_poly1305_armv8-apple.S
[830/1193] Compiling chacha20_poly1305_x86_64-linux.S
[831/1193] Compiling chacha-x86_64-linux.S
[832/1193] Compiling chacha-x86_64-apple.S
[833/1193] Compiling chacha-x86-linux.S
[834/1193] Compiling chacha-armv8-win.S
[835/1193] Compiling chacha-armv8-linux.S
[836/1193] Compiling chacha-x86-apple.S
[837/1193] Compiling chacha-armv8-apple.S
[838/1193] Compiling CCryptoBoringSSLShims shims.c
[839/1193] Compiling chacha-armv4-linux.S
[840/1193] Compiling aes128gcmsiv-x86_64-apple.S
[841/1193] Compiling aes128gcmsiv-x86_64-linux.S
[842/1193] Compiling x86_64-mont5-apple.S
[843/1193] Compiling x86_64-mont-apple.S
[844/1193] Compiling x86-mont-apple.S
[845/1193] Compiling x86_64-mont5-linux.S
[846/1193] Compiling x86-mont-linux.S
[847/1193] Compiling x86_64-mont-linux.S
[848/1193] Compiling vpaes-x86_64-linux.S
[849/1193] Compiling vpaes-x86_64-apple.S
[850/1193] Compiling vpaes-x86-linux.S
[851/1193] Compiling vpaes-x86-apple.S
[852/1193] Compiling vpaes-armv8-win.S
[853/1193] Compiling vpaes-armv8-linux.S
[854/1193] Compiling sha512-x86_64-apple.S
[855/1193] Compiling vpaes-armv8-apple.S
[856/1193] Compiling vpaes-armv7-linux.S
[857/1193] Compiling sha512-armv8-linux.S
[858/1193] Compiling sha512-armv8-win.S
[859/1193] Compiling sha512-x86_64-linux.S
[860/1193] Compiling sha512-armv8-apple.S
[861/1193] Compiling sha512-586-linux.S
[862/1193] Compiling sha512-armv4-linux.S
[863/1193] Compiling sha512-586-apple.S
[864/1193] Compiling sha256-armv8-win.S
[865/1193] Compiling sha256-x86_64-linux.S
[866/1193] Compiling sha256-armv8-linux.S
[867/1193] Compiling sha256-x86_64-apple.S
[868/1193] Compiling sha256-armv4-linux.S
[869/1193] Compiling sha256-armv8-apple.S
[870/1193] Compiling sha256-586-linux.S
[871/1193] Compiling sha256-586-apple.S
[872/1193] Compiling sha1-x86_64-apple.S
[873/1193] Compiling sha1-armv8-win.S
[874/1193] Compiling sha1-x86_64-linux.S
[875/1193] Compiling sha1-armv8-linux.S
[876/1193] Compiling sha1-armv8-apple.S
[877/1193] Compiling sha1-armv4-large-linux.S
[878/1193] Compiling sha1-586-linux.S
[879/1193] Compiling rsaz-avx2-apple.S
[880/1193] Compiling rsaz-avx2-linux.S
[881/1193] Compiling sha1-586-apple.S
[882/1193] Compiling rdrand-x86_64-linux.S
[883/1193] Compiling rdrand-x86_64-apple.S
[884/1193] Compiling p256_beeu-x86_64-asm-apple.S
[885/1193] Compiling p256_beeu-armv8-asm-win.S
[886/1193] Compiling p256_beeu-x86_64-asm-linux.S
[887/1193] Compiling p256_beeu-armv8-asm-linux.S
[888/1193] Compiling p256_beeu-armv8-asm-apple.S
[889/1193] Compiling p256-x86_64-asm-linux.S
[890/1193] Compiling p256-armv8-asm-win.S
[891/1193] Compiling p256-x86_64-asm-apple.S
[892/1193] Compiling p256-armv8-asm-linux.S
[893/1193] Compiling p256-armv8-asm-apple.S
[894/1193] Compiling ghashv8-armv8-win.S
[895/1193] Compiling ghashv8-armv8-linux.S
[896/1193] Compiling ghashv8-armv7-linux.S
[897/1193] Compiling ghashv8-armv8-apple.S
[898/1193] Compiling ghash-x86_64-linux.S
[899/1193] Compiling ghash-x86_64-apple.S
[900/1193] Compiling ghash-x86-linux.S
[901/1193] Compiling ghash-x86-apple.S
[902/1193] Compiling ghash-ssse3-x86_64-linux.S
[903/1193] Compiling ghash-ssse3-x86-linux.S
[904/1193] Compiling ghash-ssse3-x86_64-apple.S
[905/1193] Compiling ghash-ssse3-x86-apple.S
[906/1193] Compiling ghash-neon-armv8-win.S
[907/1193] Compiling ghash-neon-armv8-linux.S
[908/1193] Compiling ghash-neon-armv8-apple.S
[909/1193] Compiling ghash-armv4-linux.S
[910/1193] Compiling co-586-apple.S
[911/1193] Compiling co-586-linux.S
[912/1193] Compiling bn-armv8-win.S
[913/1193] Compiling bsaes-armv7-linux.S
[914/1193] Compiling bn-armv8-apple.S
[915/1193] Compiling bn-armv8-linux.S
[916/1193] Compiling bn-586-apple.S
[917/1193] Compiling bn-586-linux.S
[918/1193] Compiling armv8-mont-win.S
[919/1193] Compiling armv8-mont-linux.S
[920/1193] Compiling armv8-mont-apple.S
[921/1193] Compiling aesv8-gcm-armv8-apple.S
[922/1193] Compiling armv4-mont-linux.S
[923/1193] Compiling aesv8-gcm-armv8-linux.S
[924/1193] Compiling aesv8-gcm-armv8-win.S
[925/1193] Compiling aesv8-armv8-linux.S
[926/1193] Compiling aesv8-armv8-apple.S
[927/1193] Compiling aesv8-armv8-win.S
[928/1193] Compiling aesv8-armv7-linux.S
[929/1193] Compiling aesni-x86-linux.S
[930/1193] Compiling aesni-x86_64-apple.S
[931/1193] Compiling aesni-x86_64-linux.S
[932/1193] Compiling aesni-x86-apple.S
[933/1193] Compiling aesni-gcm-x86_64-linux.S
[934/1193] Compiling aesni-gcm-x86_64-apple.S
[935/1193] Compiling x_sig.c
[936/1193] Compiling x_val.c
[937/1193] Compiling x_spki.c
[937/1193] Compiling x_x509a.c
[939/1193] Compiling x_x509.c
[940/1193] Compiling x_req.c
[941/1193] Compiling x_crl.c
[942/1193] Compiling x_pubkey.c
[943/1193] Compiling x_attrib.c
[944/1193] Compiling x_exten.c
[945/1193] Compiling x_all.c
[946/1193] Compiling x_name.c
[947/1193] Compiling x_algor.c
[948/1193] Compiling x509spki.c
[949/1193] Compiling x509_vpm.c
[950/1193] Compiling x509name.c
[951/1193] Compiling x509rset.c
[952/1193] Compiling x509cset.c
[953/1193] Compiling x509_v3.c
[954/1193] Compiling x509_txt.c
[955/1193] Compiling x509_vfy.c
[956/1193] Compiling x509_trs.c
[957/1193] Compiling x509_set.c
[958/1193] Compiling c-nioatomics.c
[959/1193] Compiling x509_req.c
[960/1193] Compiling x509_obj.c
[961/1193] Compiling x509_def.c
[962/1193] Compiling x509_ext.c
[963/1193] Compiling x509_lu.c
[964/1193] Compiling x509_d2.c
[965/1193] Compiling x509_att.c
[966/1193] Compiling x509.c
[967/1193] Compiling x509_cmp.c
[968/1193] Compiling v3_skey.c
[969/1193] Compiling v3_prn.c
[970/1193] Compiling v3_purp.c
[971/1193] Compiling v3_utl.c
[972/1193] Compiling v3_pmaps.c
[973/1193] Compiling v3_ocsp.c
[974/1193] Compiling v3_pcons.c
[975/1193] Compiling c-atomics.c
[976/1193] Compiling v3_lib.c
[977/1193] Compiling v3_ncons.c
[978/1193] Compiling v3_int.c
[979/1193] Compiling v3_genn.c
[980/1193] Compiling v3_ia5.c
[981/1193] Compiling v3_info.c
[982/1199] Compiling v3_enum.c
[983/1199] Compiling v3_extku.c
[984/1199] Compiling v3_conf.c
[985/1199] Compiling v3_cpols.c
[985/1199] Compiling v3_bcons.c
[987/1199] Compiling v3_crld.c
[988/1199] Compiling v3_bitst.c
[989/1199] Compiling v3_akeya.c
[990/1199] Compiling v3_alt.c
[991/1199] Compiling t_x509a.c
[992/1199] Compiling v3_akey.c
[993/1199] Compiling t_crl.c
[994/1199] Compiling t_x509.c
[995/1199] Compiling t_req.c
[997/1199] Compiling NIOConcurrencyHelpers NIOLock.swift
[997/1199] Compiling i2d_pr.c
[999/1199] Compiling NIOConcurrencyHelpers lock.swift
[999/1199] Compiling rsa_pss.c
[1000/1199] Compiling name_print.c
[1001/1199] Compiling policy.c
[1002/1199] Compiling by_file.c
[1003/1199] Compiling by_dir.c
[1004/1199] Compiling asn1_gen.c
[1005/1199] Compiling algorithm.c
[1006/1199] Compiling a_verify.c
[1007/1199] Compiling a_sign.c
[1008/1199] Compiling a_digest.c
[1009/1199] Compiling trust_token.c
[1010/1199] Compiling voprf.c
[1012/1199] Compiling NIOConcurrencyHelpers atomics.swift
[1013/1199] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1013/1199] Compiling thread_win.c
[1014/1199] Compiling thread.c
[1015/1199] Compiling spx_util.c
[1016/1199] Compiling thread_none.c
[1017/1199] Compiling spx_wots.c
[1018/1199] Compiling thread_pthread.c
[1020/1199] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1020/1199] Compiling stack.c
[1021/1199] Compiling spx_thash.c
[1022/1199] Compiling spx_merkle.c
[1023/1199] Compiling spx_fors.c
[1024/1199] Compiling pmbtoken.c
[1025/1199] Compiling spx_address.c
[1027/1199] Emitting module NIOConcurrencyHelpers
[1027/1199] Compiling spx.c
[1028/1200] Compiling wots.c
[1029/1200] Compiling slhdsa.c
[1030/1200] Compiling thash.c
[1031/1200] Compiling sha256.c
[1032/1200] Compiling sha512.c
[1033/1200] Compiling merkle.c
[1034/1200] Compiling fors.c
[1035/1200] Compiling siphash.c
[1036/1200] Compiling sha1.c
[1038/1200] Compiling rc4.c
[1039/1200] Compiling rsa_extra.c
[1040/1200] Compiling rsa_print.c
[1041/1200] Compiling refcount.c
[1042/1200] Compiling rsa_asn1.c
[1043/1200] Compiling windows.c
[1044/1200] Compiling trusty.c
[1045/1200] Compiling urandom.c
[1046/1200] Compiling rsa_crypt.c
[1047/1200] Compiling rand_extra.c
[1048/1200] Compiling ios.c
[1049/1200] Compiling getentropy.c
[1050/1200] Compiling deterministic.c
[1051/1200] Compiling fork_detect.c
[1052/1200] Compiling passive.c
[1053/1200] Compiling forkunsafe.c
[1054/1200] Compiling poly1305_arm_asm.S
[1055/1200] Compiling poly1305_arm.c
[1056/1200] Compiling pool.c
[1057/1201] Compiling poly1305.c
[1058/1226] Compiling pkcs7.c
[1059/1226] Compiling poly1305_vec.c
[1060/1226] Compiling pkcs8.c
[1061/1226] Compiling p5_pbev2.c
[1062/1226] Compiling pem_xaux.c
[1063/1226] Compiling pkcs8_x509.c
[1064/1226] Compiling pkcs7_x509.c
[1065/1226] Compiling pem_x509.c
[1066/1226] Compiling obj_xref.c
[1067/1226] Compiling pem_pkey.c
[1068/1226] Compiling pem_oth.c
[1069/1226] Compiling pem_info.c
[1070/1226] Compiling pem_pk8.c
[1072/1226] Compiling ConsoleKitTerminal ActivityBar.swift
[1073/1226] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1074/1226] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1075/1226] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1076/1229] Compiling ConsoleKitTerminal CustomActivity.swift
[1077/1229] Compiling ConsoleKitTerminal LoadingBar.swift
[1078/1229] Compiling ConsoleKitTerminal ProgressBar.swift
[1079/1229] Compiling ConsoleKitTerminal Console+Clear.swift
[1080/1229] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1081/1229] Compiling ConsoleKitTerminal ConsoleClear.swift
[1082/1229] Compiling ConsoleKitTerminal Console+Ask.swift
[1083/1229] Compiling ConsoleKitTerminal Console+Choose.swift
[1083/1229] Compiling md4.c
[1084/1229] Compiling pem_all.c
[1085/1229] Compiling md5.c
[1086/1229] Compiling pem_lib.c
[1087/1229] Compiling mldsa.c
[1088/1229] Compiling mem.c
[1090/1229] Emitting module ConsoleKitTerminal
[1090/1229] Compiling obj.c
[1091/1229] Compiling lhash.c
[1092/1229] Compiling fips_shared_support.c
[1093/1229] Compiling keccak.c
[1094/1229] Compiling poly_rq_mul.S
[1095/1229] Compiling kyber.c
[1096/1229] Compiling hpke.c
[1097/1229] Compiling sign.c
[1098/1229] Compiling ex_data.c
[1100/1229] Compiling ConsoleKitTerminal Console.swift
[1101/1229] Compiling ConsoleKitTerminal Terminal.swift
[1102/1229] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1102/1229] Compiling scrypt.c
[1103/1229] Compiling pbkdf.c
[1104/1229] Compiling p_x25519.c
[1105/1229] Compiling p_x25519_asn1.c
[1106/1229] Compiling hrss.c
[1108/1229] Compiling ConsoleKitTerminal ConsoleText.swift
[1109/1229] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1110/1229] Compiling ConsoleKitTerminal ANSI.swift
[1111/1229] Compiling ConsoleKitTerminal Console+Wait.swift
[1112/1229] Compiling ConsoleKitTerminal ConsoleColor.swift
[1113/1229] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1114/1229] Compiling ConsoleKitTerminal Console+Confirm.swift
[1115/1229] Compiling ConsoleKitTerminal Console+Input.swift
[1116/1229] Compiling ConsoleKitTerminal Console+Center.swift
[1117/1229] Compiling ConsoleKitTerminal Console+Output.swift
[1117/1229] Compiling p_rsa_asn1.c
[1118/1229] Compiling p_hkdf.c
[1119/1229] Compiling print.c
[1120/1229] Compiling p_rsa.c
[1121/1229] Compiling p_ec_asn1.c
[1122/1229] Compiling p_ed25519.c
[1123/1229] Compiling p_ed25519_asn1.c
[1124/1229] Compiling p_dsa_asn1.c
[1125/1229] Compiling p_ec.c
[1126/1229] Compiling p_dh_asn1.c
[1127/1229] Compiling p_dh.c
[1128/1229] Compiling evp_ctx.c
[1129/1229] Compiling engine.c
[1130/1229] Compiling evp.c
[1131/1229] Compiling evp_asn1.c
[1132/1229] Compiling ecdh_extra.c
[1133/1229] Compiling err.c
[1134/1229] Compiling ecdsa_asn1.c
[1135/1229] Compiling ec_derive.c
[1136/1229] Compiling hash_to_curve.c
[1137/1229] Compiling dsa_asn1.c
[1138/1229] Compiling ec_asn1.c
[1139/1229] Compiling dsa.c
[1140/1229] Compiling dilithium.c
[1141/1229] Compiling digest_extra.c
[1142/1229] Compiling dh_asn1.c
[1143/1229] Compiling params.c
[1144/1229] Compiling des.c
[1145/1229] Compiling x25519-asm-arm.S
[1146/1229] Compiling spake25519.c
[1147/1229] Compiling crypto.c
[1148/1229] Compiling cpu_intel.c
[1149/1229] Compiling cpu_arm_linux.c
[1150/1229] Compiling cpu_aarch64_win.c
[1151/1229] Compiling cpu_arm_freebsd.c
[1152/1229] Compiling cpu_aarch64_sysreg.c
[1153/1229] Compiling cpu_aarch64_openbsd.c
[1154/1229] Compiling cpu_aarch64_linux.c
[1155/1229] Compiling cpu_aarch64_fuchsia.c
[1156/1229] Compiling cpu_aarch64_apple.c
[1158/1229] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1159/1229] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1160/1229] Compiling ConsoleKitTerminal LoggerFragment.swift
[1160/1229] Compiling e_rc4.c
[1161/1230] Compiling tls_cbc.c
[1162/1230] Compiling curve25519.c
[1163/1230] Compiling conf.c
[1164/1230] Compiling e_tls.c
[1166/1230] Compiling e_rc2.c
[1167/1230] Compiling e_null.c
[1168/1230] Compiling curve25519_64_adx.c
[1169/1230] Compiling e_des.c
[1170/1230] Compiling derive_key.c
[1171/1230] Compiling e_aesgcmsiv.c
[1172/1230] Compiling cipher_extra.c
[1173/1230] Compiling e_aesctrhmac.c
[1174/1230] Compiling e_chacha20poly1305.c
[1174/1230] Compiling chacha.c
[1176/1230] Compiling unicode.c
[1177/1230] Compiling asn1_compat.c
[1178/1230] Compiling ber.c
[1179/1230] Compiling cbb.c
[1180/1230] Compiling buf.c
[1181/1230] Compiling bn_asn1.c
[1182/1230] Compiling cbs.c
[1183/1230] Compiling convert.c
[1184/1233] Compiling blake2.c
[1185/1240] Compiling printf.c
[1186/1252] Compiling hexdump.c
[1187/1252] Compiling errno.c
[1188/1252] Compiling file.c
[1189/1252] Compiling pair.c
[1190/1252] Compiling fd.c
[1191/1252] Compiling bio_mem.c
[1192/1252] Compiling base64.c
[1193/1252] Compiling bio.c
[1194/1252] Compiling tasn_typ.c
[1195/1252] Compiling tasn_utl.c
[1196/1252] Compiling tasn_fre.c
[1197/1252] Compiling tasn_new.c
[1198/1252] Compiling tasn_enc.c
[1199/1252] Compiling f_string.c
[1200/1252] Compiling posix_time.c
[1201/1252] Compiling f_int.c
[1202/1252] Compiling asn_pack.c
[1203/1252] Compiling tasn_dec.c
[1204/1252] Compiling asn1_par.c
[1206/1252] Compiling ConsoleKitCommands CommandSignature.swift
[1207/1252] Compiling ConsoleKitCommands Flag.swift
[1208/1252] Compiling ConsoleKitCommands Option.swift
[1208/1254] Compiling a_utctm.c
[1209/1254] Compiling a_time.c
[1210/1254] Compiling a_strnid.c
[1211/1254] Compiling asn1_lib.c
[1212/1254] Compiling a_type.c
[1213/1254] Compiling a_octet.c
[1214/1254] Compiling a_strex.c
[1215/1254] Compiling a_i2d_fp.c
[1217/1254] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1218/1254] Compiling ConsoleKitCommands AsyncCommand.swift
[1219/1254] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1219/1254] Compiling a_object.c
[1219/1254] Compiling a_mbstr.c
[1221/1254] Compiling a_gentm.c
[1222/1254] Compiling a_dup.c
[1223/1254] Write sources
[1224/1254] Compiling a_int.c
[1225/1254] Write sources
[1226/1254] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1226/1254] Write sources
[1232/1254] Compiling a_d2i_fp.c
[1232/1254] Compiling a_bool.c
[1235/1254] Compiling ConsoleKitCommands AsyncCommands.swift
[1236/1254] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1237/1254] Compiling ConsoleKitCommands AnyCommand.swift
[1237/1254] Compiling a_bitstr.c
[1239/1254] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1240/1254] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1241/1254] Compiling ConsoleKitCommands Argument.swift
[1242/1254] Emitting module ConsoleKitCommands
[1243/1254] Compiling ConsoleKitCommands Command.swift
[1244/1254] Compiling ConsoleKitCommands CommandContext.swift
[1245/1254] Compiling ConsoleKitCommands CommandError.swift
[1246/1279] Compiling Algorithms Split.swift
[1247/1279] Compiling Algorithms Stride.swift
[1247/1351] Compiling bcm.c
[1249/1359] Compiling Atomics Primitives.shims.swift
[1250/1359] Compiling Atomics AtomicInteger.swift
[1251/1359] Compiling Atomics AtomicOptionalWrappable.swift
[1252/1361] Compiling Atomics ManagedAtomic.swift
[1253/1361] Compiling Atomics ManagedAtomicLazyReference.swift
[1254/1361] Compiling Atomics UnsafeAtomic.swift
[1255/1361] Compiling Atomics UnsafeAtomicLazyReference.swift
[1256/1361] Compiling Atomics AtomicMemoryOrderings.swift
[1257/1361] Compiling Atomics DoubleWord.swift
[1258/1361] Compiling Atomics IntegerOperations.swift
[1259/1361] Compiling Atomics Unmanaged extensions.swift
[1260/1361] Compiling BitCollections BitSet+Initializers.swift
[1261/1361] Compiling BitCollections BitSet+Invariants.swift
[1262/1361] Compiling BitCollections BitSet+Random.swift
[1263/1361] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1264/1361] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1265/1361] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1266/1361] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1267/1361] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1268/1361] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1269/1361] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1270/1361] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1271/1361] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1272/1361] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1273/1361] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1274/1368] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1275/1368] Compiling BitCollections BitSet+CustomReflectable.swift
[1276/1368] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1277/1368] Compiling BitCollections BitSet+Equatable.swift
[1278/1368] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1279/1368] Compiling BitCollections BitSet+Extras.swift
[1280/1368] Compiling BitCollections BitSet+Hashable.swift
[1281/1368] Compiling Atomics AtomicReference.swift
[1282/1368] Compiling Atomics AtomicStorage.swift
[1283/1368] Compiling Atomics AtomicValue.swift
[1289/1368] Compiling BitCollections BitArray+Hashable.swift
[1290/1369] Compiling CryptoBoringWrapper RandomBytes.swift
[1291/1369] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1292/1369] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1293/1369] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1294/1369] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1295/1369] Compiling BitCollections BitSet+SetAlgebra union.swift
[1296/1369] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1297/1369] Compiling BitCollections BitSet.Counted.swift
[1299/1369] Emitting module BitCollections
[1300/1369] Emitting module CryptoBoringWrapper
[1309/1369] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1313/1371] Compiling BitCollections BitArray+Initializers.swift
[1314/1371] Compiling BitCollections BitArray+Invariants.swift
[1315/1371] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[1316/1374] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1317/1374] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1318/1374] Compiling ConsoleKit Exports.swift
[1319/1374] Emitting module ConsoleKit
[1332/1375] Compiling Atomics OptionalRawRepresentable.swift
[1333/1375] Compiling Atomics RawRepresentable.swift
[1334/1375] Compiling Atomics AtomicBool.swift
[1335/1375] Compiling Atomics IntegerConformances.swift
[1336/1375] Compiling Atomics PointerConformances.swift
[1337/1375] Compiling Atomics Primitives.native.swift
[1340/1375] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1341/1375] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1342/1375] Compiling CryptoBoringWrapper EllipticCurve.swift
[1346/1376] Compiling BitCollections BitSet.Index.swift
[1347/1376] Compiling BitCollections BitSet._UnsafeHandle.swift
[1348/1376] Compiling BitCollections BitSet.swift
[1349/1376] Compiling BitCollections Range+Utilities.swift
[1350/1376] Compiling BitCollections Slice+Utilities.swift
[1351/1376] Compiling BitCollections UInt+Tricks.swift
[1352/1376] Compiling BitCollections _Word.swift
[1355/1402] Compiling Algorithms Trim.swift
[1356/1402] Compiling Algorithms Unique.swift
[1357/1402] Compiling Algorithms Windows.swift
[1358/1448] Compiling Crypto AES-GCM.swift
[1359/1448] Compiling Crypto AES-GCM_boring.swift
[1360/1448] Compiling Crypto ChaChaPoly_boring.swift
[1361/1448] Compiling Crypto ChaChaPoly.swift
[1362/1448] Compiling Crypto Cipher.swift
[1363/1448] Compiling Crypto Nonces.swift
[1364/1448] Compiling Crypto ASN1.swift
[1365/1448] Compiling Crypto ASN1Any.swift
[1366/1450] Compiling Collections Collections.swift
[1367/1450] Emitting module Collections
[1369/1451] Compiling Crypto ASN1Integer.swift
[1370/1451] Compiling Crypto ASN1Null.swift
[1371/1451] Compiling Crypto ASN1OctetString.swift
[1372/1451] Compiling Crypto ASN1Strings.swift
[1379/1451] Emitting module Atomics
[1381/1452] Compiling Crypto PKCS8PrivateKey.swift
[1382/1452] Compiling Crypto SEC1PrivateKey.swift
[1383/1452] Compiling Crypto SubjectPublicKeyInfo.swift
[1384/1452] Compiling Crypto CryptoKitErrors.swift
[1385/1452] Compiling Crypto Digest_boring.swift
[1386/1452] Compiling Crypto Digest.swift
[1387/1452] Compiling Crypto Digests.swift
[1388/1452] Compiling Crypto HashFunctions.swift
[1389/1452] Compiling Crypto HashFunctions_SHA2.swift
[1390/1452] Compiling Crypto HPKE-AEAD.swift
[1391/1452] Compiling Crypto SymmetricKeys.swift
[1392/1452] Compiling Crypto HMAC.swift
[1393/1452] Compiling Crypto MACFunctions.swift
[1394/1452] Compiling Crypto MessageAuthenticationCode.swift
[1395/1452] Compiling Crypto AES.swift
[1396/1452] Compiling Crypto ECDSASignature_boring.swift
[1397/1452] Compiling Crypto ECDSA_boring.swift
[1398/1452] Compiling Crypto EdDSA_boring.swift
[1399/1452] Compiling Crypto ECDSA.swift
[1400/1452] Compiling Crypto Ed25519.swift
[1401/1521] Compiling NIOCore EventLoop+Deprecated.swift
[1402/1521] Compiling NIOCore EventLoop+SerialExecutor.swift
[1403/1521] Compiling NIOCore EventLoop.swift
[1404/1521] Compiling NIOCore IO.swift
[1405/1521] Compiling NIOCore IOData.swift
[1406/1521] Compiling NIOCore IPProtocol.swift
[1407/1521] Compiling NIOCore IntegerBitPacking.swift
[1408/1521] Compiling NIOCore IntegerTypes.swift
[1409/1521] Compiling NIOCore Interfaces.swift
[1410/1521] Compiling NIOCore Linux.swift
[1411/1521] Compiling NIOCore MarkedCircularBuffer.swift
[1412/1521] Compiling NIOCore MulticastChannel.swift
[1413/1521] Compiling NIOCore NIOAny.swift
[1414/1521] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1415/1521] Compiling NIOCore NIOLoopBound.swift
[1416/1521] Compiling NIOCore NIOScheduledCallback.swift
[1417/1521] Compiling NIOCore NIOSendable.swift
[1418/1521] Compiling NIOCore PointerHelpers.swift
[1419/1521] Compiling NIOCore RecvByteBufferAllocator.swift
[1420/1521] Compiling Crypto X25519Keys.swift
[1421/1521] Compiling NIOCore EventLoopFuture.swift
[1422/1521] Compiling NIOCore FileDescriptor.swift
[1423/1521] Compiling NIOCore FileHandle.swift
[1424/1521] Compiling NIOCore FileRegion.swift
[1425/1521] Compiling NIOCore GlobalSingletons.swift
[1426/1521] Compiling NIOCore CircularBuffer.swift
[1427/1521] Compiling NIOCore Codec.swift
[1428/1521] Compiling NIOCore ConvenienceOptionSupport.swift
[1429/1521] Compiling NIOCore DeadChannel.swift
[1430/1521] Compiling NIOCore DispatchQueue+WithFuture.swift
[1431/1521] Emitting module Algorithms
[1441/1530] Emitting module Crypto
[1442/1530] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1443/1530] Compiling NIOCore ByteBuffer-views.swift
[1444/1530] Compiling NIOCore Channel.swift
[1445/1530] Compiling NIOCore ChannelHandler.swift
[1446/1530] Compiling NIOCore ChannelHandlers.swift
[1447/1530] Compiling NIOCore ChannelInvoker.swift
[1448/1530] Compiling NIOCore ChannelOption.swift
[1449/1530] Compiling NIOCore ChannelPipeline.swift
[1450/1530] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1451/1530] Compiling NIOCore BSDSocketAPI.swift
[1452/1530] Compiling NIOCore AddressedEnvelope.swift
[1453/1530] Compiling NIOCore AsyncAwaitSupport.swift
[1454/1530] Compiling NIOCore AsyncChannel.swift
[1455/1530] Compiling NIOCore AsyncChannelHandler.swift
[1456/1530] Compiling NIOCore AsyncChannelInboundStream.swift
[1457/1530] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1458/1530] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1459/1530] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1460/1530] Compiling NIOCore NIOAsyncWriter.swift
[1461/1530] Compiling NIOCore ByteBuffer-multi-int.swift
[1462/1530] Compiling Crypto Signature.swift
[1463/1530] Compiling Crypto CryptoKitErrors_boring.swift
[1464/1530] Compiling Crypto RNG_boring.swift
[1465/1530] Compiling Crypto SafeCompare_boring.swift
[1466/1530] Compiling Crypto Zeroization_boring.swift
[1467/1530] Compiling Crypto PrettyBytes.swift
[1468/1530] Compiling Crypto SafeCompare.swift
[1469/1530] Compiling Crypto SecureBytes.swift
[1470/1530] Compiling Crypto Zeroization.swift
[1480/1531] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1481/1531] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1482/1531] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1488/1531] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1489/1531] Compiling NIOCore SocketAddresses.swift
[1490/1531] Compiling NIOCore SocketOptionProvider.swift
[1491/1531] Compiling NIOCore SystemCallHelpers.swift
[1492/1531] Compiling NIOCore TimeAmount+Duration.swift
[1493/1531] Compiling NIOCore TypeAssistedChannelHandler.swift
[1494/1531] Compiling NIOCore UniversalBootstrapSupport.swift
[1495/1531] Compiling NIOCore Utilities.swift
[1524/1531] Compiling NIOCore ByteBuffer-aux.swift
[1525/1531] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1526/1531] Compiling NIOCore ByteBuffer-conversions.swift
[1527/1531] Compiling NIOCore ByteBuffer-core.swift
[1528/1531] Compiling NIOCore ByteBuffer-hex.swift
[1529/1531] Compiling NIOCore ByteBuffer-int.swift
[1530/1531] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1531/1531] Emitting module NIOCore
[1533/1584] Emitting module NIOEmbedded
[1534/1584] Compiling NIOEmbedded AsyncTestingChannel.swift
[1535/1584] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1536/1584] Compiling NIOEmbedded Embedded.swift
[1538/1585] Compiling NIOPosix SelectableChannel.swift
[1539/1585] Compiling NIOPosix SelectableEventLoop.swift
[1540/1585] Compiling NIOPosix SelectorEpoll.swift
[1541/1585] Compiling NIOPosix SelectorGeneric.swift
[1542/1585] Compiling NIOPosix SelectorKqueue.swift
[1543/1585] Compiling NIOPosix SelectorUring.swift
[1544/1591] Compiling NIOPosix ServerSocket.swift
[1545/1591] Compiling NIOPosix Socket.swift
[1546/1591] Compiling NIOPosix SocketChannel.swift
[1547/1591] Compiling NIOPosix SocketProtocols.swift
[1548/1591] Compiling NIOPosix System.swift
[1549/1591] Compiling NIOPosix Thread.swift
[1550/1591] Compiling NIOPosix BSDSocketAPICommon.swift
[1551/1591] Compiling NIOPosix BSDSocketAPIPosix.swift
[1552/1591] Compiling NIOPosix BSDSocketAPIWindows.swift
[1553/1591] Compiling NIOPosix BaseSocket.swift
[1554/1591] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1555/1591] Compiling NIOPosix BaseSocketChannel.swift
[1556/1591] Compiling NIOPosix BaseStreamSocketChannel.swift
[1557/1591] Compiling NIOPosix Pool.swift
[1558/1591] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1559/1591] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1560/1591] Compiling NIOPosix PosixSingletons.swift
[1561/1591] Compiling NIOPosix RawSocketBootstrap.swift
[1562/1591] Compiling NIOPosix Resolver.swift
[1563/1591] Compiling NIOPosix Selectable.swift
[1564/1591] Compiling NIOPosix ThreadPosix.swift
[1565/1591] Compiling NIOPosix ThreadWindows.swift
[1566/1591] Compiling NIOPosix UnsafeTransfer.swift
[1567/1591] Compiling NIOPosix Utilities.swift
[1568/1591] Compiling NIOPosix VsockAddress.swift
[1569/1591] Compiling NIOPosix VsockChannelEvents.swift
[1570/1591] Compiling NIOPosix IO.swift
[1571/1591] Compiling NIOPosix IntegerBitPacking.swift
[1572/1591] Compiling NIOPosix IntegerTypes.swift
[1573/1591] Compiling NIOPosix Linux.swift
[1574/1591] Compiling NIOPosix LinuxCPUSet.swift
[1575/1591] Compiling NIOPosix LinuxUring.swift
[1576/1591] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1577/1591] Compiling NIOPosix Bootstrap.swift
[1578/1591] Compiling NIOPosix ControlMessage.swift
[1579/1591] Compiling NIOPosix DatagramVectorReadManager.swift
[1580/1591] Compiling NIOPosix Errors+Any.swift
[1581/1591] Compiling NIOPosix FileDescriptor.swift
[1582/1591] Compiling NIOPosix GetaddrinfoResolver.swift
[1583/1591] Compiling NIOPosix HappyEyeballs.swift
[1584/1591] Emitting module NIOPosix
[1585/1591] Compiling NIOPosix NIOThreadPool.swift
[1586/1591] Compiling NIOPosix NonBlockingFileIO.swift
[1587/1591] Compiling NIOPosix PendingDatagramWritesManager.swift
[1588/1591] Compiling NIOPosix PendingWritesManager.swift
[1589/1591] Compiling NIOPosix PipeChannel.swift
[1590/1591] Compiling NIOPosix PipePair.swift
[1591/1591] Compiling NIOPosix PointerHelpers.swift
[1593/1648] Compiling NIO Exports.swift
[1594/1648] Emitting module NIO
[1596/1649] Compiling AsyncKit EventLoop+Flatten.swift
[1597/1649] Compiling AsyncKit EventLoop+Future.swift
[1598/1649] Compiling AsyncKit EventLoopGroup+Concurrency.swift
[1599/1656] Compiling _NIOFileSystem UnsafeTransfer.swift
[1600/1656] Compiling _NIOFileSystem ParallelDirCopy.swift
[1601/1656] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[1602/1656] Compiling _NIOFileSystem CInterop.swift
[1603/1694] Compiling AsyncKit Future+Miscellaneous.swift
[1604/1694] Compiling AsyncKit Future+Nonempty.swift
[1605/1694] Compiling AsyncKit Future+Optional.swift
[1606/1694] Compiling AsyncKit Future+Transform.swift
[1607/1694] Compiling AsyncKit Future+Try.swift
[1608/1694] Compiling AsyncKit FutureOperators.swift
[1609/1694] Compiling NIOTLS TLSEvents.swift
[1610/1694] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1611/1694] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1612/1694] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1613/1694] Emitting module NIOTLS
[1614/1694] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1615/1694] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1616/1694] Emitting module NIOSOCKS
[1617/1695] Compiling NIOSOCKS SOCKSResponse.swift
[1618/1695] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1619/1695] Compiling NIOSOCKS ClientStateMachine.swift
[1620/1695] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1621/1695] Compiling NIOHTTP1 HTTPDecoder.swift
[1622/1695] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1623/1695] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1624/1695] Compiling NIOHTTP1 HTTPEncoder.swift
[1625/1695] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1626/1695] Compiling NIOSOCKS Messages.swift
[1627/1695] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1628/1695] Compiling NIOSOCKS ServerStateMachine.swift
[1629/1696] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1630/1696] Compiling NIOTLS SNIHandler.swift
[1633/1697] Compiling AsyncKit Optional+StrictMap.swift
[1634/1697] Compiling AsyncKit Exports.swift
[1635/1697] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1636/1697] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1637/1697] Emitting module NIOFoundationCompat
[1638/1697] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1639/1699] Compiling _NIOFileSystem Errno.swift
[1640/1699] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1641/1699] Compiling _NIOFileSystem Mocking.swift
[1642/1699] Compiling _NIOFileSystem Syscall.swift
[1644/1728] Compiling NIOSSL IdentityVerification.swift
[1645/1728] Compiling NIOSSL LinuxCABundle.swift
[1646/1728] Compiling NIOSSL NIOSSLClientHandler.swift
[1647/1728] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1648/1741] Emitting module NIOHTTP1
[1649/1750] Compiling NIOTransportServices NIOTSEventLoop.swift
[1650/1750] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1652/1750] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1653/1750] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1654/1750] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1655/1750] Compiling NIOTransportServices NIOTSSingletons.swift
[1656/1750] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1657/1750] Compiling NIOTransportServices StateManagedChannel.swift
[1658/1750] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1659/1750] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1660/1752] Emitting module NIOTransportServices
[1661/1752] Compiling NIOTransportServices NIOTSBootstraps.swift
[1662/1752] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1663/1752] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1664/1752] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1665/1752] Compiling NIOTransportServices NIOTSErrors.swift
[1667/1752] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1668/1752] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1669/1752] Compiling NIOTransportServices AcceptHandler.swift
[1670/1752] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1671/1752] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1672/1752] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1673/1752] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1674/1752] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1689/1753] Emitting module _NIOFileSystem
[1706/1754] Compiling _NIOFileSystem Syscalls.swift
[1707/1754] Compiling _NIOFileSystem SystemFileHandle.swift
[1708/1754] Compiling _NIOFileSystem Utilities.swift
[1709/1754] Compiling _NIOFileSystem OpenOptions.swift
[1718/1763] Compiling NIOHPACK HPACKHeader.swift
[1719/1764] Compiling NIOHPACK HeaderTables.swift
[1722/1770] Compiling NIOHPACK DynamicHeaderTable.swift
[1723/1770] Compiling NIOHPACK HPACKDecoder.swift
[1724/1770] Compiling NIOHPACK HPACKEncoder.swift
[1725/1770] Compiling NIOHPACK HPACKErrors.swift
[1726/1809] Emitting module NIOSSL
[1730/1822] Compiling NIOSSL SubjectAlternativeName.swift
[1731/1822] Compiling NIOSSL NIOSSLSecureBytes.swift
[1732/1822] Compiling NIOSSL RNG.swift
[1733/1822] Compiling NIOSSL SafeCompare.swift
[1735/1827] Compiling NIOHPACK IntegerCoding.swift
[1736/1838] Compiling AWSLambdaRuntimeCore LambdaRuntime.swift
[1737/1838] Compiling AWSLambdaRuntimeCore LambdaRuntimeClient.swift
[1738/1840] Compiling NIOWebSocket WebSocketOpcode.swift
[1739/1840] Compiling NIOHPACK IndexedHeaderTable.swift
[1740/1841] Compiling NIOHPACK StaticHeaderTable.swift
[1741/1841] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1742/1841] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1743/1841] Emitting module NIOHTTPCompression
[1744/1841] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1745/1841] Compiling NIOHTTPCompression HTTPCompression.swift
[1746/1841] Compiling NIOHPACK HuffmanCoding.swift
[1747/1841] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1748/1841] Compiling AWSLambdaRuntimeCore Lambda.swift
[1749/1841] Compiling AWSLambdaRuntimeCore LambdaConfiguration.swift
[1750/1841] Compiling AWSLambdaRuntimeCore LambdaRequestID.swift
[1751/1841] Compiling AWSLambdaRuntimeCore LambdaRunner.swift
[1752/1841] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1755/1843] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1756/1843] Compiling NIOExtras QuiescingHelper.swift
[1757/1843] Compiling NIOExtras RequestResponseHandler.swift
[1758/1843] Emitting module MultipartKit
[1759/1843] Compiling NIOHPACK HuffmanTables.swift
[1760/1843] Compiling AWSLambdaRuntimeCore DetachedTasks.swift
[1761/1843] Compiling AWSLambdaRuntimeCore HTTPClient.swift
[1762/1843] Emitting module NIOWebSocket
[1763/1843] Compiling NIOHTTPCompression HTTPDecompression.swift
[1764/1843] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1769/1844] Compiling AWSLambdaRuntimeCore ControlPlaneRequest.swift
[1771/1844] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1772/1844] Compiling NIOExtras WritePCAPHandler.swift
[1775/1844] Compiling AWSLambdaRuntimeCore LambdaContext.swift
[1776/1844] Compiling AWSLambdaRuntimeCore LambdaHandler.swift
[1778/1844] Compiling AWSLambdaRuntimeCore ControlPlaneRequestEncoder.swift
[1779/1844] Compiling AWSLambdaRuntimeCore Lambda+LocalServer.swift
[1780/1844] Compiling AWSLambdaRuntimeCore Lambda+String.swift
[1794/1846] Emitting module NIOExtras
[1797/1846] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1798/1846] Compiling NIOWebSocket WebSocketFrame.swift
[1801/1847] Compiling MultipartKit MultipartSerializer.swift
[1802/1847] Compiling MultipartKit Utilities.swift
[1804/1848] Emitting module NIOHPACK
[1810/1851] Emitting module AWSLambdaRuntimeCore
[1818/1854] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1819/1854] Emitting module _NIOFileSystemFoundationCompat
[1820/1854] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1821/1854] Compiling NIOFileSystem Exports.swift
[1822/1855] Emitting module NIOFileSystem
[1824/1858] Compiling AWSLambdaRuntimeCore Terminator.swift
[1825/1858] Compiling AWSLambdaRuntimeCore Utils.swift
[1830/1861] Compiling NIOSSL Zeroization.swift
[1831/1861] Compiling NIOSSL TLSConfiguration.swift
[1832/1861] Compiling NIOSSL UniversalBootstrapSupport.swift
[1838/1915] Compiling NIOHTTP2 SendingDataState.swift
[1839/1915] Compiling NIOHTTP2 SendingGoawayState.swift
[1840/1915] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1841/1915] Compiling NIOHTTP2 MaySendFrames.swift
[1844/1916] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1845/1916] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1848/1928] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1849/1928] Compiling NIOHTTP2 HasLocalSettings.swift
[1850/1928] Compiling NIOHTTP2 HasRemoteSettings.swift
[1851/1928] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1852/1928] Compiling NIOHTTP2 QuiescingState.swift
[1853/1928] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1854/1928] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1855/1936] Compiling AWSLambdaRuntime Context+Foundation.swift
[1856/1936] Emitting module AWSLambdaRuntime
[1857/1936] Compiling WebSocketKit Exports.swift
[1858/1936] Compiling AWSLambdaRuntime Lambda+Codable.swift
[1860/1937] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1861/1937] Compiling WebSocketKit WebSocket+Connect.swift
[1865/1937] Compiling NIOHTTP2 SendingHeadersState.swift
[1866/1937] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1867/1937] Compiling NIOHTTP2 SendingRstStreamState.swift
[1868/1937] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1870/1937] Compiling WebSocketKit WebSocketHandler.swift
[1871/1937] Compiling WebSocketKit WebSocket+Concurrency.swift
[1872/1937] Emitting module WebSocketKit
[1873/1937] Compiling WebSocketKit WebSocketClient.swift
[1874/1937] Compiling WebSocketKit WebSocket.swift
[1876/1938] Emitting module AsyncKit
[1877/1938] Compiling NIOHTTP2 InboundWindowManager.swift
[1878/1938] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1879/1938] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1880/1938] Compiling NIOHTTP2 StreamChannelList.swift
[1881/1938] Compiling NIOHTTP2 StreamMap.swift
[1882/1938] Compiling NIOHTTP2 StreamStateMachine.swift
[1883/1938] Compiling NIOHTTP2 UnsafeTransfer.swift
[1884/1938] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1885/1938] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1886/1938] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1887/1938] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1888/1938] Compiling NIOHTTP2 HTTP2StreamID.swift
[1889/1938] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1890/1938] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1891/1938] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1892/1938] Compiling NIOHTTP2 InboundEventBuffer.swift
[1893/1938] Emitting module NIOHTTP2
[1894/1938] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1895/1938] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1896/1938] Compiling NIOHTTP2 MayReceiveFrames.swift
[1897/1938] Compiling NIOHTTP2 ReceivingDataState.swift
[1898/1938] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1899/1938] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1900/1938] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1901/1938] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1903/1938] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1904/1938] Compiling NIOHTTP2 HTTP2Frame.swift
[1905/1938] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1906/1938] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1907/1938] Compiling NIOHTTP2 HTTP2PingData.swift
[1908/1938] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1909/1938] Compiling NIOHTTP2 HTTP2Settings.swift
[1910/1938] Compiling NIOHTTP2 HTTP2Stream.swift
[1911/1938] Compiling NIOHTTP2 StateMachineResult.swift
[1912/1938] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1913/1938] Compiling NIOHTTP2 DOSHeuristics.swift
[1914/1938] Compiling NIOHTTP2 Error+Any.swift
[1915/1938] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1916/1938] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1917/1938] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1918/1938] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1919/1938] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1920/1938] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1921/1938] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1922/1938] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1923/1938] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1924/1938] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1925/1938] Compiling NIOHTTP2 HTTP2Error.swift
[1926/1938] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1928/1996] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1929/1996] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1930/1996] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1931/1996] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1932/1996] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1933/1996] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1934/1996] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1935/1996] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1936/2004] Emitting module AsyncHTTPClient
[1937/2004] Compiling AsyncHTTPClient ConnectionPool.swift
[1938/2004] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1939/2004] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1940/2004] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1941/2004] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1942/2004] Compiling AsyncHTTPClient HTTP1Connection.swift
[1943/2004] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1944/2004] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1945/2004] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1946/2004] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1947/2004] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1948/2004] Compiling AsyncHTTPClient Transaction.swift
[1949/2004] Compiling AsyncHTTPClient Base64.swift
[1950/2004] Compiling AsyncHTTPClient BasicAuth.swift
[1951/2004] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1952/2004] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1953/2004] Compiling AsyncHTTPClient HTTP2Connection.swift
[1954/2004] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1955/2004] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1956/2004] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1957/2004] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1958/2004] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1959/2004] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1960/2004] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1961/2004] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1962/2004] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1963/2004] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1964/2004] Compiling AsyncHTTPClient ConnectionTarget.swift
[1965/2004] Compiling AsyncHTTPClient DeconstructedURL.swift
[1966/2004] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1967/2004] Compiling AsyncHTTPClient FoundationExtensions.swift
[1968/2004] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1969/2004] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1970/2004] Compiling AsyncHTTPClient HTTPClient.swift
[1971/2004] Compiling AsyncHTTPClient HTTPHandler.swift
[1972/2004] Compiling AsyncHTTPClient LRUCache.swift
[1973/2004] Compiling AsyncHTTPClient NWErrorHandler.swift
[1974/2004] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1975/2004] Compiling AsyncHTTPClient TLSConfiguration.swift
[1976/2004] Compiling AsyncHTTPClient RedirectState.swift
[1977/2004] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1978/2004] Compiling AsyncHTTPClient RequestBodyLength.swift
[1979/2004] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1980/2004] Compiling AsyncHTTPClient RequestOptions.swift
[1981/2004] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1982/2004] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1983/2004] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1984/2004] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1985/2004] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1986/2004] Compiling AsyncHTTPClient RequestBag.swift
[1987/2004] Compiling AsyncHTTPClient RequestValidation.swift
[1988/2004] Compiling AsyncHTTPClient SSLContextCache.swift
[1989/2004] Compiling AsyncHTTPClient Scheme.swift
[1990/2004] Compiling AsyncHTTPClient Singleton.swift
[1991/2004] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1992/2004] Compiling AsyncHTTPClient Utils.swift
[1994/2026] Compiling Vercel Claim.swift
[1995/2026] Compiling Vercel Crypto.swift
[1996/2026] Compiling Vercel EdgeConfig.swift
[1997/2026] Compiling Vercel FetchResponse.swift
[1998/2026] Compiling Vercel ExpressHandler.swift
[1999/2026] Compiling Vercel RequestHandler.swift
[2000/2028] Emitting module Vercel
[2001/2028] Compiling Vercel Utils.swift
[2002/2028] Compiling Vercel Vercel.swift
[2003/2028] Compiling Vercel TrieRouter.swift
[2004/2028] Compiling Vercel Types.swift
[2005/2028] Compiling Vercel PathComponent.swift
[2006/2028] Compiling Vercel Routable.swift
[2007/2028] Compiling Vercel Router.swift
[2008/2028] Compiling Vercel Environment.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)
[2009/2028] Compiling Vercel Fetch.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)
[2010/2028] Compiling Vercel FetchRequest.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)
[2011/2028] Compiling Vercel Request.swift
[2012/2028] Compiling Vercel Response.swift
[2013/2028] Compiling Vercel Parameters.swift
[2014/2028] Compiling Vercel InvokeEvent.swift
[2015/2028] Compiling Vercel JWT.swift
[2016/2028] Compiling Vercel JWTError.swift
[2031/2199] Compiling Vapor AsyncBasicResponder.swift
[2032/2199] Compiling Vapor AsyncMiddleware.swift
[2033/2199] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2034/2199] Compiling Vapor AsyncSessionDriver.swift
[2035/2199] Compiling Vapor Authentication+Concurrency.swift
[2036/2199] Compiling Vapor Cache+Concurrency.swift
[2037/2199] Compiling Vapor Client+Concurrency.swift
[2038/2199] Compiling Vapor RequestBody+Concurrency.swift
[2039/2199] Compiling Vapor Responder+Concurrency.swift
[2040/2199] Compiling Vapor ResponseCodable+Concurrency.swift
[2041/2199] Compiling Vapor RoutesBuilder+Concurrency.swift
[2042/2199] Compiling Vapor ViewRenderer+Concurrency.swift
[2043/2199] Compiling Vapor WebSocket+Concurrency.swift
[2044/2199] Compiling Vapor ContainerGetPathExecutor.swift
[2045/2199] Compiling Vapor Content.swift
[2046/2199] Compiling Vapor ContentCoders.swift
[2047/2199] Compiling Vapor ContentConfiguration.swift
[2048/2199] Compiling Vapor ContentContainer.swift
[2049/2199] Compiling Vapor JSONCoder+Custom.swift
[2050/2199] Compiling Vapor JSONCoders+Content.swift
[2051/2199] Compiling Vapor PlaintextDecoder.swift
[2052/2199] Compiling Vapor PlaintextEncoder.swift
[2053/2199] Compiling Vapor URLQueryCoders.swift
[2054/2199] Compiling Vapor URLQueryContainer.swift
[2055/2222] Compiling Vapor Application.swift
[2056/2222] Compiling Vapor AuthenticationCache.swift
[2057/2222] Compiling Vapor Authenticator.swift
[2058/2222] Compiling Vapor BasicAuthorization.swift
[2059/2222] Compiling Vapor BearerAuthorization.swift
[2060/2222] Compiling Vapor GuardMiddleware.swift
[2061/2222] Compiling Vapor RedirectMiddleware.swift
[2062/2222] Compiling Vapor SessionAuthenticatable.swift
[2063/2222] Compiling Vapor Bcrypt.swift
[2064/2222] Compiling Vapor Application+Cache.swift
[2065/2222] Compiling Vapor Cache.swift
[2066/2222] Compiling Vapor CacheExpirationTime.swift
[2067/2222] Compiling Vapor MemoryCache.swift
[2068/2222] Compiling Vapor Request+Cache.swift
[2069/2222] Compiling Vapor Application+Clients.swift
[2070/2222] Compiling Vapor Client.swift
[2071/2222] Compiling Vapor ClientRequest.swift
[2072/2222] Compiling Vapor ClientResponse.swift
[2073/2222] Compiling Vapor Request+Client.swift
[2074/2222] Compiling Vapor BootCommand.swift
[2075/2222] Compiling Vapor CommandContext+Application.swift
[2076/2222] Compiling Vapor RoutesCommand.swift
[2077/2222] Compiling Vapor ServeCommand.swift
[2078/2222] Compiling Vapor AnyResponse+Concurrency.swift
[2079/2222] Compiling Vapor Core.swift
[2080/2222] Compiling Vapor Running.swift
[2081/2222] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2082/2222] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2083/2222] Compiling Vapor DotEnvFile+load.swift
[2084/2222] Compiling Vapor Routes+caseInsenstive.swift
[2085/2222] Compiling Vapor Validatable+validate.swift
[2086/2222] Compiling Vapor Environment+Process.swift
[2087/2222] Compiling Vapor Environment+Secret.swift
[2088/2222] Compiling Vapor Environment.swift
[2089/2222] Compiling Vapor Abort.swift
[2090/2222] Compiling Vapor AbortError.swift
[2091/2222] Compiling Vapor DebuggableError.swift
[2092/2222] Compiling Vapor Demangler.swift
[2093/2222] Compiling Vapor ErrorSource.swift
[2094/2222] Compiling Vapor StackTrace.swift
[2095/2222] Compiling Vapor Exports.swift
[2096/2222] Compiling Vapor Application+HTTP.swift
[2097/2222] Compiling Vapor BasicResponder.swift
[2098/2222] Compiling Vapor BodyStream.swift
[2099/2222] Compiling Vapor Application+HTTP+Client.swift
[2100/2222] Compiling Vapor EventLoopHTTPClient.swift
[2101/2222] Compiling Vapor EndpointCache.swift
[2102/2222] Compiling Vapor HTTPMethod+String.swift
[2103/2245] Compiling Vapor HTTPServerResponseEncoder.swift
[2104/2245] Compiling Vapor HTTPServerUpgradeHandler.swift
[2105/2245] Compiling Vapor Logger+Report.swift
[2106/2245] Compiling Vapor LoggingSystem+Environment.swift
[2107/2245] Compiling Vapor Application+Middleware.swift
[2108/2245] Compiling Vapor CORSMiddleware.swift
[2109/2245] Compiling Vapor ErrorMiddleware.swift
[2110/2245] Compiling Vapor FileMiddleware.swift
[2111/2245] Compiling Vapor Middleware.swift
[2112/2245] Compiling Vapor MiddlewareConfiguration.swift
[2113/2245] Compiling Vapor ResponseCompressionMiddleware.swift
[2114/2245] Compiling Vapor RouteLoggingMiddleware.swift
[2115/2245] Compiling Vapor File+Multipart.swift
[2116/2245] Compiling Vapor FormDataDecoder+Content.swift
[2117/2245] Compiling Vapor FormDataEncoder+Content.swift
[2118/2245] Compiling Vapor Application+Password.swift
[2119/2245] Compiling Vapor Application+Passwords.swift
[2120/2245] Compiling Vapor AsyncPasswordHasher.swift
[2121/2245] Compiling Vapor BcryptHasher.swift
[2122/2245] Compiling Vapor PasswordHasher.swift
[2123/2245] Compiling Vapor PlaintextHasher.swift
[2124/2245] Compiling Vapor Request+Password.swift
[2125/2245] Compiling Vapor Redirect.swift
[2126/2245] Compiling Vapor Request+Body.swift
[2127/2245] Compiling Vapor Application+Sessions.swift
[2128/2245] Compiling Vapor MemorySessions.swift
[2129/2245] Compiling Vapor Request+Session.swift
[2130/2245] Compiling Vapor Session.swift
[2131/2245] Compiling Vapor SessionCache.swift
[2132/2245] Compiling Vapor SessionData.swift
[2133/2245] Compiling Vapor SessionDriver.swift
[2134/2245] Compiling Vapor SessionsConfiguration.swift
[2135/2245] Compiling Vapor SessionsMiddleware.swift
[2136/2245] Compiling Vapor URLEncodedFormData.swift
[2137/2245] Compiling Vapor URLEncodedFormDecoder.swift
[2138/2245] Compiling Vapor URLEncodedFormEncoder.swift
[2139/2245] Compiling Vapor URLEncodedFormError.swift
[2140/2245] Compiling Vapor URLEncodedFormParser.swift
[2141/2245] Compiling Vapor URLEncodedFormSerializer.swift
[2142/2245] Compiling Vapor URLQueryFragmentConvertible.swift
[2143/2245] Compiling Vapor AnyResponse.swift
[2144/2245] Compiling Vapor Array+Random.swift
[2145/2245] Compiling Vapor Base32.swift
[2146/2245] Compiling Vapor Base64.swift
[2147/2245] Compiling Vapor BaseN.swift
[2148/2245] Compiling Vapor BasicCodingKey.swift
[2149/2245] Compiling Vapor ByteCount.swift
[2150/2245] Compiling Vapor Bytes+Hex.swift
[2151/2245] Compiling Vapor Request+BodyStream.swift
[2152/2245] Compiling Vapor Request.swift
[2153/2245] Compiling Vapor Application+Responder.swift
[2154/2245] Compiling Vapor DefaultResponder.swift
[2155/2245] Compiling Vapor Response+Body.swift
[2156/2245] Compiling Vapor Response.swift
[2157/2245] Compiling Vapor ResponseCodable.swift
[2158/2245] Compiling Vapor Application+Routes.swift
[2159/2245] Compiling Vapor Parameters+Require.swift
[2160/2245] Compiling Vapor Request+WebSocket.swift
[2161/2245] Compiling Vapor Route.swift
[2162/2245] Compiling Vapor RouteCollection.swift
[2163/2245] Compiling Vapor Routes.swift
[2164/2245] Compiling Vapor RoutesBuilder+Group.swift
[2165/2245] Compiling Vapor RoutesBuilder+Method.swift
[2166/2245] Compiling Vapor RoutesBuilder+Middleware.swift
[2167/2245] Compiling Vapor RoutesBuilder+WebSocket.swift
[2168/2245] Compiling Vapor RoutesBuilder.swift
[2169/2245] Compiling Vapor OTP.swift
[2170/2245] Compiling Vapor Application+Servers.swift
[2171/2245] Compiling Vapor Server.swift
[2172/2245] Compiling Vapor App+Service.swift
[2173/2245] Compiling Vapor Req+Service.swift
[2174/2245] Compiling Vapor Service.swift
[2175/2245] Emitting module Vapor
[2176/2245] Compiling Vapor Validator.swift
[2177/2245] Compiling Vapor ValidatorResult.swift
[2178/2245] Compiling Vapor And.swift
[2179/2245] Compiling Vapor Case.swift
[2180/2245] Compiling Vapor CharacterSet.swift
[2181/2245] Compiling Vapor Count.swift
[2182/2245] Compiling Vapor Email.swift
[2183/2245] Compiling Vapor Empty.swift
[2184/2245] Compiling Vapor In.swift
[2185/2245] Compiling Vapor Nil.swift
[2186/2245] Compiling Vapor NilIgnoring.swift
[2187/2245] Compiling Vapor Not.swift
[2188/2245] Compiling Vapor Or.swift
[2189/2245] Compiling Vapor Pattern.swift
[2190/2245] Compiling Vapor Range.swift
[2191/2245] Compiling Vapor URL.swift
[2192/2245] Compiling Vapor Valid.swift
[2193/2245] Compiling Vapor Application+Views.swift
[2194/2245] Compiling Vapor PlaintextRenderer.swift
[2195/2245] Compiling Vapor Request+View.swift
[2196/2245] Compiling Vapor View.swift
[2197/2245] Compiling Vapor ViewRenderer.swift
[2198/2245] Compiling Vapor _Deprecations.swift
[2199/2245] Compiling Vapor HTTPStatus.swift
[2200/2245] Compiling Vapor HTTPCookies.swift
[2201/2245] Compiling Vapor HTTPHeaderCacheControl.swift
[2202/2245] Compiling Vapor HTTPHeaderExpires.swift
[2203/2245] Compiling Vapor HTTPHeaderLastModified.swift
[2204/2245] Compiling Vapor HTTPHeaders+Cache.swift
[2205/2245] Compiling Vapor HTTPHeaders+Connection.swift
[2206/2245] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2207/2245] Compiling Vapor HTTPHeaders+ContentRange.swift
[2208/2245] Compiling Vapor HTTPHeaders+Directive.swift
[2209/2245] Compiling Vapor HTTPHeaders+Forwarded.swift
[2210/2245] Compiling Vapor HTTPHeaders+Link.swift
[2211/2245] Compiling Vapor HTTPHeaders+Name.swift
[2212/2245] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2213/2245] Compiling Vapor HTTPHeaders.swift
[2214/2245] Compiling Vapor HTTPMediaType.swift
[2215/2245] Compiling Vapor HTTPMediaTypePreference.swift
[2216/2245] Compiling Vapor Responder.swift
[2217/2245] Compiling Vapor Application+HTTP+Server.swift
[2218/2245] Compiling Vapor HTTPServer.swift
[2219/2245] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2220/2245] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2221/2245] Compiling Vapor HTTPServerHandler.swift
[2222/2245] Compiling Vapor HTTPServerRequestDecoder.swift
[2223/2245] Compiling Vapor Bytes+SecureCompare.swift
[2224/2245] Compiling Vapor Collection+Safe.swift
[2225/2245] Compiling Vapor DataProtocol+Copy.swift
[2226/2245] Compiling Vapor DecoderUnwrapper.swift
[2227/2245] Compiling Vapor DirectoryConfiguration.swift
[2228/2245] Compiling Vapor DotEnv.swift
[2229/2245] Compiling Vapor Extendable.swift
[2230/2245] Compiling Vapor File.swift
[2231/2245] Compiling Vapor FileIO.swift
[2232/2245] Compiling Vapor LifecycleHandler.swift
[2233/2245] Compiling Vapor OptionalType.swift
[2234/2245] Compiling Vapor RFC1123.swift
[2235/2245] Compiling Vapor SocketAddress+Hostname.swift
[2236/2245] Compiling Vapor Storage.swift
[2237/2245] Compiling Vapor String+IsIPAddress.swift
[2238/2245] Compiling Vapor Thread.swift
[2239/2245] Compiling Vapor URI.swift
[2240/2245] Compiling Vapor RangeResult.swift
[2241/2245] Compiling Vapor Validatable.swift
[2242/2245] Compiling Vapor Validation.swift
[2243/2245] Compiling Vapor ValidationKey.swift
[2244/2245] Compiling Vapor Validations.swift
[2245/2245] Compiling Vapor ValidationsError.swift
[2247/2250] Compiling VercelVapor VercelVapor.swift
[2248/2250] Compiling VercelVapor VercelServer.swift
[2249/2250] Emitting module VercelVapor
[2250/2250] Compiling VercelVapor VaporHandler.swift
Build complete! (237.39s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto"
},
{
"identity" : "swift-aws-lambda-runtime",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0-alpha.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/swift-aws-lambda-runtime"
},
{
"identity" : "async-http-client",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/async-http-client"
},
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor"
}
],
"manifest_display_name" : "Vercel",
"name" : "Vercel",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "Vercel",
"targets" : [
"Vercel"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "VercelVapor",
"targets" : [
"VercelVapor"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "VercelPackager",
"targets" : [
"VercelPackager"
],
"type" : {
"plugin" : null
}
}
],
"targets" : [
{
"c99name" : "VercelVapor",
"module_type" : "SwiftTarget",
"name" : "VercelVapor",
"path" : "Sources/VercelVapor",
"product_dependencies" : [
"AWSLambdaRuntime",
"Vapor"
],
"product_memberships" : [
"VercelVapor"
],
"sources" : [
"VaporHandler.swift",
"VercelServer.swift",
"VercelVapor.swift"
],
"target_dependencies" : [
"Vercel"
],
"type" : "library"
},
{
"c99name" : "VercelTests",
"module_type" : "SwiftTarget",
"name" : "VercelTests",
"path" : "Tests/VercelTests",
"sources" : [
"ClaimTests.swift",
"EdgeConfigTests.swift",
"FetchTests.swift",
"JWTTests.swift",
"RequestTests.swift"
],
"target_dependencies" : [
"Vercel"
],
"type" : "test"
},
{
"c99name" : "VercelPackager",
"module_type" : "PluginTarget",
"name" : "VercelPackager",
"path" : "Plugins/VercelPackager",
"plugin_capability" : {
"intent" : {
"description" : "Build and deploy your Swift application to Vercel",
"type" : "custom",
"verb" : "vercel"
},
"permissions" : [
],
"type" : "command"
},
"product_memberships" : [
"VercelPackager"
],
"sources" : [
"Plugin.swift",
"Shell.swift",
"Utils.swift",
"VercelOutput.swift"
],
"type" : "plugin"
},
{
"c99name" : "Vercel",
"module_type" : "SwiftTarget",
"name" : "Vercel",
"path" : "Sources/Vercel",
"product_dependencies" : [
"AWSLambdaRuntime",
"AsyncHTTPClient",
"Crypto"
],
"product_memberships" : [
"Vercel",
"VercelVapor"
],
"sources" : [
"Claim.swift",
"Crypto.swift",
"EdgeConfig.swift",
"Environment.swift",
"Fetch/Fetch.swift",
"Fetch/FetchRequest.swift",
"Fetch/FetchResponse.swift",
"Handlers/ExpressHandler.swift",
"Handlers/RequestHandler.swift",
"InvokeEvent.swift",
"JWT/JWT.swift",
"JWT/JWTError.swift",
"Request.swift",
"Response.swift",
"Router/Parameters.swift",
"Router/PathComponent.swift",
"Router/Routable.swift",
"Router/Router.swift",
"Router/TrieRouter.swift",
"Types.swift",
"Utils.swift",
"Vercel.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.