Build Information
Successful build of experimental-reparse-html, reference 0.0.19 (00432e
), with Swift 6.1 for Linux on 29 Apr 2025 17:40:14 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/RussBaz/experimental-reparse-html.git
Reference: 0.0.19
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/RussBaz/experimental-reparse-html
* tag 0.0.19 -> FETCH_HEAD
HEAD is now at 00432e2 Local-only requirements will now disable any protocol conformances for containing enums. Updated the dependencies.
Cloned https://github.com/RussBaz/experimental-reparse-html.git
Revision (git rev-parse @):
00432e2be9aa12493971267f6ae4f84d551582fd
SUCCESS checkout https://github.com/RussBaz/experimental-reparse-html.git at 0.0.19
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/RussBaz/experimental-reparse-html.git
https://github.com/RussBaz/experimental-reparse-html.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.106.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
},
{
"identity" : "leaf",
"requirement" : {
"range" : [
{
"lower_bound" : "4.4.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/leaf.git"
}
],
"manifest_display_name" : "experimental-reparse-html",
"name" : "experimental-reparse-html",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "reparse",
"targets" : [
"reparse"
],
"type" : {
"executable" : null
}
},
{
"name" : "ReparseRuntime",
"targets" : [
"ReparseRuntime"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ReparsePlugin",
"targets" : [
"ReparsePlugin"
],
"type" : {
"plugin" : null
}
},
{
"name" : "ReparseExample",
"targets" : [
"ReparseExample"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "reparse",
"module_type" : "SwiftTarget",
"name" : "reparse",
"path" : "Sources/Tool",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"reparse",
"ReparsePlugin"
],
"sources" : [
"Reparse.swift"
],
"target_dependencies" : [
"ReparseCore"
],
"type" : "executable"
},
{
"c99name" : "ReparseRuntime",
"module_type" : "SwiftTarget",
"name" : "ReparseRuntime",
"path" : "Sources/Runtime",
"product_memberships" : [
"reparse",
"ReparseRuntime",
"ReparsePlugin",
"ReparseExample"
],
"sources" : [
"SwiftAttributeStorage.swift",
"SwiftLineCommand.swift",
"SwiftLineStorage.swift",
"SwiftSlotStorage.swift"
],
"type" : "library"
},
{
"c99name" : "ReparsePlugin",
"module_type" : "PluginTarget",
"name" : "ReparsePlugin",
"path" : "Plugins/ReparsePlugin",
"plugin_capability" : {
"intent" : {
"description" : "This command will compile the html templates into the source code.",
"type" : "custom",
"verb" : "reparse"
},
"permissions" : [
{
"network_scope" : {
"none" : {
}
},
"reason" : "This command (re)compiles the html templates.",
"type" : "writeToPackageDirectory"
}
],
"type" : "command"
},
"product_memberships" : [
"ReparsePlugin"
],
"sources" : [
"ReparsePlugin.swift"
],
"target_dependencies" : [
"reparse"
],
"type" : "plugin"
},
{
"c99name" : "ReparseExample",
"module_type" : "SwiftTarget",
"name" : "ReparseExample",
"path" : "Sources/Example",
"product_dependencies" : [
"Leaf",
"Vapor"
],
"product_memberships" : [
"ReparseExample"
],
"sources" : [
"Controllers/SampleController.swift",
"configure.swift",
"entrypoint.swift",
"pages.swift",
"route.swift"
],
"target_dependencies" : [
"ReparseRuntime"
],
"type" : "executable"
},
{
"c99name" : "ReparseCore",
"module_type" : "SwiftTarget",
"name" : "ReparseCore",
"path" : "Sources/Core",
"product_memberships" : [
"reparse",
"ReparsePlugin"
],
"sources" : [
"AST.swift",
"ASTStorage.swift",
"PageProperties.swift",
"Parser.swift",
"ReparseCore.swift",
"SimpleHtmlParser.swift",
"SwiftCodeGenerator.swift",
"SwiftOutputBuilder.swift",
"SwiftPageSignatures.swift"
],
"target_dependencies" : [
"ReparseRuntime"
],
"type" : "library"
},
{
"c99name" : "ExampleTests",
"module_type" : "SwiftTarget",
"name" : "ExampleTests",
"path" : "Tests/ExampleTests",
"product_dependencies" : [
"XCTVapor",
"Vapor",
"Leaf"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/ExampleTests/Views",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"ExampleTests.swift"
],
"target_dependencies" : [
"ReparseExample"
],
"type" : "test"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/vapor/leaf.git
[1/3956] Fetching leaf
[3957/78293] Fetching leaf, vapor
[9904/93243] Fetching leaf, vapor, swift-argument-parser
Fetched https://github.com/vapor/leaf.git from cache (0.90s)
[40225/89287] Fetching vapor, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.90s)
[26762/74337] Fetching vapor
Fetched https://github.com/vapor/vapor.git from cache (2.09s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.0 (2.63s)
Computing version for https://github.com/vapor/leaf.git
Computed https://github.com/vapor/leaf.git at 4.5.0 (0.54s)
Fetching https://github.com/vapor/leaf-kit.git
Fetching https://github.com/apple/swift-algorithms.git
[1/5903] Fetching swift-algorithms
[179/10841] Fetching swift-algorithms, leaf-kit
Fetched https://github.com/vapor/leaf-kit.git from cache (0.48s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.48s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.114.1 (3.72s)
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-distributed-tracing.git
[1/3208] Fetching multipart-kit
[98/5811] Fetching multipart-kit, websocket-kit
[517/10785] Fetching multipart-kit, websocket-kit, swift-distributed-tracing
[1067/11848] Fetching multipart-kit, websocket-kit, swift-distributed-tracing, swift-service-context
[5710/13553] Fetching multipart-kit, websocket-kit, swift-distributed-tracing, swift-service-context, swift-atomics
[6876/15759] Fetching multipart-kit, websocket-kit, swift-distributed-tracing, swift-service-context, swift-atomics, swift-metrics
Fetched https://github.com/vapor/websocket-kit.git from cache (0.54s)
Fetched https://github.com/apple/swift-metrics.git from cache (0.54s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.55s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.58s)
Fetching https://github.com/apple/swift-nio-ssl.git
[2701/9933] Fetching multipart-kit, swift-service-context, swift-nio-extras
[2815/13769] Fetching multipart-kit, swift-service-context, swift-nio-extras, swift-log
[11570/25273] Fetching multipart-kit, swift-service-context, swift-nio-extras, swift-log, swift-nio-http2
[14615/40066] Fetching multipart-kit, swift-service-context, swift-nio-extras, swift-log, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-log.git from cache (1.14s)
Fetching https://github.com/apple/swift-nio.git
[32532/36230] Fetching multipart-kit, swift-service-context, swift-nio-extras, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-service-context.git from cache (1.75s)
[31765/35167] Fetching multipart-kit, swift-nio-extras, swift-nio-http2, swift-nio-ssl
Fetching https://github.com/vapor/routing-kit.git
Fetched https://github.com/vapor/multipart-kit.git from cache (1.86s)
[30776/31959] Fetching swift-nio-extras, swift-nio-http2, swift-nio-ssl
Fetching https://github.com/apple/swift-crypto.git
[31960/52686] Fetching swift-nio-extras, swift-nio-http2, swift-nio-ssl, routing-kit
[36935/66470] Fetching swift-nio-extras, swift-nio-http2, swift-nio-ssl, routing-kit, swift-crypto
[37213/60808] Fetching swift-nio-http2, swift-nio-ssl, routing-kit, swift-crypto
Fetched https://github.com/apple/swift-nio-extras.git from cache (2.00s)
Fetching https://github.com/vapor/console-kit.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.03s)
[31167/49304] Fetching swift-nio-ssl, routing-kit, swift-crypto
[31168/124854] Fetching swift-nio-ssl, routing-kit, swift-crypto, swift-nio
Fetching https://github.com/vapor/async-kit.git
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.12s)
[21188/110061] Fetching routing-kit, swift-crypto, swift-nio
Fetching https://github.com/swift-server/async-http-client.git
[23463/115546] Fetching routing-kit, swift-crypto, swift-nio, console-kit
[31587/117916] Fetching routing-kit, swift-crypto, swift-nio, console-kit, async-kit
[42606/131803] Fetching routing-kit, swift-crypto, swift-nio, console-kit, async-kit, async-http-client
Fetched https://github.com/vapor/async-kit.git from cache (0.48s)
[40374/129433] Fetching routing-kit, swift-crypto, swift-nio, console-kit, async-http-client
Fetched https://github.com/vapor/console-kit.git from cache (0.56s)
[38126/123948] Fetching routing-kit, swift-crypto, swift-nio, async-http-client
Fetched https://github.com/vapor/routing-kit.git from cache (2.14s)
[76779/103221] Fetching swift-crypto, swift-nio, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.66s)
[67425/89334] Fetching swift-crypto, swift-nio
Fetched https://github.com/apple/swift-crypto.git from cache (2.59s)
[55152/75550] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.51s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (7.82s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.41s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.97s)
Computing version for https://github.com/vapor/leaf-kit.git
Computed https://github.com/vapor/leaf-kit.git at 1.13.1 (0.59s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (0.75s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (1.36s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4364] Fetching swift-system
[4365/20633] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.47s)
[2929/16269] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.41s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (3.86s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.38s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.0 (0.55s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2619] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.33s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.96s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/1127] Fetching swift-http-structured-headers
[1128/2031] Fetching swift-http-structured-headers, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.32s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.32s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (0.98s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.66s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.93s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.64s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.70s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (2.74s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.59s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (0.79s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.60s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.69s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.71s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (1.35s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.60s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.68s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.79s)
Fetching https://github.com/apple/swift-asn1.git
[1/1584] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.25s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.92s)
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.2
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.114.1
Creating working copy for https://github.com/vapor/leaf-kit.git
Working copy of https://github.com/vapor/leaf-kit.git resolved at 1.13.1
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.25.2
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.1
Creating working copy for https://github.com/vapor/leaf.git
Working copy of https://github.com/vapor/leaf.git resolved at 4.5.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
[1/1] Compiling plugin ReparsePlugin
[2/2] Compiling plugin GenerateManual
Building for debugging...
[2/914] Write sources
[60/914] Compiling _NumericsShims _NumericsShims.c
[61/914] Compiling CNIOWindows shim.c
[62/914] Compiling CNIOWASI CNIOWASI.c
[63/914] Compiling CNIOWindows WSAStartup.c
[64/914] Compiling CVaporBcrypt bcrypt.c
[65/914] Compiling _AtomicsShims.c
[66/914] Compiling CVaporBcrypt blf.c
[67/914] Compiling CSystem shims.c
[68/914] Compiling CNIOLinux liburing_shims.c
[69/914] Compiling CNIODarwin shim.c
[70/914] Compiling CNIOSHA1 c_nio_sha1.c
[71/914] Compiling CNIOExtrasZlib empty.c
[72/914] Compiling CNIOLLHTTP c_nio_http.c
[73/914] Compiling fiat_p256_adx_mul.S
[74/914] Compiling fiat_p256_adx_sqr.S
[75/914] Compiling fiat_curve25519_adx_square.S
[76/914] Compiling CNIOLinux shim.c
[77/914] Compiling CNIOLLHTTP c_nio_api.c
[78/914] Compiling fiat_curve25519_adx_mul.S
[79/914] Write swift-version-24593BA9C3E375BF.txt
[80/914] Compiling CNIOLLHTTP c_nio_llhttp.c
[81/914] Compiling CNIOBoringSSLShims shims.c
[82/920] Compiling tls_record.cc
[83/920] Compiling tls13_server.cc
[84/948] Compiling tls_method.cc
[85/956] Compiling tls13_enc.cc
[86/961] Compiling tls13_client.cc
[87/961] Compiling tls13_both.cc
[89/961] Emitting module SystemPackage
[90/979] Compiling SystemPackage Util+StringArray.swift
[91/979] Compiling SystemPackage Util.swift
[92/979] Compiling SystemPackage UtilConsumers.swift
[93/979] Compiling ReparseRuntime SwiftLineStorage.swift
[94/979] Compiling ReparseRuntime SwiftSlotStorage.swift
[95/979] Compiling RealModule ElementaryFunctions.swift
[96/980] Emitting module ReparseRuntime
[97/980] Compiling SystemPackage FileOperations.swift
[98/980] Compiling SystemPackage FilePath.swift
[99/980] Compiling SystemPackage FilePathComponentView.swift
[100/980] Compiling SystemPackage FilePathComponents.swift
[101/980] Compiling ReparseRuntime SwiftAttributeStorage.swift
[102/980] Compiling ReparseRuntime SwiftLineCommand.swift
[104/981] Compiling ServiceContextModule ServiceContextKey.swift
[105/981] Compiling RealModule RealFunctions.swift
[106/981] Compiling ReparseRuntime SwiftSlotStorage.swift
[107/981] Compiling RealModule Float80+Real.swift
[108/981] Compiling RealModule Real.swift
[109/981] Compiling ReparseRuntime SwiftLineStorage.swift
[111/981] Compiling RealModule AugmentedArithmetic.swift
[112/981] Compiling RealModule Double+Real.swift
[113/981] Compiling RealModule Float16+Real.swift
[114/981] Compiling RealModule Float+Real.swift
[115/981] Emitting module RealModule
[116/981] Compiling RealModule AlgebraicField.swift
[117/981] Compiling RealModule ApproximateEquality.swift
[118/981] Compiling SystemPackage FilePathParsing.swift
[119/981] Compiling SystemPackage FilePathString.swift
[120/981] Compiling SystemPackage FilePathSyntax.swift
[121/981] Compiling SystemPackage FilePathTemp.swift
[122/981] Compiling SystemPackage FilePathTempPosix.swift
[123/981] Compiling SystemPackage FilePathTempWindows.swift
[124/981] Compiling SystemPackage FilePathWindows.swift
[125/981] Compiling SystemPackage FilePermissions.swift
[126/982] Emitting module ReparseRuntime
[127/982] Compiling ReparseRuntime SwiftAttributeStorage.swift
[128/982] Compiling _NIODataStructures PriorityQueue.swift
[129/983] Compiling SystemPackage MachPort.swift
[130/983] Compiling SystemPackage PlatformString.swift
[131/983] Compiling SystemPackage SystemString.swift
[132/983] Compiling _NIODataStructures _TinyArray.swift
[133/983] Compiling _NIOBase64 Base64.swift
[134/983] Emitting module _NIOBase64
[135/984] Emitting module ServiceContextModule
[136/984] Compiling ServiceContextModule ServiceContext.swift
[145/1042] Emitting module Logging
[146/1042] Compiling Logging Locks.swift
[147/1042] Compiling Atomics RawRepresentable.swift
[148/1042] Compiling Atomics AtomicBool.swift
[149/1042] Compiling SystemPackage Constants.swift
[150/1042] Compiling SystemPackage Exports.swift
[151/1042] Compiling SystemPackage Mocking.swift
[152/1042] Compiling SystemPackage RawBuffer.swift
[153/1042] Compiling SystemPackage Syscalls.swift
[154/1042] Compiling SystemPackage WindowsSyscallAdapters.swift
[155/1043] Emitting module _NIODataStructures
[156/1043] Compiling _NIODataStructures Heap.swift
[158/1044] Compiling Logging LogHandler.swift
[159/1044] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[160/1044] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[161/1044] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[162/1046] Compiling Logging Logging.swift
[163/1046] Compiling Logging MetadataProvider.swift
[166/1058] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[167/1058] Compiling InternalCollectionsUtilities Specialize.swift
[168/1078] Compiling Algorithms Compacted.swift
[169/1078] Compiling Algorithms Cycle.swift
[170/1080] Compiling CoreMetrics Locks.swift
[171/1080] Compiling Instrumentation NoOpInstrument.swift
[172/1080] Compiling Instrumentation MultiplexInstrument.swift
[173/1080] Compiling Instrumentation Locks.swift
[174/1080] Compiling Algorithms Permutations.swift
[175/1080] Compiling Algorithms Product.swift
[176/1080] Compiling Instrumentation Instrument.swift
[177/1080] Emitting module Instrumentation
[178/1080] Compiling Instrumentation InstrumentationSystem.swift
[179/1087] Emitting module CoreMetrics
[180/1087] Emitting module InternalCollectionsUtilities
[181/1087] Compiling Algorithms Keyed.swift
[182/1087] Compiling Algorithms MinMax.swift
[183/1087] Compiling Algorithms FlattenCollection.swift
[184/1087] Compiling Algorithms Grouped.swift
[185/1087] Compiling Algorithms Partition.swift
[189/1087] Compiling Algorithms Indexed.swift
[190/1087] Compiling Algorithms Intersperse.swift
[191/1087] Compiling Algorithms AdjacentPairs.swift
[192/1087] Compiling Algorithms Chain.swift
[193/1087] Compiling Algorithms Chunked.swift
[194/1087] Compiling Algorithms Combinations.swift
[195/1087] Compiling Atomics IntegerOperations.swift
[196/1087] Compiling Atomics Unmanaged extensions.swift
[203/1087] Compiling Algorithms EitherSequence.swift
[204/1087] Compiling Algorithms FirstNonNil.swift
[205/1087] Compiling Algorithms Joined.swift
[207/1087] Wrapping AST for _NIODataStructures for debugging
[209/1096] Wrapping AST for _NIOBase64 for debugging
[213/1096] Compiling Algorithms Rotate.swift
[214/1096] Compiling Tracing InstrumentationSystem+Tracing.swift
[215/1096] Compiling Algorithms Split.swift
[216/1096] Compiling Algorithms Stride.swift
[217/1096] Compiling Algorithms Suffix.swift
[218/1099] Compiling Tracing TracingTime.swift
[219/1099] Compiling CoreMetrics Metrics.swift
[220/1100] Compiling Tracing TracerProtocol.swift
[222/1139] Compiling Tracing Tracer.swift
[223/1139] Emitting module Tracing
[224/1168] Compiling Tracing TracerProtocol+Legacy.swift
[225/1168] Compiling _RopeModule BigString+Ingester.swift
[226/1168] Compiling _RopeModule BigString+Invariants.swift
[227/1168] Compiling _RopeModule BigString+Iterators.swift
[228/1168] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[229/1168] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[230/1168] Compiling _RopeModule BigString+Chunk+Splitting.swift
[231/1168] Emitting module RoutingKit
[232/1223] Compiling RoutingKit PathComponent.swift
[233/1223] Compiling Tracing NoOpTracer.swift
[234/1223] Compiling Tracing SpanProtocol.swift
[235/1224] Compiling OrderedCollections OrderedSet+Initializers.swift
[236/1224] Compiling OrderedCollections OrderedSet+Insertions.swift
[237/1224] Compiling OrderedCollections OrderedSet+Invariants.swift
[239/1224] Compiling RoutingKit Router.swift
[240/1224] Compiling RoutingKit TrieRouter.swift
[241/1224] Compiling ReparseCore SwiftOutputBuilder.swift
[243/1226] Emitting module Atomics
[244/1226] Compiling ReparseCore SwiftCodeGenerator.swift
[245/1228] Emitting module ReparseCore
[246/1228] Compiling OrderedCollections _HashTable+Bucket.swift
[247/1228] Compiling OrderedCollections _HashTable+BucketIterator.swift
[248/1228] Compiling ReparseCore Parser.swift
[249/1228] Compiling ReparseCore PageProperties.swift
[252/1228] Compiling ReparseCore SimpleHtmlParser.swift
[253/1228] Compiling ReparseCore ReparseCore.swift
[254/1228] Compiling ReparseCore SwiftCodeGenerator.swift
[255/1228] Compiling RoutingKit Parameters.swift
[256/1228] Compiling RoutingKit AnyRouter.swift
[257/1228] Compiling ReparseCore SimpleHtmlParser.swift
[258/1229] Compiling ReparseCore SwiftPageSignatures.swift
[259/1229] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[260/1229] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[261/1229] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[262/1229] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[263/1229] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[264/1229] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[265/1229] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[266/1236] Compiling ReparseCore PageProperties.swift
[267/1236] Emitting module ReparseCore
[268/1236] Compiling ReparseCore Parser.swift
[269/1236] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[270/1236] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[271/1236] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[272/1236] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[273/1236] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[274/1236] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[275/1236] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[276/1236] Compiling ReparseCore ReparseCore.swift
[278/1237] Compiling OrderedCollections _HashTable+Constants.swift
[279/1237] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[280/1237] Compiling OrderedCollections _HashTable+Testing.swift
[281/1237] Compiling OrderedCollections _Hashtable+Header.swift
[282/1237] Compiling OrderedCollections OrderedDictionary+Codable.swift
[283/1237] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[284/1237] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[289/1237] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[290/1237] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[291/1237] Compiling OrderedCollections OrderedDictionary+Elements.swift
[292/1237] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[295/1238] Emitting module Metrics
[296/1238] Compiling Metrics Metrics.swift
[297/1239] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[298/1239] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[299/1239] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[300/1239] Compiling OrderedCollections OrderedDictionary+Values.swift
[304/1239] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[305/1239] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[306/1239] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[307/1248] Compiling ReparseCore SwiftPageSignatures.swift
[308/1256] Compiling OrderedCollections OrderedDictionary.swift
[309/1256] Compiling OrderedCollections OrderedSet+Codable.swift
[310/1256] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[311/1256] Compiling OrderedCollections OrderedSet+Descriptions.swift
[312/1256] Compiling OrderedCollections OrderedSet+Diffing.swift
[313/1256] Compiling OrderedCollections OrderedSet+Equatable.swift
[314/1256] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[315/1256] Compiling OrderedCollections OrderedSet+Hashable.swift
[322/1256] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[323/1256] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[325/1347] Wrapping AST for Tracing for debugging
[327/1347] Compiling HeapModule Heap+Descriptions.swift
[327/1347] Wrapping AST for SystemPackage for debugging
[329/1347] Compiling DequeModule Deque+CustomReflectable.swift
[330/1347] Compiling DequeModule Deque+Descriptions.swift
[331/1349] Compiling HeapModule Heap.swift
[331/1349] Wrapping AST for ServiceContextModule for debugging
[333/1349] Compiling DequeModule Deque+Equatable.swift
[334/1349] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[335/1349] Compiling DequeModule Deque+Testing.swift
[336/1349] Compiling DequeModule Deque._Storage.swift
[337/1349] Compiling DequeModule Deque+Extras.swift
[338/1349] Compiling DequeModule Deque+Hashable.swift
[339/1349] Compiling HeapModule _HeapNode.swift
[339/1349] Wrapping AST for RoutingKit for debugging
[341/1349] Compiling DequeModule _DequeBuffer.swift
[342/1349] Compiling DequeModule _DequeBufferHeader.swift
[342/1349] Wrapping AST for ReparseRuntime for debugging
[344/1349] Compiling HeapModule Heap+Invariants.swift
[345/1349] Compiling HeapModule Heap+UnsafeHandle.swift
[346/1349] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[347/1349] Compiling DequeModule Deque._UnsafeHandle.swift
[348/1349] Compiling DequeModule Deque.swift
[351/1349] Compiling DequeModule _DequeSlot.swift
[352/1349] Compiling DequeModule _UnsafeWrappedBuffer.swift
[353/1349] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[354/1349] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[355/1349] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[356/1349] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[356/1349] Wrapping AST for ReparseRuntime for debugging
[358/1349] Emitting module HeapModule
[358/1350] Wrapping AST for ReparseCore for debugging
[364/1350] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[365/1350] Compiling HashTreeCollections _HashNode+Structural merge.swift
[366/1350] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[367/1350] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[368/1350] Compiling HashTreeCollections _HashNodeHeader.swift
[369/1350] Compiling HashTreeCollections _HashSlot.swift
[370/1350] Compiling HashTreeCollections _HashStack.swift
[371/1350] Compiling HashTreeCollections _HashTreeIterator.swift
[372/1350] Compiling HashTreeCollections _HashTreeStatistics.swift
[373/1350] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[374/1350] Compiling HashTreeCollections _RawHashNode.swift
[375/1350] Compiling HashTreeCollections _UnmanagedHashNode.swift
[376/1350] Compiling HashTreeCollections _UnsafePath.swift
[377/1350] Compiling HashTreeCollections TreeDictionary+Codable.swift
[386/1350] Compiling DequeModule Deque+Codable.swift
[387/1350] Compiling DequeModule Deque+Collection.swift
[394/1350] Compiling HashTreeCollections TreeDictionary+Keys.swift
[395/1350] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[396/1350] Compiling HashTreeCollections TreeDictionary+Merge.swift
[397/1350] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[398/1350] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[399/1350] Compiling HashTreeCollections TreeDictionary+Values.swift
[400/1350] Compiling HashTreeCollections TreeDictionary.swift
[401/1350] Compiling HashTreeCollections TreeSet+Codable.swift
[402/1350] Compiling HashTreeCollections TreeSet+Collection.swift
[403/1350] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[404/1350] Compiling HashTreeCollections TreeSet+Debugging.swift
[405/1350] Compiling HashTreeCollections TreeSet+Descriptions.swift
[406/1350] Compiling HashTreeCollections TreeSet+Equatable.swift
[407/1350] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[408/1350] Compiling HashTreeCollections TreeSet+Extras.swift
[409/1350] Compiling HashTreeCollections TreeSet+Filter.swift
[410/1350] Compiling HashTreeCollections TreeSet+Hashable.swift
[411/1350] Compiling HashTreeCollections TreeSet+Sendable.swift
[411/1350] Wrapping AST for RealModule for debugging
[413/1350] Wrapping AST for ReparseCore for debugging
[427/1350] Compiling HashTreeCollections TreeSet+Sequence.swift
[428/1350] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[429/1350] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[430/1350] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[431/1350] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[432/1350] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[433/1350] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[434/1350] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[435/1350] Emitting module Algorithms
[435/1361] Wrapping AST for Logging for debugging
[438/1361] Wrapping AST for Metrics for debugging
[439/1361] Wrapping AST for InternalCollectionsUtilities for debugging
[450/1361] Wrapping AST for Instrumentation for debugging
[454/1361] Wrapping AST for HeapModule for debugging
[455/1361] Wrapping AST for CoreMetrics for debugging
[466/1361] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[467/1361] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[468/1361] Compiling HashTreeCollections TreeDictionary+Filter.swift
[469/1361] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[470/1361] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[477/1361] Emitting module OrderedCollections
[479/1362] Emitting module DequeModule
[480/1363] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[481/1363] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[482/1363] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[483/1363] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[484/1363] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[485/1363] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[486/1363] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[487/1363] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[488/1363] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[489/1363] Compiling HashTreeCollections TreeSet.swift
[491/1363] Emitting module _RopeModule
[491/1363] Wrapping AST for OrderedCollections for debugging
[501/1363] Wrapping AST for DequeModule for debugging
[510/1363] Compiling HashTreeCollections TreeDictionary+Collection.swift
[511/1363] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[512/1363] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[513/1363] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[513/1363] Compiling ssl_x509.cc
[514/1363] Compiling ssl_versions.cc
[526/1363] Compiling ssl_transcript.cc
[527/1363] Compiling t1_enc.cc
[528/1363] Compiling ssl_stat.cc
[543/1363] Compiling HashTreeCollections _HashNode+Structural union.swift
[544/1363] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[545/1363] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[546/1363] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[547/1363] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[548/1363] Compiling HashTreeCollections _HashNode.swift
[562/1364] Emitting module HashTreeCollections
[562/1365] Compiling ssl_session.cc
[564/1365] Compiling ssl_privkey.cc
[565/1365] Wrapping AST for _RopeModule for debugging
[566/1365] Wrapping AST for HashTreeCollections for debugging
[567/1365] Compiling ssl_file.cc
[568/1365] Compiling ssl_key_share.cc
[569/1365] Compiling ssl_credential.cc
[570/1365] Compiling ssl_lib.cc
[571/1365] Compiling ssl_cipher.cc
[572/1365] Compiling ssl_buffer.cc
[573/1365] Compiling ssl_asn1.cc
[574/1365] Compiling ssl_cert.cc
[575/1365] Compiling ssl_aead_ctx.cc
[576/1365] Compiling s3_pkt.cc
[577/1365] Compiling s3_both.cc
[578/1365] Compiling s3_lib.cc
[579/1365] Compiling handshake_server.cc
[580/1365] Compiling handshake.cc
[581/1365] Compiling handshake_client.cc
[582/1365] Compiling handoff.cc
[583/1365] Compiling encrypted_client_hello.cc
[584/1365] Compiling extensions.cc
[585/1365] Compiling dtls_method.cc
[586/1365] Compiling md5-x86_64-linux.S
[587/1365] Compiling md5-x86_64-apple.S
[588/1365] Compiling md5-586-linux.S
[589/1365] Compiling dtls_record.cc
[590/1365] Compiling md5-586-apple.S
[591/1365] Compiling chacha20_poly1305_x86_64-apple.S
[592/1365] Compiling chacha20_poly1305_x86_64-linux.S
[593/1365] Compiling d1_pkt.cc
[594/1365] Compiling chacha20_poly1305_armv8-win.S
[595/1365] Compiling chacha20_poly1305_armv8-linux.S
[596/1365] Compiling chacha20_poly1305_armv8-apple.S
[597/1365] Compiling err_data.cc
[598/1365] Compiling chacha-x86_64-apple.S
[599/1365] Compiling chacha-x86_64-linux.S
[600/1365] Compiling chacha-x86-linux.S
[601/1365] Compiling bio_ssl.cc
[602/1365] Compiling chacha-x86-apple.S
[603/1365] Compiling chacha-armv8-linux.S
[604/1365] Compiling chacha-armv8-win.S
[605/1365] Compiling d1_srtp.cc
[606/1365] Compiling chacha-armv4-linux.S
[607/1365] Compiling chacha-armv8-apple.S
[608/1365] Compiling aes128gcmsiv-x86_64-apple.S
[609/1365] Compiling aes128gcmsiv-x86_64-linux.S
[610/1365] Compiling x86_64-mont5-apple.S
[611/1365] Compiling x86_64-mont5-linux.S
[612/1365] Compiling x86_64-mont-linux.S
[613/1365] Compiling x86_64-mont-apple.S
[614/1365] Compiling vpaes-x86_64-linux.S
[615/1365] Compiling x86-mont-apple.S
[616/1365] Compiling x86-mont-linux.S
[617/1365] Compiling vpaes-x86_64-apple.S
[618/1365] Compiling vpaes-armv8-win.S
[619/1365] Compiling vpaes-x86-apple.S
[620/1365] Compiling vpaes-x86-linux.S
[621/1365] Compiling vpaes-armv8-linux.S
[621/1365] Compiling vpaes-armv8-apple.S
[623/1365] Compiling d1_lib.cc
[624/1365] Compiling vpaes-armv7-linux.S
[625/1365] Compiling sha512-x86_64-apple.S
[626/1365] Compiling sha512-x86_64-linux.S
[627/1365] Compiling sha512-armv8-linux.S
[628/1365] Compiling sha512-armv8-win.S
[629/1365] Compiling sha512-armv8-apple.S
[630/1365] Compiling sha512-586-linux.S
[631/1365] Compiling sha512-armv4-linux.S
[632/1365] Compiling sha512-586-apple.S
[633/1365] Compiling sha256-x86_64-apple.S
[634/1365] Compiling d1_both.cc
[635/1365] Compiling sha256-armv8-win.S
[636/1365] Compiling sha256-x86_64-linux.S
[637/1365] Compiling sha256-armv8-linux.S
[638/1365] Compiling sha256-armv8-apple.S
[639/1365] Compiling sha256-586-linux.S
[640/1365] Compiling sha256-armv4-linux.S
[641/1365] Compiling sha1-x86_64-apple.S
[642/1365] Compiling sha256-586-apple.S
[643/1365] Compiling sha1-x86_64-linux.S
[643/1365] Compiling sha1-armv8-linux.S
[645/1365] Compiling sha1-armv8-win.S
[646/1365] Compiling sha1-armv4-large-linux.S
[647/1365] Compiling sha1-armv8-apple.S
[648/1365] Compiling sha1-586-linux.S
[649/1365] Compiling sha1-586-apple.S
[650/1365] Compiling rsaz-avx2-apple.S
[651/1365] Compiling rdrand-x86_64-linux.S
[652/1365] Compiling rsaz-avx2-linux.S
[653/1365] Compiling rdrand-x86_64-apple.S
[654/1365] Compiling p256_beeu-x86_64-asm-apple.S
[655/1365] Compiling p256_beeu-x86_64-asm-linux.S
[656/1365] Compiling p256_beeu-armv8-asm-win.S
[657/1365] Compiling p256_beeu-armv8-asm-apple.S
[658/1365] Compiling p256_beeu-armv8-asm-linux.S
[659/1365] Compiling p256-x86_64-asm-apple.S
[660/1365] Compiling p256-x86_64-asm-linux.S
[661/1365] Compiling p256-armv8-asm-win.S
[662/1365] Compiling p256-armv8-asm-linux.S
[663/1365] Compiling ghashv8-armv8-win.S
[664/1365] Compiling p256-armv8-asm-apple.S
[665/1365] Compiling ghashv8-armv8-linux.S
[666/1365] Compiling ghashv8-armv7-linux.S
[667/1365] Compiling ghash-x86_64-linux.S
[668/1365] Compiling ghashv8-armv8-apple.S
[669/1365] Compiling ghash-x86_64-apple.S
[670/1365] Compiling ghash-x86-linux.S
[671/1365] Compiling ghash-ssse3-x86_64-linux.S
[672/1365] Compiling ghash-x86-apple.S
[673/1365] Compiling ghash-ssse3-x86_64-apple.S
[674/1365] Compiling ghash-ssse3-x86-linux.S
[675/1365] Compiling ghash-neon-armv8-apple.S
[676/1365] Compiling ghash-neon-armv8-win.S
[677/1365] Compiling ghash-ssse3-x86-apple.S
[678/1365] Compiling ghash-neon-armv8-linux.S
[679/1365] Compiling ghash-armv4-linux.S
[680/1365] Compiling co-586-linux.S
[681/1365] Compiling bsaes-armv7-linux.S
[682/1365] Compiling co-586-apple.S
[683/1365] Compiling bn-armv8-linux.S
[684/1365] Compiling bn-armv8-apple.S
[684/1365] Compiling bn-armv8-win.S
[686/1365] Compiling bn-586-apple.S
[687/1365] Compiling armv8-mont-linux.S
[688/1365] Compiling bn-586-linux.S
[689/1365] Compiling armv8-mont-win.S
[690/1365] Compiling armv8-mont-apple.S
[691/1365] Compiling armv4-mont-linux.S
[692/1365] Compiling aesv8-gcm-armv8-linux.S
[693/1365] Compiling aesv8-gcm-armv8-apple.S
[694/1365] Compiling aesv8-gcm-armv8-win.S
[695/1365] Compiling aesv8-armv8-linux.S
[695/1365] Compiling aesv8-armv8-win.S
[697/1365] Compiling aesv8-armv8-apple.S
[698/1365] Compiling aesv8-armv7-linux.S
[699/1365] Compiling aesni-x86_64-linux.S
[699/1365] Compiling aesni-x86_64-apple.S
[701/1365] Compiling aesni-x86-linux.S
[701/1365] Compiling aesni-x86-apple.S
[701/1365] Compiling aesni-gcm-x86_64-linux.S
[701/1365] Compiling aes-gcm-avx2-x86_64-linux.S
[701/1365] Compiling aes-gcm-avx2-x86_64-apple.S
[701/1365] Compiling aesni-gcm-x86_64-apple.S
[701/1365] Compiling aes-gcm-avx10-x86_64-apple.S
[701/1365] Compiling aes-gcm-avx10-x86_64-linux.S
[709/1365] Compiling x_x509a.cc
[710/1365] Compiling x_x509.cc
[711/1365] Compiling x_req.cc
[712/1365] Compiling x_val.cc
[713/1365] Compiling x_pubkey.cc
[714/1365] Compiling x_spki.cc
[715/1365] Compiling x_name.cc
[716/1365] Compiling x_sig.cc
[717/1365] Compiling x_exten.cc
[718/1365] Compiling x509spki.cc
[719/1365] Compiling x_algor.cc
[720/1365] Compiling x509name.cc
[721/1365] Compiling x_crl.cc
[722/1365] Compiling x509cset.cc
[723/1365] Compiling x_attrib.cc
[724/1365] Compiling x509rset.cc
[725/1365] Compiling x_all.cc
[726/1365] Compiling x509_vfy.cc
[727/1365] Compiling x509_vpm.cc
[728/1365] Compiling x509_req.cc
[729/1365] Compiling x509_v3.cc
[730/1365] Compiling x509_txt.cc
[731/1365] Compiling x509_trs.cc
[732/1365] Compiling x509_set.cc
[733/1365] Compiling x509_obj.cc
[734/1365] Compiling x509_def.cc
[735/1365] Compiling x509_ext.cc
[736/1365] Compiling x509_lu.cc
[737/1365] Compiling x509_d2.cc
[738/1365] Compiling x509.cc
[739/1365] Compiling x509_att.cc
[740/1365] Compiling x509_cmp.cc
[741/1365] Compiling v3_utl.cc
[742/1365] Compiling v3_skey.cc
[743/1365] Compiling v3_prn.cc
[744/1365] Compiling v3_purp.cc
[745/1365] Compiling v3_pmaps.cc
[746/1365] Compiling v3_pcons.cc
[747/1365] Compiling v3_ocsp.cc
[748/1365] Compiling v3_info.cc
[749/1365] Compiling v3_genn.cc
[750/1365] Compiling v3_ncons.cc
[751/1365] Compiling v3_enum.cc
[752/1365] Compiling v3_ia5.cc
[753/1365] Compiling v3_lib.cc
[754/1365] Compiling v3_int.cc
[755/1365] Compiling v3_extku.cc
[756/1365] Compiling v3_crld.cc
[757/1365] Compiling v3_cpols.cc
[758/1365] Compiling v3_conf.cc
[759/1365] Compiling v3_bcons.cc
[760/1365] Compiling v3_bitst.cc
[761/1365] Compiling v3_alt.cc
[762/1365] Compiling v3_akeya.cc
[763/1365] Compiling t_crl.cc
[764/1365] Compiling i2d_pr.cc
[765/1365] Compiling v3_akey.cc
[766/1365] Compiling t_x509a.cc
[767/1365] Compiling t_x509.cc
[768/1365] Compiling t_req.cc
[769/1365] Compiling by_file.cc
[770/1365] Compiling rsa_pss.cc
[771/1365] Compiling policy.cc
[772/1365] Compiling name_print.cc
[773/1365] Compiling algorithm.cc
[774/1365] Compiling by_dir.cc
[775/1365] Compiling asn1_gen.cc
[776/1365] Compiling pmbtoken.cc
[777/1365] Compiling a_digest.cc
[778/1365] Compiling thread_win.cc
[779/1365] Compiling thread_pthread.cc
[780/1365] Compiling thread_none.cc
[781/1365] Compiling a_verify.cc
[782/1365] Compiling a_sign.cc
[783/1365] Compiling voprf.cc
[784/1365] Compiling thread.cc
[785/1365] Compiling trust_token.cc
[786/1365] Compiling stack.cc
[787/1365] Compiling spake2plus.cc
[788/1365] Compiling sha512.cc
[789/1365] Compiling sha1.cc
[790/1365] Compiling sha256.cc
[791/1365] Compiling siphash.cc
[792/1365] Compiling rsa_print.cc
[793/1365] Compiling slhdsa.cc
[794/1365] Compiling rsa_extra.cc
[795/1365] Compiling refcount.cc
[796/1365] Compiling rc4.cc
[797/1365] Compiling windows.cc
[798/1365] Compiling trusty.cc
[799/1365] Compiling urandom.cc
[799/1365] Compiling rsa_asn1.cc
[801/1365] Compiling rsa_crypt.cc
[802/1365] Compiling passive.cc
[803/1365] Compiling rand.cc
[804/1365] Compiling ios.cc
[805/1365] Compiling poly1305_arm_asm.S
[806/1365] Compiling fork_detect.cc
[807/1365] Compiling getentropy.cc
[808/1365] Compiling deterministic.cc
[809/1365] Compiling forkunsafe.cc
[810/1365] Compiling pool.cc
[811/1365] Compiling poly1305.cc
[812/1365] Compiling poly1305_arm.cc
[813/1365] Compiling poly1305_vec.cc
[814/1365] Compiling pkcs8.cc
[815/1365] Compiling pkcs7.cc
[816/1365] Compiling p5_pbev2.cc
[817/1365] Compiling pkcs7_x509.cc
[818/1365] Compiling pkcs8_x509.cc
[819/1365] Compiling pem_xaux.cc
[820/1365] Compiling pem_x509.cc
[821/1365] Compiling pem_pkey.cc
[822/1365] Compiling pem_oth.cc
[823/1365] Compiling mlkem.cc
[824/1365] Compiling pem_pk8.cc
[825/1365] Compiling pem_lib.cc
[826/1365] Compiling obj_xref.cc
[827/1365] Compiling mldsa.cc
[828/1365] Compiling pem_info.cc
[829/1365] Compiling mem.cc
[830/1365] Compiling poly_rq_mul.S
[831/1365] Compiling pem_all.cc
[832/1365] Compiling fips_shared_support.cc
[833/1365] Compiling obj.cc
[834/1365] Compiling md5.cc
[835/1365] Compiling lhash.cc
[836/1365] Compiling md4.cc
[837/1365] Compiling kyber.cc
[838/1365] Compiling sign.cc
[839/1365] Compiling hrss.cc
[840/1365] Compiling ex_data.cc
[841/1365] Compiling hpke.cc
[842/1365] Compiling print.cc
[843/1365] Compiling pbkdf.cc
[844/1365] Compiling scrypt.cc
[845/1365] Compiling p_x25519.cc
[846/1365] Compiling p_ed25519.cc
[847/1365] Compiling p_hkdf.cc
[848/1365] Compiling p_rsa.cc
[849/1365] Compiling p_x25519_asn1.cc
[850/1365] Compiling p_rsa_asn1.cc
[851/1365] Compiling p_ed25519_asn1.cc
[852/1365] Compiling p_ec.cc
[853/1365] Compiling p_dh.cc
[854/1365] Compiling p_dh_asn1.cc
[855/1365] Compiling p_ec_asn1.cc
[856/1365] Compiling p_dsa_asn1.cc
[857/1365] Compiling evp_ctx.cc
[858/1365] Compiling err.cc
[859/1365] Compiling engine.cc
[860/1365] Compiling evp.cc
[861/1365] Compiling ecdh.cc
[862/1365] Compiling hash_to_curve.cc
[863/1365] Compiling ecdsa_asn1.cc
[864/1365] Compiling ec_derive.cc
[865/1365] Compiling evp_asn1.cc
[866/1365] Compiling ec_asn1.cc
[867/1365] Compiling dsa.cc
[868/1365] Compiling dsa_asn1.cc
[869/1365] Compiling params.cc
[870/1365] Compiling des.cc
[871/1365] Compiling x25519-asm-arm.S
[872/1365] Compiling spake25519.cc
[873/1365] Compiling dh_asn1.cc
[874/1365] Compiling digest_extra.cc
[875/1365] Compiling bcm.cc
[876/1365] Compiling crypto.cc
[877/1365] Compiling cpu_intel.cc
[878/1365] Compiling cpu_arm_linux.cc
[879/1365] Compiling cpu_arm_freebsd.cc
[880/1365] Compiling curve25519.cc
[881/1365] Compiling cpu_aarch64_sysreg.cc
[882/1365] Compiling cpu_aarch64_win.cc
[883/1365] Compiling cpu_aarch64_openbsd.cc
[884/1365] Compiling cpu_aarch64_fuchsia.cc
[885/1365] Compiling cpu_aarch64_linux.cc
[886/1365] Compiling conf.cc
[887/1365] Compiling curve25519_64_adx.cc
[888/1365] Compiling cpu_aarch64_apple.cc
[889/1365] Compiling tls_cbc.cc
[890/1365] Compiling e_null.cc
[891/1365] Compiling get_cipher.cc
[892/1365] Compiling e_tls.cc
[893/1365] Compiling e_aesctrhmac.cc
[894/1365] Compiling e_rc4.cc
[895/1365] Compiling e_des.cc
[896/1365] Compiling e_rc2.cc
[897/1365] Compiling e_chacha20poly1305.cc
[898/1365] Compiling derive_key.cc
[899/1365] Compiling cbs.cc
[900/1365] Compiling chacha.cc
[901/1365] Compiling e_aesgcmsiv.cc
[902/1365] Compiling unicode.cc
[903/1365] Compiling buf.cc
[904/1365] Compiling bn_asn1.cc
[905/1365] Compiling printf.cc
[906/1365] Compiling socket_helper.cc
[907/1365] Compiling blake2.cc
[908/1365] Compiling ber.cc
[909/1365] Compiling convert.cc
[910/1365] Compiling cbb.cc
[911/1365] Compiling socket.cc
[912/1365] Compiling asn1_compat.cc
[913/1365] Compiling pair.cc
[914/1365] Compiling hexdump.cc
[915/1365] Compiling errno.cc
[916/1365] Compiling file.cc
[917/1365] Compiling connect.cc
[918/1365] Compiling fd.cc
[919/1365] Compiling base64.cc
[920/1365] Compiling bio_mem.cc
[921/1365] Compiling bio.cc
[922/1365] Compiling tasn_utl.cc
[923/1365] Compiling tasn_fre.cc
[924/1365] Compiling tasn_enc.cc
[925/1365] Compiling posix_time.cc
[926/1365] Compiling tasn_typ.cc
[927/1365] Compiling f_string.cc
[928/1365] Compiling f_int.cc
[929/1365] Compiling tasn_new.cc
[929/1365] Compiling asn1_par.cc
[931/1365] Compiling asn_pack.cc
[932/1365] Compiling a_utctm.cc
[933/1365] Compiling tasn_dec.cc
[934/1365] Compiling a_mbstr.cc
[935/1365] Compiling asn1_lib.cc
[936/1365] Compiling a_octet.cc
[937/1365] Compiling a_time.cc
[938/1365] Compiling a_type.cc
[939/1365] Compiling a_strex.cc
[940/1365] Compiling a_object.cc
[941/1365] Compiling a_i2d_fp.cc
[942/1365] Compiling a_int.cc
[943/1365] Compiling a_d2i_fp.cc
[944/1365] Compiling a_strnid.cc
[945/1365] Compiling a_dup.cc
[946/1365] Compiling fiat_p256_adx_mul.S
[947/1365] Compiling fiat_p256_adx_sqr.S
[948/1365] Compiling fiat_curve25519_adx_square.S
[949/1365] Compiling fiat_curve25519_adx_mul.S
[950/1365] Compiling md5-x86_64-linux.S
[951/1365] Compiling md5-x86_64-apple.S
[952/1365] Compiling CCryptoBoringSSLShims shims.c
[953/1365] Compiling a_gentm.cc
[954/1365] Compiling md5-586-linux.S
[955/1365] Compiling md5-586-apple.S
[956/1365] Compiling chacha20_poly1305_armv8-win.S
[957/1365] Compiling chacha20_poly1305_x86_64-apple.S
[958/1365] Compiling chacha20_poly1305_x86_64-linux.S
[959/1365] Compiling a_bitstr.cc
[960/1365] Compiling chacha20_poly1305_armv8-apple.S
[961/1365] Compiling chacha20_poly1305_armv8-linux.S
[961/1365] Compiling a_bool.cc
[963/1365] Compiling chacha-x86_64-apple.S
[964/1365] Compiling chacha-x86_64-linux.S
[965/1365] Compiling chacha-armv8-win.S
[966/1365] Compiling chacha-x86-apple.S
[967/1365] Compiling chacha-x86-linux.S
[968/1365] Compiling aes128gcmsiv-x86_64-apple.S
[969/1365] Compiling chacha-armv8-linux.S
[969/1365] Compiling chacha-armv8-apple.S
[971/1365] Compiling chacha-armv4-linux.S
[972/1365] Compiling aes128gcmsiv-x86_64-linux.S
[973/1365] Compiling x86_64-mont-linux.S
[974/1365] Compiling x86_64-mont5-apple.S
[975/1365] Compiling x86_64-mont5-linux.S
[976/1365] Compiling x86_64-mont-apple.S
[977/1365] Compiling x86-mont-linux.S
[978/1365] Compiling err_data.cc
[979/1365] Compiling vpaes-x86_64-linux.S
[980/1365] Compiling vpaes-x86_64-apple.S
[981/1365] Compiling vpaes-x86-linux.S
[982/1365] Compiling x86-mont-apple.S
[983/1365] Compiling vpaes-x86-apple.S
[984/1365] Compiling vpaes-armv8-apple.S
[985/1365] Compiling vpaes-armv8-win.S
[986/1365] Compiling vpaes-armv8-linux.S
[987/1365] Compiling vpaes-armv7-linux.S
[988/1365] Compiling sha512-armv8-win.S
[989/1365] Compiling sha512-x86_64-linux.S
[990/1365] Compiling sha512-x86_64-apple.S
[991/1365] Compiling sha512-armv8-apple.S
[992/1365] Compiling sha512-armv8-linux.S
[993/1365] Compiling sha512-armv4-linux.S
[994/1365] Compiling sha512-586-linux.S
[995/1365] Compiling sha512-586-apple.S
[996/1365] Compiling sha256-x86_64-apple.S
[997/1365] Compiling sha256-x86_64-linux.S
[998/1365] Compiling sha256-armv8-win.S
[999/1365] Compiling sha256-armv4-linux.S
[1000/1365] Compiling sha256-armv8-apple.S
[1001/1365] Compiling sha256-armv8-linux.S
[1002/1365] Compiling sha256-586-linux.S
[1003/1365] Compiling sha256-586-apple.S
[1004/1365] Compiling sha1-x86_64-apple.S
[1005/1365] Compiling sha1-x86_64-linux.S
[1006/1365] Compiling sha1-armv8-apple.S
[1007/1365] Compiling sha1-armv8-linux.S
[1008/1365] Compiling sha1-armv4-large-linux.S
[1009/1365] Compiling sha1-armv8-win.S
[1010/1365] Compiling sha1-586-linux.S
[1011/1365] Compiling rsaz-avx2-linux.S
[1012/1365] Compiling sha1-586-apple.S
[1013/1365] Compiling rdrand-x86_64-linux.S
[1014/1365] Compiling rsaz-avx2-apple.S
[1015/1365] Compiling rdrand-x86_64-apple.S
[1016/1365] Compiling p256_beeu-x86_64-asm-linux.S
[1017/1365] Compiling p256_beeu-x86_64-asm-apple.S
[1018/1365] Compiling p256_beeu-armv8-asm-win.S
[1019/1365] Compiling p256_beeu-armv8-asm-linux.S
[1020/1365] Compiling p256_beeu-armv8-asm-apple.S
[1021/1365] Compiling p256-armv8-asm-win.S
[1022/1365] Compiling p256-x86_64-asm-apple.S
[1023/1365] Compiling p256-armv8-asm-apple.S
[1024/1365] Compiling p256-x86_64-asm-linux.S
[1025/1365] Compiling p256-armv8-asm-linux.S
[1026/1365] Compiling ghashv8-armv8-win.S
[1027/1365] Compiling ghashv8-armv8-apple.S
[1028/1365] Compiling ghash-x86_64-apple.S
[1029/1365] Compiling ghash-x86_64-linux.S
[1030/1365] Compiling ghashv8-armv7-linux.S
[1031/1365] Compiling ghash-x86-linux.S
[1032/1365] Compiling ghashv8-armv8-linux.S
[1033/1365] Compiling ghash-ssse3-x86_64-apple.S
[1034/1365] Compiling ghash-ssse3-x86_64-linux.S
[1035/1365] Compiling ghash-neon-armv8-win.S
[1036/1365] Compiling ghash-ssse3-x86-apple.S
[1037/1365] Compiling ghash-ssse3-x86-linux.S
[1038/1365] Compiling ghash-x86-apple.S
[1039/1365] Compiling co-586-linux.S
[1040/1365] Compiling c-nioatomics.c
[1041/1365] Compiling ghash-neon-armv8-apple.S
[1042/1365] Compiling ghash-armv4-linux.S
[1043/1365] Compiling ghash-neon-armv8-linux.S
[1044/1365] Compiling bsaes-armv7-linux.S
[1044/1365] Compiling co-586-apple.S
[1046/1365] Compiling bn-armv8-linux.S
[1047/1365] Compiling bn-armv8-win.S
[1047/1365] Compiling bn-586-apple.S
[1049/1365] Compiling bn-586-linux.S
[1049/1365] Compiling armv8-mont-linux.S
[1051/1365] Compiling armv8-mont-win.S
[1052/1365] Compiling bn-armv8-apple.S
[1052/1365] Compiling armv8-mont-apple.S
[1054/1365] Compiling armv4-mont-linux.S
[1055/1365] Compiling aesv8-armv8-linux.S
[1056/1365] Compiling aesv8-gcm-armv8-linux.S
[1057/1365] Compiling aesv8-gcm-armv8-apple.S
[1058/1365] Compiling aesv8-armv8-apple.S
[1059/1365] Compiling aesv8-gcm-armv8-win.S
[1060/1365] Compiling aesv8-armv8-win.S
[1061/1365] Compiling aesv8-armv7-linux.S
[1062/1365] Compiling aesni-x86_64-apple.S
[1063/1365] Compiling aesni-x86_64-linux.S
[1064/1365] Compiling aesni-x86-linux.S
[1065/1365] Compiling aesni-x86-apple.S
[1066/1365] Compiling aesni-gcm-x86_64-apple.S
[1067/1365] Compiling aesni-gcm-x86_64-linux.S
[1068/1365] Compiling aes-gcm-avx10-x86_64-apple.S
[1069/1365] Compiling aes-gcm-avx10-x86_64-linux.S
[1070/1365] Compiling c-atomics.c
[1071/1365] Compiling x_x509a.cc
[1072/1365] Compiling x_spki.cc
[1073/1371] Compiling x_sig.cc
[1074/1371] Compiling x_val.cc
[1075/1371] Compiling x_pubkey.cc
[1076/1371] Compiling x_req.cc
[1077/1371] Compiling x_exten.cc
[1078/1371] Compiling x_x509.cc
[1079/1371] Compiling x_name.cc
[1080/1371] Compiling x_crl.cc
[1081/1371] Compiling x509rset.cc
[1083/1371] Compiling NIOConcurrencyHelpers lock.swift
[1083/1371] Compiling x509name.cc
[1085/1371] Emitting module NIOConcurrencyHelpers
[1086/1371] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1087/1371] Compiling NIOConcurrencyHelpers NIOLock.swift
[1087/1371] Compiling x_all.cc
[1089/1371] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1090/1371] Compiling NIOConcurrencyHelpers atomics.swift
[1090/1372] Compiling x509_vpm.cc
[1091/1372] Compiling x_algor.cc
[1093/1372] Compiling x_attrib.cc
[1094/1372] Compiling x509spki.cc
[1095/1372] Compiling x509cset.cc
[1097/1457] Emitting module ConsoleKitTerminal
[1097/1460] Compiling x509_vfy.cc
[1098/1460] Wrapping AST for NIOConcurrencyHelpers for debugging
[1099/1460] Compiling x509_txt.cc
[1100/1460] Compiling x509_v3.cc
[1101/1460] Compiling x509_set.cc
[1102/1460] Compiling x509_trs.cc
[1103/1460] Compiling x509_req.cc
[1105/1460] Compiling NIOCore NIOAsyncWriter.swift
[1106/1460] Compiling NIOCore ByteBuffer-multi-int.swift
[1107/1460] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1108/1460] Compiling NIOCore ByteBuffer-views.swift
[1109/1460] Compiling NIOCore AsyncChannelInboundStream.swift
[1110/1460] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1111/1460] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1112/1460] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1113/1460] Compiling NIOCore AddressedEnvelope.swift
[1114/1460] Compiling NIOCore AsyncAwaitSupport.swift
[1115/1460] Compiling NIOCore AsyncChannel.swift
[1116/1460] Compiling NIOCore AsyncChannelHandler.swift
[1117/1460] Compiling NIOCore Channel.swift
[1118/1460] Compiling NIOCore ChannelHandler.swift
[1119/1460] Compiling NIOCore ChannelHandlers.swift
[1120/1460] Compiling NIOCore ChannelInvoker.swift
[1121/1460] Compiling NIOCore ChannelOption.swift
[1122/1460] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1123/1460] Compiling NIOCore BSDSocketAPI.swift
[1124/1460] Compiling NIOCore ByteBuffer-core.swift
[1125/1460] Compiling NIOCore ByteBuffer-hex.swift
[1126/1460] Compiling NIOCore ByteBuffer-int.swift
[1127/1460] Compiling NIOCore ByteBuffer-aux.swift
[1128/1460] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1129/1460] Compiling NIOCore ByteBuffer-conversions.swift
[1129/1460] Compiling x509_obj.cc
[1130/1460] Compiling x509_cmp.cc
[1132/1460] Compiling NIOCore MarkedCircularBuffer.swift
[1133/1460] Compiling NIOCore MulticastChannel.swift
[1134/1460] Compiling NIOCore NIOAny.swift
[1135/1460] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1136/1460] Compiling NIOCore NIOLoopBound.swift
[1137/1460] Compiling NIOCore NIOScheduledCallback.swift
[1138/1460] Compiling NIOCore NIOSendable.swift
[1139/1460] Compiling NIOCore RecvByteBufferAllocator.swift
[1139/1468] Compiling x509_ext.cc
[1141/1468] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1142/1468] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1143/1468] Compiling ConsoleKitTerminal LoggerFragment.swift
[1143/1469] Compiling x509_d2.cc
[1144/1469] Compiling x509_def.cc
[1145/1469] Compiling x509_lu.cc
[1147/1469] Compiling x509.cc
[1148/1469] Wrapping AST for ConsoleKitTerminal for debugging
[1149/1491] Compiling x509_att.cc
[1150/1491] Compiling v3_utl.cc
[1152/1491] Compiling ConsoleKitCommands CommandSignature.swift
[1153/1491] Compiling ConsoleKitCommands Flag.swift
[1154/1491] Compiling ConsoleKitCommands Option.swift
[1154/1493] Compiling v3_purp.cc
[1155/1493] Compiling v3_prn.cc
[1157/1493] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1158/1493] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1159/1493] Compiling ConsoleKitCommands Argument.swift
[1160/1493] Emitting module ConsoleKitCommands
[1160/1493] Compiling v3_skey.cc
[1162/1493] Compiling ConsoleKitCommands Command.swift
[1163/1493] Compiling ConsoleKitCommands CommandContext.swift
[1164/1493] Compiling ConsoleKitCommands CommandError.swift
[1165/1493] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1166/1493] Compiling ConsoleKitCommands Utilities.swift
[1167/1493] Compiling ConsoleKitCommands AsyncCommands.swift
[1168/1493] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1169/1493] Compiling ConsoleKitCommands AnyCommand.swift
[1170/1493] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1171/1493] Compiling ConsoleKitCommands AsyncCommand.swift
[1172/1493] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1172/1493] Compiling v3_pmaps.cc
[1173/1493] Compiling v3_pcons.cc
[1174/1493] Compiling v3_ocsp.cc
[1175/1493] Compiling v3_ncons.cc
[1176/1493] Compiling v3_int.cc
[1177/1493] Compiling v3_lib.cc
[1179/1493] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1180/1493] Compiling NIOCore SocketAddresses.swift
[1181/1493] Compiling NIOCore SocketOptionProvider.swift
[1182/1493] Compiling NIOCore SystemCallHelpers.swift
[1183/1493] Compiling NIOCore TimeAmount+Duration.swift
[1184/1493] Compiling NIOCore TypeAssistedChannelHandler.swift
[1185/1493] Compiling NIOCore UniversalBootstrapSupport.swift
[1186/1493] Compiling NIOCore Utilities.swift
[1186/1493] Compiling v3_ia5.cc
[1187/1493] Compiling v3_info.cc
[1188/1493] Compiling v3_genn.cc
[1190/1493] Compiling NIOCore GlobalSingletons.swift
[1191/1493] Compiling NIOCore IO.swift
[1192/1493] Compiling NIOCore IOData.swift
[1193/1493] Compiling NIOCore IPProtocol.swift
[1194/1493] Compiling NIOCore IntegerBitPacking.swift
[1195/1493] Compiling ConsoleKitCommands CommandGroup.swift
[1196/1493] Compiling ConsoleKitCommands CommandInput.swift
[1197/1493] Compiling ConsoleKitCommands Commands.swift
[1198/1493] Compiling ConsoleKitCommands Console+Run.swift
[1199/1493] Compiling ConsoleKitCommands ConsoleError.swift
[1200/1493] Compiling ConsoleKitCommands Completion.swift
[1201/1493] Compiling NIOCore IntegerTypes.swift
[1202/1493] Compiling NIOCore Interfaces.swift
[1203/1493] Compiling NIOCore Linux.swift
[1204/1493] Compiling NIOCore EventLoop.swift
[1205/1493] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1206/1493] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1207/1493] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1208/1493] Compiling NIOCore EventLoopFuture.swift
[1209/1493] Compiling NIOCore FileDescriptor.swift
[1210/1493] Compiling NIOCore FileHandle.swift
[1211/1493] Compiling NIOCore FileRegion.swift
[1215/1494] Compiling NIOCore Codec.swift
[1216/1494] Compiling NIOCore ConvenienceOptionSupport.swift
[1217/1494] Compiling NIOCore DeadChannel.swift
[1218/1494] Compiling NIOCore DispatchQueue+WithFuture.swift
[1219/1494] Compiling NIOCore EventLoop+Deprecated.swift
[1220/1494] Compiling NIOCore EventLoop+SerialExecutor.swift
[1220/1494] Compiling v3_extku.cc
[1221/1494] Compiling v3_enum.cc
[1222/1495] Compiling v3_crld.cc
[1223/1496] Compiling v3_conf.cc
[1224/1496] Wrapping AST for ConsoleKitCommands for debugging
[1226/1496] Emitting module ConsoleKit
[1227/1496] Compiling ConsoleKit Exports.swift
[1227/1497] Compiling v3_cpols.cc
[1228/1497] Compiling v3_bitst.cc
[1230/1497] Compiling v3_bcons.cc
[1231/1497] Compiling v3_alt.cc
[1232/1497] Wrapping AST for ConsoleKit for debugging
[1233/1497] Compiling t_x509a.cc
[1234/1497] Compiling v3_akeya.cc
[1235/1497] Compiling v3_akey.cc
[1236/1497] Compiling t_req.cc
[1237/1497] Compiling t_x509.cc
[1238/1497] Compiling rsa_pss.cc
[1239/1497] Compiling t_crl.cc
[1240/1497] Compiling i2d_pr.cc
[1241/1497] Compiling name_print.cc
[1242/1497] Compiling policy.cc
[1243/1497] Compiling by_file.cc
[1244/1497] Compiling by_dir.cc
[1245/1497] Compiling asn1_gen.cc
[1246/1497] Compiling algorithm.cc
[1247/1497] Compiling a_verify.cc
[1248/1497] Compiling a_sign.cc
[1249/1497] Compiling a_digest.cc
[1250/1497] Compiling voprf.cc
[1251/1497] Compiling trust_token.cc
[1252/1497] Compiling thread_pthread.cc
[1253/1497] Compiling thread_win.cc
[1254/1497] Compiling pmbtoken.cc
[1255/1497] Compiling thread_none.cc
[1256/1497] Compiling thread.cc
[1257/1497] Compiling siphash.cc
[1258/1497] Compiling thash.cc
[1259/1497] Compiling wots.cc
[1260/1497] Compiling stack.cc
[1287/1497] Compiling fors.cc
[1288/1497] Compiling merkle.cc
[1289/1497] Compiling slhdsa.cc
[1290/1497] Compiling sha512.cc
[1291/1497] Compiling sha1.cc
[1292/1497] Compiling sha256.cc
[1294/1497] Emitting module NIOCore
[1294/1498] Compiling rsa_extra.cc
[1295/1498] Compiling rsa_print.cc
[1296/1498] Compiling rsa_crypt.cc
[1298/1498] Compiling rc4.cc
[1299/1498] Compiling rsa_asn1.cc
[1300/1498] Compiling trusty.cc
[1301/1498] Compiling refcount.cc
[1302/1498] Compiling rand_extra.cc
[1303/1498] Compiling urandom.cc
[1304/1498] Compiling windows.cc
[1305/1498] Wrapping AST for NIOCore for debugging
[1306/1502] Compiling passive.cc
[1307/1535] Compiling getentropy.cc
[1308/1549] Compiling forkunsafe.cc
[1309/1549] Compiling fork_detect.cc
[1310/1549] Compiling ios.cc
[1311/1549] Compiling deterministic.cc
[1312/1549] Compiling poly1305_arm_asm.S
[1313/1549] Compiling poly1305.cc
[1314/1549] Compiling poly1305_arm.cc
[1315/1549] Compiling pool.cc
[1316/1549] Compiling poly1305_vec.cc
[1318/1549] Compiling NIOEmbedded AsyncTestingChannel.swift
[1318/1549] Compiling pkcs7.cc
[1320/1549] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1321/1549] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1322/1549] Compiling NIOPosix PosixSingletons.swift
[1323/1549] Compiling NIOPosix RawSocketBootstrap.swift
[1324/1549] Compiling NIOPosix Resolver.swift
[1325/1549] Compiling NIOPosix Selectable.swift
[1325/1555] Compiling pkcs8.cc
[1326/1555] Compiling pem_x509.cc
[1328/1555] Emitting module NIOEmbedded
[1329/1555] Compiling NIOEmbedded Embedded.swift
[1330/1555] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1330/1556] Compiling pkcs8_x509.cc
[1332/1556] Compiling pkcs7_x509.cc
[1333/1556] Compiling p5_pbev2.cc
[1334/1556] Wrapping AST for NIOEmbedded for debugging
[1335/1556] Compiling pem_xaux.cc
[1336/1556] Compiling pem_pk8.cc
[1337/1556] Compiling obj_xref.cc
[1338/1556] Compiling pem_oth.cc
[1339/1556] Compiling pem_pkey.cc
[1341/1556] Compiling NIOPosix ThreadPosix.swift
[1342/1556] Compiling NIOPosix ThreadWindows.swift
[1343/1556] Compiling NIOPosix UnsafeTransfer.swift
[1344/1556] Compiling NIOPosix Utilities.swift
[1345/1556] Compiling NIOPosix VsockAddress.swift
[1346/1556] Compiling NIOPosix VsockChannelEvents.swift
[1346/1556] Compiling obj.cc
[1347/1556] Compiling pem_info.cc
[1349/1556] Emitting module NIOPosix
[1349/1556] Compiling pem_lib.cc
[1350/1556] Compiling mem.cc
[1351/1556] Compiling mldsa.cc
[1352/1556] Compiling md5.cc
[1353/1556] Compiling md4.cc
[1354/1556] Compiling mlkem.cc
[1355/1556] Compiling pem_all.cc
[1356/1556] Compiling lhash.cc
[1357/1556] Compiling fips_shared_support.cc
[1358/1556] Compiling kyber.cc
[1359/1556] Compiling poly_rq_mul.S
[1361/1556] Compiling NIOPosix BSDSocketAPICommon.swift
[1362/1556] Compiling NIOPosix BSDSocketAPIPosix.swift
[1363/1556] Compiling NIOPosix BSDSocketAPIWindows.swift
[1364/1556] Compiling NIOPosix BaseSocket.swift
[1365/1556] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1366/1556] Compiling NIOPosix BaseSocketChannel.swift
[1367/1556] Compiling NIOPosix BaseStreamSocketChannel.swift
[1367/1556] Compiling hpke.cc
[1368/1556] Compiling hrss.cc
[1369/1556] Compiling ex_data.cc
[1371/1556] Compiling NIOPosix SelectableChannel.swift
[1372/1556] Compiling NIOPosix SelectableEventLoop.swift
[1373/1556] Compiling NIOPosix SelectorEpoll.swift
[1374/1556] Compiling NIOPosix SelectorGeneric.swift
[1375/1556] Compiling NIOPosix SelectorKqueue.swift
[1376/1556] Compiling NIOPosix SelectorUring.swift
[1377/1556] Compiling NIOPosix ServerSocket.swift
[1378/1556] Compiling NIOPosix Socket.swift
[1379/1556] Compiling NIOPosix SocketChannel.swift
[1380/1556] Compiling NIOPosix SocketProtocols.swift
[1381/1556] Compiling NIOPosix System.swift
[1382/1556] Compiling NIOPosix Thread.swift
[1382/1556] Compiling sign.cc
[1383/1556] Compiling pbkdf.cc
[1384/1556] Compiling scrypt.cc
[1386/1556] Compiling NIOPosix IO.swift
[1387/1556] Compiling NIOPosix IntegerBitPacking.swift
[1388/1556] Compiling NIOPosix IntegerTypes.swift
[1389/1556] Compiling NIOPosix Linux.swift
[1390/1556] Compiling NIOPosix LinuxCPUSet.swift
[1391/1556] Compiling NIOPosix LinuxUring.swift
[1392/1556] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1393/1556] Compiling NIOPosix NIOThreadPool.swift
[1394/1556] Compiling NIOPosix NonBlockingFileIO.swift
[1395/1556] Compiling NIOPosix PendingDatagramWritesManager.swift
[1396/1556] Compiling NIOPosix PendingWritesManager.swift
[1397/1556] Compiling NIOPosix PipeChannel.swift
[1398/1556] Compiling NIOPosix PipePair.swift
[1399/1556] Compiling NIOPosix Pool.swift
[1399/1556] Compiling print.cc
[1400/1556] Compiling p_x25519.cc
[1401/1556] Compiling p_x25519_asn1.cc
[1402/1556] Compiling p_rsa_asn1.cc
[1404/1556] Compiling NIOPosix Bootstrap.swift
[1405/1556] Compiling NIOPosix ControlMessage.swift
[1406/1556] Compiling NIOPosix DatagramVectorReadManager.swift
[1407/1556] Compiling NIOPosix Errors+Any.swift
[1408/1556] Compiling NIOPosix FileDescriptor.swift
[1409/1556] Compiling NIOPosix GetaddrinfoResolver.swift
[1410/1556] Compiling NIOPosix HappyEyeballs.swift
[1411/1557] Compiling p_ed25519_asn1.cc
[1412/1557] Compiling p_hkdf.cc
[1413/1557] Compiling p_rsa.cc
[1414/1557] Compiling p_ed25519.cc
[1415/1557] Compiling p_ec.cc
[1416/1557] Compiling p_ec_asn1.cc
[1417/1557] Compiling p_dh.cc
[1418/1557] Compiling p_dh_asn1.cc
[1419/1557] Compiling p_dsa_asn1.cc
[1420/1557] Compiling evp_ctx.cc
[1421/1557] Compiling evp.cc
[1422/1557] Compiling evp_asn1.cc
[1423/1557] Compiling engine.cc
[1423/1557] Compiling err.cc
[1425/1557] Compiling ecdh_extra.cc
[1426/1557] Compiling ecdsa_asn1.cc
[1427/1557] Compiling hash_to_curve.cc
[1428/1557] Compiling ec_derive.cc
[1429/1557] Compiling dsa_asn1.cc
[1430/1557] Compiling ec_asn1.cc
[1431/1557] Compiling dsa.cc
[1432/1557] Compiling params.cc
[1433/1557] Compiling digest_extra.cc
[1434/1557] Compiling dh_asn1.cc
[1435/1573] Compiling x25519-asm-arm.S
[1436/1593] Compiling des.cc
[1437/1594] Compiling spake25519.cc
[1438/1594] Wrapping AST for NIOPosix for debugging
[1440/1594] Emitting module NIO
[1441/1594] Compiling NIO Exports.swift
[1441/1595] Compiling curve25519.cc
[1442/1595] Compiling cpu_intel.cc
[1443/1595] Compiling crypto.cc
[1445/1595] Compiling cpu_arm_freebsd.cc
[1446/1595] Compiling cpu_arm_linux.cc
[1447/1595] Compiling bcm.cc
[1448/1595] Compiling cpu_aarch64_sysreg.cc
[1449/1595] Compiling curve25519_64_adx.cc
[1450/1595] Compiling cpu_aarch64_win.cc
[1451/1595] Compiling cpu_aarch64_openbsd.cc
[1452/1595] Compiling cpu_aarch64_fuchsia.cc
[1453/1595] Compiling cpu_aarch64_linux.cc
[1454/1595] Compiling cpu_aarch64_apple.cc
[1455/1595] Compiling conf.cc
[1456/1595] Compiling tls_cbc.cc
[1457/1595] Compiling e_tls.cc
[1459/1595] Emitting module _NIOFileSystem
[1460/1599] Compiling _NIOFileSystem ParallelDirCopy.swift
[1461/1599] Compiling _NIOFileSystem ParallelRemoval.swift
[1462/1599] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[1463/1599] Compiling _NIOFileSystem CInterop.swift
[1464/1599] Compiling _NIOFileSystem Errno.swift
[1465/1599] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1466/1599] Compiling _NIOFileSystem Mocking.swift
[1467/1599] Compiling _NIOFileSystem Syscall.swift
[1468/1599] Compiling _NIOFileSystem Syscalls.swift
[1468/1599] Compiling e_rc2.cc
[1469/1599] Compiling e_null.cc
[1470/1599] Compiling e_rc4.cc
[1471/1600] Compiling e_des.cc
[1472/1605] Compiling e_aesgcmsiv.cc
[1473/1638] Wrapping AST for NIO for debugging
[1474/1638] Compiling e_chacha20poly1305.cc
[1476/1638] Compiling NIOTLS TLSEvents.swift
[1477/1638] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1478/1638] Emitting module NIOTLS
[1479/1638] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1480/1638] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1481/1639] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1482/1639] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1483/1639] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1483/1639] Compiling e_aesctrhmac.cc
[1485/1639] Compiling NIOSOCKS SOCKSResponse.swift
[1486/1639] Compiling NIOSOCKS SOCKSClientHandler.swift
[1487/1639] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[1488/1639] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1489/1639] Compiling NIOTLS SNIHandler.swift
[1490/1642] Compiling NIOSOCKS ClientStateMachine.swift
[1491/1642] Compiling NIOSOCKS AuthenticationMethod.swift
[1492/1642] Compiling NIOSOCKS ClientGreeting.swift
[1493/1642] Compiling NIOSOCKS Errors.swift
[1494/1642] Compiling NIOSOCKS Helpers.swift
[1495/1642] Compiling NIOSOCKS ServerStateMachine.swift
[1495/1642] Compiling derive_key.cc
[1497/1642] Emitting module NIOSOCKS
[1501/1642] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[1502/1642] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[1503/1642] Compiling _NIOFileSystem FileSystemProtocol.swift
[1504/1642] Compiling _NIOFileSystem FileType.swift
[1505/1642] Compiling _NIOFileSystem IOStrategy.swift
[1506/1642] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[1507/1642] Compiling _NIOFileSystem BufferedStream.swift
[1508/1642] Compiling _NIOFileSystem Cancellation.swift
[1509/1642] Compiling _NIOFileSystem TokenBucket.swift
[1510/1642] Compiling _NIOFileSystem UnsafeTransfer.swift
[1510/1642] Compiling cipher_extra.cc
[1512/1642] Compiling NIOSOCKS Messages.swift
[1513/1642] Compiling NIOSOCKS SOCKSRequest.swift
[1514/1643] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1515/1643] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1517/1643] Emitting module NIOHTTP1
[1517/1643] Compiling chacha.cc
[1518/1643] Compiling unicode.cc
[1520/1643] Emitting module NIOFoundationCompat
[1521/1643] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1523/1644] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1524/1644] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1524/1644] Compiling cbs.cc
[1525/1644] Compiling ber.cc
[1528/1644] Compiling cbb.cc
[1529/1644] Compiling asn1_compat.cc
[1530/1644] Wrapping AST for NIOTLS for debugging
[1532/1673] Compiling NIOSSL NIOSSLHandler.swift
[1533/1673] Compiling NIOSSL SSLCertificate.swift
[1533/1673] Compiling buf.cc
[1535/1673] Compiling NIOSSL NIOSSLClientHandler.swift
[1536/1673] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1537/1673] Compiling NIOSSL SSLCertificateExtensions.swift
[1538/1673] Compiling NIOSSL SSLConnection.swift
[1538/1673] Compiling convert.cc
[1546/1673] Compiling NIOSSL SSLContext.swift
[1547/1673] Compiling NIOSSL NIOSSLServerHandler.swift
[1548/1673] Compiling NIOSSL ObjectIdentifier.swift
[1549/1673] Compiling NIOSSL PosixPort.swift
[1550/1673] Compiling NIOSSL AndroidCABundle.swift
[1551/1673] Compiling NIOSSL ByteBufferBIO.swift
[1552/1673] Compiling NIOSSL CustomPrivateKey.swift
[1553/1673] Compiling NIOSSL IdentityVerification.swift
[1554/1673] Compiling NIOSSL LinuxCABundle.swift
[1554/1673] Compiling bn_asn1.cc
[1556/1673] Compiling _NIOFileSystem SystemFileHandle.swift
[1557/1673] Compiling _NIOFileSystem Utilities.swift
[1558/1673] Compiling _NIOFileSystem OpenOptions.swift
[1559/1673] Compiling _NIOFileSystem String+FileSystem.swift
[1559/1674] Wrapping AST for NIOSOCKS for debugging
[1564/1675] Compiling printf.cc
[1566/1675] Compiling blake2.cc
[1567/1675] Compiling pair.cc
[1568/1675] Compiling hexdump.cc
[1569/1675] Compiling file.cc
[1570/1676] Compiling fd.cc
[1572/1691] Emitting module NIOTransportServices
[1572/1691] Compiling bio_mem.cc
[1573/1694] Compiling errno.cc
[1574/1694] Compiling bio.cc
[1575/1699] Wrapping AST for NIOFoundationCompat for debugging
[1577/1699] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1578/1699] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1579/1699] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1580/1699] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1581/1699] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1582/1699] Compiling NIOTransportServices AcceptHandler.swift
[1583/1699] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1584/1699] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1585/1699] Compiling NIOTransportServices NIOTSBootstraps.swift
[1586/1699] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1587/1699] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1588/1699] Compiling NIOTransportServices StateManagedChannel.swift
[1589/1699] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1590/1699] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1591/1699] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1592/1699] Compiling NIOTransportServices NIOTSErrors.swift
[1593/1699] Compiling NIOTransportServices NIOTSEventLoop.swift
[1594/1699] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1595/1699] Compiling NIOTransportServices NIOTSSingletons.swift
[1596/1699] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1597/1719] Compiling NIOWebSocket SHA1.swift
[1598/1719] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1599/1719] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1599/1720] Compiling base64.cc
[1601/1720] Compiling tasn_typ.cc
[1603/1720] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1604/1720] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1605/1720] Emitting module _NIOFileSystemFoundationCompat
[1609/1721] Compiling NIOSSL Zeroization.swift
[1614/1737] Compiling NIOHTTPCompression HTTPDecompression.swift
[1615/1737] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1616/1737] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1616/1737] Compiling tasn_utl.cc
[1619/1737] Emitting module NIOFileSystem
[1620/1737] Compiling NIOHPACK DynamicHeaderTable.swift
[1621/1737] Compiling NIOHPACK HPACKDecoder.swift
[1622/1737] Compiling NIOHPACK HPACKEncoder.swift
[1623/1737] Compiling NIOHPACK HPACKErrors.swift
[1624/1737] Compiling NIOFileSystem Exports.swift
[1625/1737] Compiling NIOWebSocket WebSocketOpcode.swift
[1625/1743] Wrapping AST for _NIOFileSystem for debugging
[1627/1757] Emitting module NIOHTTPCompression
[1628/1757] Compiling NIOHTTPCompression HTTPCompression.swift
[1629/1757] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1630/1757] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1632/1757] Compiling NIOSSL SSLPublicKey.swift
[1633/1757] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1634/1757] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1635/1757] Compiling NIOSSL SubjectAlternativeName.swift
[1635/1757] Wrapping AST for NIOTransportServices for debugging
[1637/1757] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1637/1757] Wrapping AST for NIOHTTP1 for debugging
[1639/1757] Emitting module NIOWebSocket
[1640/1757] Compiling NIOHPACK IntegerCoding.swift
[1641/1757] Compiling NIOHPACK IndexedHeaderTable.swift
[1641/1758] Wrapping AST for _NIOFileSystemFoundationCompat for debugging
[1643/1758] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1644/1758] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1645/1759] Compiling NIOExtras DebugInboundEventsHandler.swift
[1646/1759] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1647/1759] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1648/1759] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1649/1759] Compiling NIOWebSocket WebSocketFrame.swift
[1650/1759] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1651/1760] Compiling NIOHPACK StaticHeaderTable.swift
[1652/1760] Compiling NIOHPACK HuffmanCoding.swift
[1653/1760] Compiling NIOHPACK HuffmanTables.swift
[1655/1760] Emitting module NIOHPACK
[1655/1760] Compiling tasn_fre.cc
[1658/1760] Emitting module NIOSSL
[1659/1760] Compiling NIOExtras NIOExtrasError.swift
[1660/1760] Compiling NIOExtras PCAPRingBuffer.swift
[1661/1760] Compiling NIOExtras QuiescingHelper.swift
[1662/1760] Compiling NIOExtras RequestResponseHandler.swift
[1663/1760] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1664/1760] Compiling NIOExtras JSONRPCFraming.swift
[1665/1760] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1666/1760] Compiling NIOExtras LengthFieldPrepender.swift
[1667/1760] Compiling NIOExtras LineBasedFrameDecoder.swift
[1668/1760] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1669/1760] Compiling NIOExtras NIORequestIdentifiable.swift
[1670/1760] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1670/1760] Wrapping AST for NIOFileSystem for debugging
[1675/1786] Compiling tasn_new.cc
[1677/1786] Compiling LeafKit LeafDataStorage.swift
[1678/1786] Compiling LeafKit LeafParser.swift
[1679/1786] Compiling LeafKit LeafRenderer.swift
[1680/1786] Compiling LeafKit Dictionary+LeafData.swift
[1680/1786] Wrapping AST for NIOHTTPCompression for debugging
[1682/1786] Emitting module NIOExtras
[1683/1786] Compiling LeafKit Character+Identities.swift
[1684/1786] Compiling LeafKit LeafAST.swift
[1685/1786] Compiling LeafKit DefaultLeafCache.swift
[1685/1786] Wrapping AST for NIOWebSocket for debugging
[1690/1786] Compiling LeafKit LeafCache.swift
[1691/1786] Compiling LeafKit LeafError.swift
[1692/1786] Compiling LeafKit LeafLexer.swift
[1692/1787] Compiling f_string.cc
[1693/1787] Compiling tasn_enc.cc
[1695/1787] Compiling LeafKit LeafParameterTypes.swift
[1696/1787] Compiling LeafKit LeafRawTemplate.swift
[1697/1787] Compiling LeafKit LeafToken.swift
[1701/1787] Compiling posix_time.cc
[1705/1787] Compiling LeafKit LeafParameter.swift
[1705/1790] Compiling tasn_dec.cc
[1707/1790] Emitting module LeafKit
[1707/1790] Compiling f_int.cc
[1708/1790] Compiling asn1_par.cc
[1709/1790] Wrapping AST for NIOHPACK for debugging
[1711/1790] Compiling NIOSSL TLSConfiguration.swift
[1712/1790] Compiling NIOSSL UniversalBootstrapSupport.swift
[1713/1790] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1714/1791] Compiling LeafKit LeafSource.swift
[1715/1791] Compiling LeafKit LeafSources.swift
[1716/1791] Compiling LeafKit NIOLeafFiles.swift
[1716/1791] Compiling asn_pack.cc
[1718/1791] Compiling LeafKit LeafContext.swift
[1719/1791] Compiling LeafKit LeafSerializer.swift
[1724/1850] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1725/1850] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1726/1850] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1727/1850] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1728/1850] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1729/1850] Compiling NIOHTTP2 HasLocalSettings.swift
[1730/1850] Compiling asn1_lib.cc
[1731/1850] Compiling a_type.cc
[1732/1850] Wrapping AST for NIOSSL for debugging
[1733/1850] Compiling a_utctm.cc
[1734/1850] Wrapping AST for NIOExtras for debugging
[1735/1858] Compiling a_time.cc
[1736/1858] Compiling a_strnid.cc
[1741/1858] Compiling NIOHTTP2 HasRemoteSettings.swift
[1742/1858] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1743/1858] Compiling NIOHTTP2 QuiescingState.swift
[1744/1858] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1745/1858] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1746/1866] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1747/1866] Compiling WebSocketKit WebSocketHandler.swift
[1747/1866] Compiling a_strex.cc
[1748/1866] Compiling a_octet.cc
[1750/1866] Compiling WebSocketKit Exports.swift
[1751/1866] Compiling WebSocketKit WebSocket+Connect.swift
[1752/1866] Compiling NIOHTTP2 MaySendFrames.swift
[1753/1866] Compiling NIOHTTP2 SendingDataState.swift
[1754/1866] Compiling NIOHTTP2 SendingGoawayState.swift
[1755/1866] Compiling NIOHTTP2 SendingHeadersState.swift
[1756/1866] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1757/1866] Compiling NIOHTTP2 SendingRstStreamState.swift
[1758/1866] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1759/1866] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1760/1866] Emitting module WebSocketKit
[1761/1866] Compiling WebSocketKit WebSocket+Concurrency.swift
[1761/1866] Compiling a_mbstr.cc
[1763/1866] Compiling NIOHTTP2 MayReceiveFrames.swift
[1764/1866] Compiling NIOHTTP2 ReceivingDataState.swift
[1765/1866] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1766/1866] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1770/1866] Compiling a_object.cc
[1774/1866] Compiling NIOHTTP2 StateMachineResult.swift
[1775/1867] Compiling a_i2d_fp.cc
[1776/1867] Compiling a_d2i_fp.cc
[1778/1867] Compiling WebSocketKit WebSocket.swift
[1779/1867] Compiling WebSocketKit WebSocketClient.swift
[1779/1868] Compiling a_int.cc
[1780/1868] Wrapping AST for LeafKit for debugging
[1780/1868] Write sources
[1782/1868] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1784/1868] Compiling a_gentm.cc
[1784/1868] Write sources
[1790/1868] Emitting module NIOHTTP2
[1790/1868] Compiling a_dup.cc
[1791/1868] Compiling a_bool.cc
[1792/1868] Wrapping AST for Atomics for debugging
[1793/1868] Wrapping AST for WebSocketKit for debugging
[1794/1901] Wrapping AST for Algorithms for debugging
[1795/1925] Compiling a_bitstr.cc
[1797/1933] Compiling NIOHTTP2 InboundWindowManager.swift
[1798/1933] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1799/1933] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1800/1933] Compiling NIOHTTP2 StreamChannelList.swift
[1801/1933] Compiling NIOHTTP2 StreamMap.swift
[1802/1933] Compiling NIOHTTP2 StreamStateMachine.swift
[1803/1933] Compiling NIOHTTP2 UnsafeTransfer.swift
[1804/1933] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1805/1933] Emitting module ArgumentParserToolInfo
[1806/1933] Compiling ArgumentParserToolInfo ToolInfo.swift
[1807/1934] Emitting module ArgumentParserToolInfo
[1808/1934] Compiling ArgumentParserToolInfo ToolInfo.swift
[1809/1934] Emitting module BitCollections
[1810/1934] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1811/1934] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1812/1934] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1813/1934] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1814/1934] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1815/1934] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1816/1934] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1819/1942] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1820/1942] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1821/1942] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1822/1942] Compiling BitCollections BitSet.Index.swift
[1823/1942] Compiling BitCollections BitSet._UnsafeHandle.swift
[1824/1942] Compiling BitCollections BitSet.swift
[1825/1942] Compiling BitCollections Range+Utilities.swift
[1826/1942] Compiling BitCollections Slice+Utilities.swift
[1827/1942] Compiling BitCollections BitSet+Initializers.swift
[1828/1942] Compiling BitCollections BitSet+Invariants.swift
[1829/1942] Compiling BitCollections BitSet+Random.swift
[1830/1942] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1834/1942] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1835/1942] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1836/1942] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1837/1942] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1838/1942] Compiling BitCollections BitSet+SetAlgebra union.swift
[1839/1942] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1840/1942] Compiling BitCollections BitSet.Counted.swift
[1840/1942] Wrapping AST for ArgumentParserToolInfo for debugging
[1843/1980] Compiling ArgumentParser Errors.swift
[1844/1980] Compiling ArgumentParser Flag.swift
[1845/1980] Compiling ArgumentParser NameSpecification.swift
[1846/1980] Compiling ArgumentParser Option.swift
[1847/1980] Compiling ArgumentParser OptionGroup.swift
[1848/1980] Compiling ArgumentParser AsyncParsableCommand.swift
[1849/1980] Compiling ArgumentParser CommandConfiguration.swift
[1850/1980] Compiling ArgumentParser CommandGroup.swift
[1851/1980] Compiling ArgumentParser EnumerableFlag.swift
[1853/1980] Compiling ArgumentParser Name.swift
[1854/1980] Compiling ArgumentParser Parsed.swift
[1855/1980] Compiling ArgumentParser ParsedValues.swift
[1856/1980] Compiling ArgumentParser ParserError.swift
[1857/1980] Compiling ArgumentParser SplitArguments.swift
[1858/1980] Compiling ArgumentParser ExpressibleByArgument.swift
[1859/1980] Compiling ArgumentParser ParsableArguments.swift
[1860/1980] Compiling ArgumentParser ParsableArgumentsValidation.swift
[1861/1980] Compiling ArgumentParser ParsableCommand.swift
[1862/1980] Compiling ArgumentParser ArgumentDecoder.swift
[1863/1980] Compiling ArgumentParser DumpHelpGenerator.swift
[1864/1980] Compiling ArgumentParser HelpCommand.swift
[1865/1980] Compiling ArgumentParser HelpGenerator.swift
[1866/1980] Compiling ArgumentParser MessageInfo.swift
[1867/2018] Compiling CryptoBoringWrapper RandomBytes.swift
[1868/2018] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1869/2018] Compiling ArgumentParser Errors.swift
[1870/2018] Compiling ArgumentParser Flag.swift
[1871/2018] Compiling ArgumentParser NameSpecification.swift
[1872/2018] Compiling ArgumentParser Option.swift
[1873/2018] Compiling ArgumentParser OptionGroup.swift
[1874/2018] Compiling ArgumentParser AsyncParsableCommand.swift
[1875/2018] Compiling ArgumentParser CommandConfiguration.swift
[1876/2018] Compiling ArgumentParser CommandGroup.swift
[1877/2018] Compiling ArgumentParser BashCompletionsGenerator.swift
[1878/2018] Compiling ArgumentParser CompletionsGenerator.swift
[1879/2018] Compiling ArgumentParser FishCompletionsGenerator.swift
[1880/2018] Compiling ArgumentParser ZshCompletionsGenerator.swift
[1881/2018] Compiling ArgumentParser Argument.swift
[1882/2018] Compiling ArgumentParser ArgumentHelp.swift
[1883/2018] Compiling ArgumentParser ArgumentVisibility.swift
[1884/2018] Compiling ArgumentParser CompletionKind.swift
[1885/2018] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1886/2018] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1887/2018] Emitting module CryptoBoringWrapper
[1888/2018] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1889/2018] Compiling CryptoBoringWrapper EllipticCurve.swift
[1890/2018] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1895/2019] Compiling ArgumentParser EnumerableFlag.swift
[1896/2024] Wrapping AST for CryptoBoringWrapper for debugging
[1903/2024] Compiling BitCollections UInt+Tricks.swift
[1904/2024] Compiling BitCollections _Word.swift
[1905/2025] Emitting module ArgumentParser
[1906/2101] Wrapping AST for BitCollections for debugging
[1908/2103] Compiling Crypto HashFunctions.swift
[1909/2103] Compiling Crypto HashFunctions_SHA2.swift
[1910/2103] Compiling Crypto HPKE-AEAD.swift
[1911/2103] Compiling Crypto ASN1Identifier.swift
[1912/2103] Compiling Crypto ASN1Integer.swift
[1913/2103] Compiling Crypto HPKE-Context.swift
[1914/2103] Compiling Crypto HPKE-KeySchedule.swift
[1915/2103] Compiling Crypto HPKE-Modes.swift
[1916/2103] Compiling Crypto Insecure.swift
[1917/2103] Compiling Crypto Insecure_HashFunctions.swift
[1918/2103] Compiling Crypto KEM.swift
[1919/2103] Compiling Crypto ECDH_boring.swift
[1920/2103] Compiling Crypto DH.swift
[1921/2103] Compiling Collections Collections.swift
[1922/2103] Emitting module Collections
[1923/2104] Wrapping AST for Collections for debugging
[1925/2104] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1926/2104] Compiling Crypto HPKE-KEM.swift
[1927/2104] Compiling Crypto HPKE-Errors.swift
[1928/2104] Compiling Crypto HPKE.swift
[1930/2104] Compiling Crypto ASN1.swift
[1931/2104] Compiling Crypto ASN1Any.swift
[1932/2104] Compiling Crypto ASN1BitString.swift
[1933/2104] Compiling Crypto ASN1Boolean.swift
[1934/2104] Compiling Crypto PKCS8PrivateKey.swift
[1935/2104] Compiling Crypto SEC1PrivateKey.swift
[1936/2104] Compiling Crypto ObjectIdentifier.swift
[1937/2104] Compiling Crypto ECDSASignature.swift
[1938/2104] Compiling Crypto PEMDocument.swift
[1939/2104] Compiling Crypto HPKE-Ciphersuite.swift
[1940/2104] Compiling Crypto HPKE-KDF.swift
[1941/2104] Compiling Crypto SubjectPublicKeyInfo.swift
[1942/2104] Compiling Crypto CryptoKitErrors.swift
[1943/2104] Compiling Crypto Digest_boring.swift
[1944/2104] Compiling Crypto Digest.swift
[1945/2104] Compiling Crypto Digests.swift
[1946/2145] Emitting module ArgumentParser
[1947/2145] Compiling AsyncKit ConnectionPoolError.swift
[1948/2145] Compiling AsyncKit ConnectionPoolItem.swift
[1949/2145] Compiling AsyncKit ConnectionPoolSource.swift
[1950/2145] Compiling AsyncKit EventLoopConnectionPool.swift
[1951/2145] Compiling AsyncKit EventLoopGroupConnectionPool.swift
[1952/2145] Compiling AsyncKit EventLoop+Concurrency.swift
[1953/2145] Compiling AsyncKit Future+Nonempty.swift
[1954/2145] Compiling AsyncKit Future+Optional.swift
[1960/2147] Compiling AsyncKit EventLoopGroup+Throwing.swift
[1961/2147] Compiling AsyncKit Collection+Flatten.swift
[1962/2147] Compiling AsyncKit EventLoopFutureQueue+Sequence.swift
[1963/2147] Compiling AsyncKit EventLoop+Flatten.swift
[1964/2147] Compiling AsyncKit EventLoop+Future.swift
[1965/2147] Compiling AsyncKit EventLoopGroup+Concurrency.swift
[1972/2147] Compiling MultipartKit MultipartSerializer.swift
[1973/2147] Compiling MultipartKit Utilities.swift
[1980/2147] Compiling Crypto HPKE-KexKeyDerivation.swift
[1981/2147] Compiling Crypto HPKE-LabeledExtract.swift
[1982/2147] Compiling Crypto HPKE-Utils.swift
[1983/2147] Compiling Crypto DHKEM.swift
[1984/2147] Compiling Crypto HPKE-KEM-Curve25519.swift
[1991/2147] Compiling AsyncKit Future+Miscellaneous.swift
[1996/2147] Compiling AsyncKit FutureOperators.swift
[1997/2149] Emitting module MultipartKit
[1998/2149] Compiling AsyncKit Exports.swift
[1999/2149] Compiling Crypto ASN1OctetString.swift
[2000/2149] Compiling Crypto ASN1Strings.swift
[2001/2149] Compiling Crypto ArraySliceBigint.swift
[2002/2149] Compiling Crypto GeneralizedTime.swift
[2013/2150] Compiling Crypto HKDF.swift
[2014/2150] Compiling Crypto AESWrap.swift
[2015/2150] Compiling Crypto AESWrap_boring.swift
[2016/2150] Compiling Crypto Ed25519_boring.swift
[2017/2150] Compiling Crypto NISTCurvesKeys_boring.swift
[2018/2150] Compiling Crypto X25519Keys_boring.swift
[2019/2150] Compiling Crypto Curve25519.swift
[2020/2150] Compiling Crypto Ed25519Keys.swift
[2021/2150] Compiling Crypto NISTCurvesKeys.swift
[2022/2150] Compiling Crypto X25519Keys.swift
[2023/2150] Compiling Crypto SymmetricKeys.swift
[2024/2150] Compiling Crypto HMAC.swift
[2025/2150] Compiling Crypto MACFunctions.swift
[2026/2150] Compiling Crypto MessageAuthenticationCode.swift
[2027/2150] Compiling Crypto AES.swift
[2028/2150] Compiling Crypto ECDSASignature_boring.swift
[2029/2150] Compiling Crypto ECDSA_boring.swift
[2030/2150] Compiling Crypto EdDSA_boring.swift
[2031/2150] Compiling Crypto ECDSA.swift
[2032/2150] Compiling Crypto Ed25519.swift
[2037/2151] Compiling AsyncKit Optional+StrictMap.swift
[2044/2160] Compiling AsyncKit EventLoopFutureQueue.swift
[2045/2160] Compiling AsyncKit Future+Collection.swift
[2046/2160] Compiling AsyncKit Future+Conjunctions.swift
[2050/2161] Wrapping AST for ArgumentParser for debugging
[2071/2163] Emitting module Crypto
[2071/2164] Wrapping AST for MultipartKit for debugging
[2085/2166] Compiling Crypto ECDH.swift
[2106/2166] Emitting module reparse
[2107/2166] Compiling reparse Reparse.swift
[2109/2167] Emitting module reparse
[2110/2167] Compiling reparse Reparse.swift
[2112/2168] Compiling Crypto Signature.swift
[2113/2168] Compiling Crypto CryptoKitErrors_boring.swift
[2114/2168] Compiling Crypto RNG_boring.swift
[2115/2168] Compiling Crypto SafeCompare_boring.swift
[2116/2168] Compiling Crypto Zeroization_boring.swift
[2117/2168] Compiling Crypto PrettyBytes.swift
[2118/2168] Compiling Crypto SafeCompare.swift
[2119/2168] Compiling Crypto SecureBytes.swift
[2120/2168] Compiling Crypto Zeroization.swift
[2121/2168] Emitting module AsyncKit
[2141/2168] Wrapping AST for NIOHTTP2 for debugging
[2142/2169] Wrapping AST for reparse for debugging
[2143/2170] Write Objects.LinkFileList
[2145/2186] Wrapping AST for reparse for debugging
[2146/2186] Write Objects.LinkFileList
[2147/2228] Linking reparse
[2148/2228] Linking reparse-tool
[2149/2228] Wrapping AST for Crypto for debugging
[2151/2228] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2152/2228] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2153/2228] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2154/2228] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2155/2228] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2156/2228] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2157/2228] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2158/2228] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2159/2228] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2160/2236] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2161/2236] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2162/2236] Compiling AsyncHTTPClient Transaction.swift
[2163/2236] Compiling AsyncHTTPClient Base64.swift
[2164/2236] Compiling AsyncHTTPClient BasicAuth.swift
[2165/2236] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2166/2236] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2167/2236] Compiling AsyncHTTPClient ConnectionPool.swift
[2168/2236] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2169/2236] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2170/2236] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2171/2236] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2172/2236] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2173/2236] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2174/2236] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2175/2236] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2176/2236] Compiling AsyncHTTPClient RequestBodyLength.swift
[2177/2236] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2178/2236] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2179/2236] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2180/2236] Compiling AsyncHTTPClient HTTP1Connection.swift
[2181/2236] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2182/2236] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2183/2236] Compiling AsyncHTTPClient HTTP2Connection.swift
[2184/2236] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2185/2236] Emitting module AsyncHTTPClient
[2186/2236] Compiling AsyncHTTPClient RequestBag.swift
[2187/2236] Compiling AsyncHTTPClient RequestValidation.swift
[2188/2236] Compiling AsyncHTTPClient SSLContextCache.swift
[2189/2236] Compiling AsyncHTTPClient Scheme.swift
[2190/2236] Compiling AsyncHTTPClient Singleton.swift
[2191/2236] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2192/2236] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2193/2236] Compiling AsyncHTTPClient Utils.swift
[2194/2236] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2195/2236] Compiling AsyncHTTPClient ConnectionTarget.swift
[2196/2236] Compiling AsyncHTTPClient DeconstructedURL.swift
[2197/2236] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2198/2236] Compiling AsyncHTTPClient FoundationExtensions.swift
[2199/2236] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2200/2236] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2201/2236] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2202/2236] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2203/2236] Compiling AsyncHTTPClient RequestOptions.swift
[2204/2236] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2205/2236] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2206/2236] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2207/2236] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2208/2236] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2209/2236] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2210/2236] Compiling AsyncHTTPClient HTTPClient.swift
[2211/2236] Compiling AsyncHTTPClient HTTPHandler.swift
[2212/2236] Compiling AsyncHTTPClient LRUCache.swift
[2213/2236] Compiling AsyncHTTPClient NWErrorHandler.swift
[2214/2236] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2215/2236] Compiling AsyncHTTPClient TLSConfiguration.swift
[2216/2236] Compiling AsyncHTTPClient RedirectState.swift
[2217/2236] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2218/2237] Wrapping AST for AsyncHTTPClient for debugging
[2232/2238] Wrapping AST for AsyncKit for debugging
[2234/2407] Compiling Vapor Request+Body.swift
[2235/2407] Compiling Vapor Request+BodyStream.swift
[2236/2407] Compiling Vapor Request.swift
[2237/2407] Compiling Vapor Application+Responder.swift
[2238/2407] Compiling Vapor DefaultResponder.swift
[2239/2407] Compiling Vapor Response+Body.swift
[2240/2407] Compiling Vapor Response.swift
[2241/2407] Compiling Vapor ResponseCodable.swift
[2242/2407] Compiling Vapor Application+Routes.swift
[2243/2407] Compiling Vapor Parameters+Require.swift
[2244/2407] Compiling Vapor Request+WebSocket.swift
[2245/2407] Compiling Vapor Route.swift
[2246/2407] Compiling Vapor RouteCollection.swift
[2247/2407] Compiling Vapor Routes.swift
[2248/2407] Compiling Vapor RoutesBuilder+Group.swift
[2249/2407] Compiling Vapor RoutesBuilder+Method.swift
[2250/2407] Compiling Vapor RoutesBuilder+Middleware.swift
[2251/2407] Compiling Vapor RoutesBuilder+WebSocket.swift
[2252/2407] Compiling Vapor RoutesBuilder.swift
[2253/2407] Compiling Vapor OTP.swift
[2254/2407] Compiling Vapor Application+Servers.swift
[2255/2407] Compiling Vapor Server.swift
[2256/2407] Compiling Vapor App+Service.swift
[2257/2407] Compiling Vapor Req+Service.swift
[2258/2431] Compiling Vapor Application.swift
[2259/2431] Compiling Vapor AuthenticationCache.swift
[2260/2431] Compiling Vapor Authenticator.swift
[2261/2431] Compiling Vapor BasicAuthorization.swift
[2262/2431] Compiling Vapor BearerAuthorization.swift
[2263/2431] Compiling Vapor GuardMiddleware.swift
[2264/2431] Compiling Vapor RedirectMiddleware.swift
[2265/2431] Compiling Vapor SessionAuthenticatable.swift
[2266/2431] Compiling Vapor Bcrypt.swift
[2267/2431] Compiling Vapor Application+Cache.swift
[2268/2431] Compiling Vapor Cache.swift
[2269/2431] Compiling Vapor CacheExpirationTime.swift
[2270/2431] Compiling Vapor MemoryCache.swift
[2271/2431] Compiling Vapor Request+Cache.swift
[2272/2431] Compiling Vapor Application+Clients.swift
[2273/2431] Compiling Vapor Client.swift
[2274/2431] Compiling Vapor ClientRequest.swift
[2275/2431] Compiling Vapor ClientResponse.swift
[2276/2431] Compiling Vapor Request+Client.swift
[2277/2431] Compiling Vapor BootCommand.swift
[2278/2431] Compiling Vapor CommandContext+Application.swift
[2279/2431] Compiling Vapor RoutesCommand.swift
[2280/2431] Compiling Vapor ServeCommand.swift
[2281/2431] Compiling Vapor AnyResponse+Concurrency.swift
[2282/2455] Emitting module Vapor
[2283/2455] Compiling Vapor Validator.swift
[2284/2455] Compiling Vapor ValidatorResult.swift
[2285/2455] Compiling Vapor And.swift
[2286/2455] Compiling Vapor Case.swift
[2287/2455] Compiling Vapor CharacterSet.swift
[2288/2455] Compiling Vapor Count.swift
[2289/2455] Compiling Vapor Custom.swift
[2290/2455] Compiling Vapor Email.swift
[2291/2455] Compiling Vapor Empty.swift
[2292/2455] Compiling Vapor In.swift
[2293/2455] Compiling Vapor Nil.swift
[2294/2455] Compiling Vapor NilIgnoring.swift
[2295/2455] Compiling Vapor Not.swift
[2296/2455] Compiling Vapor Or.swift
[2297/2455] Compiling Vapor Pattern.swift
[2298/2455] Compiling Vapor Range.swift
[2299/2455] Compiling Vapor URL.swift
[2300/2455] Compiling Vapor Valid.swift
[2301/2455] Compiling Vapor Application+Views.swift
[2302/2455] Compiling Vapor PlaintextRenderer.swift
[2303/2455] Compiling Vapor Request+View.swift
[2304/2455] Compiling Vapor View.swift
[2305/2455] Compiling Vapor ViewRenderer.swift
[2306/2455] Compiling Vapor _Deprecations.swift
[2307/2455] Compiling Vapor HTTPServerResponseEncoder.swift
[2308/2455] Compiling Vapor HTTPServerUpgradeHandler.swift
[2309/2455] Compiling Vapor Logger+Report.swift
[2310/2455] Compiling Vapor LoggingSystem+Environment.swift
[2311/2455] Compiling Vapor Application+Middleware.swift
[2312/2455] Compiling Vapor CORSMiddleware.swift
[2313/2455] Compiling Vapor ErrorMiddleware.swift
[2314/2455] Compiling Vapor FileMiddleware.swift
[2315/2455] Compiling Vapor Middleware.swift
[2316/2455] Compiling Vapor MiddlewareConfiguration.swift
[2317/2455] Compiling Vapor ResponseCompressionMiddleware.swift
[2318/2455] Compiling Vapor RouteLoggingMiddleware.swift
[2319/2455] Compiling Vapor TracingMiddleware.swift
[2320/2455] Compiling Vapor File+Multipart.swift
[2321/2455] Compiling Vapor FormDataDecoder+Content.swift
[2322/2455] Compiling Vapor FormDataEncoder+Content.swift
[2323/2455] Compiling Vapor Application+Password.swift
[2324/2455] Compiling Vapor Application+Passwords.swift
[2325/2455] Compiling Vapor AsyncPasswordHasher.swift
[2326/2455] Compiling Vapor BcryptHasher.swift
[2327/2455] Compiling Vapor PasswordHasher.swift
[2328/2455] Compiling Vapor PlaintextHasher.swift
[2329/2455] Compiling Vapor Request+Password.swift
[2330/2455] Compiling Vapor Redirect.swift
[2331/2455] Compiling Vapor Service.swift
[2332/2455] Compiling Vapor Application+Sessions.swift
[2333/2455] Compiling Vapor MemorySessions.swift
[2334/2455] Compiling Vapor Request+Session.swift
[2335/2455] Compiling Vapor Session.swift
[2336/2455] Compiling Vapor SessionCache.swift
[2337/2455] Compiling Vapor SessionData.swift
[2338/2455] Compiling Vapor SessionDriver.swift
[2339/2455] Compiling Vapor SessionsConfiguration.swift
[2340/2455] Compiling Vapor SessionsMiddleware.swift
[2341/2455] Compiling Vapor URLEncodedFormData.swift
[2342/2455] Compiling Vapor URLEncodedFormDecoder.swift
[2343/2455] Compiling Vapor URLEncodedFormEncoder.swift
[2344/2455] Compiling Vapor URLEncodedFormError.swift
[2345/2455] Compiling Vapor URLEncodedFormParser.swift
[2346/2455] Compiling Vapor URLEncodedFormSerializer.swift
[2347/2455] Compiling Vapor URLQueryFragmentConvertible.swift
[2348/2455] Compiling Vapor AnyResponse.swift
[2349/2455] Compiling Vapor Array+Random.swift
[2350/2455] Compiling Vapor Base32.swift
[2351/2455] Compiling Vapor Base64.swift
[2352/2455] Compiling Vapor BaseN.swift
[2353/2455] Compiling Vapor BasicCodingKey.swift
[2354/2455] Compiling Vapor ByteCount.swift
[2355/2455] Compiling Vapor Core.swift
[2356/2455] Compiling Vapor Running.swift
[2357/2455] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2358/2455] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2359/2455] Compiling Vapor DotEnvFile+load.swift
[2360/2455] Compiling Vapor Routes+caseInsenstive.swift
[2361/2455] Compiling Vapor Validatable+validate.swift
[2362/2455] Compiling Vapor Environment+Process.swift
[2363/2455] Compiling Vapor Environment+Secret.swift
[2364/2455] Compiling Vapor Environment.swift
[2365/2455] Compiling Vapor Abort.swift
[2366/2455] Compiling Vapor AbortError.swift
[2367/2455] Compiling Vapor DebuggableError.swift
[2368/2455] Compiling Vapor Demangler.swift
[2369/2455] Compiling Vapor ErrorSource.swift
[2370/2455] Compiling Vapor StackTrace.swift
[2371/2455] Compiling Vapor Exports.swift
[2372/2455] Compiling Vapor Application+HTTP.swift
[2373/2455] Compiling Vapor BasicResponder.swift
[2374/2455] Compiling Vapor BodyStream.swift
[2375/2455] Compiling Vapor Application+HTTP+Client.swift
[2376/2455] Compiling Vapor EventLoopHTTPClient.swift
[2377/2455] Compiling Vapor EndpointCache.swift
[2378/2455] Compiling Vapor HTTPMethod+String.swift
[2379/2455] Compiling Vapor AsyncBasicResponder.swift
[2380/2455] Compiling Vapor AsyncMiddleware.swift
[2381/2455] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2382/2455] Compiling Vapor AsyncSessionDriver.swift
[2383/2455] Compiling Vapor Authentication+Concurrency.swift
[2384/2455] Compiling Vapor Cache+Concurrency.swift
[2385/2455] Compiling Vapor Client+Concurrency.swift
[2386/2455] Compiling Vapor RequestBody+Concurrency.swift
[2387/2455] Compiling Vapor Responder+Concurrency.swift
[2388/2455] Compiling Vapor ResponseCodable+Concurrency.swift
[2389/2455] Compiling Vapor RoutesBuilder+Concurrency.swift
[2390/2455] Compiling Vapor ViewRenderer+Concurrency.swift
[2391/2455] Compiling Vapor WebSocket+Concurrency.swift
[2392/2455] Compiling Vapor ContainerGetPathExecutor.swift
[2393/2455] Compiling Vapor Content.swift
[2394/2455] Compiling Vapor ContentCoders.swift
[2395/2455] Compiling Vapor ContentConfiguration.swift
[2396/2455] Compiling Vapor ContentContainer.swift
[2397/2455] Compiling Vapor JSONCoder+Custom.swift
[2398/2455] Compiling Vapor JSONCoders+Content.swift
[2399/2455] Compiling Vapor PlaintextDecoder.swift
[2400/2455] Compiling Vapor PlaintextEncoder.swift
[2401/2455] Compiling Vapor URLQueryCoders.swift
[2402/2455] Compiling Vapor URLQueryContainer.swift
[2403/2455] Compiling Vapor HTTPStatus.swift
[2404/2455] Compiling Vapor HTTPCookies.swift
[2405/2455] Compiling Vapor HTTPHeaderCacheControl.swift
[2406/2455] Compiling Vapor HTTPHeaderExpires.swift
[2407/2455] Compiling Vapor HTTPHeaderLastModified.swift
[2408/2455] Compiling Vapor HTTPHeaders+Cache.swift
[2409/2455] Compiling Vapor HTTPHeaders+Connection.swift
[2410/2455] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2411/2455] Compiling Vapor HTTPHeaders+ContentRange.swift
[2412/2455] Compiling Vapor HTTPHeaders+Directive.swift
[2413/2455] Compiling Vapor HTTPHeaders+Forwarded.swift
[2414/2455] Compiling Vapor HTTPHeaders+Link.swift
[2415/2455] Compiling Vapor HTTPHeaders+Name.swift
[2416/2455] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2417/2455] Compiling Vapor HTTPHeaders.swift
[2418/2455] Compiling Vapor HTTPMediaType.swift
[2419/2455] Compiling Vapor HTTPMediaTypePreference.swift
[2420/2455] Compiling Vapor Responder.swift
[2421/2455] Compiling Vapor Application+HTTP+Server.swift
[2422/2455] Compiling Vapor HTTPServer.swift
[2423/2455] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2424/2455] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2425/2455] Compiling Vapor HTTPServerHandler.swift
[2426/2455] Compiling Vapor HTTPServerRequestDecoder.swift
[2427/2455] Compiling Vapor Bytes+Hex.swift
[2428/2455] Compiling Vapor Bytes+SecureCompare.swift
[2429/2455] Compiling Vapor Collection+Safe.swift
[2430/2455] Compiling Vapor DataProtocol+Copy.swift
[2431/2455] Compiling Vapor DecoderUnwrapper.swift
[2432/2455] Compiling Vapor DirectoryConfiguration.swift
[2433/2455] Compiling Vapor DotEnv.swift
[2434/2455] Compiling Vapor Extendable.swift
[2435/2455] Compiling Vapor File.swift
[2436/2455] Compiling Vapor FileIO.swift
[2437/2455] Compiling Vapor LifecycleHandler.swift
[2438/2455] Compiling Vapor OptionalType.swift
[2439/2455] Compiling Vapor RFC1123.swift
[2440/2455] Compiling Vapor SocketAddress+Hostname.swift
[2441/2455] Compiling Vapor Storage.swift
[2442/2455] Compiling Vapor String+IsIPAddress.swift
[2443/2455] Compiling Vapor Thread.swift
[2444/2455] Compiling Vapor URI.swift
[2445/2455] Compiling Vapor RangeResult.swift
[2446/2455] Compiling Vapor Validatable.swift
[2447/2455] Compiling Vapor Validation.swift
[2448/2455] Compiling Vapor ValidationKey.swift
[2449/2455] Compiling Vapor Validations.swift
[2450/2455] Compiling Vapor ValidationsError.swift
[2451/2456] Wrapping AST for Vapor for debugging
[2453/2463] Compiling Leaf LeafRenderer+ViewRenderer.swift
[2454/2463] Compiling Leaf Request+Leaf.swift
[2455/2463] Compiling Leaf LeafError+AbortError.swift
[2456/2463] Emitting module Leaf
[2457/2463] Compiling Leaf Application+Leaf.swift
[2458/2463] Compiling Leaf Exports.swift
[2459/2463] Compiling Leaf LeafEncoder.swift
[2460/2464] Wrapping AST for Leaf for debugging
[2462/2470] Compiling ReparseExample route.swift
[2463/2470] Compiling ReparseExample pages.swift
[2464/2470] Compiling ReparseExample entrypoint.swift
[2465/2470] Compiling ReparseExample configure.swift
[2466/2470] Emitting module ReparseExample
[2467/2470] Compiling ReparseExample SampleController.swift
[2468/2471] Wrapping AST for ReparseExample for debugging
[2469/2471] Write Objects.LinkFileList
[2470/2471] Linking ReparseExample
Build complete! (338.27s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.106.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
},
{
"identity" : "leaf",
"requirement" : {
"range" : [
{
"lower_bound" : "4.4.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/leaf.git"
}
],
"manifest_display_name" : "experimental-reparse-html",
"name" : "experimental-reparse-html",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "reparse",
"targets" : [
"reparse"
],
"type" : {
"executable" : null
}
},
{
"name" : "ReparseRuntime",
"targets" : [
"ReparseRuntime"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ReparsePlugin",
"targets" : [
"ReparsePlugin"
],
"type" : {
"plugin" : null
}
},
{
"name" : "ReparseExample",
"targets" : [
"ReparseExample"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "reparse",
"module_type" : "SwiftTarget",
"name" : "reparse",
"path" : "Sources/Tool",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"reparse",
"ReparsePlugin"
],
"sources" : [
"Reparse.swift"
],
"target_dependencies" : [
"ReparseCore"
],
"type" : "executable"
},
{
"c99name" : "ReparseRuntime",
"module_type" : "SwiftTarget",
"name" : "ReparseRuntime",
"path" : "Sources/Runtime",
"product_memberships" : [
"reparse",
"ReparseRuntime",
"ReparsePlugin",
"ReparseExample"
],
"sources" : [
"SwiftAttributeStorage.swift",
"SwiftLineCommand.swift",
"SwiftLineStorage.swift",
"SwiftSlotStorage.swift"
],
"type" : "library"
},
{
"c99name" : "ReparsePlugin",
"module_type" : "PluginTarget",
"name" : "ReparsePlugin",
"path" : "Plugins/ReparsePlugin",
"plugin_capability" : {
"intent" : {
"description" : "This command will compile the html templates into the source code.",
"type" : "custom",
"verb" : "reparse"
},
"permissions" : [
{
"network_scope" : {
"none" : {
}
},
"reason" : "This command (re)compiles the html templates.",
"type" : "writeToPackageDirectory"
}
],
"type" : "command"
},
"product_memberships" : [
"ReparsePlugin"
],
"sources" : [
"ReparsePlugin.swift"
],
"target_dependencies" : [
"reparse"
],
"type" : "plugin"
},
{
"c99name" : "ReparseExample",
"module_type" : "SwiftTarget",
"name" : "ReparseExample",
"path" : "Sources/Example",
"product_dependencies" : [
"Leaf",
"Vapor"
],
"product_memberships" : [
"ReparseExample"
],
"sources" : [
"Controllers/SampleController.swift",
"configure.swift",
"entrypoint.swift",
"pages.swift",
"route.swift"
],
"target_dependencies" : [
"ReparseRuntime"
],
"type" : "executable"
},
{
"c99name" : "ReparseCore",
"module_type" : "SwiftTarget",
"name" : "ReparseCore",
"path" : "Sources/Core",
"product_memberships" : [
"reparse",
"ReparsePlugin"
],
"sources" : [
"AST.swift",
"ASTStorage.swift",
"PageProperties.swift",
"Parser.swift",
"ReparseCore.swift",
"SimpleHtmlParser.swift",
"SwiftCodeGenerator.swift",
"SwiftOutputBuilder.swift",
"SwiftPageSignatures.swift"
],
"target_dependencies" : [
"ReparseRuntime"
],
"type" : "library"
},
{
"c99name" : "ExampleTests",
"module_type" : "SwiftTarget",
"name" : "ExampleTests",
"path" : "Tests/ExampleTests",
"product_dependencies" : [
"XCTVapor",
"Vapor",
"Leaf"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/ExampleTests/Views",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"ExampleTests.swift"
],
"target_dependencies" : [
"ReparseExample"
],
"type" : "test"
}
],
"tools_version" : "5.9"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.