Build Information
Successful build of experimental-reparse-html, reference master (00432e
), with Swift 6.1 for Android on 29 May 2025 20:58:34 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/RussBaz/experimental-reparse-html.git
Reference: master
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
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
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 master
========================================
Build
========================================
Selected platform: android
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-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/vapor/leaf.git
Fetching https://github.com/vapor/vapor.git
[1/3956] Fetching leaf
[3957/78334] Fetching leaf, vapor
[16602/93713] Fetching leaf, vapor, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.27s)
[54534/78334] Fetching leaf, vapor
Fetched https://github.com/vapor/leaf.git from cache (2.45s)
Fetched https://github.com/vapor/vapor.git from cache (2.49s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.1 (3.13s)
Computing version for https://github.com/vapor/leaf.git
Computed https://github.com/vapor/leaf.git at 4.5.0 (1.56s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/vapor/leaf-kit.git
[1/4938] Fetching leaf-kit
[1680/10897] Fetching leaf-kit, swift-algorithms
Fetched https://github.com/vapor/leaf-kit.git from cache (0.64s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.66s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (3.42s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.43s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (1.63s)
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/vapor/multipart-kit.git
[1/1710] Fetching swift-atomics
[2/6684] Fetching swift-atomics, swift-distributed-tracing
[6685/8890] Fetching swift-atomics, swift-distributed-tracing, swift-metrics
[6686/12209] Fetching swift-atomics, swift-distributed-tracing, swift-metrics, multipart-kit
[7338/13272] Fetching swift-atomics, swift-distributed-tracing, swift-metrics, multipart-kit, swift-service-context
[7466/15881] Fetching swift-atomics, swift-distributed-tracing, swift-metrics, multipart-kit, swift-service-context, websocket-kit
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.74s)
Fetching https://github.com/apple/swift-log.git
Fetched https://github.com/apple/swift-atomics.git from cache (0.78s)
Fetched https://github.com/apple/swift-metrics.git from cache (0.78s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-http2.git
[5300/10827] Fetching multipart-kit, swift-service-context, websocket-kit, swift-log
[9136/16741] Fetching multipart-kit, swift-service-context, websocket-kit, swift-log, swift-nio-extras
[10497/28268] Fetching multipart-kit, swift-service-context, websocket-kit, swift-log, swift-nio-extras, swift-nio-http2
Fetched https://github.com/apple/swift-log.git from cache (0.47s)
Fetching https://github.com/apple/swift-nio-ssl.git
[12366/24432] Fetching multipart-kit, swift-service-context, websocket-kit, swift-nio-extras, swift-nio-http2
[24433/39275] Fetching multipart-kit, swift-service-context, websocket-kit, swift-nio-extras, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-service-context.git from cache (4.27s)
Fetched https://github.com/vapor/websocket-kit.git from cache (4.27s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/vapor/routing-kit.git
Fetched https://github.com/vapor/multipart-kit.git from cache (4.32s)
Fetching https://github.com/apple/swift-crypto.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (3.58s)
Fetching https://github.com/vapor/console-kit.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (3.59s)
Fetching https://github.com/vapor/async-kit.git
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.21s)
Fetching https://github.com/swift-server/async-http-client.git
[1/20727] Fetching routing-kit
[9743/26374] Fetching routing-kit, console-kit
[16355/28744] Fetching routing-kit, console-kit, async-kit
[19866/42680] Fetching routing-kit, console-kit, async-kit, swift-crypto
[24815/118788] Fetching routing-kit, console-kit, async-kit, swift-crypto, swift-nio
[24816/132802] Fetching routing-kit, console-kit, async-kit, swift-crypto, swift-nio, async-http-client
Fetched https://github.com/vapor/async-kit.git from cache (0.65s)
Fetched https://github.com/vapor/console-kit.git from cache (0.66s)
[41955/124785] Fetching routing-kit, swift-crypto, swift-nio, async-http-client
Fetched https://github.com/vapor/routing-kit.git from cache (2.52s)
[97209/104058] Fetching swift-crypto, swift-nio, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (2.40s)
[88522/90044] Fetching swift-crypto, swift-nio
Fetched https://github.com/apple/swift-crypto.git from cache (2.64s)
Fetched https://github.com/apple/swift-nio.git from cache (4.49s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (9.82s)
Computing version for https://github.com/vapor/leaf-kit.git
Computed https://github.com/vapor/leaf-kit.git at 1.13.1 (0.99s)
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.51s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.46s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.54s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.82s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4391] Fetching swift-system
[3470/20982] Fetching swift-system, swift-collections
[2821/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.38s)
Fetched https://github.com/apple/swift-collections.git from cache (1.38s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.89s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.55s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2667] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.42s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (1.02s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.61s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.47s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (0.63s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/904] Fetching swift-http-types
[905/3330] Fetching swift-http-types, swift-service-lifecycle
[1463/4920] Fetching swift-http-types, swift-service-lifecycle, swift-asn1
[1641/9905] Fetching swift-http-types, swift-service-lifecycle, swift-asn1, swift-async-algorithms
[3507/16060] Fetching swift-http-types, swift-service-lifecycle, swift-asn1, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-http-types.git from cache (0.35s)
[7446/15156] Fetching swift-service-lifecycle, swift-asn1, swift-async-algorithms, swift-certificates
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.47s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.52s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.58s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.58s)
[1/1141] Fetching swift-http-structured-headers
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.31s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (2.91s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.71s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (1.05s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.27s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.85s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.94s)
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.83s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.54s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.92s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (3.17s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.94s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.57s)
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.88s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.64s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.64s)
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/vapor/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-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.115.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
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-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-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.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-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-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-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/vapor/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/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
[1/1] Compiling plugin ReparsePlugin
[2/2] Compiling plugin GenerateManual
Building for debugging...
[2/914] Write sources
[9/914] Write swift-version-24593BA9C3E375BF.txt
[9/914] Write sources
[13/914] Compiling _NumericsShims _NumericsShims.c
[14/919] Compiling a_i2d_fp.cc
[15/919] Compiling a_dup.cc
[16/919] Compiling a_bool.cc
[17/919] Write sources
[21/919] Compiling a_bitstr.cc
[22/919] Compiling a_d2i_fp.cc
[23/919] Compiling _AtomicsShims.c
[24/919] Write sources
[31/919] Emitting module ReparseRuntime
[31/933] Compiling a_gentm.cc
[31/933] Write sources
[59/940] Compiling a_int.cc
[61/950] Emitting module RealModule
[62/951] Compiling RealModule RealFunctions.swift
[63/951] Emitting module ServiceContextModule
[64/951] Compiling ReparseRuntime SwiftLineCommand.swift
[65/951] Compiling ReparseRuntime SwiftLineStorage.swift
[66/951] Compiling RealModule ElementaryFunctions.swift
[67/951] Compiling ReparseRuntime SwiftAttributeStorage.swift
[68/951] Emitting module _NIOBase64
[69/951] Compiling _NIOBase64 Base64.swift
[70/951] Emitting module ArgumentParserToolInfo
[71/951] Compiling ArgumentParserToolInfo ToolInfo.swift
[72/953] Compiling ServiceContextModule ServiceContext.swift
[73/953] Compiling ReparseRuntime SwiftLineStorage.swift
[74/953] Compiling ReparseRuntime SwiftLineCommand.swift
[75/953] Compiling ReparseRuntime SwiftSlotStorage.swift
[76/953] Compiling ServiceContextModule ServiceContextKey.swift
[77/953] Compiling RealModule AugmentedArithmetic.swift
[78/953] Compiling RealModule Double+Real.swift
[79/953] Compiling RealModule AlgebraicField.swift
[80/953] Compiling RealModule ApproximateEquality.swift
[81/953] Compiling ReparseRuntime SwiftSlotStorage.swift
[82/955] Emitting module ReparseRuntime
[83/955] Compiling ReparseRuntime SwiftAttributeStorage.swift
[84/955] Compiling RealModule Float+Real.swift
[85/955] Compiling RealModule Float16+Real.swift
[86/956] Compiling RealModule Float80+Real.swift
[87/956] Compiling RealModule Real.swift
[88/956] Emitting module _NIODataStructures
[89/957] Compiling _NIODataStructures PriorityQueue.swift
[90/957] Compiling _NIODataStructures Heap.swift
[91/957] Compiling _NIODataStructures _TinyArray.swift
[98/958] Wrapping AST for _NIOBase64 for debugging
[99/1034] Wrapping AST for ArgumentParserToolInfo for debugging
[100/1034] Wrapping AST for ReparseRuntime for debugging
[102/1034] Compiling Instrumentation NoOpInstrument.swift
[103/1034] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[104/1034] Compiling InternalCollectionsUtilities Debugging.swift
[105/1035] Emitting module Instrumentation
[106/1035] Compiling Instrumentation MultiplexInstrument.swift
[106/1035] Wrapping AST for _NIODataStructures for debugging
[107/1035] Wrapping AST for ServiceContextModule for debugging
[109/1035] Compiling InternalCollectionsUtilities Descriptions.swift
[110/1035] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[111/1035] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[112/1035] Compiling Instrumentation Instrument.swift
[113/1035] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[113/1035] Wrapping AST for ReparseRuntime for debugging
[114/1035] Write sources
[119/1035] Wrapping AST for RealModule for debugging
[120/1035] Write sources
[124/1035] Compiling CVaporBcrypt blf.c
[126/1035] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[127/1035] Compiling InternalCollectionsUtilities UInt+reversed.swift
[127/1035] Compiling CVaporBcrypt bcrypt.c
[128/1038] Compiling CSystem shims.c
[130/1038] Compiling ReparseCore AST.swift
[131/1038] Compiling ReparseCore ASTStorage.swift
[132/1038] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[133/1038] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[134/1038] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[135/1038] Compiling InternalCollectionsUtilities _SortedCollection.swift
[136/1038] Emitting module InternalCollectionsUtilities
[137/1067] Compiling CNIOWindows shim.c
[139/1067] Compiling CoreMetrics Metrics.swift
[140/1131] Emitting module CoreMetrics
[141/1131] Compiling CoreMetrics Locks.swift
[142/1135] Compiling Logging Locks.swift
[143/1135] Emitting module Logging
[144/1136] Compiling Logging Logging.swift
[145/1136] Compiling Logging MetadataProvider.swift
[146/1136] Compiling Logging LogHandler.swift
[147/1137] Compiling Instrumentation InstrumentationSystem.swift
[148/1137] Compiling Instrumentation Locks.swift
[152/1138] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[153/1138] Compiling _RopeModule BigString+Chunk+Breaks.swift
[154/1138] Compiling _RopeModule BigString+Chunk+Counts.swift
[155/1138] Compiling _RopeModule BigString+Chunk+Description.swift
[156/1138] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[157/1138] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[158/1138] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[159/1141] Emitting module SystemPackage
[160/1141] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[161/1141] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[162/1141] Compiling _RopeModule BigString+Sequence.swift
[163/1141] Compiling _RopeModule BigString+TextOutputStream.swift
[164/1198] Compiling ReparseCore SwiftOutputBuilder.swift
[165/1205] Compiling OrderedCollections OrderedSet+Descriptions.swift
[166/1205] Compiling OrderedCollections OrderedSet+Diffing.swift
[167/1205] Compiling OrderedCollections OrderedSet+Equatable.swift
[168/1205] Compiling ReparseCore PageProperties.swift
[169/1206] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[170/1206] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[171/1206] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[172/1206] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[173/1206] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[174/1206] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[175/1206] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[176/1213] Compiling ReparseCore SwiftOutputBuilder.swift
[177/1213] Compiling ReparseCore SwiftCodeGenerator.swift
[178/1213] Emitting module RoutingKit
[179/1213] Compiling RoutingKit PathComponent.swift
[180/1213] Compiling OrderedCollections _HashTable+Testing.swift
[181/1213] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[182/1213] Compiling OrderedCollections _HashTable.swift
[183/1213] Compiling OrderedCollections _Hashtable+Header.swift
[184/1213] Compiling ReparseCore SimpleHtmlParser.swift
[185/1213] Compiling ReparseCore SwiftCodeGenerator.swift
[186/1213] Emitting module ReparseCore
[187/1213] Compiling OrderedCollections OrderedDictionary+Codable.swift
[188/1213] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[189/1213] Compiling OrderedCollections _HashTable+Bucket.swift
[190/1213] Compiling OrderedCollections _HashTable+BucketIterator.swift
[191/1213] Compiling OrderedCollections _HashTable+Constants.swift
[192/1213] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[193/1213] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[194/1213] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[195/1213] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[196/1213] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[197/1213] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[198/1213] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[199/1213] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[200/1213] Emitting module ReparseCore
[203/1213] Compiling ReparseCore SwiftPageSignatures.swift
[204/1213] Compiling RoutingKit Router.swift
[205/1213] Compiling RoutingKit TrieRouter.swift
[206/1213] Compiling ReparseCore ReparseCore.swift
[207/1213] Compiling ReparseCore SimpleHtmlParser.swift
[214/1213] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[215/1213] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[216/1213] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[217/1213] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[220/1222] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[221/1222] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[222/1222] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[223/1222] Compiling OrderedCollections OrderedDictionary+Elements.swift
[224/1222] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[225/1222] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[226/1222] Compiling ReparseCore SwiftPageSignatures.swift
[227/1223] Emitting module Metrics
[228/1223] Compiling Metrics Metrics.swift
[231/1224] Compiling ReparseCore PageProperties.swift
[232/1224] Compiling ReparseCore Parser.swift
[233/1225] Compiling OrderedCollections OrderedSet+Initializers.swift
[234/1225] Compiling OrderedCollections OrderedSet+Insertions.swift
[235/1225] Compiling OrderedCollections OrderedSet+Invariants.swift
[236/1225] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[237/1225] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[238/1225] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[239/1225] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[240/1225] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[241/1225] Compiling OrderedCollections OrderedDictionary.swift
[242/1225] Compiling OrderedCollections OrderedSet+Codable.swift
[243/1225] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[247/1225] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[248/1225] Compiling OrderedCollections OrderedSet+Hashable.swift
[249/1225] Compiling RoutingKit AnyRouter.swift
[250/1225] Compiling RoutingKit Parameters.swift
[263/1232] Compiling OrderedCollections OrderedSet+Sendable.swift
[264/1232] Compiling OrderedCollections OrderedSet+SubSequence.swift
[265/1232] Compiling OrderedCollections OrderedSet+Testing.swift
[266/1232] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[267/1232] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[268/1232] Compiling OrderedCollections OrderedSet.swift
[269/1232] Compiling OrderedCollections _UnsafeBitset.swift
[271/1322] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[272/1322] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[273/1322] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[274/1322] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[275/1322] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[276/1322] Compiling HashTreeCollections _HashNode+Structural merge.swift
[277/1322] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[278/1322] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[279/1322] Compiling HashTreeCollections _AncestorHashSlots.swift
[280/1322] Compiling HashTreeCollections _Bitmap.swift
[281/1322] Compiling HashTreeCollections _Bucket.swift
[282/1322] Compiling HashTreeCollections _Hash.swift
[283/1322] Compiling HashTreeCollections _HashLevel.swift
[284/1322] Compiling HashTreeCollections _HashNode+Builder.swift
[285/1322] Compiling HashTreeCollections _HashNode+Debugging.swift
[286/1322] Compiling HashTreeCollections _HashNode+Initializers.swift
[287/1322] Compiling HashTreeCollections _HashNode+Invariants.swift
[288/1322] Compiling HashTreeCollections _HashNode+Lookups.swift
[289/1322] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[290/1322] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[291/1322] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[292/1322] Compiling HashTreeCollections _HashNode+Storage.swift
[293/1322] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[294/1322] Compiling HashTreeCollections _HashNode+Structural filter.swift
[295/1322] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[296/1322] Compiling HeapModule Heap+Descriptions.swift
[297/1337] Emitting module ArgumentParser
[298/1337] Compiling DequeModule Deque+Codable.swift
[299/1337] Compiling DequeModule Deque+Collection.swift
[300/1337] Compiling DequeModule Deque+CustomReflectable.swift
[301/1337] Compiling DequeModule Deque+Descriptions.swift
[302/1337] Compiling DequeModule Deque+Equatable.swift
[303/1337] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[304/1337] Compiling HashTreeCollections TreeDictionary+Keys.swift
[305/1337] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[306/1337] Compiling HashTreeCollections TreeDictionary+Merge.swift
[307/1337] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[308/1337] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[309/1337] Compiling HashTreeCollections TreeDictionary+Values.swift
[310/1337] Compiling HashTreeCollections TreeDictionary.swift
[311/1337] Compiling HashTreeCollections TreeSet+Codable.swift
[312/1337] Compiling HashTreeCollections TreeSet+Collection.swift
[313/1337] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[314/1337] Compiling HashTreeCollections TreeSet+Debugging.swift
[315/1337] Compiling HashTreeCollections TreeSet+Descriptions.swift
[316/1337] Compiling HashTreeCollections TreeSet+Equatable.swift
[317/1337] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[318/1337] Compiling HashTreeCollections TreeSet+Extras.swift
[319/1337] Compiling HashTreeCollections TreeSet+Filter.swift
[320/1337] Compiling HashTreeCollections TreeSet+Hashable.swift
[321/1337] Compiling HashTreeCollections TreeSet+Sendable.swift
[322/1337] Compiling HeapModule _HeapNode.swift
[323/1337] Compiling Tracing InstrumentationSystem+Tracing.swift
[324/1337] Compiling Tracing NoOpTracer.swift
[325/1337] Compiling HeapModule Heap+Invariants.swift
[326/1337] Compiling HeapModule Heap+UnsafeHandle.swift
[327/1337] Compiling HeapModule Heap.swift
[328/1337] Emitting module Tracing
[329/1337] Compiling Tracing TracingTime.swift
[332/1339] Compiling DequeModule _DequeBuffer.swift
[333/1339] Compiling DequeModule _DequeBufferHeader.swift
[334/1339] Emitting module HeapModule
[335/1340] Compiling Tracing TracerProtocol.swift
[339/1340] Compiling HashTreeCollections _HashNode+Structural union.swift
[340/1340] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[341/1340] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[349/1340] Compiling DequeModule _DequeSlot.swift
[350/1340] Compiling DequeModule _UnsafeWrappedBuffer.swift
[354/1340] Compiling DequeModule Deque+Extras.swift
[355/1340] Compiling DequeModule Deque+Hashable.swift
[356/1340] Compiling Tracing TracerProtocol+Legacy.swift
[357/1340] Compiling Tracing Tracer.swift
[360/1340] Compiling HashTreeCollections TreeSet+Sequence.swift
[361/1340] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[362/1340] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[363/1340] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[364/1340] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[365/1340] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[366/1340] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[367/1340] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[376/1350] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[385/1350] Compiling DequeModule Deque+Testing.swift
[386/1350] Compiling DequeModule Deque._Storage.swift
[394/1350] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[395/1350] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[396/1350] Compiling HashTreeCollections _HashNode.swift
[396/1350] Wrapping AST for SystemPackage for debugging
[399/1350] Wrapping AST for RoutingKit for debugging
[411/1350] Emitting module DequeModule
[414/1350] Compiling HashTreeCollections _UnmanagedHashNode.swift
[415/1350] Compiling HashTreeCollections _UnsafePath.swift
[416/1350] Compiling HashTreeCollections TreeDictionary+Codable.swift
[417/1350] Compiling HashTreeCollections TreeDictionary+Collection.swift
[418/1350] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[418/1350] Wrapping AST for ReparseCore for debugging
[421/1350] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[422/1350] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[423/1350] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[424/1350] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[425/1350] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[426/1350] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[427/1350] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[428/1350] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[429/1350] Compiling HashTreeCollections TreeSet.swift
[430/1350] Emitting module OrderedCollections
[431/1351] Compiling Tracing SpanProtocol.swift
[432/1351] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[433/1351] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[434/1351] Compiling HashTreeCollections TreeDictionary+Filter.swift
[435/1351] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[436/1351] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[445/1352] Compiling DequeModule Deque._UnsafeHandle.swift
[446/1352] Compiling DequeModule Deque.swift
[446/1353] Wrapping AST for Metrics for debugging
[448/1353] Compiling ReparseCore ReparseCore.swift
[449/1353] Compiling ReparseCore Parser.swift
[452/1354] Emitting module _RopeModule
[454/1354] Wrapping AST for Logging for debugging
[456/1354] Compiling HashTreeCollections _HashStack.swift
[457/1354] Compiling HashTreeCollections _HashTreeIterator.swift
[458/1354] Compiling HashTreeCollections _HashTreeStatistics.swift
[459/1354] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[460/1354] Compiling HashTreeCollections _RawHashNode.swift
[460/1355] Wrapping AST for InternalCollectionsUtilities for debugging
[472/1355] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[473/1355] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[473/1355] Wrapping AST for Instrumentation for debugging
[474/1355] Wrapping AST for HeapModule for debugging
[475/1355] Wrapping AST for OrderedCollections for debugging
[476/1355] Compiling CNIOWindows WSAStartup.c
[477/1355] Wrapping AST for ReparseCore for debugging
[478/1355] Wrapping AST for Tracing for debugging
[479/1355] Wrapping AST for CoreMetrics for debugging
[480/1355] Wrapping AST for DequeModule for debugging
[481/1355] Compiling CNIOWASI CNIOWASI.c
[482/1355] Compiling CNIOLinux liburing_shims.c
[505/1355] Compiling CNIOLinux shim.c
[505/1355] Compiling CNIOSHA1 c_nio_sha1.c
[505/1355] Compiling CNIOExtrasZlib empty.c
[505/1355] Compiling CNIODarwin shim.c
[509/1355] Compiling CNIOLLHTTP c_nio_http.c
[510/1355] Compiling fiat_p256_adx_sqr.S
[511/1356] Compiling CNIOLLHTTP c_nio_api.c
[512/1357] Compiling fiat_p256_adx_mul.S
[513/1357] Compiling fiat_curve25519_adx_square.S
[514/1357] Wrapping AST for ArgumentParser for debugging
[515/1357] Compiling fiat_curve25519_adx_mul.S
[517/1357] Compiling HashTreeCollections _HashNodeHeader.swift
[518/1357] Compiling HashTreeCollections _HashSlot.swift
[546/1358] Compiling CNIOLLHTTP c_nio_llhttp.c
[548/1358] Emitting module reparse
[549/1358] Compiling reparse Reparse.swift
[551/1359] Compiling CNIOBoringSSLShims shims.c
[552/1359] Wrapping AST for reparse for debugging
[553/1359] Write Objects.LinkFileList
[555/1359] Emitting module HashTreeCollections
[555/1360] Compiling tls_method.cc
[557/1360] Wrapping AST for _RopeModule for debugging
[558/1360] Compiling tls13_server.cc
[559/1360] Wrapping AST for HashTreeCollections for debugging
[560/1360] Linking reparse-tool
[561/1360] Compiling tls_record.cc
[562/1360] Compiling tls13_client.cc
[563/1360] Compiling tls13_enc.cc
[564/1360] Compiling t1_enc.cc
[565/1360] Compiling tls13_both.cc
[566/1360] Compiling ssl_privkey.cc
[567/1360] Compiling ssl_versions.cc
[568/1360] Compiling ssl_transcript.cc
[569/1360] Compiling ssl_x509.cc
[570/1360] Compiling ssl_stat.cc
[571/1360] Compiling ssl_session.cc
[572/1360] Compiling ssl_key_share.cc
[573/1360] Compiling ssl_credential.cc
[574/1360] Compiling ssl_cipher.cc
[575/1360] Compiling ssl_cert.cc
[576/1360] Compiling ssl_lib.cc
[577/1360] Compiling ssl_file.cc
[578/1360] Compiling ssl_buffer.cc
[579/1360] Compiling ssl_asn1.cc
[580/1360] Compiling s3_pkt.cc
[581/1360] Compiling ssl_aead_ctx.cc
[582/1360] Compiling s3_lib.cc
[583/1360] Compiling s3_both.cc
[584/1360] Compiling handshake_server.cc
[585/1360] Compiling handoff.cc
[586/1360] Compiling handshake_client.cc
[587/1360] Compiling handshake.cc
[588/1360] Compiling dtls_record.cc
[589/1360] Compiling encrypted_client_hello.cc
[590/1360] Compiling md5-x86_64-linux.S
[591/1360] Compiling md5-x86_64-apple.S
[592/1360] Compiling d1_srtp.cc
[593/1360] Compiling md5-586-linux.S
[594/1360] Compiling md5-586-apple.S
[595/1360] Compiling chacha20_poly1305_x86_64-linux.S
[596/1360] Compiling dtls_method.cc
[597/1360] Compiling d1_lib.cc
[598/1360] Compiling chacha20_poly1305_x86_64-apple.S
[599/1360] Compiling chacha20_poly1305_armv8-win.S
[600/1360] Compiling d1_pkt.cc
[601/1360] Compiling chacha20_poly1305_armv8-apple.S
[602/1360] Compiling chacha-x86_64-linux.S
[603/1360] Compiling chacha20_poly1305_armv8-linux.S
[604/1360] Compiling chacha-x86_64-apple.S
[605/1360] Compiling chacha-x86-apple.S
[606/1360] Compiling bio_ssl.cc
[607/1360] Compiling chacha-x86-linux.S
[608/1360] Compiling chacha-armv8-win.S
[609/1360] Compiling chacha-armv8-apple.S
[610/1360] Compiling extensions.cc
[611/1360] Compiling chacha-armv4-linux.S
[612/1360] Compiling aes128gcmsiv-x86_64-linux.S
[613/1360] Compiling aes128gcmsiv-x86_64-apple.S
[614/1360] Compiling chacha-armv8-linux.S
[615/1360] Compiling x86_64-mont5-linux.S
[616/1360] Compiling x86_64-mont-linux.S
[617/1360] Compiling x86_64-mont5-apple.S
[618/1360] Compiling x86_64-mont-apple.S
[619/1360] Compiling vpaes-x86_64-linux.S
[620/1360] Compiling x86-mont-linux.S
[621/1360] Compiling x86-mont-apple.S
[622/1360] Compiling vpaes-x86_64-apple.S
[623/1360] Compiling vpaes-armv8-win.S
[624/1360] Compiling vpaes-x86-linux.S
[625/1360] Compiling vpaes-armv8-apple.S
[626/1360] Compiling vpaes-armv8-linux.S
[627/1360] Compiling vpaes-x86-apple.S
[628/1360] Compiling err_data.cc
[629/1360] Compiling sha512-x86_64-linux.S
[630/1360] Compiling vpaes-armv7-linux.S
[631/1360] Compiling sha512-x86_64-apple.S
[632/1360] Compiling sha512-armv8-win.S
[632/1360] Compiling sha512-armv8-apple.S
[634/1360] Compiling sha512-armv4-linux.S
[635/1360] Compiling d1_both.cc
[636/1360] Compiling sha512-586-linux.S
[637/1360] Compiling sha512-armv8-linux.S
[638/1360] Compiling sha256-x86_64-apple.S
[639/1360] Compiling sha256-x86_64-linux.S
[640/1360] Compiling sha512-586-apple.S
[641/1360] Compiling sha256-armv8-win.S
[642/1360] Compiling sha256-armv8-linux.S
[643/1360] Compiling sha256-armv4-linux.S
[644/1360] Compiling sha256-586-linux.S
[645/1360] Compiling sha256-armv8-apple.S
[646/1360] Compiling sha1-x86_64-linux.S
[647/1360] Compiling sha1-x86_64-apple.S
[648/1360] Compiling sha1-armv8-linux.S
[649/1360] Compiling sha256-586-apple.S
[650/1360] Compiling sha1-armv8-win.S
[651/1360] Compiling sha1-armv4-large-linux.S
[652/1360] Compiling sha1-586-linux.S
[653/1360] Compiling sha1-586-apple.S
[654/1360] Compiling sha1-armv8-apple.S
[655/1360] Compiling rsaz-avx2-apple.S
[656/1360] Compiling rdrand-x86_64-linux.S
[657/1360] Compiling rdrand-x86_64-apple.S
[657/1360] Compiling rsaz-avx2-linux.S
[659/1360] Compiling p256_beeu-x86_64-asm-linux.S
[660/1360] Compiling p256_beeu-armv8-asm-apple.S
[661/1360] Compiling p256-x86_64-asm-linux.S
[662/1360] Compiling p256_beeu-armv8-asm-win.S
[663/1360] Compiling p256_beeu-armv8-asm-linux.S
[664/1360] Compiling p256-x86_64-asm-apple.S
[665/1360] Compiling p256-armv8-asm-win.S
[666/1360] Compiling p256_beeu-x86_64-asm-apple.S
[667/1360] Compiling p256-armv8-asm-apple.S
[668/1360] Compiling ghashv8-armv8-win.S
[669/1360] Compiling ghashv8-armv8-linux.S
[670/1360] Compiling p256-armv8-asm-linux.S
[671/1360] Compiling ghashv8-armv8-apple.S
[672/1360] Compiling ghashv8-armv7-linux.S
[673/1360] Compiling ghash-x86_64-apple.S
[674/1360] Compiling ghash-x86_64-linux.S
[675/1360] Compiling ghash-ssse3-x86_64-linux.S
[676/1360] Compiling ghash-ssse3-x86_64-apple.S
[677/1360] Compiling ghash-x86-apple.S
[678/1360] Compiling ghash-x86-linux.S
[679/1360] Compiling ghash-ssse3-x86-linux.S
[680/1360] Compiling ghash-ssse3-x86-apple.S
[681/1360] Compiling ghash-neon-armv8-win.S
[682/1360] Compiling ghash-neon-armv8-apple.S
[683/1360] Compiling ghash-armv4-linux.S
[684/1360] Compiling ghash-neon-armv8-linux.S
[685/1360] Compiling co-586-linux.S
[686/1360] Compiling co-586-apple.S
[687/1360] Compiling bsaes-armv7-linux.S
[688/1360] Compiling bn-586-apple.S
[689/1360] Compiling bn-armv8-win.S
[689/1360] Compiling bn-armv8-linux.S
[691/1360] Compiling bn-armv8-apple.S
[692/1360] Compiling bn-586-linux.S
[693/1360] Compiling armv8-mont-win.S
[694/1360] Compiling aesv8-gcm-armv8-win.S
[695/1360] Compiling armv4-mont-linux.S
[696/1360] Compiling armv8-mont-apple.S
[697/1360] Compiling armv8-mont-linux.S
[698/1360] Compiling aesv8-gcm-armv8-apple.S
[698/1360] Compiling aesv8-armv8-win.S
[698/1360] Compiling aesv8-gcm-armv8-linux.S
[701/1360] Compiling aesv8-armv8-apple.S
[702/1360] Compiling aesv8-armv8-linux.S
[703/1360] Compiling aesni-x86-apple.S
[704/1360] Compiling aesv8-armv7-linux.S
[705/1360] Compiling aesni-x86_64-linux.S
[706/1360] Compiling aesni-gcm-x86_64-linux.S
[707/1360] Compiling aesni-x86-linux.S
[708/1360] Compiling aes-gcm-avx2-x86_64-apple.S
[709/1360] Compiling aesni-gcm-x86_64-apple.S
[710/1360] Compiling aesni-x86_64-apple.S
[711/1360] Compiling aes-gcm-avx2-x86_64-linux.S
[712/1360] Compiling aes-gcm-avx10-x86_64-apple.S
[713/1360] Compiling aes-gcm-avx10-x86_64-linux.S
[714/1360] Compiling x_val.cc
[715/1360] Compiling x_sig.cc
[716/1360] Compiling x_spki.cc
[717/1360] Compiling x_pubkey.cc
[718/1360] Compiling x_name.cc
[719/1360] Compiling x_x509a.cc
[720/1360] Compiling x_x509.cc
[721/1360] Compiling x_req.cc
[722/1360] Compiling x509rset.cc
[723/1360] Compiling x_exten.cc
[724/1360] Compiling x_all.cc
[725/1360] Compiling x_crl.cc
[726/1360] Compiling x509spki.cc
[727/1360] Compiling x_attrib.cc
[728/1360] Compiling x_algor.cc
[729/1360] Compiling x509name.cc
[730/1360] Compiling x509cset.cc
[731/1360] Compiling x509_v3.cc
[732/1360] Compiling x509_vpm.cc
[733/1360] Compiling x509_txt.cc
[734/1360] Compiling x509_req.cc
[735/1360] Compiling x509_vfy.cc
[736/1360] Compiling x509_trs.cc
[737/1360] Compiling x509_obj.cc
[738/1360] Compiling x509_set.cc
[739/1360] Compiling x509_d2.cc
[740/1360] Compiling x509_lu.cc
[741/1360] Compiling x509_def.cc
[742/1360] Compiling x509_ext.cc
[743/1360] Compiling x509_att.cc
[744/1360] Compiling x509_cmp.cc
[745/1360] Compiling x509.cc
[746/1360] Compiling v3_pcons.cc
[747/1360] Compiling v3_pmaps.cc
[748/1360] Compiling v3_utl.cc
[749/1360] Compiling v3_purp.cc
[750/1360] Compiling v3_skey.cc
[751/1360] Compiling v3_prn.cc
[752/1360] Compiling v3_ocsp.cc
[753/1360] Compiling v3_lib.cc
[754/1360] Compiling v3_ncons.cc
[755/1360] Compiling v3_int.cc
[756/1360] Compiling v3_ia5.cc
[757/1360] Compiling v3_info.cc
[758/1360] Compiling v3_crld.cc
[759/1360] Compiling v3_enum.cc
[760/1360] Compiling v3_extku.cc
[761/1360] Compiling v3_genn.cc
[762/1360] Compiling v3_bcons.cc
[763/1360] Compiling v3_alt.cc
[764/1360] Compiling v3_bitst.cc
[765/1360] Compiling v3_cpols.cc
[766/1360] Compiling v3_conf.cc
[767/1360] Compiling v3_akey.cc
[768/1360] Compiling t_req.cc
[769/1360] Compiling policy.cc
[770/1360] Compiling t_x509.cc
[771/1360] Compiling v3_akeya.cc
[772/1360] Compiling name_print.cc
[773/1360] Compiling rsa_pss.cc
[774/1360] Compiling t_x509a.cc
[775/1360] Compiling i2d_pr.cc
[776/1360] Compiling t_crl.cc
[777/1360] Compiling asn1_gen.cc
[778/1360] Compiling by_dir.cc
[779/1360] Compiling algorithm.cc
[780/1360] Compiling a_sign.cc
[781/1360] Compiling by_file.cc
[782/1360] Compiling a_digest.cc
[783/1360] Compiling thread_win.cc
[784/1360] Compiling a_verify.cc
[785/1360] Compiling thread_pthread.cc
[786/1360] Compiling voprf.cc
[787/1360] Compiling thread_none.cc
[788/1360] Compiling trust_token.cc
[789/1360] Compiling pmbtoken.cc
[790/1360] Compiling thread.cc
[791/1360] Compiling siphash.cc
[792/1360] Compiling rsa_print.cc
[793/1360] Compiling stack.cc
[794/1360] Compiling sha512.cc
[795/1360] Compiling slhdsa.cc
[796/1360] Compiling rsa_extra.cc
[797/1360] Compiling sha1.cc
[798/1360] Compiling sha256.cc
[799/1360] Compiling spake2plus.cc
[800/1360] Compiling refcount.cc
[801/1360] Compiling urandom.cc
[802/1360] Compiling trusty.cc
[803/1360] Compiling rand.cc
[804/1360] Compiling windows.cc
[805/1360] Compiling rsa_crypt.cc
[806/1360] Compiling rsa_asn1.cc
[807/1360] Compiling rc4.cc
[808/1360] Compiling ios.cc
[809/1360] Compiling poly1305_arm_asm.S
[810/1360] Compiling passive.cc
[811/1360] Compiling pool.cc
[812/1360] Compiling getentropy.cc
[813/1360] Compiling poly1305_vec.cc
[814/1360] Compiling deterministic.cc
[815/1360] Compiling forkunsafe.cc
[816/1360] Compiling poly1305_arm.cc
[817/1360] Compiling fork_detect.cc
[818/1360] Compiling poly1305.cc
[819/1360] Compiling pkcs8.cc
[820/1360] Compiling pkcs7.cc
[821/1360] Compiling pem_xaux.cc
[822/1360] Compiling p5_pbev2.cc
[823/1360] Compiling pem_x509.cc
[824/1360] Compiling pkcs8_x509.cc
[825/1360] Compiling pkcs7_x509.cc
[826/1360] Compiling pem_pkey.cc
[827/1360] Compiling pem_pk8.cc
[828/1360] Compiling pem_oth.cc
[829/1360] Compiling mlkem.cc
[830/1360] Compiling pem_all.cc
[831/1360] Compiling pem_lib.cc
[832/1360] Compiling md5.cc
[833/1360] Compiling obj_xref.cc
[834/1360] Compiling mem.cc
[835/1360] Compiling mldsa.cc
[836/1360] Compiling pem_info.cc
[837/1360] Compiling poly_rq_mul.S
[838/1360] Compiling md4.cc
[839/1360] Compiling fips_shared_support.cc
[840/1360] Compiling obj.cc
[841/1360] Compiling lhash.cc
[842/1360] Compiling hrss.cc
[843/1360] Compiling pbkdf.cc
[844/1360] Compiling scrypt.cc
[845/1360] Compiling ex_data.cc
[846/1360] Compiling kyber.cc
[847/1360] Compiling hpke.cc
[848/1360] Compiling sign.cc
[849/1360] Compiling print.cc
[850/1360] Compiling p_x25519_asn1.cc
[851/1360] Compiling p_x25519.cc
[852/1360] Compiling p_ed25519_asn1.cc
[853/1360] Compiling p_rsa_asn1.cc
[854/1360] Compiling p_ed25519.cc
[855/1360] Compiling p_ec_asn1.cc
[856/1360] Compiling p_dsa_asn1.cc
[857/1360] Compiling p_rsa.cc
[858/1360] Compiling p_ec.cc
[859/1360] Compiling p_dh.cc
[860/1360] Compiling p_hkdf.cc
[861/1360] Compiling p_dh_asn1.cc
[862/1360] Compiling bcm.cc
[863/1360] Compiling evp_asn1.cc
[864/1360] Compiling evp.cc
[865/1360] Compiling evp_ctx.cc
[866/1360] Compiling engine.cc
[867/1360] Compiling err.cc
[868/1360] Compiling ecdsa_asn1.cc
[869/1360] Compiling hash_to_curve.cc
[870/1360] Compiling ec_derive.cc
[871/1360] Compiling ecdh.cc
[872/1360] Compiling ec_asn1.cc
[873/1360] Compiling dsa.cc
[874/1360] Compiling params.cc
[875/1360] Compiling dsa_asn1.cc
[876/1360] Compiling x25519-asm-arm.S
[877/1360] Compiling curve25519.cc
[878/1360] Compiling des.cc
[879/1360] Compiling spake25519.cc
[880/1360] Compiling dh_asn1.cc
[881/1360] Compiling digest_extra.cc
[882/1360] Compiling curve25519_64_adx.cc
[883/1360] Compiling cpu_arm_linux.cc
[884/1360] Compiling cpu_intel.cc
[885/1360] Compiling crypto.cc
[886/1360] Compiling cpu_arm_freebsd.cc
[887/1360] Compiling cpu_aarch64_apple.cc
[888/1360] Compiling cpu_aarch64_linux.cc
[889/1360] Compiling cpu_aarch64_win.cc
[890/1360] Compiling cpu_aarch64_openbsd.cc
[891/1360] Compiling cpu_aarch64_sysreg.cc
[892/1360] Compiling conf.cc
[893/1360] Compiling tls_cbc.cc
[894/1360] Compiling cpu_aarch64_fuchsia.cc
[895/1360] Compiling get_cipher.cc
[895/1360] Compiling e_chacha20poly1305.cc
[897/1360] Compiling e_null.cc
[898/1360] Compiling e_rc4.cc
[899/1360] Compiling e_des.cc
[900/1360] Compiling e_tls.cc
[901/1360] Compiling e_aesgcmsiv.cc
[902/1360] Compiling e_rc2.cc
[903/1360] Compiling chacha.cc
[904/1360] Compiling unicode.cc
[905/1360] Compiling e_aesctrhmac.cc
[906/1360] Compiling derive_key.cc
[907/1360] Compiling cbb.cc
[908/1360] Compiling convert.cc
[909/1360] Compiling cbs.cc
[910/1360] Compiling ber.cc
[911/1360] Compiling blake2.cc
[912/1360] Compiling socket_helper.cc
[913/1360] Compiling asn1_compat.cc
[914/1360] Compiling buf.cc
[915/1360] Compiling bn_asn1.cc
[916/1360] Compiling pair.cc
[917/1360] Compiling hexdump.cc
[918/1360] Compiling socket.cc
[919/1360] Compiling file.cc
[920/1360] Compiling fd.cc
[921/1360] Compiling bio_mem.cc
[922/1360] Compiling printf.cc
[923/1360] Compiling connect.cc
[924/1360] Compiling base64.cc
[925/1360] Compiling errno.cc
[926/1360] Compiling bio.cc
[927/1360] Compiling tasn_enc.cc
[928/1360] Compiling posix_time.cc
[929/1360] Compiling tasn_fre.cc
[930/1360] Compiling tasn_typ.cc
[931/1360] Compiling tasn_new.cc
[932/1360] Compiling tasn_utl.cc
[933/1360] Compiling f_string.cc
[934/1360] Compiling asn1_par.cc
[935/1360] Compiling asn_pack.cc
[936/1360] Compiling f_int.cc
[937/1360] Compiling tasn_dec.cc
[938/1360] Compiling a_type.cc
[939/1360] Compiling a_time.cc
[940/1360] Compiling asn1_lib.cc
[941/1360] Compiling a_utctm.cc
[942/1360] Compiling a_strex.cc
[943/1360] Compiling a_strnid.cc
[944/1360] Compiling a_octet.cc
[945/1360] Compiling a_int.cc
[946/1360] Compiling a_mbstr.cc
[947/1360] Compiling a_i2d_fp.cc
[948/1360] Compiling a_object.cc
[949/1360] Compiling a_d2i_fp.cc
[950/1360] Compiling a_dup.cc
[951/1360] Compiling fiat_p256_adx_mul.S
[952/1360] Compiling fiat_p256_adx_sqr.S
[953/1360] Compiling fiat_curve25519_adx_square.S
[954/1360] Compiling fiat_curve25519_adx_mul.S
[955/1360] Compiling a_gentm.cc
[956/1360] Compiling md5-x86_64-linux.S
[957/1360] Compiling md5-x86_64-apple.S
[958/1360] Compiling md5-586-linux.S
[959/1360] Compiling md5-586-apple.S
[960/1360] Compiling chacha20_poly1305_x86_64-linux.S
[961/1360] Compiling chacha20_poly1305_x86_64-apple.S
[962/1360] Compiling CCryptoBoringSSLShims shims.c
[963/1360] Compiling chacha20_poly1305_armv8-win.S
[964/1360] Compiling chacha20_poly1305_armv8-apple.S
[965/1360] Compiling chacha20_poly1305_armv8-linux.S
[966/1360] Compiling chacha-x86_64-linux.S
[967/1360] Compiling chacha-x86_64-apple.S
[968/1360] Compiling chacha-x86-linux.S
[969/1360] Compiling chacha-x86-apple.S
[970/1360] Compiling chacha-armv8-win.S
[971/1360] Compiling chacha-armv8-linux.S
[972/1360] Compiling chacha-armv8-apple.S
[973/1360] Compiling chacha-armv4-linux.S
[974/1360] Compiling a_bitstr.cc
[975/1360] Compiling aes128gcmsiv-x86_64-linux.S
[976/1360] Compiling err_data.cc
[977/1360] Compiling x86_64-mont5-apple.S
[978/1360] Compiling x86_64-mont5-linux.S
[979/1360] Compiling a_bool.cc
[980/1360] Compiling aes128gcmsiv-x86_64-apple.S
[981/1360] Compiling x86_64-mont-linux.S
[982/1360] Compiling x86_64-mont-apple.S
[983/1360] Compiling x86-mont-linux.S
[984/1360] Compiling x86-mont-apple.S
[985/1360] Compiling vpaes-x86-linux.S
[986/1360] Compiling vpaes-x86-apple.S
[987/1360] Compiling vpaes-x86_64-linux.S
[988/1360] Compiling vpaes-armv8-win.S
[989/1360] Compiling vpaes-armv8-linux.S
[990/1360] Compiling vpaes-x86_64-apple.S
[991/1360] Compiling vpaes-armv8-apple.S
[992/1360] Compiling sha512-x86_64-linux.S
[993/1360] Compiling vpaes-armv7-linux.S
[994/1360] Compiling sha512-x86_64-apple.S
[995/1360] Compiling sha512-armv8-win.S
[996/1360] Compiling sha512-armv4-linux.S
[997/1360] Compiling sha512-armv8-linux.S
[997/1360] Compiling sha512-armv8-apple.S
[999/1360] Compiling sha512-586-apple.S
[1000/1360] Compiling sha256-x86_64-linux.S
[1001/1360] Compiling sha256-x86_64-apple.S
[1001/1360] Compiling sha512-586-linux.S
[1003/1360] Compiling sha256-armv8-win.S
[1004/1360] Compiling sha256-armv4-linux.S
[1005/1360] Compiling sha256-armv8-linux.S
[1006/1360] Compiling sha256-armv8-apple.S
[1007/1360] Compiling sha256-586-linux.S
[1008/1360] Compiling sha256-586-apple.S
[1009/1360] Compiling sha1-x86_64-apple.S
[1010/1360] Compiling sha1-x86_64-linux.S
[1011/1360] Compiling sha1-armv8-win.S
[1012/1360] Compiling sha1-armv8-apple.S
[1013/1360] Compiling sha1-armv4-large-linux.S
[1014/1360] Compiling sha1-586-linux.S
[1015/1360] Compiling sha1-586-apple.S
[1016/1360] Compiling sha1-armv8-linux.S
[1017/1360] Compiling rsaz-avx2-apple.S
[1018/1360] Compiling rsaz-avx2-linux.S
[1019/1360] Compiling p256_beeu-x86_64-asm-linux.S
[1020/1360] Compiling p256_beeu-x86_64-asm-apple.S
[1021/1360] Compiling p256_beeu-armv8-asm-linux.S
[1022/1360] Compiling rdrand-x86_64-linux.S
[1023/1360] Compiling p256_beeu-armv8-asm-win.S
[1024/1360] Compiling rdrand-x86_64-apple.S
[1025/1360] Compiling p256_beeu-armv8-asm-apple.S
[1026/1360] Compiling p256-armv8-asm-win.S
[1027/1360] Compiling p256-x86_64-asm-linux.S
[1028/1360] Compiling p256-x86_64-asm-apple.S
[1029/1360] Compiling p256-armv8-asm-apple.S
[1030/1360] Compiling ghashv8-armv8-linux.S
[1031/1360] Compiling p256-armv8-asm-linux.S
[1032/1360] Compiling ghashv8-armv8-win.S
[1033/1360] Compiling ghashv8-armv8-apple.S
[1034/1360] Compiling ghash-x86_64-apple.S
[1035/1360] Compiling ghashv8-armv7-linux.S
[1036/1360] Compiling ghash-x86-linux.S
[1037/1360] Compiling ghash-ssse3-x86_64-apple.S
[1038/1360] Compiling ghash-x86_64-linux.S
[1039/1360] Compiling ghash-x86-apple.S
[1040/1360] Compiling ghash-ssse3-x86-apple.S
[1041/1360] Compiling ghash-neon-armv8-linux.S
[1042/1360] Compiling ghash-ssse3-x86_64-linux.S
[1043/1360] Compiling ghash-ssse3-x86-linux.S
[1044/1360] Compiling ghash-neon-armv8-win.S
[1045/1360] Compiling ghash-armv4-linux.S
[1046/1360] Compiling ghash-neon-armv8-apple.S
[1047/1360] Compiling co-586-apple.S
[1047/1360] Compiling co-586-linux.S
[1049/1360] Compiling bsaes-armv7-linux.S
[1050/1360] Compiling bn-armv8-linux.S
[1051/1360] Compiling bn-586-linux.S
[1052/1360] Compiling bn-armv8-win.S
[1053/1360] Compiling armv8-mont-win.S
[1054/1360] Compiling bn-armv8-apple.S
[1055/1360] Compiling bn-586-apple.S
[1056/1360] Compiling armv8-mont-apple.S
[1057/1360] Compiling armv4-mont-linux.S
[1058/1360] Compiling armv8-mont-linux.S
[1059/1360] Compiling aesv8-gcm-armv8-win.S
[1060/1360] Compiling aesv8-gcm-armv8-linux.S
[1061/1360] Compiling aesv8-gcm-armv8-apple.S
[1062/1360] Compiling aesv8-armv8-linux.S
[1063/1360] Compiling aesv8-armv8-win.S
[1064/1360] Compiling aesv8-armv8-apple.S
[1065/1360] Compiling aesv8-armv7-linux.S
[1066/1360] Compiling aesni-x86_64-linux.S
[1067/1360] Compiling aesni-x86_64-apple.S
[1068/1360] Compiling aesni-x86-linux.S
[1068/1360] Compiling aesni-gcm-x86_64-linux.S
[1068/1360] Compiling aesni-x86-apple.S
[1071/1360] Compiling aes-gcm-avx10-x86_64-linux.S
[1072/1360] Compiling aesni-gcm-x86_64-apple.S
[1073/1360] Compiling aes-gcm-avx10-x86_64-apple.S
[1074/1360] Compiling x_sig.cc
[1075/1360] Compiling x_x509a.cc
[1076/1360] Compiling x_req.cc
[1077/1360] Compiling x_val.cc
[1078/1360] Compiling x_spki.cc
[1079/1360] Compiling x_x509.cc
[1080/1360] Compiling x_exten.cc
[1081/1360] Compiling x_pubkey.cc
[1082/1360] Compiling x_crl.cc
[1083/1360] Compiling x_all.cc
[1084/1360] Compiling c-nioatomics.c
[1085/1360] Compiling x_name.cc
[1086/1360] Compiling x_attrib.cc
[1087/1360] Compiling x_algor.cc
[1088/1360] Compiling c-atomics.c
[1089/1365] Compiling x509rset.cc
[1090/1366] Compiling x509spki.cc
[1091/1366] Compiling x509_vpm.cc
[1093/1366] Compiling NIOConcurrencyHelpers lock.swift
[1094/1366] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1095/1366] Compiling NIOConcurrencyHelpers NIOLock.swift
[1095/1366] Compiling x509cset.cc
[1096/1366] Compiling x509name.cc
[1098/1366] Emitting module NIOConcurrencyHelpers
[1098/1366] Compiling x509_v3.cc
[1099/1366] Compiling x509_vfy.cc
[1101/1366] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1102/1366] Compiling NIOConcurrencyHelpers atomics.swift
[1103/1367] Compiling x509_set.cc
[1104/1367] Compiling x509_txt.cc
[1105/1367] Wrapping AST for NIOConcurrencyHelpers for debugging
[1106/1368] Compiling x509_trs.cc
[1107/1393] Compiling x509_lu.cc
[1108/1393] Compiling x509_req.cc
[1109/1393] Compiling x509_obj.cc
[1110/1393] Compiling x509_ext.cc
[1112/1393] Emitting module ConsoleKitTerminal
[1113/1396] Compiling ConsoleKitTerminal ActivityBar.swift
[1114/1396] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1115/1396] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1116/1396] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1116/1396] Compiling x509_def.cc
[1118/1396] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1119/1396] Compiling ConsoleKitTerminal ConsoleClear.swift
[1120/1396] Compiling ConsoleKitTerminal Console+Ask.swift
[1121/1396] Compiling ConsoleKitTerminal Console+Choose.swift
[1122/1396] Compiling ConsoleKitTerminal Console+Wait.swift
[1123/1396] Compiling ConsoleKitTerminal ConsoleColor.swift
[1124/1396] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1125/1396] Compiling ConsoleKitTerminal CustomActivity.swift
[1126/1396] Compiling ConsoleKitTerminal LoadingBar.swift
[1127/1396] Compiling ConsoleKitTerminal ProgressBar.swift
[1128/1396] Compiling ConsoleKitTerminal Console+Clear.swift
[1129/1396] Compiling ConsoleKitTerminal ConsoleText.swift
[1130/1396] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1131/1396] Compiling ConsoleKitTerminal ANSI.swift
[1132/1396] Compiling ConsoleKitTerminal Console+Confirm.swift
[1133/1396] Compiling ConsoleKitTerminal Console+Input.swift
[1134/1396] Compiling ConsoleKitTerminal Console+Center.swift
[1135/1396] Compiling ConsoleKitTerminal Console+Output.swift
[1136/1396] Compiling ConsoleKitTerminal Console.swift
[1137/1396] Compiling ConsoleKitTerminal Terminal.swift
[1138/1396] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1138/1396] Compiling x509_cmp.cc
[1139/1396] Compiling v3_skey.cc
[1140/1396] Compiling x509_d2.cc
[1141/1396] Compiling x509.cc
[1142/1396] Compiling x509_att.cc
[1144/1396] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1145/1396] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1146/1396] Compiling ConsoleKitTerminal LoggerFragment.swift
[1146/1397] Compiling v3_utl.cc
[1148/1397] Compiling v3_purp.cc
[1149/1397] Compiling v3_prn.cc
[1150/1397] Compiling v3_ocsp.cc
[1151/1397] Compiling v3_pmaps.cc
[1152/1398] Compiling v3_pcons.cc
[1153/1398] Wrapping AST for ConsoleKitTerminal for debugging
[1154/1419] Compiling v3_info.cc
[1155/1419] Compiling v3_lib.cc
[1156/1419] Compiling v3_ncons.cc
[1158/1419] Emitting module ConsoleKitCommands
[1158/1421] Compiling v3_int.cc
[1160/1421] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1161/1421] Compiling ConsoleKitCommands Utilities.swift
[1162/1421] Compiling ConsoleKitCommands CommandSignature.swift
[1163/1421] Compiling ConsoleKitCommands Flag.swift
[1164/1421] Compiling ConsoleKitCommands Option.swift
[1164/1421] Compiling v3_genn.cc
[1166/1421] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1167/1421] Compiling ConsoleKitCommands AsyncCommand.swift
[1168/1421] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1168/1421] Compiling v3_conf.cc
[1170/1421] Compiling ConsoleKitCommands AsyncCommands.swift
[1171/1421] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1172/1421] Compiling ConsoleKitCommands AnyCommand.swift
[1173/1421] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1174/1421] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1175/1421] Compiling ConsoleKitCommands Argument.swift
[1175/1421] Compiling v3_extku.cc
[1176/1421] Compiling v3_crld.cc
[1177/1421] Compiling v3_enum.cc
[1178/1421] Compiling v3_cpols.cc
[1179/1421] Compiling v3_akeya.cc
[1180/1421] Compiling v3_ia5.cc
[1181/1421] Compiling v3_bitst.cc
[1182/1421] Compiling v3_bcons.cc
[1183/1421] Compiling v3_akey.cc
[1184/1421] Compiling t_x509.cc
[1185/1421] Compiling v3_alt.cc
[1186/1421] Compiling t_req.cc
[1188/1421] Compiling ConsoleKitCommands CommandGroup.swift
[1189/1421] Compiling ConsoleKitCommands CommandInput.swift
[1190/1421] Compiling ConsoleKitCommands Commands.swift
[1191/1421] Compiling ConsoleKitCommands Command.swift
[1192/1421] Compiling ConsoleKitCommands CommandContext.swift
[1193/1421] Compiling ConsoleKitCommands CommandError.swift
[1194/1421] Compiling ConsoleKitCommands Console+Run.swift
[1195/1421] Compiling ConsoleKitCommands ConsoleError.swift
[1196/1421] Compiling ConsoleKitCommands Completion.swift
[1197/1422] Compiling t_x509a.cc
[1198/1422] Compiling i2d_pr.cc
[1199/1422] Wrapping AST for ConsoleKitCommands for debugging
[1200/1422] Compiling policy.cc
[1201/1424] Compiling t_crl.cc
[1202/1424] Compiling rsa_pss.cc
[1203/1424] Compiling name_print.cc
[1204/1424] Compiling by_file.cc
[1206/1424] Compiling ConsoleKit Exports.swift
[1207/1424] Emitting module ConsoleKit
[1208/1425] Compiling by_dir.cc
[1209/1425] Wrapping AST for ConsoleKit for debugging
[1210/1425] Compiling a_digest.cc
[1211/1425] Compiling voprf.cc
[1212/1425] Compiling a_sign.cc
[1213/1425] Compiling algorithm.cc
[1214/1425] Compiling a_verify.cc
[1215/1425] Compiling asn1_gen.cc
[1216/1425] Compiling trust_token.cc
[1217/1425] Compiling thread_win.cc
[1218/1425] Compiling stack.cc
[1219/1425] Compiling pmbtoken.cc
[1220/1425] Compiling thread_none.cc
[1221/1425] Compiling thread_pthread.cc
[1222/1425] Compiling thash.cc
[1223/1425] Compiling wots.cc
[1224/1425] Compiling thread.cc
[1225/1425] Compiling merkle.cc
[1226/1425] Compiling slhdsa.cc
[1227/1425] Compiling siphash.cc
[1228/1425] Compiling fors.cc
[1229/1425] Compiling sha512.cc
[1230/1425] Compiling rsa_print.cc
[1231/1425] Compiling sha256.cc
[1232/1425] Compiling sha1.cc
[1233/1425] Compiling windows.cc
[1234/1425] Compiling urandom.cc
[1235/1425] Compiling rc4.cc
[1236/1425] Compiling trusty.cc
[1237/1425] Compiling refcount.cc
[1238/1425] Compiling rsa_crypt.cc
[1239/1425] Compiling rsa_extra.cc
[1240/1425] Compiling rand_extra.cc
[1241/1425] Compiling rsa_asn1.cc
[1242/1425] Compiling forkunsafe.cc
[1243/1425] Compiling ios.cc
[1244/1425] Compiling passive.cc
[1245/1425] Compiling deterministic.cc
[1246/1425] Compiling poly1305_arm_asm.S
[1247/1425] Compiling fork_detect.cc
[1248/1425] Compiling getentropy.cc
[1249/1425] Compiling poly1305_vec.cc
[1250/1425] Compiling poly1305_arm.cc
[1251/1425] Compiling pool.cc
[1252/1425] Compiling pkcs7.cc
[1253/1425] Compiling pkcs8_x509.cc
[1254/1425] Compiling pem_xaux.cc
[1255/1425] Compiling poly1305.cc
[1256/1425] Compiling pkcs8.cc
[1257/1425] Compiling pkcs7_x509.cc
[1258/1425] Compiling pem_x509.cc
[1259/1425] Compiling p5_pbev2.cc
[1260/1425] Compiling pem_oth.cc
[1261/1425] Compiling pem_pkey.cc
[1262/1425] Compiling pem_pk8.cc
[1263/1425] Compiling pem_lib.cc
[1264/1425] Compiling obj_xref.cc
[1265/1425] Compiling pem_info.cc
[1266/1425] Compiling obj.cc
[1267/1425] Compiling md4.cc
[1268/1425] Compiling mldsa.cc
[1269/1425] Compiling md5.cc
[1270/1425] Compiling poly_rq_mul.S
[1271/1425] Compiling fips_shared_support.cc
[1272/1425] Compiling pem_all.cc
[1273/1425] Compiling mlkem.cc
[1274/1425] Compiling mem.cc
[1275/1425] Compiling sign.cc
[1276/1425] Compiling lhash.cc
[1277/1425] Compiling kyber.cc
[1278/1425] Compiling ex_data.cc
[1279/1425] Compiling scrypt.cc
[1280/1425] Compiling hpke.cc
[1281/1425] Compiling print.cc
[1282/1425] Compiling p_x25519.cc
[1283/1425] Compiling p_x25519_asn1.cc
[1284/1425] Compiling hrss.cc
[1285/1425] Compiling pbkdf.cc
[1286/1425] Compiling p_rsa.cc
[1287/1425] Compiling p_rsa_asn1.cc
[1288/1425] Compiling p_ed25519_asn1.cc
[1289/1425] Compiling p_ed25519.cc
[1290/1425] Compiling p_dh_asn1.cc
[1291/1425] Compiling p_ec.cc
[1292/1425] Compiling p_hkdf.cc
[1293/1425] Compiling p_ec_asn1.cc
[1294/1425] Compiling evp_ctx.cc
[1295/1425] Compiling evp.cc
[1296/1425] Compiling evp_asn1.cc
[1297/1425] Compiling err.cc
[1298/1425] Compiling p_dh.cc
[1299/1425] Compiling p_dsa_asn1.cc
[1300/1425] Compiling hash_to_curve.cc
[1301/1425] Compiling ecdh_extra.cc
[1302/1425] Compiling engine.cc
[1303/1425] Compiling ec_derive.cc
[1304/1425] Compiling ecdsa_asn1.cc
[1305/1425] Compiling dsa_asn1.cc
[1306/1425] Compiling ec_asn1.cc
[1307/1425] Compiling dsa.cc
[1308/1425] Compiling params.cc
[1309/1425] Compiling curve25519_64_adx.cc
[1310/1425] Compiling spake25519.cc
[1311/1425] Compiling x25519-asm-arm.S
[1312/1425] Compiling bcm.cc
[1313/1425] Compiling dh_asn1.cc
[1314/1425] Compiling cpu_arm_linux.cc
[1315/1425] Compiling digest_extra.cc
[1316/1425] Compiling cpu_aarch64_win.cc
[1317/1425] Compiling cpu_arm_freebsd.cc
[1318/1425] Compiling des.cc
[1319/1425] Compiling cpu_aarch64_sysreg.cc
[1320/1425] Compiling cpu_intel.cc
[1321/1425] Compiling crypto.cc
[1322/1425] Compiling cpu_aarch64_linux.cc
[1323/1425] Compiling cpu_aarch64_fuchsia.cc
[1324/1425] Compiling e_tls.cc
[1325/1425] Compiling cpu_aarch64_openbsd.cc
[1326/1425] Compiling curve25519.cc
[1327/1425] Compiling cpu_aarch64_apple.cc
[1328/1425] Compiling conf.cc
[1329/1425] Compiling e_rc4.cc
[1330/1425] Compiling tls_cbc.cc
[1331/1425] Compiling derive_key.cc
[1332/1425] Compiling e_des.cc
[1333/1425] Compiling chacha.cc
[1334/1425] Compiling e_aesctrhmac.cc
[1335/1425] Compiling e_aesgcmsiv.cc
[1336/1425] Compiling e_null.cc
[1337/1425] Compiling e_rc2.cc
[1338/1425] Compiling e_chacha20poly1305.cc
[1339/1425] Compiling cipher_extra.cc
[1340/1425] Compiling cbs.cc
[1341/1425] Compiling buf.cc
[1342/1425] Compiling unicode.cc
[1343/1425] Compiling ber.cc
[1344/1425] Compiling blake2.cc
[1345/1425] Compiling bn_asn1.cc
[1346/1425] Compiling convert.cc
[1347/1425] Compiling cbb.cc
[1348/1425] Compiling asn1_compat.cc
[1349/1425] Compiling printf.cc
[1350/1425] Compiling hexdump.cc
[1351/1425] Compiling bio_mem.cc
[1352/1425] Compiling pair.cc
[1353/1425] Compiling file.cc
[1354/1425] Compiling errno.cc
[1355/1425] Compiling fd.cc
[1356/1425] Compiling bio.cc
[1357/1425] Compiling tasn_new.cc
[1358/1425] Compiling tasn_utl.cc
[1359/1425] Compiling posix_time.cc
[1360/1425] Compiling tasn_typ.cc
[1361/1425] Compiling base64.cc
[1362/1425] Compiling tasn_enc.cc
[1363/1425] Compiling tasn_fre.cc
[1364/1425] Compiling f_string.cc
[1365/1425] Compiling tasn_dec.cc
[1366/1425] Compiling f_int.cc
[1367/1425] Compiling a_utctm.cc
[1368/1425] Compiling a_strnid.cc
[1369/1425] Compiling asn1_par.cc
[1370/1425] Compiling asn_pack.cc
[1371/1425] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1371/1425] Write sources
[1374/1425] Compiling a_time.cc
[1375/1425] Compiling a_octet.cc
[1376/1425] Write sources
[1379/1425] Compiling asn1_lib.cc
[1380/1425] Write sources
[1382/1499] Compiling a_type.cc
[1383/1524] Compiling a_strex.cc
[1385/1524] Compiling Algorithms Cycle.swift
[1386/1524] Compiling Algorithms EitherSequence.swift
[1387/1526] Compiling Algorithms FirstNonNil.swift
[1388/1526] Compiling Algorithms Joined.swift
[1388/1526] Compiling a_mbstr.cc
[1390/1526] Compiling Algorithms Partition.swift
[1391/1526] Compiling Algorithms Permutations.swift
[1392/1526] Compiling Algorithms Product.swift
[1393/1526] Compiling Algorithms Combinations.swift
[1394/1526] Compiling Algorithms FlattenCollection.swift
[1395/1526] Compiling Algorithms Grouped.swift
[1396/1526] Compiling Algorithms Keyed.swift
[1397/1526] Compiling Algorithms MinMax.swift
[1400/1526] Compiling Atomics IntegerOperations.swift
[1401/1526] Compiling Atomics Unmanaged extensions.swift
[1402/1526] Compiling Algorithms Rotate.swift
[1403/1526] Compiling Algorithms Split.swift
[1404/1526] Compiling Algorithms Stride.swift
[1405/1533] Compiling Algorithms Suffix.swift
[1406/1533] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1407/1533] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1408/1533] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1409/1533] Compiling BitCollections BitSet+SetAlgebra union.swift
[1410/1533] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1411/1533] Compiling BitCollections BitSet.Counted.swift
[1412/1533] Compiling Algorithms AdjacentPairs.swift
[1413/1533] Compiling Algorithms Chain.swift
[1414/1533] Compiling Algorithms Chunked.swift
[1414/1533] Compiling a_object.cc
[1416/1533] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1417/1533] Compiling BitCollections BitSet+CustomReflectable.swift
[1418/1533] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1419/1533] Compiling BitCollections BitSet+Equatable.swift
[1420/1533] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1421/1533] Compiling BitCollections BitSet+Extras.swift
[1422/1533] Compiling BitCollections BitSet+Hashable.swift
[1423/1533] Compiling BitCollections BitSet+Initializers.swift
[1424/1533] Compiling BitCollections BitSet+Invariants.swift
[1425/1533] Compiling BitCollections BitSet+Random.swift
[1426/1533] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1427/1533] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1428/1533] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1429/1533] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1435/1539] Emitting module ArgumentParserToolInfo
[1436/1539] Compiling ArgumentParserToolInfo ToolInfo.swift
[1443/1545] Compiling Algorithms Indexed.swift
[1444/1545] Compiling Algorithms Intersperse.swift
[1445/1545] Compiling BitCollections BitArray+RandomBits.swift
[1446/1545] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[1447/1545] Compiling BitCollections BitArray+Shifts.swift
[1448/1545] Compiling BitCollections BitArray+Testing.swift
[1449/1545] Compiling BitCollections BitArray._UnsafeHandle.swift
[1450/1545] Compiling BitCollections BitArray.swift
[1451/1545] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1452/1545] Compiling BitCollections BitSet+Codable.swift
[1456/1545] Wrapping AST for ArgumentParserToolInfo for debugging
[1458/1552] Compiling BitCollections BitSet.Index.swift
[1459/1552] Compiling BitCollections BitSet._UnsafeHandle.swift
[1460/1552] Compiling BitCollections BitSet.swift
[1461/1552] Compiling BitCollections Range+Utilities.swift
[1462/1552] Compiling BitCollections Slice+Utilities.swift
[1463/1552] Compiling BitCollections UInt+Tricks.swift
[1464/1552] Compiling BitCollections _Word.swift
[1465/1583] Compiling ArgumentParser Errors.swift
[1466/1583] Compiling ArgumentParser Flag.swift
[1467/1583] Compiling ArgumentParser NameSpecification.swift
[1468/1583] Compiling ArgumentParser Option.swift
[1469/1583] Compiling ArgumentParser OptionGroup.swift
[1470/1583] Compiling ArgumentParser AsyncParsableCommand.swift
[1471/1583] Compiling ArgumentParser CommandConfiguration.swift
[1472/1583] Compiling ArgumentParser CommandGroup.swift
[1473/1583] Emitting module BitCollections
[1475/1584] Compiling ArgumentParser CommandParser.swift
[1476/1584] Compiling ArgumentParser InputKey.swift
[1477/1584] Compiling ArgumentParser InputOrigin.swift
[1477/1584] Wrapping AST for BitCollections for debugging
[1479/1586] Compiling ArgumentParser Argument.swift
[1480/1586] Compiling ArgumentParser ArgumentHelp.swift
[1481/1586] Compiling ArgumentParser ArgumentVisibility.swift
[1482/1586] Compiling ArgumentParser CompletionKind.swift
[1487/1586] Emitting module Collections
[1488/1586] Compiling Collections Collections.swift
[1493/1586] Compiling ArgumentParser EnumerableFlag.swift
[1494/1586] Compiling ArgumentParser ExpressibleByArgument.swift
[1496/1587] Emitting module ArgumentParser
[1502/1592] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1503/1592] Compiling CryptoBoringWrapper RandomBytes.swift
[1504/1592] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1504/1592] Wrapping AST for Collections for debugging
[1509/1592] Emitting module CryptoBoringWrapper
[1510/1592] Emitting module Atomics
[1511/1593] Compiling ArgumentParser BashCompletionsGenerator.swift
[1512/1593] Compiling ArgumentParser CompletionsGenerator.swift
[1513/1593] Compiling ArgumentParser FishCompletionsGenerator.swift
[1514/1593] Compiling ArgumentParser ZshCompletionsGenerator.swift
[1516/1593] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1517/1593] Compiling CryptoBoringWrapper EllipticCurve.swift
[1518/1593] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1519/1593] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1532/1594] Compiling ArgumentParser Name.swift
[1533/1594] Compiling ArgumentParser Parsed.swift
[1534/1594] Compiling ArgumentParser ParsedValues.swift
[1535/1594] Compiling ArgumentParser ParserError.swift
[1536/1594] Compiling ArgumentParser SplitArguments.swift
[1537/1594] Compiling ArgumentParser DumpHelpGenerator.swift
[1538/1594] Compiling ArgumentParser HelpCommand.swift
[1539/1594] Compiling ArgumentParser HelpGenerator.swift
[1540/1594] Compiling ArgumentParser MessageInfo.swift
[1541/1594] Compiling ArgumentParser UsageGenerator.swift
[1543/1594] Compiling ArgumentParser CollectionExtensions.swift
[1544/1594] Compiling ArgumentParser Platform.swift
[1545/1594] Compiling ArgumentParser SequenceExtensions.swift
[1546/1594] Compiling ArgumentParser StringExtensions.swift
[1547/1594] Compiling ArgumentParser Tree.swift
[1547/1594] Wrapping AST for Atomics for debugging
[1549/1594] Emitting module Algorithms
[1550/1655] Wrapping AST for CryptoBoringWrapper for debugging
[1552/1726] Compiling Crypto ObjectIdentifier.swift
[1553/1726] Compiling Crypto ECDSASignature.swift
[1554/1726] Compiling Crypto PEMDocument.swift
[1555/1726] Compiling Crypto HKDF.swift
[1556/1726] Compiling Crypto AESWrap.swift
[1557/1726] Compiling Crypto AESWrap_boring.swift
[1558/1726] Compiling Crypto Ed25519_boring.swift
[1559/1726] Compiling Crypto NISTCurvesKeys_boring.swift
[1560/1726] Compiling Crypto X25519Keys_boring.swift
[1561/1726] Compiling Crypto Curve25519.swift
[1561/1727] Wrapping AST for Algorithms for debugging
[1563/1727] Wrapping AST for ArgumentParser for debugging
[1565/1729] Compiling Crypto HPKE-KDF.swift
[1566/1729] Compiling Crypto HPKE-KexKeyDerivation.swift
[1567/1729] Compiling Crypto HPKE-LabeledExtract.swift
[1568/1729] Compiling Crypto HPKE-Utils.swift
[1569/1729] Compiling Crypto DHKEM.swift
[1570/1729] Compiling Crypto HPKE-KEM-Curve25519.swift
[1571/1729] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1572/1729] Compiling Crypto HPKE-KEM.swift
[1573/1737] Emitting module reparse
[1574/1737] Compiling reparse Reparse.swift
[1575/1738] Wrapping AST for reparse for debugging
[1576/1738] Write Objects.LinkFileList
[1585/1738] Compiling Crypto Ed25519Keys.swift
[1586/1738] Compiling Crypto NISTCurvesKeys.swift
[1587/1738] Compiling Crypto X25519Keys.swift
[1588/1738] Compiling NIOCore SocketAddresses.swift
[1589/1738] Compiling NIOCore SocketOptionProvider.swift
[1590/1738] Compiling NIOCore SystemCallHelpers.swift
[1591/1738] Compiling NIOCore TimeAmount+Duration.swift
[1592/1738] Compiling NIOCore TypeAssistedChannelHandler.swift
[1593/1738] Compiling NIOCore UniversalBootstrapSupport.swift
[1594/1738] Compiling NIOCore Utilities.swift
[1595/1738] Compiling Crypto EdDSA_boring.swift
[1596/1738] Compiling Crypto ECDSA.swift
[1597/1738] Compiling Crypto Ed25519.swift
[1597/1747] Linking reparse
[1599/1747] Compiling Crypto CryptoKitErrors.swift
[1600/1747] Compiling Crypto Digest_boring.swift
[1601/1747] Compiling Crypto Digest.swift
[1602/1747] Compiling Crypto Digests.swift
[1603/1747] Compiling Crypto HashFunctions.swift
[1604/1747] Compiling Crypto HashFunctions_SHA2.swift
[1605/1747] Compiling Crypto HPKE-AEAD.swift
[1606/1747] Compiling Crypto HPKE-Ciphersuite.swift
[1607/1747] Compiling Crypto AES-GCM.swift
[1608/1747] Compiling Crypto AES-GCM_boring.swift
[1609/1747] Compiling Crypto ChaChaPoly_boring.swift
[1610/1747] Compiling Crypto ChaChaPoly.swift
[1611/1747] Compiling Crypto Cipher.swift
[1612/1747] Compiling Crypto Nonces.swift
[1613/1747] Compiling Crypto ASN1.swift
[1614/1747] Compiling Crypto ASN1Any.swift
[1615/1747] Compiling Crypto ASN1BitString.swift
[1616/1747] Compiling Crypto ASN1Boolean.swift
[1617/1747] Emitting module Crypto
[1635/1747] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1636/1747] Compiling Crypto HPKE.swift
[1637/1747] Compiling Crypto HPKE-Context.swift
[1638/1747] Compiling Crypto HPKE-KeySchedule.swift
[1639/1747] Compiling Crypto HPKE-Modes.swift
[1640/1747] Compiling Crypto Insecure.swift
[1641/1747] Compiling Crypto Insecure_HashFunctions.swift
[1642/1747] Compiling Crypto KEM.swift
[1643/1747] Compiling Crypto ECDH_boring.swift
[1644/1747] Compiling Crypto DH.swift
[1645/1747] Compiling Crypto ECDH.swift
[1646/1747] Compiling Crypto PKCS8PrivateKey.swift
[1647/1747] Compiling Crypto SEC1PrivateKey.swift
[1648/1747] Compiling Crypto SubjectPublicKeyInfo.swift
[1656/1747] Compiling Crypto ASN1Identifier.swift
[1657/1747] Compiling Crypto ASN1Integer.swift
[1658/1747] Compiling Crypto ASN1Null.swift
[1659/1747] Compiling Crypto ASN1OctetString.swift
[1660/1747] Compiling Crypto ASN1Strings.swift
[1661/1747] Compiling Crypto ArraySliceBigint.swift
[1662/1747] Compiling Crypto GeneralizedTime.swift
[1691/1747] Compiling Crypto Signature.swift
[1692/1747] Compiling Crypto CryptoKitErrors_boring.swift
[1693/1747] Compiling Crypto RNG_boring.swift
[1694/1747] Compiling Crypto SafeCompare_boring.swift
[1695/1747] Compiling Crypto Zeroization_boring.swift
[1696/1747] Compiling Crypto PrettyBytes.swift
[1697/1747] Compiling Crypto SafeCompare.swift
[1698/1747] Compiling Crypto SecureBytes.swift
[1699/1747] Compiling Crypto Zeroization.swift
[1700/1748] Wrapping AST for Crypto for debugging
[1711/1748] Emitting module NIOCore
[1721/1749] Wrapping AST for NIOCore for debugging
[1723/1799] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1724/1799] Compiling NIOEmbedded AsyncTestingChannel.swift
[1725/1799] Emitting module NIOEmbedded
[1726/1799] Compiling NIOEmbedded Embedded.swift
[1727/1800] Wrapping AST for NIOEmbedded for debugging
[1729/1800] Compiling NIOPosix Pool.swift
[1730/1800] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1731/1800] Compiling NIOPosix PosixSingletons.swift
[1732/1800] Compiling NIOPosix RawSocketBootstrap.swift
[1733/1800] Compiling NIOPosix Resolver.swift
[1734/1800] Compiling NIOPosix Selectable.swift
[1735/1806] Emitting module NIOPosix
[1736/1806] Compiling NIOPosix SelectableChannel.swift
[1737/1806] Compiling NIOPosix SelectableEventLoop.swift
[1738/1806] Compiling NIOPosix SelectorEpoll.swift
[1739/1806] Compiling NIOPosix SelectorGeneric.swift
[1740/1806] Compiling NIOPosix SelectorKqueue.swift
[1741/1806] Compiling NIOPosix SelectorUring.swift
[1742/1806] Compiling NIOPosix ServerSocket.swift
[1743/1806] Compiling NIOPosix Socket.swift
[1744/1806] Compiling NIOPosix SocketChannel.swift
[1745/1806] Compiling NIOPosix SocketProtocols.swift
[1746/1806] Compiling NIOPosix System.swift
[1747/1806] Compiling NIOPosix Thread.swift
[1748/1806] Compiling NIOPosix ThreadPosix.swift
[1749/1806] Compiling NIOPosix ThreadWindows.swift
[1750/1806] Compiling NIOPosix UnsafeTransfer.swift
[1751/1806] Compiling NIOPosix Utilities.swift
[1752/1806] Compiling NIOPosix VsockAddress.swift
[1753/1806] Compiling NIOPosix VsockChannelEvents.swift
[1754/1806] Compiling NIOPosix IO.swift
[1755/1806] Compiling NIOPosix IntegerBitPacking.swift
[1756/1806] Compiling NIOPosix IntegerTypes.swift
[1757/1806] Compiling NIOPosix Linux.swift
[1758/1806] Compiling NIOPosix LinuxCPUSet.swift
[1759/1806] Compiling NIOPosix LinuxUring.swift
[1760/1806] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1761/1806] Compiling NIOPosix NIOThreadPool.swift
[1762/1806] Compiling NIOPosix NonBlockingFileIO.swift
[1763/1806] Compiling NIOPosix PendingDatagramWritesManager.swift
[1764/1806] Compiling NIOPosix PendingWritesManager.swift
[1765/1806] Compiling NIOPosix PipeChannel.swift
[1766/1806] Compiling NIOPosix PipePair.swift
[1767/1806] Compiling NIOPosix BSDSocketAPICommon.swift
[1768/1806] Compiling NIOPosix BSDSocketAPIPosix.swift
[1769/1806] Compiling NIOPosix BSDSocketAPIWindows.swift
[1770/1806] Compiling NIOPosix BaseSocket.swift
[1771/1806] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1772/1806] Compiling NIOPosix BaseSocketChannel.swift
[1773/1806] Compiling NIOPosix BaseStreamSocketChannel.swift
[1774/1806] Compiling NIOPosix Bootstrap.swift
[1775/1806] Compiling NIOPosix ControlMessage.swift
[1776/1806] Compiling NIOPosix DatagramVectorReadManager.swift
[1777/1806] Compiling NIOPosix Errors+Any.swift
[1778/1806] Compiling NIOPosix FileDescriptor.swift
[1779/1806] Compiling NIOPosix GetaddrinfoResolver.swift
[1780/1806] Compiling NIOPosix HappyEyeballs.swift
[1781/1807] Wrapping AST for NIOPosix for debugging
[1783/1866] Compiling NIO Exports.swift
[1784/1866] Emitting module NIO
[1786/1867] Compiling _NIOFileSystem FileChunks.swift
[1787/1867] Compiling _NIOFileSystem FileHandle.swift
[1788/1867] Compiling _NIOFileSystem FileHandleProtocol.swift
[1789/1869] Compiling _NIOFileSystem ArraySlice+FileSystem.swift
[1790/1869] Compiling _NIOFileSystem BufferedReader.swift
[1791/1869] Compiling _NIOFileSystem BufferedWriter.swift
[1792/1869] Compiling _NIOFileSystem ByteBuffer+FileSystem.swift
[1793/1869] Compiling _NIOFileSystem ByteCount.swift
[1794/1869] Compiling _NIOFileSystem Convenience.swift
[1794/1869] Wrapping AST for NIO for debugging
[1796/1908] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1797/1908] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1798/1908] Compiling NIOHTTP1 HTTPDecoder.swift
[1799/1908] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[1800/1908] Compiling _NIOFileSystem BufferedStream.swift
[1801/1908] Compiling _NIOFileSystem Cancellation.swift
[1802/1908] Compiling _NIOFileSystem TokenBucket.swift
[1803/1908] Compiling _NIOFileSystem UnsafeTransfer.swift
[1804/1908] Compiling _NIOFileSystem FileSystemError+Syscall.swift
[1805/1908] Emitting module NIOTLS
[1806/1908] Compiling NIOSOCKS SOCKSResponse.swift
[1807/1909] Compiling NIOTLS TLSEvents.swift
[1808/1909] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1809/1909] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1810/1909] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1811/1909] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1812/1909] Compiling NIOSOCKS ClientStateMachine.swift
[1813/1909] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1814/1909] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1816/1909] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1817/1909] Compiling NIOSOCKS ServerStateMachine.swift
[1818/1909] Compiling AsyncKit Optional+StrictMap.swift
[1819/1909] Compiling AsyncKit Exports.swift
[1820/1909] Emitting module NIOSOCKS
[1821/1909] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1822/1909] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1825/1909] Compiling NIOHTTP1 HTTPEncoder.swift
[1826/1909] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1827/1910] Emitting module _NIOFileSystem
[1828/1914] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1829/1914] Compiling NIOTLS SNIHandler.swift
[1831/1915] Compiling _NIOFileSystem ParallelDirCopy.swift
[1832/1915] Compiling _NIOFileSystem ParallelRemoval.swift
[1833/1915] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[1834/1915] Compiling _NIOFileSystem CInterop.swift
[1835/1915] Compiling _NIOFileSystem Errno.swift
[1836/1915] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1837/1915] Compiling _NIOFileSystem Mocking.swift
[1838/1915] Compiling _NIOFileSystem Syscall.swift
[1839/1915] Compiling _NIOFileSystem Syscalls.swift
[1840/1915] Emitting module NIOFoundationCompat
[1841/1915] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1842/1916] Wrapping AST for NIOSOCKS for debugging
[1843/1916] Wrapping AST for NIOTLS for debugging
[1846/1916] Emitting module NIOHTTP1
[1846/1918] Wrapping AST for NIOFoundationCompat for debugging
[1848/1947] Compiling NIOSSL SSLCertificateExtensions.swift
[1849/1947] Compiling NIOSSL SSLCertificateName.swift
[1850/1947] Compiling NIOSSL SSLCallbacks.swift
[1851/1947] Compiling NIOSSL SSLCertificate.swift
[1852/1947] Compiling NIOSSL SSLConnection.swift
[1853/1947] Compiling NIOSSL SSLContext.swift
[1854/1947] Compiling NIOSSL SSLErrors.swift
[1855/1947] Compiling NIOSSL SSLInit.swift
[1856/1947] Compiling NIOSSL SSLPKCS12Bundle.swift
[1857/1969] Compiling NIOTransportServices NIOTSBootstraps.swift
[1858/1969] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1859/1969] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1860/1971] Compiling NIOTransportServices StateManagedChannel.swift
[1861/1971] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1862/1971] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1863/1971] Emitting module NIOTransportServices
[1864/1971] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1865/1971] Compiling NIOTransportServices NIOTSSingletons.swift
[1866/1971] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1867/1971] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1868/1971] Compiling NIOTransportServices NIOTSErrors.swift
[1869/1971] Compiling NIOTransportServices NIOTSEventLoop.swift
[1870/1971] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1871/1971] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1872/1971] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1873/1971] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1874/1971] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1875/1971] Compiling NIOTransportServices AcceptHandler.swift
[1876/1971] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1877/1971] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1878/1971] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1879/1971] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1880/1971] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1887/1972] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1888/1972] Compiling NIOSSL SubjectAlternativeName.swift
[1888/1972] Wrapping AST for NIOTransportServices for debugging
[1890/1972] Compiling _NIOFileSystem SystemFileHandle.swift
[1891/1972] Compiling _NIOFileSystem Utilities.swift
[1892/1972] Compiling _NIOFileSystem OpenOptions.swift
[1893/1972] Compiling _NIOFileSystem String+FileSystem.swift
[1905/1973] Emitting module AsyncKit
[1907/2038] Emitting module NIOSSL
[1908/2042] Compiling NIOHPACK IndexedHeaderTable.swift
[1909/2043] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1910/2043] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1911/2043] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1912/2043] Compiling NIOWebSocket WebSocketOpcode.swift
[1913/2044] Compiling NIOExtras NIOExtrasError.swift
[1914/2044] Compiling NIOExtras RequestResponseHandler.swift
[1915/2044] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1916/2046] Compiling NIOExtras JSONRPCFraming.swift
[1917/2046] Compiling MultipartKit MultipartPartConvertible.swift
[1922/2046] Compiling NIOHPACK IntegerCoding.swift
[1923/2046] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1924/2046] Compiling NIOExtras LengthFieldPrepender.swift
[1925/2046] Compiling NIOExtras LineBasedFrameDecoder.swift
[1926/2046] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1927/2046] Compiling NIOExtras NIORequestIdentifiable.swift
[1928/2046] Compiling NIOExtras DebugInboundEventsHandler.swift
[1929/2046] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1930/2046] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1931/2046] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1932/2046] Compiling NIOHPACK StaticHeaderTable.swift
[1933/2046] Emitting module MultipartKit
[1934/2046] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1935/2046] Compiling NIOHTTPCompression HTTPDecompression.swift
[1936/2046] Emitting module NIOHTTPCompression
[1937/2046] Compiling NIOHTTPCompression HTTPCompression.swift
[1938/2046] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1939/2046] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1940/2046] Compiling NIOHPACK HuffmanTables.swift
[1941/2046] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1942/2046] Compiling NIOWebSocket WebSocketFrame.swift
[1945/2046] Compiling NIOExtras PCAPRingBuffer.swift
[1946/2046] Compiling NIOExtras QuiescingHelper.swift
[1947/2046] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1952/2049] Emitting module NIOWebSocket
[1956/2050] Compiling NIOSSL NIOSSLSecureBytes.swift
[1957/2050] Compiling NIOSSL RNG.swift
[1958/2050] Compiling NIOSSL SafeCompare.swift
[1959/2050] Compiling NIOHPACK HuffmanCoding.swift
[1962/2050] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1963/2050] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1972/2050] Emitting module NIOHPACK
[1975/2050] Emitting module NIOExtras
[1976/2050] Compiling NIOExtras WritePCAPHandler.swift
[1977/2050] Compiling MultipartKit Utilities.swift
[1977/2051] Wrapping AST for NIOHTTPCompression for debugging
[1978/2051] Wrapping AST for NIOWebSocket for debugging
[1979/2051] Wrapping AST for NIOHTTP1 for debugging
[2002/2053] Compiling NIOExtras UnsafeTransfer.swift
[2005/2053] Wrapping AST for MultipartKit for debugging
[2028/2056] Wrapping AST for _NIOFileSystem for debugging
[2029/2056] Wrapping AST for NIOHPACK for debugging
[2031/2058] Compiling NIOFileSystem Exports.swift
[2032/2058] Emitting module NIOFileSystem
[2033/2058] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[2034/2116] Emitting module _NIOFileSystemFoundationCompat
[2035/2116] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[2037/2118] Wrapping AST for _NIOFileSystemFoundationCompat for debugging
[2039/2118] Compiling NIOHTTP2 HasRemoteSettings.swift
[2040/2118] Compiling NIOHTTP2 LocallyQuiescingState.swift
[2041/2118] Compiling NIOHTTP2 QuiescingState.swift
[2042/2118] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[2042/2119] Wrapping AST for NIOFileSystem for debugging
[2044/2143] Wrapping AST for NIOSSL for debugging
[2046/2143] Compiling LeafKit LeafSource.swift
[2047/2143] Compiling LeafKit LeafSources.swift
[2048/2144] Emitting module LeafKit
[2052/2147] Compiling LeafKit NIOLeafFiles.swift
[2052/2147] Wrapping AST for NIOExtras for debugging
[2054/2155] Compiling LeafKit LeafRawTemplate.swift
[2055/2155] Compiling LeafKit LeafToken.swift
[2056/2155] Compiling LeafKit LeafParameter.swift
[2057/2155] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[2058/2155] Compiling WebSocketKit WebSocketHandler.swift
[2059/2155] Compiling LeafKit LeafContext.swift
[2060/2155] Compiling LeafKit LeafSerializer.swift
[2061/2155] Compiling LeafKit ParameterResolver.swift
[2062/2155] Compiling LeafKit LeafParser.swift
[2063/2155] Compiling LeafKit LeafRenderer.swift
[2064/2155] Compiling LeafKit Dictionary+LeafData.swift
[2065/2155] Emitting module WebSocketKit
[2066/2155] Compiling WebSocketKit WebSocket+Concurrency.swift
[2067/2155] Compiling LeafKit LeafError.swift
[2068/2155] Compiling LeafKit LeafLexer.swift
[2069/2155] Compiling LeafKit LeafParameterTypes.swift
[2070/2155] Compiling WebSocketKit Exports.swift
[2071/2155] Compiling WebSocketKit WebSocket+Connect.swift
[2072/2155] Compiling LeafKit Character+Identities.swift
[2073/2155] Compiling LeafKit LeafAST.swift
[2074/2155] Compiling LeafKit DefaultLeafCache.swift
[2075/2155] Compiling LeafKit LeafCache.swift
[2076/2155] Compiling LeafKit LeafConfiguration.swift
[2077/2155] Compiling LeafKit LeafData.swift
[2078/2155] Compiling LeafKit LeafDataRepresentable.swift
[2079/2155] Compiling LeafKit LeafDataStorage.swift
[2080/2163] Compiling WebSocketKit WebSocket.swift
[2081/2163] Compiling WebSocketKit WebSocketClient.swift
[2082/2164] Wrapping AST for WebSocketKit for debugging
[2092/2164] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[2093/2164] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[2094/2164] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[2095/2164] Compiling NIOHTTP2 HTTP2StreamID.swift
[2096/2164] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[2097/2164] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[2098/2164] Compiling NIOHTTP2 HTTP2UserEvents.swift
[2099/2164] Compiling NIOHTTP2 InboundEventBuffer.swift
[2100/2164] Compiling LeafKit LeafSyntax.swift
[2101/2164] Compiling LeafKit LeafTag.swift
[2102/2164] Compiling LeafKit String+HTMLEscape.swift
[2103/2165] Emitting module NIOHTTP2
[2113/2165] Wrapping AST for LeafKit for debugging
[2115/2165] Compiling NIOHTTP2 InboundWindowManager.swift
[2116/2165] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[2117/2165] Compiling NIOHTTP2 StreamChannelFlowController.swift
[2118/2165] Compiling NIOHTTP2 StreamChannelList.swift
[2119/2165] Compiling NIOHTTP2 StreamMap.swift
[2120/2165] Compiling NIOHTTP2 StreamStateMachine.swift
[2121/2165] Compiling NIOHTTP2 UnsafeTransfer.swift
[2122/2165] Compiling NIOHTTP2 WatermarkedFlowController.swift
[2123/2165] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[2124/2165] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[2125/2165] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[2126/2165] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[2127/2165] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[2128/2165] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[2129/2165] Compiling NIOHTTP2 HTTP2Error.swift
[2130/2165] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[2140/2165] Compiling NIOHTTP2 HasFlowControlWindows.swift
[2141/2165] Compiling NIOHTTP2 HasLocalSettings.swift
[2146/2165] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[2147/2165] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[2148/2165] Compiling NIOHTTP2 HTTP2Frame.swift
[2149/2165] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[2150/2165] Compiling NIOHTTP2 HTTP2FrameParser.swift
[2151/2165] Compiling NIOHTTP2 HTTP2PingData.swift
[2152/2165] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[2153/2165] Compiling NIOHTTP2 HTTP2Settings.swift
[2154/2165] Compiling NIOHTTP2 HTTP2Stream.swift
[2159/2167] Wrapping AST for NIOHTTP2 for debugging
[2160/2167] Wrapping AST for AsyncKit for debugging
[2162/2227] Emitting module AsyncHTTPClient
[2163/2235] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2164/2235] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2165/2235] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2166/2235] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2167/2235] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2168/2235] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2169/2235] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2170/2235] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2171/2235] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2172/2235] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2173/2235] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2174/2235] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2175/2235] Compiling AsyncHTTPClient HTTP1Connection.swift
[2176/2235] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2177/2235] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2178/2235] Compiling AsyncHTTPClient HTTP2Connection.swift
[2179/2235] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2180/2235] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2181/2235] Compiling AsyncHTTPClient ConnectionTarget.swift
[2182/2235] Compiling AsyncHTTPClient DeconstructedURL.swift
[2183/2235] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2184/2235] Compiling AsyncHTTPClient FoundationExtensions.swift
[2185/2235] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2186/2235] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2187/2235] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2188/2235] Compiling AsyncHTTPClient HTTPClient.swift
[2189/2235] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2190/2235] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2191/2235] Compiling AsyncHTTPClient Transaction.swift
[2192/2235] Compiling AsyncHTTPClient Base64.swift
[2193/2235] Compiling AsyncHTTPClient BasicAuth.swift
[2194/2235] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2195/2235] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2196/2235] Compiling AsyncHTTPClient ConnectionPool.swift
[2197/2235] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2198/2235] Compiling AsyncHTTPClient HTTPHandler.swift
[2199/2235] Compiling AsyncHTTPClient LRUCache.swift
[2200/2235] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[2201/2235] Compiling AsyncHTTPClient NWErrorHandler.swift
[2202/2235] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2203/2235] Compiling AsyncHTTPClient TLSConfiguration.swift
[2204/2235] Compiling AsyncHTTPClient RedirectState.swift
[2205/2235] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2206/2235] Compiling AsyncHTTPClient RequestOptions.swift
[2207/2235] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2208/2235] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2209/2235] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2210/2235] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2211/2235] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2212/2235] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2213/2235] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2214/2235] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2215/2235] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2216/2235] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2217/2235] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2218/2235] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2219/2235] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2220/2235] Compiling AsyncHTTPClient RequestBodyLength.swift
[2221/2235] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2222/2235] Compiling AsyncHTTPClient RequestBag.swift
[2223/2235] Compiling AsyncHTTPClient RequestValidation.swift
[2224/2235] Compiling AsyncHTTPClient SSLContextCache.swift
[2225/2235] Compiling AsyncHTTPClient Scheme.swift
[2226/2235] Compiling AsyncHTTPClient Singleton.swift
[2227/2235] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2228/2235] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2229/2235] Compiling AsyncHTTPClient Utils.swift
[2230/2236] Wrapping AST for AsyncHTTPClient for debugging
[2232/2405] Compiling Vapor Core.swift
[2233/2405] Compiling Vapor Running.swift
[2234/2405] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2235/2405] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2236/2405] Compiling Vapor DotEnvFile+load.swift
[2237/2405] Compiling Vapor Routes+caseInsenstive.swift
[2238/2405] Compiling Vapor Validatable+validate.swift
[2239/2405] Compiling Vapor Environment+Process.swift
[2240/2405] Compiling Vapor Environment+Secret.swift
[2241/2405] Compiling Vapor Environment.swift
[2242/2405] Compiling Vapor Abort.swift
[2243/2405] Compiling Vapor AbortError.swift
[2244/2405] Compiling Vapor DebuggableError.swift
[2245/2405] Compiling Vapor Demangler.swift
[2246/2405] Compiling Vapor ErrorSource.swift
[2247/2405] Compiling Vapor StackTrace.swift
[2248/2405] Compiling Vapor Exports.swift
[2249/2405] Compiling Vapor Application+HTTP.swift
[2250/2405] Compiling Vapor BasicResponder.swift
[2251/2405] Compiling Vapor BodyStream.swift
[2252/2405] Compiling Vapor Application+HTTP+Client.swift
[2253/2405] Compiling Vapor EventLoopHTTPClient.swift
[2254/2405] Compiling Vapor EndpointCache.swift
[2255/2405] Compiling Vapor HTTPMethod+String.swift
[2256/2429] Compiling Vapor AsyncBasicResponder.swift
[2257/2429] Compiling Vapor AsyncMiddleware.swift
[2258/2429] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2259/2429] Compiling Vapor AsyncSessionDriver.swift
[2260/2429] Compiling Vapor Authentication+Concurrency.swift
[2261/2429] Compiling Vapor Cache+Concurrency.swift
[2262/2429] Compiling Vapor Client+Concurrency.swift
[2263/2429] Compiling Vapor RequestBody+Concurrency.swift
[2264/2429] Compiling Vapor Responder+Concurrency.swift
[2265/2429] Compiling Vapor ResponseCodable+Concurrency.swift
[2266/2429] Compiling Vapor RoutesBuilder+Concurrency.swift
[2267/2429] Compiling Vapor ViewRenderer+Concurrency.swift
[2268/2429] Compiling Vapor WebSocket+Concurrency.swift
[2269/2429] Compiling Vapor ContainerGetPathExecutor.swift
[2270/2429] Compiling Vapor Content.swift
[2271/2429] Compiling Vapor ContentCoders.swift
[2272/2429] Compiling Vapor ContentConfiguration.swift
[2273/2429] Compiling Vapor ContentContainer.swift
[2274/2429] Compiling Vapor JSONCoder+Custom.swift
[2275/2429] Compiling Vapor JSONCoders+Content.swift
[2276/2429] Compiling Vapor PlaintextDecoder.swift
[2277/2429] Compiling Vapor PlaintextEncoder.swift
[2278/2429] Compiling Vapor URLQueryCoders.swift
[2279/2429] Compiling Vapor URLQueryContainer.swift
[2280/2453] Emitting module Vapor
[2281/2453] Compiling Vapor Validator.swift
[2282/2453] Compiling Vapor ValidatorResult.swift
[2283/2453] Compiling Vapor And.swift
[2284/2453] Compiling Vapor Case.swift
[2285/2453] Compiling Vapor CharacterSet.swift
[2286/2453] Compiling Vapor Count.swift
[2287/2453] Compiling Vapor Custom.swift
[2288/2453] Compiling Vapor Email.swift
[2289/2453] Compiling Vapor Empty.swift
[2290/2453] Compiling Vapor In.swift
[2291/2453] Compiling Vapor Nil.swift
[2292/2453] Compiling Vapor NilIgnoring.swift
[2293/2453] Compiling Vapor Not.swift
[2294/2453] Compiling Vapor Or.swift
[2295/2453] Compiling Vapor Pattern.swift
[2296/2453] Compiling Vapor Range.swift
[2297/2453] Compiling Vapor URL.swift
[2298/2453] Compiling Vapor Valid.swift
[2299/2453] Compiling Vapor Application+Views.swift
[2300/2453] Compiling Vapor PlaintextRenderer.swift
[2301/2453] Compiling Vapor Request+View.swift
[2302/2453] Compiling Vapor View.swift
[2303/2453] Compiling Vapor ViewRenderer.swift
[2304/2453] Compiling Vapor _Deprecations.swift
[2305/2453] Compiling Vapor Bytes+Hex.swift
[2306/2453] Compiling Vapor Bytes+SecureCompare.swift
[2307/2453] Compiling Vapor Collection+Safe.swift
[2308/2453] Compiling Vapor DataProtocol+Copy.swift
[2309/2453] Compiling Vapor DecoderUnwrapper.swift
[2310/2453] Compiling Vapor DirectoryConfiguration.swift
[2311/2453] Compiling Vapor DotEnv.swift
[2312/2453] Compiling Vapor Extendable.swift
[2313/2453] Compiling Vapor File.swift
[2314/2453] Compiling Vapor FileIO.swift
[2315/2453] Compiling Vapor LifecycleHandler.swift
[2316/2453] Compiling Vapor OptionalType.swift
[2317/2453] Compiling Vapor RFC1123.swift
[2318/2453] Compiling Vapor SocketAddress+Hostname.swift
[2319/2453] Compiling Vapor Storage.swift
[2320/2453] Compiling Vapor String+IsIPAddress.swift
[2321/2453] Compiling Vapor Thread.swift
[2322/2453] Compiling Vapor URI.swift
[2323/2453] Compiling Vapor RangeResult.swift
[2324/2453] Compiling Vapor Validatable.swift
[2325/2453] Compiling Vapor Validation.swift
[2326/2453] Compiling Vapor ValidationKey.swift
[2327/2453] Compiling Vapor Validations.swift
[2328/2453] Compiling Vapor ValidationsError.swift
[2329/2453] Compiling Vapor Request+Body.swift
[2330/2453] Compiling Vapor Request+BodyStream.swift
[2331/2453] Compiling Vapor Request.swift
[2332/2453] Compiling Vapor Application+Responder.swift
[2333/2453] Compiling Vapor DefaultResponder.swift
[2334/2453] Compiling Vapor Response+Body.swift
[2335/2453] Compiling Vapor Response.swift
[2336/2453] Compiling Vapor ResponseCodable.swift
[2337/2453] Compiling Vapor Application+Routes.swift
[2338/2453] Compiling Vapor Parameters+Require.swift
[2339/2453] Compiling Vapor Request+WebSocket.swift
[2340/2453] Compiling Vapor Route.swift
[2341/2453] Compiling Vapor RouteCollection.swift
[2342/2453] Compiling Vapor Routes.swift
[2343/2453] Compiling Vapor RoutesBuilder+Group.swift
[2344/2453] Compiling Vapor RoutesBuilder+Method.swift
[2345/2453] Compiling Vapor RoutesBuilder+Middleware.swift
[2346/2453] Compiling Vapor RoutesBuilder+WebSocket.swift
[2347/2453] Compiling Vapor RoutesBuilder.swift
[2348/2453] Compiling Vapor OTP.swift
[2349/2453] Compiling Vapor Application+Servers.swift
[2350/2453] Compiling Vapor Server.swift
[2351/2453] Compiling Vapor App+Service.swift
[2352/2453] Compiling Vapor Req+Service.swift
[2353/2453] Compiling Vapor HTTPServerResponseEncoder.swift
[2354/2453] Compiling Vapor HTTPServerUpgradeHandler.swift
[2355/2453] Compiling Vapor Logger+Report.swift
[2356/2453] Compiling Vapor LoggingSystem+Environment.swift
[2357/2453] Compiling Vapor Application+Middleware.swift
[2358/2453] Compiling Vapor CORSMiddleware.swift
[2359/2453] Compiling Vapor ErrorMiddleware.swift
[2360/2453] Compiling Vapor FileMiddleware.swift
[2361/2453] Compiling Vapor Middleware.swift
[2362/2453] Compiling Vapor MiddlewareConfiguration.swift
[2363/2453] Compiling Vapor ResponseCompressionMiddleware.swift
[2364/2453] Compiling Vapor RouteLoggingMiddleware.swift
[2365/2453] Compiling Vapor TracingMiddleware.swift
[2366/2453] Compiling Vapor File+Multipart.swift
[2367/2453] Compiling Vapor FormDataDecoder+Content.swift
[2368/2453] Compiling Vapor FormDataEncoder+Content.swift
[2369/2453] Compiling Vapor Application+Password.swift
[2370/2453] Compiling Vapor Application+Passwords.swift
[2371/2453] Compiling Vapor AsyncPasswordHasher.swift
[2372/2453] Compiling Vapor BcryptHasher.swift
[2373/2453] Compiling Vapor PasswordHasher.swift
[2374/2453] Compiling Vapor PlaintextHasher.swift
[2375/2453] Compiling Vapor Request+Password.swift
[2376/2453] Compiling Vapor Redirect.swift
[2377/2453] Compiling Vapor Application.swift
[2378/2453] Compiling Vapor AuthenticationCache.swift
[2379/2453] Compiling Vapor Authenticator.swift
[2380/2453] Compiling Vapor BasicAuthorization.swift
[2381/2453] Compiling Vapor BearerAuthorization.swift
[2382/2453] Compiling Vapor GuardMiddleware.swift
[2383/2453] Compiling Vapor RedirectMiddleware.swift
[2384/2453] Compiling Vapor SessionAuthenticatable.swift
[2385/2453] Compiling Vapor Bcrypt.swift
[2386/2453] Compiling Vapor Application+Cache.swift
[2387/2453] Compiling Vapor Cache.swift
[2388/2453] Compiling Vapor CacheExpirationTime.swift
[2389/2453] Compiling Vapor MemoryCache.swift
[2390/2453] Compiling Vapor Request+Cache.swift
[2391/2453] Compiling Vapor Application+Clients.swift
[2392/2453] Compiling Vapor Client.swift
[2393/2453] Compiling Vapor ClientRequest.swift
[2394/2453] Compiling Vapor ClientResponse.swift
[2395/2453] Compiling Vapor Request+Client.swift
[2396/2453] Compiling Vapor BootCommand.swift
[2397/2453] Compiling Vapor CommandContext+Application.swift
[2398/2453] Compiling Vapor RoutesCommand.swift
[2399/2453] Compiling Vapor ServeCommand.swift
[2400/2453] Compiling Vapor AnyResponse+Concurrency.swift
[2401/2453] Compiling Vapor Service.swift
[2402/2453] Compiling Vapor Application+Sessions.swift
[2403/2453] Compiling Vapor MemorySessions.swift
[2404/2453] Compiling Vapor Request+Session.swift
[2405/2453] Compiling Vapor Session.swift
[2406/2453] Compiling Vapor SessionCache.swift
[2407/2453] Compiling Vapor SessionData.swift
[2408/2453] Compiling Vapor SessionDriver.swift
[2409/2453] Compiling Vapor SessionsConfiguration.swift
[2410/2453] Compiling Vapor SessionsMiddleware.swift
[2411/2453] Compiling Vapor URLEncodedFormData.swift
[2412/2453] Compiling Vapor URLEncodedFormDecoder.swift
[2413/2453] Compiling Vapor URLEncodedFormEncoder.swift
[2414/2453] Compiling Vapor URLEncodedFormError.swift
[2415/2453] Compiling Vapor URLEncodedFormParser.swift
[2416/2453] Compiling Vapor URLEncodedFormSerializer.swift
[2417/2453] Compiling Vapor URLQueryFragmentConvertible.swift
[2418/2453] Compiling Vapor AnyResponse.swift
[2419/2453] Compiling Vapor Array+Random.swift
[2420/2453] Compiling Vapor Base32.swift
[2421/2453] Compiling Vapor Base64.swift
[2422/2453] Compiling Vapor BaseN.swift
[2423/2453] Compiling Vapor BasicCodingKey.swift
[2424/2453] Compiling Vapor ByteCount.swift
[2425/2453] Compiling Vapor HTTPStatus.swift
[2426/2453] Compiling Vapor HTTPCookies.swift
[2427/2453] Compiling Vapor HTTPHeaderCacheControl.swift
[2428/2453] Compiling Vapor HTTPHeaderExpires.swift
[2429/2453] Compiling Vapor HTTPHeaderLastModified.swift
[2430/2453] Compiling Vapor HTTPHeaders+Cache.swift
[2431/2453] Compiling Vapor HTTPHeaders+Connection.swift
[2432/2453] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2433/2453] Compiling Vapor HTTPHeaders+ContentRange.swift
[2434/2453] Compiling Vapor HTTPHeaders+Directive.swift
[2435/2453] Compiling Vapor HTTPHeaders+Forwarded.swift
[2436/2453] Compiling Vapor HTTPHeaders+Link.swift
[2437/2453] Compiling Vapor HTTPHeaders+Name.swift
[2438/2453] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2439/2453] Compiling Vapor HTTPHeaders.swift
[2440/2453] Compiling Vapor HTTPMediaType.swift
[2441/2453] Compiling Vapor HTTPMediaTypePreference.swift
[2442/2453] Compiling Vapor Responder.swift
[2443/2453] Compiling Vapor Application+HTTP+Server.swift
[2444/2453] Compiling Vapor HTTPServer.swift
[2445/2453] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2446/2453] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2447/2453] Compiling Vapor HTTPServerHandler.swift
[2448/2453] Compiling Vapor HTTPServerRequestDecoder.swift
[2449/2454] Wrapping AST for Vapor for debugging
[2451/2461] Compiling Leaf Request+Leaf.swift
[2452/2461] Compiling Leaf LeafRenderer+ViewRenderer.swift
[2453/2461] Emitting module Leaf
[2454/2461] Compiling Leaf Application+Leaf.swift
[2455/2461] Compiling Leaf LeafError+AbortError.swift
[2456/2461] Compiling Leaf Exports.swift
[2457/2461] Compiling Leaf LeafEncoder.swift
[2458/2462] Wrapping AST for Leaf for debugging
[2460/2468] Compiling ReparseExample route.swift
[2461/2468] Emitting module ReparseExample
[2462/2468] Compiling ReparseExample SampleController.swift
[2463/2468] Compiling ReparseExample entrypoint.swift
[2464/2468] Compiling ReparseExample configure.swift
[2465/2468] Compiling ReparseExample pages.swift
[2466/2469] Wrapping AST for ReparseExample for debugging
[2467/2469] Write Objects.LinkFileList
[2468/2469] Linking ReparseExample
Build complete! (472.95s)
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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.