Build Information
Successful build of experimental-reparse-html, reference master (00432e
), with Swift 6.1 for Linux on 29 Apr 2025 17:39:00 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/RussBaz/experimental-reparse-html.git
Reference: 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: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/RussBaz/experimental-reparse-html.git
https://github.com/RussBaz/experimental-reparse-html.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.106.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
},
{
"identity" : "leaf",
"requirement" : {
"range" : [
{
"lower_bound" : "4.4.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/leaf.git"
}
],
"manifest_display_name" : "experimental-reparse-html",
"name" : "experimental-reparse-html",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "reparse",
"targets" : [
"reparse"
],
"type" : {
"executable" : null
}
},
{
"name" : "ReparseRuntime",
"targets" : [
"ReparseRuntime"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ReparsePlugin",
"targets" : [
"ReparsePlugin"
],
"type" : {
"plugin" : null
}
},
{
"name" : "ReparseExample",
"targets" : [
"ReparseExample"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "reparse",
"module_type" : "SwiftTarget",
"name" : "reparse",
"path" : "Sources/Tool",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"reparse",
"ReparsePlugin"
],
"sources" : [
"Reparse.swift"
],
"target_dependencies" : [
"ReparseCore"
],
"type" : "executable"
},
{
"c99name" : "ReparseRuntime",
"module_type" : "SwiftTarget",
"name" : "ReparseRuntime",
"path" : "Sources/Runtime",
"product_memberships" : [
"reparse",
"ReparseRuntime",
"ReparsePlugin",
"ReparseExample"
],
"sources" : [
"SwiftAttributeStorage.swift",
"SwiftLineCommand.swift",
"SwiftLineStorage.swift",
"SwiftSlotStorage.swift"
],
"type" : "library"
},
{
"c99name" : "ReparsePlugin",
"module_type" : "PluginTarget",
"name" : "ReparsePlugin",
"path" : "Plugins/ReparsePlugin",
"plugin_capability" : {
"intent" : {
"description" : "This command will compile the html templates into the source code.",
"type" : "custom",
"verb" : "reparse"
},
"permissions" : [
{
"network_scope" : {
"none" : {
}
},
"reason" : "This command (re)compiles the html templates.",
"type" : "writeToPackageDirectory"
}
],
"type" : "command"
},
"product_memberships" : [
"ReparsePlugin"
],
"sources" : [
"ReparsePlugin.swift"
],
"target_dependencies" : [
"reparse"
],
"type" : "plugin"
},
{
"c99name" : "ReparseExample",
"module_type" : "SwiftTarget",
"name" : "ReparseExample",
"path" : "Sources/Example",
"product_dependencies" : [
"Leaf",
"Vapor"
],
"product_memberships" : [
"ReparseExample"
],
"sources" : [
"Controllers/SampleController.swift",
"configure.swift",
"entrypoint.swift",
"pages.swift",
"route.swift"
],
"target_dependencies" : [
"ReparseRuntime"
],
"type" : "executable"
},
{
"c99name" : "ReparseCore",
"module_type" : "SwiftTarget",
"name" : "ReparseCore",
"path" : "Sources/Core",
"product_memberships" : [
"reparse",
"ReparsePlugin"
],
"sources" : [
"AST.swift",
"ASTStorage.swift",
"PageProperties.swift",
"Parser.swift",
"ReparseCore.swift",
"SimpleHtmlParser.swift",
"SwiftCodeGenerator.swift",
"SwiftOutputBuilder.swift",
"SwiftPageSignatures.swift"
],
"target_dependencies" : [
"ReparseRuntime"
],
"type" : "library"
},
{
"c99name" : "ExampleTests",
"module_type" : "SwiftTarget",
"name" : "ExampleTests",
"path" : "Tests/ExampleTests",
"product_dependencies" : [
"XCTVapor",
"Vapor",
"Leaf"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/ExampleTests/Views",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"ExampleTests.swift"
],
"target_dependencies" : [
"ReparseExample"
],
"type" : "test"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/vapor/leaf.git
Fetching https://github.com/apple/swift-argument-parser.git
[1/3956] Fetching leaf
Fetched https://github.com/vapor/leaf.git from cache (0.31s)
[1/74337] Fetching vapor
[3718/89287] Fetching vapor, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.77s)
[20071/74337] Fetching vapor
Fetched https://github.com/vapor/vapor.git from cache (1.72s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.0 (2.42s)
Computing version for https://github.com/vapor/leaf.git
Computed https://github.com/vapor/leaf.git at 4.5.0 (0.66s)
Fetching https://github.com/vapor/leaf-kit.git
Fetching https://github.com/apple/swift-algorithms.git
[1/4938] Fetching leaf-kit
[100/10841] Fetching leaf-kit, swift-algorithms
Fetched https://github.com/vapor/leaf-kit.git from cache (0.41s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.41s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.114.1 (2.61s)
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/vapor/multipart-kit.git
[1/2206] Fetching swift-metrics
[2207/4809] Fetching swift-metrics, websocket-kit
[4810/8017] Fetching swift-metrics, websocket-kit, multipart-kit
[5484/9080] Fetching swift-metrics, websocket-kit, multipart-kit, swift-service-context
[6742/14054] Fetching swift-metrics, websocket-kit, multipart-kit, swift-service-context, swift-distributed-tracing
[7598/15759] Fetching swift-metrics, websocket-kit, multipart-kit, swift-service-context, swift-distributed-tracing, swift-atomics
Fetched https://github.com/apple/swift-metrics.git from cache (0.33s)
[8751/13553] Fetching websocket-kit, multipart-kit, swift-service-context, swift-distributed-tracing, swift-atomics
Fetching https://github.com/apple/swift-log.git
Fetched https://github.com/vapor/websocket-kit.git from cache (0.51s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.52s)
Fetching https://github.com/apple/swift-nio-http2.git
[4406/9812] Fetching multipart-kit, swift-service-context, swift-atomics, swift-log
[8242/15474] Fetching multipart-kit, swift-service-context, swift-atomics, swift-log, swift-nio-extras
[6897/11638] Fetching multipart-kit, swift-service-context, swift-atomics, swift-nio-extras
Fetched https://github.com/apple/swift-log.git from cache (0.40s)
Fetching https://github.com/apple/swift-nio-ssl.git
[9163/23142] Fetching multipart-kit, swift-service-context, swift-atomics, swift-nio-extras, swift-nio-http2
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.37s)
Fetching https://github.com/apple/swift-nio.git
[7051/17480] Fetching multipart-kit, swift-service-context, swift-atomics, swift-nio-http2
[15910/32273] Fetching multipart-kit, swift-service-context, swift-atomics, swift-nio-http2, swift-nio-ssl
[19405/107823] Fetching multipart-kit, swift-service-context, swift-atomics, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-service-context.git from cache (1.61s)
[40124/106760] Fetching multipart-kit, swift-atomics, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (1.61s)
[38715/105055] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl, swift-nio
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/vapor/routing-kit.git
Fetched https://github.com/vapor/multipart-kit.git from cache (1.67s)
[43326/101847] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
Fetching https://github.com/vapor/console-kit.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.20s)
[38917/90343] Fetching swift-nio-ssl, swift-nio
Fetching https://github.com/vapor/async-kit.git
[44042/111070] Fetching swift-nio-ssl, swift-nio, routing-kit
[48798/124854] Fetching swift-nio-ssl, swift-nio, routing-kit, swift-crypto
[58124/130339] Fetching swift-nio-ssl, swift-nio, routing-kit, swift-crypto, console-kit
[64079/132709] Fetching swift-nio-ssl, swift-nio, routing-kit, swift-crypto, console-kit, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.34s)
[84325/130339] Fetching swift-nio-ssl, swift-nio, routing-kit, swift-crypto, console-kit
Fetching https://github.com/swift-server/async-http-client.git
Fetched https://github.com/vapor/console-kit.git from cache (0.66s)
[88488/124854] Fetching swift-nio-ssl, swift-nio, routing-kit, swift-crypto
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.05s)
[1/13887] Fetching async-http-client
Fetched https://github.com/vapor/routing-kit.git from cache (2.34s)
Fetched https://github.com/apple/swift-crypto.git from cache (2.43s)
Fetched https://github.com/swift-server/async-http-client.git from cache (2.58s)
Fetched https://github.com/apple/swift-nio.git from cache (4.54s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (6.31s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.46s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.44s)
Computing version for https://github.com/vapor/leaf-kit.git
Computed https://github.com/vapor/leaf-kit.git at 1.13.1 (0.43s)
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.58s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (0.73s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4364] Fetching swift-system
[4365/20633] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.06s)
Fetched https://github.com/apple/swift-collections.git from cache (1.08s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (1.51s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.42s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.0 (0.41s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2619] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.53s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (1.10s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
[1/1127] Fetching swift-http-structured-headers
[1128/2031] Fetching swift-http-structured-headers, swift-http-types
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.28s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.28s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (0.73s)
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.50s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.49s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.42s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.62s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.64s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.46s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (0.45s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.45s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.50s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.52s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.43s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.45s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.45s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.51s)
Fetching https://github.com/apple/swift-asn1.git
[1/1584] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.26s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.78s)
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-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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.1
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Creating working copy for https://github.com/vapor/leaf.git
Working copy of https://github.com/vapor/leaf.git resolved at 4.5.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/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-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.25.2
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/vapor/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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.0
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.114.1
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-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-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
[1/1] Compiling plugin ReparsePlugin
[2/2] Compiling plugin GenerateManual
Building for debugging...
[2/914] Write sources
[12/914] Write swift-version-24593BA9C3E375BF.txt
[12/914] Write sources
[14/914] Compiling _NumericsShims _NumericsShims.c
[15/914] Compiling e_rc4.cc
[16/914] Compiling cpu_aarch64_linux.cc
[17/914] Write sources
[20/914] Compiling tls_cbc.cc
[21/914] Write sources
[22/914] Compiling cpu_aarch64_openbsd.cc
[23/914] Compiling conf.cc
[24/914] Write sources
[29/914] Compiling _AtomicsShims.c
[30/914] Write sources
[32/914] Compiling e_rc2.cc
[32/914] Write sources
[68/940] Compiling e_tls.cc
[69/940] Compiling CVaporBcrypt blf.c
[71/965] Emitting module _NIOBase64
[72/965] Emitting module Logging
[73/965] Emitting module _NIODataStructures
[74/965] Emitting module InternalCollectionsUtilities
[75/967] Compiling ReparseRuntime SwiftSlotStorage.swift
[76/967] Compiling ReparseRuntime SwiftLineCommand.swift
[77/967] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[78/967] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[79/967] Compiling InternalCollectionsUtilities _SortedCollection.swift
[80/967] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[81/967] Compiling InternalCollectionsUtilities Debugging.swift
[82/967] Compiling InternalCollectionsUtilities Descriptions.swift
[83/967] Compiling ServiceContextModule ServiceContextKey.swift
[84/967] Compiling _NIODataStructures _TinyArray.swift
[85/967] Compiling InternalCollectionsUtilities UInt+reversed.swift
[86/967] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[87/967] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[88/967] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[89/967] Compiling RealModule Real.swift
[90/968] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[91/968] Compiling InternalCollectionsUtilities Specialize.swift
[92/968] Emitting module ServiceContextModule
[93/968] Compiling ServiceContextModule ServiceContext.swift
[94/968] Emitting module ReparseRuntime
[95/968] Compiling ReparseRuntime SwiftAttributeStorage.swift
[96/968] Emitting module ReparseRuntime
[97/969] Compiling RealModule Float80+Real.swift
[98/969] Compiling ReparseRuntime SwiftSlotStorage.swift
[99/969] Compiling ReparseRuntime SwiftLineStorage.swift
[100/969] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[101/969] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[102/969] Emitting module RealModule
[105/970] Compiling ReparseRuntime SwiftLineCommand.swift
[108/970] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[109/970] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[110/970] Compiling InternalCollectionsUtilities Integer rank.swift
[111/970] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[112/970] Compiling ReparseRuntime SwiftAttributeStorage.swift
[113/970] Compiling ReparseRuntime SwiftLineStorage.swift
[114/971] Compiling _NIODataStructures PriorityQueue.swift
[115/971] Compiling RealModule Float+Real.swift
[116/972] Compiling RealModule ElementaryFunctions.swift
[117/972] Compiling RealModule Float16+Real.swift
[118/972] Compiling _NIOBase64 Base64.swift
[120/973] Compiling RealModule RealFunctions.swift
[126/1115] Emitting module Instrumentation
[127/1115] Compiling Instrumentation NoOpInstrument.swift
[128/1116] Compiling Instrumentation MultiplexInstrument.swift
[129/1124] Compiling Instrumentation InstrumentationSystem.swift
[130/1124] Compiling Instrumentation Instrument.swift
[131/1124] Compiling Instrumentation Locks.swift
[132/1125] Compiling _NIODataStructures Heap.swift
[133/1126] Compiling Logging Locks.swift
[134/1126] Compiling Logging MetadataProvider.swift
[135/1126] Compiling Logging Logging.swift
[136/1126] Compiling Logging LogHandler.swift
[140/1127] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[141/1127] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[142/1127] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[143/1127] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[144/1127] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[145/1127] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[146/1127] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[147/1134] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[148/1134] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[149/1134] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[150/1134] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[151/1134] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[152/1134] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[153/1134] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[154/1134] Compiling OrderedCollections OrderedDictionary.swift
[155/1134] Compiling OrderedCollections OrderedSet+Codable.swift
[156/1134] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[157/1134] Compiling OrderedCollections OrderedSet+Descriptions.swift
[158/1134] Compiling OrderedCollections OrderedSet+Diffing.swift
[159/1134] Compiling OrderedCollections OrderedSet+Equatable.swift
[160/1134] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[161/1134] Compiling OrderedCollections OrderedSet+Hashable.swift
[162/1134] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[163/1134] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[164/1134] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[165/1134] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[166/1134] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[167/1134] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[168/1134] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[169/1134] Compiling OrderedCollections OrderedDictionary+Values.swift
[170/1134] Compiling OrderedCollections OrderedSet+Initializers.swift
[171/1134] Compiling OrderedCollections OrderedSet+Insertions.swift
[172/1134] Compiling OrderedCollections OrderedSet+Invariants.swift
[173/1134] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[174/1134] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[175/1134] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[176/1134] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[177/1134] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[178/1134] Compiling ReparseCore AST.swift
[179/1134] Compiling ReparseCore ASTStorage.swift
[180/1134] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[181/1134] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[182/1134] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[183/1134] Compiling OrderedCollections OrderedDictionary+Elements.swift
[184/1134] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[185/1134] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[186/1144] Compiling CoreMetrics Locks.swift
[187/1144] Compiling CoreMetrics Metrics.swift
[188/1144] Emitting module CoreMetrics
[190/1150] Compiling Tracing TracingTime.swift
[201/1209] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[202/1209] Compiling HeapModule Heap+Descriptions.swift
[203/1235] Compiling HeapModule Heap+Invariants.swift
[204/1235] Compiling HeapModule Heap+UnsafeHandle.swift
[205/1235] Compiling HeapModule Heap.swift
[206/1235] Compiling HeapModule _HeapNode.swift
[207/1235] Compiling Tracing TracerProtocol.swift
[208/1235] Compiling Tracing InstrumentationSystem+Tracing.swift
[209/1235] Compiling Tracing NoOpTracer.swift
[210/1235] Emitting module Tracing
[211/1235] Compiling HashTreeCollections TreeDictionary+Values.swift
[212/1235] Compiling HashTreeCollections TreeDictionary.swift
[213/1235] Compiling HashTreeCollections TreeSet+Codable.swift
[214/1235] Compiling HashTreeCollections TreeSet+Collection.swift
[215/1235] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[216/1235] Compiling HashTreeCollections TreeSet+Debugging.swift
[217/1235] Compiling HashTreeCollections TreeSet+Descriptions.swift
[218/1235] Compiling HashTreeCollections _HashNode+Structural merge.swift
[219/1235] Compiling HashTreeCollections _AncestorHashSlots.swift
[220/1235] Compiling HashTreeCollections _Bitmap.swift
[221/1235] Compiling HashTreeCollections _Bucket.swift
[222/1235] Compiling HashTreeCollections _Hash.swift
[223/1235] Compiling HashTreeCollections _HashLevel.swift
[224/1235] Compiling HashTreeCollections _HashNode+Builder.swift
[225/1235] Compiling HashTreeCollections _HashNode+Debugging.swift
[226/1235] Compiling HashTreeCollections _HashNode+Initializers.swift
[227/1235] Compiling HashTreeCollections _HashNode+Invariants.swift
[228/1237] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[229/1237] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[236/1241] Emitting module HeapModule
[240/1242] Compiling HashTreeCollections TreeSet+Equatable.swift
[241/1242] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[242/1242] Compiling HashTreeCollections TreeSet+Extras.swift
[243/1242] Compiling HashTreeCollections TreeSet+Filter.swift
[244/1242] Compiling HashTreeCollections TreeSet+Hashable.swift
[245/1242] Compiling HashTreeCollections TreeSet+Sendable.swift
[246/1242] Compiling HashTreeCollections TreeDictionary+Keys.swift
[247/1242] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[248/1242] Compiling HashTreeCollections TreeDictionary+Merge.swift
[249/1242] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[250/1242] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[255/1242] Compiling Tracing Tracer.swift
[256/1242] Compiling Tracing TracerProtocol+Legacy.swift
[259/1242] Compiling HashTreeCollections TreeSet+Sequence.swift
[260/1242] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[261/1242] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[262/1242] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[263/1242] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[264/1242] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[265/1242] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[266/1242] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[268/1252] Compiling Tracing SpanProtocol.swift
[269/1255] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[270/1255] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[271/1255] Compiling HashTreeCollections _HashNode+Storage.swift
[272/1255] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[273/1255] Compiling HashTreeCollections _HashNode+Structural filter.swift
[274/1255] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[275/1255] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[276/1255] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[280/1255] Emitting module OrderedCollections
[281/1256] Compiling RoutingKit Router.swift
[282/1256] Emitting module RoutingKit
[283/1256] Compiling RoutingKit AnyRouter.swift
[285/1271] Compiling DequeModule Deque+CustomReflectable.swift
[286/1271] Compiling DequeModule Deque+Descriptions.swift
[287/1273] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[288/1273] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[289/1273] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[290/1273] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[291/1273] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[292/1273] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[293/1273] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[294/1273] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[295/1273] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[296/1273] Compiling HashTreeCollections TreeSet.swift
[297/1273] Compiling RoutingKit PathComponent.swift
[298/1273] Compiling RoutingKit TrieRouter.swift
[299/1273] Compiling DequeModule _DequeBuffer.swift
[300/1273] Compiling DequeModule _DequeBufferHeader.swift
[301/1273] Compiling DequeModule Deque+Equatable.swift
[302/1273] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[303/1273] Compiling ReparseCore PageProperties.swift
[304/1274] Compiling ReparseCore SwiftOutputBuilder.swift
[305/1279] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[306/1279] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[307/1279] Compiling HashTreeCollections TreeDictionary+Filter.swift
[308/1279] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[309/1279] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[326/1299] Compiling ReparseCore SwiftOutputBuilder.swift
[327/1300] Emitting module ReparseCore
[328/1300] Compiling Algorithms AdjacentPairs.swift
[329/1300] Compiling Algorithms Chain.swift
[330/1300] Emitting module ReparseCore
[331/1300] Compiling Algorithms FlattenCollection.swift
[332/1300] Compiling Algorithms Grouped.swift
[333/1300] Compiling ReparseCore SwiftCodeGenerator.swift
[334/1300] Compiling Algorithms Suffix.swift
[335/1300] Compiling ReparseCore SimpleHtmlParser.swift
[336/1300] Compiling ReparseCore SwiftCodeGenerator.swift
[337/1300] Compiling Algorithms Compacted.swift
[338/1300] Compiling Algorithms Cycle.swift
[339/1300] Compiling Algorithms EitherSequence.swift
[340/1300] Compiling ReparseCore SimpleHtmlParser.swift
[341/1300] Emitting module _RopeModule
[342/1300] Compiling Metrics Metrics.swift
[343/1300] Emitting module Metrics
[344/1301] Compiling ReparseCore ReparseCore.swift
[345/1301] Compiling Algorithms Keyed.swift
[346/1301] Compiling Algorithms MinMax.swift
[347/1301] Compiling RoutingKit Parameters.swift
[350/1302] Compiling ReparseCore Parser.swift
[351/1302] Compiling ReparseCore ReparseCore.swift
[353/1302] Compiling ReparseCore SwiftPageSignatures.swift
[358/1303] Compiling ReparseCore PageProperties.swift
[359/1303] Compiling ReparseCore Parser.swift
[360/1303] Compiling ReparseCore SwiftPageSignatures.swift
[360/1303] Wrapping AST for _NIOBase64 for debugging
[361/1303] Wrapping AST for _NIODataStructures for debugging
[363/1304] Compiling HashTreeCollections _HashTreeIterator.swift
[364/1304] Compiling HashTreeCollections _HashTreeStatistics.swift
[365/1304] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[366/1304] Compiling HashTreeCollections _RawHashNode.swift
[367/1304] Compiling HashTreeCollections _UnmanagedHashNode.swift
[368/1304] Compiling HashTreeCollections _UnsafePath.swift
[369/1304] Compiling HashTreeCollections TreeDictionary+Codable.swift
[370/1304] Compiling HashTreeCollections TreeDictionary+Collection.swift
[371/1304] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[372/1304] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[373/1304] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[383/1304] Compiling HashTreeCollections _HashNodeHeader.swift
[384/1304] Compiling HashTreeCollections _HashSlot.swift
[385/1304] Compiling HashTreeCollections _HashStack.swift
[404/1304] Compiling Algorithms Chunked.swift
[405/1304] Compiling Algorithms Combinations.swift
[406/1304] Compiling Algorithms Split.swift
[407/1304] Compiling Algorithms Stride.swift
[412/1304] Compiling Algorithms FirstNonNil.swift
[413/1304] Emitting module DequeModule
[413/1304] Wrapping AST for Tracing for debugging
[414/1306] Wrapping AST for RoutingKit for debugging
[417/1306] Wrapping AST for ServiceContextModule for debugging
[419/1306] Compiling Algorithms RandomSample.swift
[420/1306] Compiling Algorithms Reductions.swift
[421/1306] Compiling Algorithms Rotate.swift
[422/1309] Wrapping AST for ReparseRuntime for debugging
[424/1309] Wrapping AST for ReparseCore for debugging
[426/1309] Wrapping AST for RealModule for debugging
[427/1309] Wrapping AST for Metrics for debugging
[429/1309] Compiling Algorithms Joined.swift
[434/1309] Compiling Algorithms Indexed.swift
[435/1309] Compiling Algorithms Intersperse.swift
[439/1309] Compiling Algorithms Partition.swift
[439/1309] Wrapping AST for Logging for debugging
[440/1309] Wrapping AST for OrderedCollections for debugging
[447/1309] Wrapping AST for HeapModule for debugging
[448/1309] Wrapping AST for Instrumentation for debugging
[449/1309] Compiling CVaporBcrypt bcrypt.c
[450/1309] Wrapping AST for _RopeModule for debugging
[451/1309] Compiling CNIOWindows shim.c
[452/1309] Compiling CNIOWindows WSAStartup.c
[453/1309] Wrapping AST for DequeModule for debugging
[455/1309] Compiling Algorithms Permutations.swift
[456/1309] Compiling Algorithms Product.swift
[457/1309] Compiling Algorithms Trim.swift
[458/1309] Compiling Algorithms Unique.swift
[459/1309] Compiling Algorithms Windows.swift
[460/1309] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[461/1309] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[462/1309] Compiling HashTreeCollections _HashNode.swift
[465/1309] Wrapping AST for InternalCollectionsUtilities for debugging
[466/1309] Compiling CNIOWASI CNIOWASI.c
[466/1309] Compiling CSystem shims.c
[468/1309] Compiling CNIOSHA1 c_nio_sha1.c
[469/1309] Wrapping AST for CoreMetrics for debugging
[470/1309] Compiling CNIOLinux liburing_shims.c
[471/1309] Compiling CNIOExtrasZlib empty.c
[472/1309] Compiling CNIOLLHTTP c_nio_http.c
[473/1309] Compiling CNIOLinux shim.c
[474/1309] Compiling CNIODarwin shim.c
[483/1309] Compiling fiat_p256_adx_sqr.S
[484/1309] Compiling CNIOLLHTTP c_nio_api.c
[485/1309] Compiling fiat_p256_adx_mul.S
[492/1309] Compiling fiat_curve25519_adx_square.S
[493/1318] Compiling fiat_curve25519_adx_mul.S
[494/1334] Compiling CNIOLLHTTP c_nio_llhttp.c
[495/1337] Compiling CNIOBoringSSLShims shims.c
[497/1337] Emitting module HashTreeCollections
[498/1338] Compiling SystemPackage FileOperations.swift
[499/1338] Compiling SystemPackage FilePath.swift
[500/1338] Compiling SystemPackage FilePathComponentView.swift
[501/1338] Compiling SystemPackage FilePathComponents.swift
[503/1338] Compiling SystemPackage Mocking.swift
[504/1338] Compiling SystemPackage RawBuffer.swift
[505/1338] Compiling SystemPackage Syscalls.swift
[506/1338] Compiling SystemPackage WindowsSyscallAdapters.swift
[507/1338] Compiling SystemPackage Backcompat.swift
[508/1338] Compiling SystemPackage CInterop.swift
[509/1338] Compiling SystemPackage Constants.swift
[510/1338] Compiling SystemPackage Exports.swift
[511/1341] Compiling SystemPackage FilePathTempPosix.swift
[512/1341] Compiling SystemPackage FilePathTempWindows.swift
[513/1341] Compiling SystemPackage FilePathWindows.swift
[514/1341] Compiling SystemPackage FilePermissions.swift
[515/1341] Compiling SystemPackage MachPort.swift
[516/1341] Compiling SystemPackage PlatformString.swift
[517/1341] Compiling SystemPackage SystemString.swift
[518/1341] Emitting module SystemPackage
[519/1341] Compiling SystemPackage Util+StringArray.swift
[520/1341] Compiling SystemPackage Util.swift
[521/1341] Compiling SystemPackage UtilConsumers.swift
[526/1341] Compiling SystemPackage Errno.swift
[527/1341] Compiling SystemPackage ErrnoWindows.swift
[528/1341] Compiling SystemPackage FileDescriptor.swift
[529/1341] Compiling SystemPackage FileHelpers.swift
[530/1341] Compiling SystemPackage FilePathParsing.swift
[531/1341] Compiling SystemPackage FilePathString.swift
[532/1341] Compiling SystemPackage FilePathSyntax.swift
[533/1341] Compiling SystemPackage FilePathTemp.swift
[534/1341] Emitting module Algorithms
[536/1343] Compiling tls_method.cc
[537/1343] Compiling tls_record.cc
[538/1343] Wrapping AST for SystemPackage for debugging
[539/1343] Wrapping AST for HashTreeCollections for debugging
[540/1343] Compiling tls13_enc.cc
[541/1343] Compiling tls13_server.cc
[542/1343] Compiling tls13_client.cc
[543/1343] Compiling tls13_both.cc
[544/1343] Compiling ssl_transcript.cc
[545/1343] Compiling ssl_stat.cc
[546/1343] Compiling t1_enc.cc
[547/1343] Compiling ssl_versions.cc
[548/1343] Compiling ssl_x509.cc
[549/1343] Compiling ssl_session.cc
[550/1343] Compiling ssl_privkey.cc
[551/1343] Compiling ssl_file.cc
[552/1343] Compiling ssl_key_share.cc
[553/1343] Compiling ssl_credential.cc
[553/1343] Compiling ssl_lib.cc
[555/1343] Compiling ssl_buffer.cc
[556/1343] Compiling ssl_cipher.cc
[557/1343] Compiling ssl_cert.cc
[558/1343] Compiling ssl_asn1.cc
[559/1343] Compiling s3_pkt.cc
[560/1343] Compiling ssl_aead_ctx.cc
[561/1343] Compiling s3_both.cc
[562/1343] Compiling s3_lib.cc
[563/1343] Compiling handshake_server.cc
[564/1343] Compiling handshake_client.cc
[565/1343] Compiling handoff.cc
[566/1343] Compiling handshake.cc
[567/1343] Compiling extensions.cc
[568/1343] Compiling dtls_record.cc
[569/1343] Compiling md5-x86_64-linux.S
[570/1343] Compiling dtls_method.cc
[571/1343] Compiling d1_srtp.cc
[572/1343] Compiling md5-x86_64-apple.S
[573/1343] Compiling md5-586-apple.S
[574/1343] Compiling md5-586-linux.S
[575/1343] Compiling d1_pkt.cc
[576/1343] Compiling chacha20_poly1305_x86_64-apple.S
[577/1343] Compiling encrypted_client_hello.cc
[578/1343] Compiling chacha20_poly1305_x86_64-linux.S
[579/1343] Compiling chacha20_poly1305_armv8-win.S
[580/1343] Compiling chacha20_poly1305_armv8-linux.S
[581/1343] Compiling chacha20_poly1305_armv8-apple.S
[582/1343] Compiling chacha-x86_64-apple.S
[583/1343] Compiling chacha-x86_64-linux.S
[584/1343] Compiling chacha-x86-linux.S
[585/1343] Compiling chacha-x86-apple.S
[586/1343] Compiling chacha-armv8-win.S
[587/1343] Compiling err_data.cc
[588/1343] Compiling chacha-armv8-linux.S
[589/1343] Compiling chacha-armv8-apple.S
[590/1343] Compiling chacha-armv4-linux.S
[591/1343] Compiling aes128gcmsiv-x86_64-apple.S
[592/1343] Compiling aes128gcmsiv-x86_64-linux.S
[593/1343] Compiling x86_64-mont5-apple.S
[594/1343] Compiling x86_64-mont5-linux.S
[595/1343] Compiling x86_64-mont-linux.S
[596/1343] Compiling x86_64-mont-apple.S
[597/1343] Compiling x86-mont-linux.S
[598/1343] Compiling vpaes-x86_64-linux.S
[599/1343] Compiling vpaes-x86_64-apple.S
[600/1343] Compiling d1_lib.cc
[601/1343] Compiling x86-mont-apple.S
[602/1343] Compiling vpaes-x86-linux.S
[603/1343] Compiling vpaes-armv8-win.S
[604/1343] Compiling vpaes-x86-apple.S
[605/1343] Compiling vpaes-armv8-linux.S
[606/1343] Compiling vpaes-armv8-apple.S
[607/1343] Compiling sha512-x86_64-linux.S
[608/1343] Compiling vpaes-armv7-linux.S
[609/1343] Compiling sha512-armv8-win.S
[610/1343] Compiling sha512-x86_64-apple.S
[611/1343] Compiling sha512-armv8-linux.S
[612/1343] Compiling sha512-armv8-apple.S
[613/1343] Compiling sha512-armv4-linux.S
[614/1343] Compiling sha512-586-linux.S
[615/1343] Compiling sha512-586-apple.S
[616/1343] Compiling sha256-x86_64-linux.S
[617/1343] Compiling sha256-x86_64-apple.S
[618/1343] Compiling sha256-armv8-linux.S
[619/1343] Compiling sha256-armv8-win.S
[620/1343] Compiling sha256-armv8-apple.S
[621/1343] Compiling sha256-586-linux.S
[622/1343] Compiling sha256-armv4-linux.S
[623/1343] Compiling sha256-586-apple.S
[624/1343] Compiling bio_ssl.cc
[625/1343] Compiling sha1-armv8-linux.S
[626/1343] Compiling sha1-x86_64-linux.S
[627/1343] Compiling sha1-armv8-apple.S
[628/1343] Compiling sha1-x86_64-apple.S
[629/1343] Compiling sha1-armv8-win.S
[630/1343] Compiling sha1-586-linux.S
[631/1343] Compiling sha1-armv4-large-linux.S
[631/1343] Compiling sha1-586-apple.S
[633/1343] Compiling rsaz-avx2-linux.S
[634/1343] Compiling rsaz-avx2-apple.S
[634/1343] Compiling rdrand-x86_64-linux.S
[636/1343] Compiling d1_both.cc
[637/1343] Compiling rdrand-x86_64-apple.S
[637/1343] Compiling p256-x86_64-asm-apple.S
[637/1343] Compiling p256_beeu-x86_64-asm-linux.S
[637/1343] Compiling p256_beeu-armv8-asm-win.S
[637/1343] Compiling p256_beeu-x86_64-asm-apple.S
[637/1343] Compiling p256_beeu-armv8-asm-apple.S
[637/1343] Compiling p256_beeu-armv8-asm-linux.S
[637/1343] Compiling p256-armv8-asm-win.S
[637/1343] Compiling p256-x86_64-asm-linux.S
[637/1343] Compiling ghashv8-armv8-win.S
[647/1343] Compiling p256-armv8-asm-linux.S
[648/1343] Compiling p256-armv8-asm-apple.S
[649/1343] Compiling ghashv8-armv8-linux.S
[650/1343] Compiling ghashv8-armv8-apple.S
[651/1343] Compiling ghashv8-armv7-linux.S
[652/1343] Compiling ghash-x86_64-apple.S
[653/1343] Compiling ghash-x86_64-linux.S
[653/1343] Compiling ghash-x86-linux.S
[655/1343] Compiling ghash-ssse3-x86-linux.S
[656/1343] Compiling ghash-x86-apple.S
[657/1343] Compiling ghash-ssse3-x86_64-apple.S
[658/1343] Compiling ghash-ssse3-x86_64-linux.S
[659/1343] Compiling ghash-neon-armv8-linux.S
[660/1343] Compiling ghash-neon-armv8-win.S
[661/1343] Compiling ghash-neon-armv8-apple.S
[662/1343] Compiling ghash-ssse3-x86-apple.S
[663/1343] Compiling ghash-armv4-linux.S
[664/1343] Compiling co-586-linux.S
[665/1343] Compiling bsaes-armv7-linux.S
[666/1343] Compiling co-586-apple.S
[667/1343] Compiling bn-armv8-linux.S
[668/1343] Compiling bn-armv8-win.S
[669/1343] Compiling bn-armv8-apple.S
[670/1343] Compiling bn-586-linux.S
[671/1343] Compiling bn-586-apple.S
[672/1343] Compiling armv8-mont-win.S
[673/1343] Compiling armv8-mont-linux.S
[674/1343] Compiling armv4-mont-linux.S
[675/1343] Compiling aesv8-gcm-armv8-linux.S
[676/1343] Compiling armv8-mont-apple.S
[677/1343] Compiling aesv8-gcm-armv8-apple.S
[678/1343] Compiling aesv8-gcm-armv8-win.S
[679/1343] Compiling aesv8-armv8-win.S
[680/1343] Compiling aesv8-armv8-linux.S
[681/1343] Compiling aesv8-armv7-linux.S
[682/1343] Compiling aesv8-armv8-apple.S
[683/1343] Compiling aesni-x86_64-apple.S
[684/1343] Compiling aesni-x86-linux.S
[685/1343] Compiling aesni-x86-apple.S
[686/1343] Compiling aesni-x86_64-linux.S
[687/1343] Compiling aesni-gcm-x86_64-linux.S
[688/1343] Compiling aesni-gcm-x86_64-apple.S
[689/1343] Compiling aes-gcm-avx2-x86_64-linux.S
[690/1343] Compiling aes-gcm-avx2-x86_64-apple.S
[691/1343] Compiling aes-gcm-avx10-x86_64-apple.S
[692/1343] Compiling aes-gcm-avx10-x86_64-linux.S
[693/1343] Compiling x_spki.cc
[694/1343] Compiling x_sig.cc
[695/1343] Compiling x_pubkey.cc
[696/1343] Compiling x_x509a.cc
[697/1343] Compiling x_req.cc
[698/1343] Compiling x_x509.cc
[699/1343] Compiling x_name.cc
[700/1343] Compiling x_val.cc
[701/1343] Compiling x509spki.cc
[702/1343] Compiling x_algor.cc
[703/1343] Compiling x_attrib.cc
[704/1343] Compiling x_exten.cc
[705/1343] Compiling x_all.cc
[706/1343] Compiling x509name.cc
[707/1343] Compiling x_crl.cc
[708/1343] Compiling x509rset.cc
[709/1343] Compiling x509cset.cc
[710/1343] Compiling x509_vpm.cc
[711/1343] Compiling x509_v3.cc
[712/1343] Compiling x509_txt.cc
[713/1343] Compiling x509_trs.cc
[714/1343] Compiling x509_vfy.cc
[715/1343] Compiling x509_req.cc
[716/1343] Compiling x509_set.cc
[717/1343] Compiling x509_ext.cc
[718/1343] Compiling x509_lu.cc
[719/1343] Compiling x509_d2.cc
[720/1343] Compiling x509_obj.cc
[721/1343] Compiling x509_def.cc
[722/1343] Compiling x509_att.cc
[723/1343] Compiling x509_cmp.cc
[724/1343] Compiling x509.cc
[725/1343] Compiling v3_utl.cc
[726/1343] Compiling v3_pcons.cc
[727/1343] Compiling v3_pmaps.cc
[728/1343] Compiling v3_ocsp.cc
[729/1343] Compiling v3_purp.cc
[730/1343] Compiling v3_skey.cc
[731/1343] Compiling v3_prn.cc
[732/1343] Compiling v3_ncons.cc
[733/1343] Compiling v3_lib.cc
[734/1343] Compiling v3_int.cc
[735/1343] Compiling v3_ia5.cc
[736/1343] Compiling v3_info.cc
[737/1343] Compiling v3_enum.cc
[738/1343] Compiling v3_genn.cc
[739/1343] Compiling v3_extku.cc
[740/1343] Compiling v3_crld.cc
[741/1343] Compiling v3_cpols.cc
[742/1343] Compiling v3_conf.cc
[743/1343] Compiling v3_bcons.cc
[744/1343] Compiling v3_bitst.cc
[745/1343] Compiling v3_akeya.cc
[746/1343] Compiling v3_akey.cc
[747/1343] Compiling v3_alt.cc
[748/1343] Compiling t_x509a.cc
[749/1343] Compiling t_req.cc
[750/1343] Compiling i2d_pr.cc
[751/1343] Compiling t_x509.cc
[752/1343] Compiling t_crl.cc
[753/1343] Compiling name_print.cc
[754/1343] Compiling rsa_pss.cc
[755/1343] Compiling policy.cc
[756/1343] Compiling by_file.cc
[757/1343] Compiling by_dir.cc
[758/1343] Compiling algorithm.cc
[759/1343] Compiling asn1_gen.cc
[760/1343] Compiling a_verify.cc
[761/1343] Compiling voprf.cc
[762/1343] Compiling trust_token.cc
[763/1343] Compiling pmbtoken.cc
[764/1343] Compiling a_digest.cc
[765/1343] Compiling a_sign.cc
[766/1343] Compiling thread_win.cc
[767/1343] Compiling thread_pthread.cc
[768/1343] Compiling thread_none.cc
[769/1343] Compiling thread.cc
[770/1343] Compiling stack.cc
[771/1343] Compiling sha512.cc
[772/1343] Compiling siphash.cc
[773/1343] Compiling sha256.cc
[774/1343] Compiling rsa_print.cc
[775/1343] Compiling slhdsa.cc
[776/1343] Compiling sha1.cc
[777/1343] Compiling spake2plus.cc
[778/1343] Compiling rsa_extra.cc
[779/1343] Compiling rsa_crypt.cc
[780/1343] Compiling rc4.cc
[781/1343] Compiling refcount.cc
[782/1343] Compiling windows.cc
[783/1343] Compiling trusty.cc
[784/1343] Compiling rand.cc
[785/1343] Compiling urandom.cc
[786/1343] Compiling rsa_asn1.cc
[787/1343] Compiling ios.cc
[788/1343] Compiling passive.cc
[789/1343] Compiling getentropy.cc
[790/1343] Compiling forkunsafe.cc
[791/1343] Compiling poly1305_arm_asm.S
[792/1343] Compiling deterministic.cc
[793/1343] Compiling fork_detect.cc
[794/1343] Compiling poly1305_arm.cc
[795/1343] Compiling poly1305.cc
[796/1343] Compiling poly1305_vec.cc
[797/1343] Compiling pool.cc
[798/1343] Compiling pkcs7.cc
[799/1343] Compiling pkcs8_x509.cc
[800/1343] Compiling pkcs8.cc
[801/1343] Compiling pkcs7_x509.cc
[802/1343] Compiling pem_x509.cc
[803/1343] Compiling pem_pkey.cc
[804/1343] Compiling p5_pbev2.cc
[805/1343] Compiling pem_xaux.cc
[806/1343] Compiling mlkem.cc
[807/1343] Compiling pem_oth.cc
[808/1343] Compiling pem_info.cc
[809/1343] Compiling pem_pk8.cc
[810/1343] Compiling mldsa.cc
[811/1343] Compiling pem_all.cc
[812/1343] Compiling pem_lib.cc
[813/1343] Compiling obj_xref.cc
[814/1343] Compiling mem.cc
[815/1343] Compiling obj.cc
[816/1343] Compiling fips_shared_support.cc
[817/1343] Compiling md5.cc
[818/1343] Compiling poly_rq_mul.S
[819/1343] Compiling md4.cc
[820/1343] Compiling lhash.cc
[821/1343] Compiling kyber.cc
[822/1343] Compiling hrss.cc
[823/1343] Compiling ex_data.cc
[824/1343] Compiling sign.cc
[825/1343] Compiling hpke.cc
[826/1343] Compiling print.cc
[827/1343] Compiling p_x25519.cc
[828/1343] Compiling scrypt.cc
[829/1343] Compiling pbkdf.cc
[830/1343] Compiling p_x25519_asn1.cc
[831/1343] Compiling p_rsa_asn1.cc
[832/1343] Compiling p_ed25519.cc
[833/1343] Compiling p_rsa.cc
[834/1343] Compiling p_hkdf.cc
[835/1343] Compiling p_ec_asn1.cc
[836/1343] Compiling p_ed25519_asn1.cc
[837/1343] Compiling p_ec.cc
[838/1343] Compiling p_dh_asn1.cc
[839/1343] Compiling p_dh.cc
[840/1343] Compiling evp_ctx.cc
[841/1343] Compiling evp.cc
[842/1343] Compiling evp_asn1.cc
[843/1343] Compiling err.cc
[844/1343] Compiling engine.cc
[845/1343] Compiling p_dsa_asn1.cc
[846/1343] Compiling hash_to_curve.cc
[847/1343] Compiling ecdh.cc
[848/1343] Compiling ec_derive.cc
[849/1343] Compiling ecdsa_asn1.cc
[850/1343] Compiling dsa.cc
[851/1343] Compiling ec_asn1.cc
[852/1343] Compiling dsa_asn1.cc
[853/1343] Compiling params.cc
[854/1343] Compiling digest_extra.cc
[855/1343] Compiling x25519-asm-arm.S
[856/1343] Compiling des.cc
[857/1343] Compiling dh_asn1.cc
[858/1343] Compiling crypto.cc
[859/1343] Compiling spake25519.cc
[860/1343] Compiling cpu_intel.cc
[861/1343] Compiling cpu_arm_linux.cc
[862/1343] Compiling cpu_arm_freebsd.cc
[863/1343] Compiling curve25519.cc
[864/1343] Compiling cpu_aarch64_win.cc
[865/1343] Compiling cpu_aarch64_sysreg.cc
[866/1343] Compiling cpu_aarch64_openbsd.cc
[867/1343] Compiling bcm.cc
[868/1343] Compiling curve25519_64_adx.cc
[869/1343] Compiling cpu_aarch64_fuchsia.cc
[870/1343] Compiling cpu_aarch64_linux.cc
[871/1343] Compiling cpu_aarch64_apple.cc
[872/1343] Compiling conf.cc
[873/1343] Compiling e_rc4.cc
[874/1343] Compiling e_tls.cc
[875/1343] Compiling get_cipher.cc
[876/1343] Compiling e_rc2.cc
[877/1343] Compiling tls_cbc.cc
[878/1343] Compiling e_des.cc
[879/1343] Compiling e_null.cc
[880/1343] Compiling e_chacha20poly1305.cc
[881/1343] Compiling derive_key.cc
[882/1343] Compiling e_aesgcmsiv.cc
[883/1343] Compiling chacha.cc
[884/1343] Compiling e_aesctrhmac.cc
[885/1343] Compiling unicode.cc
[886/1343] Compiling cbs.cc
[887/1343] Compiling cbb.cc
[888/1343] Compiling blake2.cc
[889/1343] Compiling bn_asn1.cc
[890/1343] Compiling ber.cc
[891/1343] Compiling buf.cc
[892/1343] Compiling asn1_compat.cc
[893/1343] Compiling socket_helper.cc
[894/1343] Compiling convert.cc
[895/1343] Compiling printf.cc
[896/1343] Compiling socket.cc
[897/1343] Compiling pair.cc
[898/1343] Compiling hexdump.cc
[899/1343] Compiling file.cc
[900/1343] Compiling connect.cc
[901/1343] Compiling bio_mem.cc
[902/1343] Compiling bio.cc
[903/1343] Compiling base64.cc
[904/1343] Compiling fd.cc
[905/1343] Compiling errno.cc
[906/1343] Compiling tasn_typ.cc
[907/1343] Compiling tasn_fre.cc
[908/1343] Compiling tasn_utl.cc
[909/1343] Compiling tasn_enc.cc
[910/1343] Compiling f_int.cc
[911/1343] Compiling f_string.cc
[912/1343] Compiling posix_time.cc
[913/1343] Compiling asn_pack.cc
[914/1343] Compiling tasn_dec.cc
[915/1343] Compiling tasn_new.cc
[916/1343] Compiling asn1_par.cc
[917/1343] Compiling a_octet.cc
[918/1343] Compiling asn1_lib.cc
[919/1343] Compiling a_utctm.cc
[920/1343] Compiling a_time.cc
[921/1343] Compiling a_type.cc
[922/1343] Compiling a_strex.cc
[923/1343] Compiling a_strnid.cc
[924/1343] Compiling a_object.cc
[925/1343] Compiling a_d2i_fp.cc
[926/1343] Compiling a_mbstr.cc
[927/1343] Compiling a_i2d_fp.cc
[928/1343] Compiling a_dup.cc
[929/1343] Compiling a_int.cc
[930/1343] Compiling fiat_p256_adx_sqr.S
[931/1343] Compiling fiat_p256_adx_mul.S
[932/1343] Compiling a_gentm.cc
[933/1343] Compiling fiat_curve25519_adx_square.S
[934/1343] Compiling fiat_curve25519_adx_mul.S
[935/1343] Compiling md5-x86_64-linux.S
[936/1343] Compiling a_bitstr.cc
[937/1343] Compiling md5-x86_64-apple.S
[938/1343] Compiling md5-586-linux.S
[939/1343] Compiling md5-586-apple.S
[940/1343] Compiling CCryptoBoringSSLShims shims.c
[941/1343] Compiling chacha20_poly1305_armv8-win.S
[942/1343] Compiling chacha20_poly1305_x86_64-apple.S
[943/1343] Compiling chacha20_poly1305_armv8-linux.S
[944/1343] Compiling a_bool.cc
[945/1343] Compiling chacha20_poly1305_armv8-apple.S
[946/1343] Compiling chacha20_poly1305_x86_64-linux.S
[947/1343] Compiling chacha-x86-linux.S
[948/1343] Compiling chacha-x86_64-linux.S
[949/1343] Compiling chacha-armv8-win.S
[950/1343] Compiling chacha-x86_64-apple.S
[951/1343] Compiling chacha-x86-apple.S
[952/1343] Compiling chacha-armv8-apple.S
[953/1343] Compiling chacha-armv8-linux.S
[954/1343] Compiling err_data.cc
[955/1343] Compiling chacha-armv4-linux.S
[956/1343] Compiling aes128gcmsiv-x86_64-apple.S
[957/1343] Compiling aes128gcmsiv-x86_64-linux.S
[958/1343] Compiling x86_64-mont5-apple.S
[959/1343] Compiling x86_64-mont5-linux.S
[960/1343] Compiling x86_64-mont-apple.S
[961/1343] Compiling x86-mont-linux.S
[962/1343] Compiling x86-mont-apple.S
[963/1343] Compiling x86_64-mont-linux.S
[964/1343] Compiling vpaes-x86_64-linux.S
[965/1343] Compiling vpaes-x86-linux.S
[966/1343] Compiling vpaes-x86_64-apple.S
[967/1343] Compiling vpaes-x86-apple.S
[968/1343] Compiling vpaes-armv8-linux.S
[969/1343] Compiling vpaes-armv8-win.S
[969/1343] Compiling vpaes-armv8-apple.S
[971/1343] Compiling vpaes-armv7-linux.S
[972/1343] Compiling sha512-x86_64-apple.S
[973/1343] Compiling sha512-armv8-win.S
[974/1343] Compiling sha512-armv8-apple.S
[975/1343] Compiling sha512-x86_64-linux.S
[976/1343] Compiling sha512-armv8-linux.S
[977/1343] Compiling sha512-armv4-linux.S
[978/1343] Compiling sha512-586-linux.S
[979/1343] Compiling sha512-586-apple.S
[980/1343] Compiling sha256-armv8-win.S
[981/1343] Compiling sha256-armv8-linux.S
[982/1343] Compiling sha256-x86_64-apple.S
[983/1343] Compiling sha256-x86_64-linux.S
[984/1343] Compiling sha256-armv8-apple.S
[985/1343] Compiling sha256-armv4-linux.S
[986/1343] Compiling sha256-586-linux.S
[987/1343] Compiling sha256-586-apple.S
[988/1343] Compiling sha1-x86_64-apple.S
[989/1343] Compiling sha1-armv8-win.S
[990/1343] Compiling sha1-armv8-linux.S
[991/1343] Compiling sha1-armv8-apple.S
[992/1343] Compiling sha1-x86_64-linux.S
[993/1343] Compiling sha1-586-linux.S
[994/1343] Compiling sha1-586-apple.S
[995/1343] Compiling rdrand-x86_64-linux.S
[996/1343] Compiling sha1-armv4-large-linux.S
[997/1343] Compiling rsaz-avx2-linux.S
[998/1343] Compiling rsaz-avx2-apple.S
[999/1343] Compiling p256_beeu-x86_64-asm-linux.S
[1000/1343] Compiling rdrand-x86_64-apple.S
[1001/1343] Compiling p256_beeu-x86_64-asm-apple.S
[1002/1343] Compiling p256_beeu-armv8-asm-win.S
[1003/1343] Compiling p256_beeu-armv8-asm-linux.S
[1004/1343] Compiling p256_beeu-armv8-asm-apple.S
[1005/1343] Compiling p256-x86_64-asm-apple.S
[1006/1343] Compiling p256-armv8-asm-win.S
[1007/1343] Compiling p256-x86_64-asm-linux.S
[1008/1343] Compiling p256-armv8-asm-linux.S
[1009/1343] Compiling p256-armv8-asm-apple.S
[1010/1343] Compiling ghashv8-armv8-win.S
[1011/1343] Compiling ghashv8-armv8-linux.S
[1012/1343] Compiling ghashv8-armv7-linux.S
[1013/1343] Compiling ghashv8-armv8-apple.S
[1014/1343] Compiling ghash-x86_64-linux.S
[1015/1343] Compiling ghash-x86_64-apple.S
[1016/1343] Compiling ghash-ssse3-x86_64-linux.S
[1017/1343] Compiling ghash-ssse3-x86_64-apple.S
[1018/1343] Compiling ghash-x86-linux.S
[1019/1343] Compiling ghash-x86-apple.S
[1020/1343] Compiling ghash-ssse3-x86-apple.S
[1021/1343] Compiling ghash-ssse3-x86-linux.S
[1022/1343] Compiling ghash-neon-armv8-win.S
[1023/1343] Compiling ghash-neon-armv8-apple.S
[1024/1343] Compiling ghash-neon-armv8-linux.S
[1025/1343] Compiling ghash-armv4-linux.S
[1026/1343] Compiling co-586-linux.S
[1027/1343] Compiling co-586-apple.S
[1028/1343] Compiling bn-armv8-win.S
[1029/1343] Compiling bsaes-armv7-linux.S
[1030/1343] Compiling bn-armv8-apple.S
[1031/1343] Compiling bn-armv8-linux.S
[1032/1343] Compiling bn-586-linux.S
[1033/1343] Compiling bn-586-apple.S
[1034/1343] Compiling armv8-mont-linux.S
[1035/1343] Compiling armv8-mont-apple.S
[1036/1343] Compiling aesv8-gcm-armv8-win.S
[1037/1343] Compiling armv8-mont-win.S
[1038/1343] Compiling armv4-mont-linux.S
[1039/1343] Compiling aesv8-gcm-armv8-linux.S
[1040/1343] Compiling aesv8-armv8-win.S
[1041/1343] Compiling aesv8-gcm-armv8-apple.S
[1042/1343] Compiling aesv8-armv8-linux.S
[1043/1343] Compiling aesv8-armv8-apple.S
[1044/1343] Compiling aesv8-armv7-linux.S
[1045/1343] Compiling aesni-x86_64-apple.S
[1046/1343] Compiling aesni-x86_64-linux.S
[1047/1343] Compiling aesni-x86-linux.S
[1048/1343] Compiling aesni-gcm-x86_64-linux.S
[1049/1343] Compiling aesni-x86-apple.S
[1050/1343] Compiling aesni-gcm-x86_64-apple.S
[1051/1343] Compiling aes-gcm-avx10-x86_64-apple.S
[1052/1343] Compiling aes-gcm-avx10-x86_64-linux.S
[1053/1343] Compiling x_val.cc
[1054/1343] Compiling c-nioatomics.c
[1055/1343] Compiling x_x509.cc
[1056/1343] Compiling x_sig.cc
[1057/1343] Compiling x_spki.cc
[1058/1343] Compiling x_x509a.cc
[1059/1343] Compiling x_req.cc
[1060/1343] Compiling c-atomics.c
[1061/1343] Compiling x_crl.cc
[1062/1343] Compiling x_pubkey.cc
[1063/1343] Compiling x_exten.cc
[1064/1344] Compiling x_attrib.cc
[1065/1349] Compiling x_name.cc
[1066/1349] Compiling x_all.cc
[1067/1349] Compiling x509spki.cc
[1068/1349] Compiling x_algor.cc
[1070/1349] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1071/1349] Compiling NIOConcurrencyHelpers NIOLock.swift
[1071/1349] Compiling x509rset.cc
[1072/1349] Compiling x509_txt.cc
[1074/1349] Compiling NIOConcurrencyHelpers lock.swift
[1075/1349] Emitting module NIOConcurrencyHelpers
[1076/1349] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1076/1349] Compiling x509cset.cc
[1078/1349] Compiling NIOConcurrencyHelpers atomics.swift
[1078/1350] Compiling x509_vpm.cc
[1079/1350] Compiling x509name.cc
[1080/1350] Compiling x509_vfy.cc
[1082/1350] Compiling x509_v3.cc
[1083/1350] Compiling x509_set.cc
[1084/1350] Compiling x509_trs.cc
[1085/1376] Compiling x509_req.cc
[1086/1376] Compiling x509_def.cc
[1087/1376] Compiling x509_lu.cc
[1088/1376] Wrapping AST for NIOConcurrencyHelpers for debugging
[1089/1376] Compiling x509_d2.cc
[1090/1376] Compiling x509_obj.cc
[1092/1376] Compiling ConsoleKitTerminal ActivityBar.swift
[1093/1376] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1094/1376] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1095/1376] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1095/1379] Compiling x509_cmp.cc
[1097/1379] Compiling ConsoleKitTerminal CustomActivity.swift
[1098/1379] Compiling ConsoleKitTerminal LoadingBar.swift
[1099/1379] Compiling ConsoleKitTerminal ProgressBar.swift
[1100/1379] Compiling ConsoleKitTerminal Console+Clear.swift
[1100/1379] Compiling x509_ext.cc
[1102/1379] Emitting module ConsoleKitTerminal
[1103/1379] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1104/1379] Compiling ConsoleKitTerminal ConsoleClear.swift
[1105/1379] Compiling ConsoleKitTerminal Console+Ask.swift
[1106/1379] Compiling ConsoleKitTerminal Console+Choose.swift
[1106/1379] Compiling x509_att.cc
[1108/1379] Compiling ConsoleKitTerminal Console+Wait.swift
[1109/1379] Compiling ConsoleKitTerminal ConsoleColor.swift
[1110/1379] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1111/1379] Compiling ConsoleKitTerminal Console+Confirm.swift
[1112/1379] Compiling ConsoleKitTerminal Console+Input.swift
[1113/1379] Compiling ConsoleKitTerminal Console+Center.swift
[1114/1379] Compiling ConsoleKitTerminal Console+Output.swift
[1115/1379] Compiling ConsoleKitTerminal ConsoleText.swift
[1116/1379] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1117/1379] Compiling ConsoleKitTerminal ANSI.swift
[1117/1379] Compiling v3_utl.cc
[1119/1379] Compiling ConsoleKitTerminal Console.swift
[1120/1379] Compiling ConsoleKitTerminal Terminal.swift
[1121/1379] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1121/1379] Compiling x509.cc
[1122/1379] Compiling v3_skey.cc
[1123/1379] Compiling v3_prn.cc
[1124/1379] Compiling v3_purp.cc
[1126/1379] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1127/1379] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1128/1379] Compiling ConsoleKitTerminal LoggerFragment.swift
[1129/1380] Compiling v3_pmaps.cc
[1130/1380] Compiling v3_pcons.cc
[1131/1387] Wrapping AST for ConsoleKitTerminal for debugging
[1132/1387] Compiling v3_ocsp.cc
[1133/1402] Compiling v3_ncons.cc
[1135/1402] Emitting module ConsoleKitCommands
[1135/1404] Compiling v3_lib.cc
[1136/1404] Compiling v3_int.cc
[1138/1404] Compiling ConsoleKitCommands CommandSignature.swift
[1139/1404] Compiling ConsoleKitCommands Flag.swift
[1140/1404] Compiling ConsoleKitCommands Option.swift
[1141/1404] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1142/1404] Compiling ConsoleKitCommands Utilities.swift
[1142/1404] Compiling v3_info.cc
[1144/1404] Compiling ConsoleKitCommands Command.swift
[1145/1404] Compiling ConsoleKitCommands CommandContext.swift
[1146/1404] Compiling ConsoleKitCommands CommandError.swift
[1146/1404] Compiling v3_ia5.cc
[1148/1404] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1149/1404] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1150/1404] Compiling ConsoleKitCommands Argument.swift
[1151/1404] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1152/1404] Compiling ConsoleKitCommands AsyncCommand.swift
[1153/1404] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1154/1404] Compiling ConsoleKitCommands AsyncCommands.swift
[1155/1404] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1156/1404] Compiling ConsoleKitCommands AnyCommand.swift
[1156/1404] Compiling v3_genn.cc
[1157/1404] Compiling v3_extku.cc
[1158/1404] Compiling v3_enum.cc
[1159/1404] Compiling v3_crld.cc
[1160/1404] Compiling v3_cpols.cc
[1161/1404] Compiling v3_conf.cc
[1162/1404] Compiling v3_bitst.cc
[1163/1404] Compiling v3_bcons.cc
[1164/1404] Compiling v3_akeya.cc
[1165/1404] Compiling t_x509a.cc
[1166/1404] Compiling v3_alt.cc
[1167/1404] Compiling v3_akey.cc
[1169/1404] Compiling ConsoleKitCommands CommandGroup.swift
[1170/1404] Compiling ConsoleKitCommands CommandInput.swift
[1171/1404] Compiling ConsoleKitCommands Commands.swift
[1172/1404] Compiling ConsoleKitCommands Console+Run.swift
[1173/1404] Compiling ConsoleKitCommands ConsoleError.swift
[1174/1404] Compiling ConsoleKitCommands Completion.swift
[1175/1405] Compiling t_req.cc
[1175/1405] Compiling t_x509.cc
[1177/1406] Compiling t_crl.cc
[1178/1407] Wrapping AST for ConsoleKitCommands for debugging
[1179/1407] Compiling i2d_pr.cc
[1180/1407] Compiling rsa_pss.cc
[1181/1407] Compiling name_print.cc
[1182/1407] Compiling policy.cc
[1184/1407] Emitting module ConsoleKit
[1185/1407] Compiling ConsoleKit Exports.swift
[1186/1408] Compiling by_file.cc
[1187/1408] Compiling algorithm.cc
[1188/1408] Compiling a_verify.cc
[1189/1408] Compiling a_sign.cc
[1190/1408] Compiling asn1_gen.cc
[1191/1408] Compiling by_dir.cc
[1192/1408] Wrapping AST for ConsoleKit for debugging
[1193/1408] Compiling voprf.cc
[1194/1408] Compiling a_digest.cc
[1195/1408] Compiling thread.cc
[1196/1408] Compiling thread_win.cc
[1197/1408] Compiling trust_token.cc
[1198/1408] Compiling thread_pthread.cc
[1199/1408] Compiling thread_none.cc
[1200/1408] Compiling wots.cc
[1201/1408] Compiling pmbtoken.cc
[1202/1408] Compiling stack.cc
[1203/1408] Compiling thash.cc
[1204/1408] Compiling merkle.cc
[1205/1408] Compiling fors.cc
[1206/1408] Compiling siphash.cc
[1207/1408] Compiling sha512.cc
[1208/1408] Compiling sha1.cc
[1209/1408] Compiling slhdsa.cc
[1210/1408] Compiling sha256.cc
[1211/1408] Compiling rsa_extra.cc
[1212/1408] Compiling rsa_print.cc
[1213/1408] Compiling rc4.cc
[1214/1408] Compiling refcount.cc
[1215/1408] Compiling urandom.cc
[1216/1408] Compiling windows.cc
[1217/1408] Compiling rsa_crypt.cc
[1218/1408] Compiling rand_extra.cc
[1219/1408] Compiling rsa_asn1.cc
[1220/1408] Compiling trusty.cc
[1221/1408] Compiling getentropy.cc
[1222/1408] Compiling ios.cc
[1223/1408] Compiling deterministic.cc
[1224/1408] Compiling forkunsafe.cc
[1225/1408] Compiling fork_detect.cc
[1226/1408] Compiling poly1305_arm_asm.S
[1227/1408] Compiling passive.cc
[1228/1408] Compiling pool.cc
[1229/1408] Compiling poly1305_arm.cc
[1230/1408] Compiling poly1305.cc
[1231/1408] Compiling poly1305_vec.cc
[1232/1408] Compiling pkcs7.cc
[1233/1408] Compiling p5_pbev2.cc
[1234/1408] Compiling pkcs8.cc
[1235/1408] Compiling pkcs8_x509.cc
[1236/1408] Compiling pem_pkey.cc
[1237/1408] Compiling pkcs7_x509.cc
[1238/1408] Compiling pem_x509.cc
[1239/1408] Compiling pem_xaux.cc
[1240/1408] Compiling pem_pk8.cc
[1241/1408] Compiling obj_xref.cc
[1242/1408] Compiling pem_oth.cc
[1243/1408] Compiling pem_info.cc
[1244/1408] Compiling mldsa.cc
[1245/1408] Compiling mlkem.cc
[1246/1408] Compiling pem_lib.cc
[1247/1408] Compiling pem_all.cc
[1248/1408] Compiling mem.cc
[1249/1408] Compiling md5.cc
[1250/1408] Compiling obj.cc
[1251/1408] Compiling fips_shared_support.cc
[1252/1408] Compiling md4.cc
[1253/1408] Compiling poly_rq_mul.S
[1254/1408] Compiling lhash.cc
[1255/1408] Compiling kyber.cc
[1256/1408] Compiling hpke.cc
[1257/1408] Compiling ex_data.cc
[1258/1408] Compiling hrss.cc
[1259/1408] Compiling sign.cc
[1260/1408] Compiling scrypt.cc
[1261/1408] Compiling print.cc
[1262/1408] Compiling pbkdf.cc
[1263/1408] Compiling p_x25519.cc
[1264/1408] Compiling p_x25519_asn1.cc
[1265/1408] Compiling p_rsa_asn1.cc
[1266/1408] Compiling p_rsa.cc
[1267/1408] Compiling p_hkdf.cc
[1268/1408] Compiling p_ed25519_asn1.cc
[1269/1408] Compiling p_ed25519.cc
[1270/1408] Compiling p_ec_asn1.cc
[1271/1408] Compiling p_dh.cc
[1272/1408] Compiling p_dh_asn1.cc
[1273/1408] Compiling p_dsa_asn1.cc
[1274/1408] Compiling evp_ctx.cc
[1275/1408] Compiling p_ec.cc
[1276/1408] Compiling evp_asn1.cc
[1277/1408] Compiling evp.cc
[1278/1408] Compiling engine.cc
[1279/1408] Compiling err.cc
[1280/1408] Compiling ecdh_extra.cc
[1281/1408] Compiling ecdsa_asn1.cc
[1282/1408] Compiling ec_derive.cc
[1283/1408] Compiling hash_to_curve.cc
[1284/1408] Compiling ec_asn1.cc
[1285/1408] Compiling dsa_asn1.cc
[1286/1408] Compiling dsa.cc
[1287/1408] Compiling params.cc
[1288/1408] Compiling digest_extra.cc
[1289/1408] Compiling dh_asn1.cc
[1290/1408] Compiling des.cc
[1291/1408] Compiling spake25519.cc
[1292/1408] Compiling x25519-asm-arm.S
[1293/1408] Compiling crypto.cc
[1294/1408] Compiling cpu_intel.cc
[1295/1408] Compiling curve25519.cc
[1296/1408] Compiling cpu_arm_linux.cc
[1297/1408] Compiling cpu_arm_freebsd.cc
[1298/1408] Compiling cpu_aarch64_sysreg.cc
[1299/1408] Compiling bcm.cc
[1300/1408] Compiling cpu_aarch64_win.cc
[1301/1408] Compiling cpu_aarch64_apple.cc
[1302/1408] Compiling cpu_aarch64_fuchsia.cc
[1303/1408] Compiling curve25519_64_adx.cc
[1304/1408] Compiling e_chacha20poly1305.cc
[1305/1408] Compiling derive_key.cc
[1306/1408] Compiling e_aesgcmsiv.cc
[1307/1408] Compiling cipher_extra.cc
[1308/1408] Compiling e_des.cc
[1309/1408] Compiling e_null.cc
[1310/1408] Compiling e_aesctrhmac.cc
[1311/1408] Compiling chacha.cc
[1312/1408] Compiling unicode.cc
[1313/1408] Compiling buf.cc
[1314/1408] Compiling ber.cc
[1315/1408] Compiling cbb.cc
[1316/1408] Compiling asn1_compat.cc
[1317/1408] Compiling cbs.cc
[1318/1408] Compiling bn_asn1.cc
[1319/1408] Compiling convert.cc
[1320/1408] Compiling blake2.cc
[1321/1408] Compiling printf.cc
[1322/1408] Compiling pair.cc
[1323/1408] Compiling fd.cc
[1324/1408] Compiling file.cc
[1325/1408] Compiling hexdump.cc
[1326/1408] Compiling errno.cc
[1327/1408] Compiling bio.cc
[1328/1408] Compiling bio_mem.cc
[1329/1408] Compiling tasn_typ.cc
[1330/1408] Compiling base64.cc
[1331/1408] Compiling tasn_utl.cc
[1332/1408] Compiling tasn_fre.cc
[1333/1408] Compiling tasn_new.cc
[1334/1408] Compiling tasn_enc.cc
[1335/1408] Compiling posix_time.cc
[1336/1408] Compiling tasn_dec.cc
[1337/1408] Compiling f_string.cc
[1338/1408] Compiling asn_pack.cc
[1339/1408] Compiling asn1_par.cc
[1340/1408] Compiling f_int.cc
[1341/1408] Compiling a_utctm.cc
[1342/1408] Compiling asn1_lib.cc
[1343/1408] Compiling a_type.cc
[1344/1408] Compiling a_time.cc
[1345/1408] Compiling a_octet.cc
[1346/1408] Compiling a_strex.cc
[1347/1408] Compiling a_strnid.cc
[1348/1408] Compiling a_mbstr.cc
[1349/1408] Compiling a_object.cc
[1350/1408] Compiling a_i2d_fp.cc
[1350/1408] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1350/1408] Write sources
[1358/1408] Compiling a_int.cc
[1359/1408] Compiling a_dup.cc
[1360/1408] Wrapping AST for Algorithms for debugging
[1361/1408] Compiling a_d2i_fp.cc
[1362/1408] Compiling a_gentm.cc
[1363/1408] Compiling a_bool.cc
[1365/1484] Emitting module ArgumentParserToolInfo
[1365/1484] Compiling a_bitstr.cc
[1367/1484] Compiling Atomics UnsafeAtomic.swift
[1368/1484] Compiling Atomics UnsafeAtomicLazyReference.swift
[1369/1486] Compiling Atomics ManagedAtomic.swift
[1370/1486] Compiling Atomics ManagedAtomicLazyReference.swift
[1371/1486] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1372/1486] Compiling BitCollections BitSet+CustomReflectable.swift
[1373/1486] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1374/1486] Compiling BitCollections BitSet+Equatable.swift
[1375/1486] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1376/1486] Compiling BitCollections BitSet+Extras.swift
[1377/1486] Compiling BitCollections BitSet+Hashable.swift
[1378/1493] Compiling Atomics AtomicMemoryOrderings.swift
[1379/1493] Compiling Atomics DoubleWord.swift
[1380/1501] Compiling BitCollections BitSet+Initializers.swift
[1381/1501] Compiling BitCollections BitSet+Invariants.swift
[1382/1501] Compiling BitCollections BitSet+Random.swift
[1383/1501] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1384/1501] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1385/1501] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1386/1501] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1389/1501] Compiling Atomics IntegerOperations.swift
[1390/1501] Compiling Atomics Unmanaged extensions.swift
[1391/1501] Compiling BitCollections BitArray+Hashable.swift
[1392/1501] Compiling BitCollections BitArray+Initializers.swift
[1393/1501] Compiling BitCollections BitArray+Invariants.swift
[1394/1501] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[1395/1501] Compiling Atomics AtomicReference.swift
[1396/1501] Compiling Atomics AtomicStorage.swift
[1397/1501] Compiling Atomics AtomicValue.swift
[1398/1501] Compiling Atomics Primitives.shims.swift
[1399/1501] Compiling Atomics AtomicInteger.swift
[1400/1501] Compiling Atomics AtomicOptionalWrappable.swift
[1403/1501] Compiling ArgumentParserToolInfo ToolInfo.swift
[1404/1502] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1405/1502] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1406/1502] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1407/1502] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1408/1502] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1409/1502] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1410/1502] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1411/1502] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1412/1502] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1413/1502] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1414/1502] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1415/1502] Compiling BitCollections BitSet+SetAlgebra union.swift
[1416/1502] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1417/1502] Compiling BitCollections BitSet.Counted.swift
[1419/1502] Compiling ArgumentParserToolInfo ToolInfo.swift
[1420/1502] Emitting module ArgumentParserToolInfo
[1420/1503] Wrapping AST for ArgumentParserToolInfo for debugging
[1423/1503] Compiling BitCollections BitSet.Index.swift
[1424/1503] Compiling BitCollections BitSet._UnsafeHandle.swift
[1425/1503] Compiling BitCollections BitSet.swift
[1426/1503] Compiling BitCollections Range+Utilities.swift
[1427/1503] Compiling BitCollections Slice+Utilities.swift
[1428/1503] Compiling BitCollections UInt+Tricks.swift
[1429/1503] Compiling BitCollections _Word.swift
[1430/1541] Compiling CryptoBoringWrapper RandomBytes.swift
[1430/1541] Wrapping AST for ArgumentParserToolInfo for debugging
[1432/1579] Emitting module CryptoBoringWrapper
[1433/1579] Emitting module BitCollections
[1434/1579] Compiling ArgumentParser BashCompletionsGenerator.swift
[1435/1579] Compiling ArgumentParser CompletionsGenerator.swift
[1436/1579] Compiling ArgumentParser FishCompletionsGenerator.swift
[1437/1579] Compiling ArgumentParser ZshCompletionsGenerator.swift
[1438/1579] Compiling ArgumentParser Argument.swift
[1439/1579] Compiling ArgumentParser ArgumentHelp.swift
[1440/1579] Compiling ArgumentParser ArgumentVisibility.swift
[1441/1579] Compiling ArgumentParser CompletionKind.swift
[1442/1579] Compiling ArgumentParser Errors.swift
[1443/1579] Compiling ArgumentParser Flag.swift
[1444/1579] Compiling ArgumentParser NameSpecification.swift
[1445/1579] Compiling ArgumentParser Option.swift
[1446/1579] Compiling ArgumentParser OptionGroup.swift
[1447/1579] Compiling ArgumentParser AsyncParsableCommand.swift
[1448/1579] Compiling ArgumentParser CommandConfiguration.swift
[1449/1579] Compiling ArgumentParser CommandGroup.swift
[1451/1580] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1451/1580] Wrapping AST for BitCollections for debugging
[1453/1580] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1458/1582] Compiling ArgumentParser EnumerableFlag.swift
[1459/1587] Compiling Collections Collections.swift
[1460/1587] Emitting module Collections
[1461/1587] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1462/1587] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1463/1587] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1464/1587] Compiling CryptoBoringWrapper EllipticCurve.swift
[1466/1589] Wrapping AST for CryptoBoringWrapper for debugging
[1467/1589] Wrapping AST for Collections for debugging
[1469/1660] Compiling Crypto GeneralizedTime.swift
[1470/1660] Compiling Crypto ObjectIdentifier.swift
[1471/1660] Compiling Crypto ECDSASignature.swift
[1472/1660] Compiling Crypto PEMDocument.swift
[1473/1660] Compiling Crypto AES-GCM.swift
[1474/1660] Compiling Crypto AES-GCM_boring.swift
[1475/1665] Compiling Crypto ASN1Identifier.swift
[1476/1665] Compiling Crypto ASN1Integer.swift
[1477/1665] Compiling Crypto ASN1Null.swift
[1478/1665] Compiling Crypto ASN1OctetString.swift
[1479/1665] Compiling Crypto ASN1Strings.swift
[1480/1665] Compiling Crypto ArraySliceBigint.swift
[1481/1665] Emitting module Atomics
[1489/1666] Emitting module ArgumentParser
[1496/1666] Compiling ArgumentParser CollectionExtensions.swift
[1497/1666] Compiling ArgumentParser Platform.swift
[1498/1666] Compiling ArgumentParser SequenceExtensions.swift
[1499/1666] Compiling ArgumentParser StringExtensions.swift
[1500/1666] Compiling ArgumentParser Tree.swift
[1500/1666] Wrapping AST for Atomics for debugging
[1502/1725] Emitting module ArgumentParser
[1503/1725] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1504/1725] Compiling NIOCore BSDSocketAPI.swift
[1505/1725] Compiling NIOCore ByteBuffer-aux.swift
[1506/1725] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1507/1725] Compiling NIOCore ByteBuffer-conversions.swift
[1508/1725] Compiling NIOCore ByteBuffer-core.swift
[1509/1725] Compiling NIOCore AsyncChannelHandler.swift
[1510/1725] Compiling NIOCore AsyncChannelInboundStream.swift
[1511/1725] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1512/1725] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1513/1725] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1514/1725] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1515/1725] Compiling NIOCore EventLoopFuture.swift
[1516/1725] Compiling NIOCore FileDescriptor.swift
[1517/1725] Compiling NIOCore FileHandle.swift
[1518/1725] Compiling NIOCore FileRegion.swift
[1519/1725] Compiling NIOCore CircularBuffer.swift
[1520/1725] Compiling NIOCore Codec.swift
[1521/1725] Compiling NIOCore ConvenienceOptionSupport.swift
[1522/1725] Compiling NIOCore DeadChannel.swift
[1523/1725] Compiling NIOCore DispatchQueue+WithFuture.swift
[1524/1725] Compiling NIOCore EventLoop+Deprecated.swift
[1525/1725] Compiling NIOCore EventLoop+SerialExecutor.swift
[1526/1725] Compiling NIOCore EventLoop.swift
[1527/1725] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1528/1725] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1549/1734] Compiling NIOCore NIOAsyncWriter.swift
[1550/1734] Compiling NIOCore ByteBuffer-multi-int.swift
[1551/1734] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1552/1734] Compiling NIOCore ByteBuffer-views.swift
[1553/1734] Compiling NIOCore Channel.swift
[1554/1734] Compiling NIOCore ChannelHandler.swift
[1555/1734] Compiling NIOCore ChannelHandlers.swift
[1556/1734] Compiling NIOCore ChannelInvoker.swift
[1557/1734] Compiling NIOCore ChannelOption.swift
[1558/1734] Compiling NIOCore ChannelPipeline.swift
[1581/1736] Compiling Crypto SymmetricKeys.swift
[1582/1736] Compiling Crypto HMAC.swift
[1583/1736] Compiling Crypto MACFunctions.swift
[1584/1736] Compiling Crypto MessageAuthenticationCode.swift
[1585/1736] Compiling Crypto AES.swift
[1586/1736] Compiling Crypto ECDSASignature_boring.swift
[1587/1736] Compiling Crypto ECDSA_boring.swift
[1588/1736] Compiling Crypto EdDSA_boring.swift
[1589/1736] Compiling Crypto ECDSA.swift
[1590/1736] Compiling Crypto Ed25519.swift
[1591/1736] Compiling NIOCore MarkedCircularBuffer.swift
[1592/1736] Compiling NIOCore MulticastChannel.swift
[1593/1736] Compiling NIOCore NIOAny.swift
[1594/1736] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1595/1736] Compiling NIOCore NIOLoopBound.swift
[1596/1736] Compiling NIOCore NIOScheduledCallback.swift
[1597/1736] Compiling NIOCore NIOSendable.swift
[1598/1736] Compiling NIOCore RecvByteBufferAllocator.swift
[1599/1736] Compiling Crypto NISTCurvesKeys.swift
[1600/1736] Compiling Crypto X25519Keys.swift
[1601/1736] Emitting module Crypto
[1601/1738] Wrapping AST for ArgumentParser for debugging
[1604/1740] Emitting module reparse
[1616/1748] Compiling NIOCore GlobalSingletons.swift
[1617/1748] Compiling NIOCore IO.swift
[1618/1748] Compiling NIOCore IOData.swift
[1619/1748] Compiling NIOCore IPProtocol.swift
[1620/1748] Compiling NIOCore IntegerBitPacking.swift
[1621/1748] Compiling NIOCore IntegerTypes.swift
[1622/1748] Compiling NIOCore Interfaces.swift
[1623/1748] Compiling NIOCore Linux.swift
[1624/1748] Compiling reparse Reparse.swift
[1627/1750] Wrapping AST for reparse for debugging
[1628/1750] Write Objects.LinkFileList
[1629/1750] Wrapping AST for reparse for debugging
[1630/1750] Write Objects.LinkFileList
[1632/1750] Compiling Crypto Signature.swift
[1633/1750] Compiling Crypto CryptoKitErrors_boring.swift
[1634/1750] Compiling Crypto RNG_boring.swift
[1635/1750] Compiling Crypto SafeCompare_boring.swift
[1636/1750] Compiling Crypto Zeroization_boring.swift
[1637/1750] Compiling Crypto PrettyBytes.swift
[1638/1750] Compiling Crypto SafeCompare.swift
[1639/1750] Compiling Crypto SecureBytes.swift
[1640/1750] Compiling Crypto Zeroization.swift
[1649/1750] Compiling NIOCore AsyncAwaitSupport.swift
[1650/1750] Compiling NIOCore AsyncChannel.swift
[1665/1750] Compiling NIOCore ByteBuffer-hex.swift
[1666/1750] Compiling NIOCore ByteBuffer-int.swift
[1667/1750] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1668/1750] Compiling NIOCore AddressedEnvelope.swift
[1669/1751] Linking reparse-tool
[1670/1751] Linking reparse
[1671/1751] Wrapping AST for Crypto for debugging
[1681/1751] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1682/1751] Compiling NIOCore SocketAddresses.swift
[1683/1751] Compiling NIOCore SocketOptionProvider.swift
[1684/1751] Compiling NIOCore SystemCallHelpers.swift
[1685/1751] Compiling NIOCore TimeAmount+Duration.swift
[1686/1751] Compiling NIOCore TypeAssistedChannelHandler.swift
[1687/1751] Compiling NIOCore UniversalBootstrapSupport.swift
[1688/1751] Compiling NIOCore Utilities.swift
[1723/1751] Emitting module NIOCore
[1724/1752] Wrapping AST for NIOCore for debugging
[1726/1803] Emitting module NIOEmbedded
[1727/1803] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1728/1803] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1729/1803] Compiling NIOPosix PosixSingletons.swift
[1730/1803] Compiling NIOPosix RawSocketBootstrap.swift
[1731/1803] Compiling NIOPosix Resolver.swift
[1732/1803] Compiling NIOPosix Selectable.swift
[1733/1809] Compiling NIOEmbedded AsyncTestingChannel.swift
[1734/1809] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1735/1809] Compiling NIOEmbedded Embedded.swift
[1736/1809] Compiling NIOPosix IO.swift
[1737/1809] Compiling NIOPosix IntegerBitPacking.swift
[1738/1809] Compiling NIOPosix IntegerTypes.swift
[1739/1809] Compiling NIOPosix Linux.swift
[1740/1809] Compiling NIOPosix LinuxCPUSet.swift
[1741/1809] Compiling NIOPosix LinuxUring.swift
[1742/1809] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1743/1810] Wrapping AST for NIOEmbedded for debugging
[1745/1810] Compiling NIOPosix ThreadPosix.swift
[1746/1810] Compiling NIOPosix ThreadWindows.swift
[1747/1810] Compiling NIOPosix UnsafeTransfer.swift
[1748/1810] Compiling NIOPosix Utilities.swift
[1749/1810] Compiling NIOPosix VsockAddress.swift
[1750/1810] Compiling NIOPosix VsockChannelEvents.swift
[1751/1810] Compiling NIOPosix SelectableChannel.swift
[1752/1810] Compiling NIOPosix SelectableEventLoop.swift
[1753/1810] Compiling NIOPosix SelectorEpoll.swift
[1754/1810] Compiling NIOPosix SelectorGeneric.swift
[1755/1810] Compiling NIOPosix SelectorKqueue.swift
[1756/1810] Compiling NIOPosix SelectorUring.swift
[1757/1810] Compiling NIOPosix ServerSocket.swift
[1758/1810] Compiling NIOPosix Socket.swift
[1759/1810] Compiling NIOPosix SocketChannel.swift
[1760/1810] Compiling NIOPosix SocketProtocols.swift
[1761/1810] Compiling NIOPosix System.swift
[1762/1810] Compiling NIOPosix Thread.swift
[1763/1810] Emitting module NIOPosix
[1764/1810] Compiling NIOPosix Bootstrap.swift
[1765/1810] Compiling NIOPosix ControlMessage.swift
[1766/1810] Compiling NIOPosix DatagramVectorReadManager.swift
[1767/1810] Compiling NIOPosix Errors+Any.swift
[1768/1810] Compiling NIOPosix FileDescriptor.swift
[1769/1810] Compiling NIOPosix GetaddrinfoResolver.swift
[1770/1810] Compiling NIOPosix HappyEyeballs.swift
[1771/1810] Compiling NIOPosix BSDSocketAPICommon.swift
[1772/1810] Compiling NIOPosix BSDSocketAPIPosix.swift
[1773/1810] Compiling NIOPosix BSDSocketAPIWindows.swift
[1774/1810] Compiling NIOPosix BaseSocket.swift
[1775/1810] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1776/1810] Compiling NIOPosix BaseSocketChannel.swift
[1777/1810] Compiling NIOPosix BaseStreamSocketChannel.swift
[1778/1810] Compiling NIOPosix NIOThreadPool.swift
[1779/1810] Compiling NIOPosix NonBlockingFileIO.swift
[1780/1810] Compiling NIOPosix PendingDatagramWritesManager.swift
[1781/1810] Compiling NIOPosix PendingWritesManager.swift
[1782/1810] Compiling NIOPosix PipeChannel.swift
[1783/1810] Compiling NIOPosix PipePair.swift
[1784/1810] Compiling NIOPosix Pool.swift
[1785/1811] Wrapping AST for NIOPosix for debugging
[1787/1870] Emitting module NIO
[1788/1870] Compiling NIO Exports.swift
[1790/1871] Compiling AsyncKit ConnectionPoolError.swift
[1791/1871] Compiling AsyncKit ConnectionPoolItem.swift
[1792/1871] Compiling AsyncKit ConnectionPoolSource.swift
[1793/1871] Compiling AsyncKit EventLoop+Flatten.swift
[1794/1871] Compiling AsyncKit EventLoop+Future.swift
[1795/1871] Compiling AsyncKit EventLoopGroup+Concurrency.swift
[1795/1874] Wrapping AST for NIO for debugging
[1797/1912] Compiling AsyncKit Future+Miscellaneous.swift
[1798/1912] Compiling AsyncKit Future+Nonempty.swift
[1799/1912] Compiling AsyncKit Future+Optional.swift
[1800/1912] Compiling AsyncKit Future+Transform.swift
[1801/1912] Compiling AsyncKit Future+Try.swift
[1802/1912] Compiling AsyncKit FutureOperators.swift
[1803/1912] Compiling NIOTLS TLSEvents.swift
[1804/1912] Emitting module NIOTLS
[1805/1912] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1806/1912] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1807/1912] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1808/1912] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1809/1912] Compiling NIOSOCKS SOCKSResponse.swift
[1810/1913] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1811/1913] Compiling NIOSOCKS ClientStateMachine.swift
[1812/1913] Compiling NIOSOCKS SOCKSClientHandler.swift
[1813/1913] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[1814/1913] Compiling NIOSOCKS AuthenticationMethod.swift
[1816/1913] Compiling NIOSOCKS ClientGreeting.swift
[1817/1913] Emitting module NIOSOCKS
[1820/1913] Compiling NIOSOCKS Errors.swift
[1821/1913] Compiling NIOSOCKS Helpers.swift
[1822/1913] Compiling NIOSOCKS Messages.swift
[1823/1913] Compiling NIOSOCKS SOCKSRequest.swift
[1824/1913] Compiling NIOSOCKS ServerStateMachine.swift
[1825/1914] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1826/1914] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1827/1914] Compiling NIOTLS SNIHandler.swift
[1828/1915] Compiling AsyncKit Optional+StrictMap.swift
[1829/1915] Compiling AsyncKit Exports.swift
[1832/1915] Emitting module NIOHTTP1
[1833/1917] Emitting module NIOFoundationCompat
[1834/1917] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1835/1917] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1836/1917] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1836/1918] Wrapping AST for NIOTLS for debugging
[1839/1918] Emitting module _NIOFileSystem
[1843/1918] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1844/1918] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1844/1921] Wrapping AST for NIOSOCKS for debugging
[1846/1922] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1847/1922] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1852/1951] Wrapping AST for NIOFoundationCompat for debugging
[1854/1964] Compiling NIOSSL NIOSSLSecureBytes.swift
[1855/1964] Compiling NIOSSL RNG.swift
[1856/1964] Compiling NIOSSL SafeCompare.swift
[1857/1964] Compiling NIOSSL Zeroization.swift
[1858/1964] Compiling NIOSSL SSLErrors.swift
[1859/1964] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1860/1964] Compiling _NIOFileSystem Mocking.swift
[1861/1964] Compiling _NIOFileSystem Syscall.swift
[1862/1964] Compiling _NIOFileSystem Syscalls.swift
[1863/1973] Compiling NIOTransportServices StateManagedChannel.swift
[1864/1973] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1865/1973] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1866/1975] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1867/1975] Compiling NIOTransportServices NIOTSSingletons.swift
[1868/1975] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1869/1975] Emitting module NIOTransportServices
[1870/1975] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1871/1975] Compiling NIOTransportServices NIOTSErrors.swift
[1872/1975] Compiling NIOTransportServices NIOTSEventLoop.swift
[1873/1975] Compiling NIOTransportServices NIOTSBootstraps.swift
[1874/1975] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1875/1975] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1876/1975] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1877/1975] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1878/1975] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1879/1975] Compiling NIOTransportServices AcceptHandler.swift
[1880/1975] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1881/1975] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1882/1975] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1883/1975] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1884/1975] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1885/1975] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1886/1975] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1892/1976] Compiling NIOSSL SSLInit.swift
[1893/1976] Compiling NIOSSL SSLPKCS12Bundle.swift
[1894/1976] Compiling NIOSSL SSLPrivateKey.swift
[1895/1976] Compiling _NIOFileSystem TokenBucket.swift
[1896/1976] Compiling _NIOFileSystem UnsafeTransfer.swift
[1900/1976] Emitting module AsyncKit
[1908/1976] Wrapping AST for NIOTransportServices for debugging
[1913/1995] Wrapping AST for NIOHTTP1 for debugging
[1915/2042] Compiling MultipartKit FormDataDecoder.Decoder.swift
[1916/2042] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[1917/2044] Compiling MultipartKit MultipartPart.swift
[1918/2044] Compiling NIOExtras UnsafeTransfer.swift
[1919/2044] Compiling NIOExtras WritePCAPHandler.swift
[1925/2044] Compiling _NIOFileSystem SystemFileHandle.swift
[1926/2044] Compiling _NIOFileSystem Utilities.swift
[1927/2044] Compiling _NIOFileSystem OpenOptions.swift
[1928/2044] Compiling _NIOFileSystem String+FileSystem.swift
[1929/2047] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1930/2047] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1935/2048] Compiling NIOWebSocket WebSocketOpcode.swift
[1936/2048] Compiling NIOHPACK IntegerCoding.swift
[1937/2048] Compiling NIOHPACK IndexedHeaderTable.swift
[1938/2049] Emitting module NIOHTTPCompression
[1939/2049] Compiling NIOHTTPCompression HTTPCompression.swift
[1940/2049] Emitting module NIOSSL
[1941/2049] Compiling NIOHPACK HuffmanTables.swift
[1942/2049] Compiling MultipartKit BasicCodingKey.swift
[1943/2049] Compiling MultipartKit MultipartError.swift
[1944/2049] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[1945/2049] Compiling MultipartKit MultipartFormData.swift
[1946/2049] Compiling MultipartKit MultipartParser.swift
[1947/2049] Compiling MultipartKit FormDataEncoder.swift
[1948/2049] Compiling MultipartKit Storage.swift
[1950/2049] Compiling MultipartKit Exports.swift
[1952/2049] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1953/2049] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1954/2049] Emitting module NIOHPACK
[1955/2049] Compiling NIOHPACK HuffmanCoding.swift
[1956/2049] Emitting module NIOWebSocket
[1959/2049] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1960/2049] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1961/2049] Compiling NIOHTTPCompression HTTPDecompression.swift
[1962/2049] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1963/2049] Compiling NIOHPACK StaticHeaderTable.swift
[1964/2049] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1965/2049] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[1966/2049] Compiling MultipartKit FormDataDecoder.swift
[1967/2049] Compiling MultipartKit FormDataEncoder.Encoder.swift
[1968/2049] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[1969/2049] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[1973/2052] Emitting module MultipartKit
[1976/2052] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[1981/2052] Compiling NIOWebSocket WebSocketFrame.swift
[1989/2054] Wrapping AST for NIOHTTPCompression for debugging
[1997/2054] Emitting module NIOExtras
[2003/2054] Compiling MultipartKit MultipartSerializer.swift
[2004/2054] Compiling MultipartKit Utilities.swift
[2010/2056] Wrapping AST for NIOHPACK for debugging
[2011/2056] Wrapping AST for NIOWebSocket for debugging
[2013/2114] Wrapping AST for MultipartKit for debugging
[2014/2114] Wrapping AST for _NIOFileSystem for debugging
[2016/2117] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[2017/2117] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[2018/2120] Compiling NIOHTTP2 ConnectionStateMachine.swift
[2019/2120] Compiling NIOHTTP2 ConnectionStreamsState.swift
[2020/2120] Compiling NIOHTTP2 MayReceiveFrames.swift
[2021/2120] Compiling NIOHTTP2 ReceivingDataState.swift
[2022/2120] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[2023/2120] Compiling NIOHTTP2 MaySendFrames.swift
[2024/2120] Compiling NIOHTTP2 SendingDataState.swift
[2025/2120] Compiling NIOHTTP2 SendingGoawayState.swift
[2026/2120] Compiling NIOHTTP2 SendingHeadersState.swift
[2027/2120] Compiling NIOHTTP2 SendingPushPromiseState.swift
[2028/2120] Compiling NIOHTTP2 SendingRstStreamState.swift
[2029/2120] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[2030/2120] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[2031/2120] Compiling NIOHTTP2 ReceivingHeadersState.swift
[2032/2120] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[2033/2120] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[2034/2120] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[2035/2120] Emitting module _NIOFileSystemFoundationCompat
[2036/2120] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[2038/2120] Compiling NIOFileSystem Exports.swift
[2039/2120] Emitting module NIOFileSystem
[2042/2122] Compiling NIOHTTP2 Error+Any.swift
[2043/2122] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[2044/2122] Compiling NIOHTTP2 ControlFrameBuffer.swift
[2044/2123] Wrapping AST for NIOExtras for debugging
[2045/2123] Wrapping AST for NIOFileSystem for debugging
[2047/2123] Wrapping AST for _NIOFileSystemFoundationCompat for debugging
[2048/2147] Wrapping AST for NIOSSL for debugging
[2050/2155] Compiling WebSocketKit WebSocket+Connect.swift
[2051/2155] Emitting module NIOHTTP2
[2052/2163] Emitting module WebSocketKit
[2053/2163] Compiling WebSocketKit WebSocketHandler.swift
[2054/2163] Compiling WebSocketKit WebSocket+Concurrency.swift
[2055/2163] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[2056/2163] Compiling WebSocketKit Exports.swift
[2057/2163] Compiling WebSocketKit WebSocket.swift
[2058/2163] Compiling LeafKit LeafSource.swift
[2059/2163] Compiling LeafKit LeafSources.swift
[2060/2163] Compiling LeafKit NIOLeafFiles.swift
[2061/2166] Emitting module LeafKit
[2062/2166] Compiling LeafKit LeafContext.swift
[2063/2166] Compiling LeafKit LeafSerializer.swift
[2064/2166] Compiling LeafKit ParameterResolver.swift
[2065/2166] Compiling LeafKit LeafParser.swift
[2066/2166] Compiling LeafKit LeafRenderer.swift
[2067/2166] Compiling LeafKit Dictionary+LeafData.swift
[2068/2166] Compiling LeafKit LeafRawTemplate.swift
[2069/2166] Compiling LeafKit LeafToken.swift
[2070/2166] Compiling LeafKit LeafParameter.swift
[2071/2166] Compiling WebSocketKit WebSocketClient.swift
[2073/2167] Compiling LeafKit DefaultLeafCache.swift
[2074/2167] Compiling LeafKit LeafCache.swift
[2081/2167] Compiling LeafKit LeafError.swift
[2082/2167] Compiling LeafKit LeafLexer.swift
[2083/2167] Compiling LeafKit LeafParameterTypes.swift
[2083/2167] Wrapping AST for WebSocketKit for debugging
[2085/2167] Compiling LeafKit Character+Identities.swift
[2086/2167] Compiling LeafKit LeafAST.swift
[2089/2167] Compiling LeafKit LeafConfiguration.swift
[2090/2167] Compiling LeafKit LeafData.swift
[2091/2167] Compiling LeafKit LeafDataRepresentable.swift
[2092/2167] Compiling LeafKit LeafDataStorage.swift
[2102/2167] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[2103/2167] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[2104/2167] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[2105/2167] Compiling NIOHTTP2 HTTP2StreamID.swift
[2106/2167] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[2107/2167] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[2108/2167] Compiling NIOHTTP2 HTTP2UserEvents.swift
[2109/2167] Compiling NIOHTTP2 InboundEventBuffer.swift
[2110/2167] Compiling LeafKit LeafSyntax.swift
[2111/2167] Compiling LeafKit LeafTag.swift
[2112/2167] Compiling LeafKit String+HTMLEscape.swift
[2113/2168] Compiling NIOHTTP2 InboundWindowManager.swift
[2114/2168] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[2115/2168] Compiling NIOHTTP2 StreamChannelFlowController.swift
[2116/2168] Compiling NIOHTTP2 StreamChannelList.swift
[2117/2168] Compiling NIOHTTP2 StreamMap.swift
[2118/2168] Compiling NIOHTTP2 StreamStateMachine.swift
[2119/2168] Compiling NIOHTTP2 UnsafeTransfer.swift
[2120/2168] Compiling NIOHTTP2 WatermarkedFlowController.swift
[2121/2168] Wrapping AST for LeafKit for debugging
[2123/2168] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[2124/2168] Compiling NIOHTTP2 HTTP2Frame.swift
[2125/2168] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[2126/2168] Compiling NIOHTTP2 HTTP2FrameParser.swift
[2127/2168] Compiling NIOHTTP2 HTTP2PingData.swift
[2128/2168] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[2129/2168] Compiling NIOHTTP2 HTTP2Settings.swift
[2130/2168] Compiling NIOHTTP2 HTTP2Stream.swift
[2140/2168] Compiling NIOHTTP2 ContentLengthVerifier.swift
[2141/2168] Compiling NIOHTTP2 DOSHeuristics.swift
[2145/2168] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[2146/2168] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[2147/2168] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[2148/2168] Compiling NIOHTTP2 HasFlowControlWindows.swift
[2149/2168] Compiling NIOHTTP2 HasLocalSettings.swift
[2150/2168] Compiling NIOHTTP2 HasRemoteSettings.swift
[2151/2168] Compiling NIOHTTP2 LocallyQuiescingState.swift
[2152/2168] Compiling NIOHTTP2 QuiescingState.swift
[2153/2168] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[2154/2168] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[2155/2169] Wrapping AST for NIOHTTP2 for debugging
[2157/2228] Compiling AsyncHTTPClient HTTP1Connection.swift
[2158/2228] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2159/2228] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2160/2228] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2161/2228] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2162/2228] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2163/2229] Wrapping AST for AsyncKit for debugging
[2165/2229] Emitting module AsyncHTTPClient
[2166/2237] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2167/2237] Compiling AsyncHTTPClient ConnectionTarget.swift
[2168/2237] Compiling AsyncHTTPClient DeconstructedURL.swift
[2169/2237] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2170/2237] Compiling AsyncHTTPClient FoundationExtensions.swift
[2171/2237] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2172/2237] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2173/2237] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2174/2237] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2175/2237] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2176/2237] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2177/2237] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2178/2237] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2179/2237] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2180/2237] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2181/2237] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2182/2237] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2183/2237] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2184/2237] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2185/2237] Compiling AsyncHTTPClient Transaction.swift
[2186/2237] Compiling AsyncHTTPClient Base64.swift
[2187/2237] Compiling AsyncHTTPClient BasicAuth.swift
[2188/2237] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2189/2237] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2190/2237] Compiling AsyncHTTPClient ConnectionPool.swift
[2191/2237] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2192/2237] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2193/2237] Compiling AsyncHTTPClient RequestOptions.swift
[2194/2237] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2195/2237] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2196/2237] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2197/2237] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2198/2237] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2199/2237] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2206/2237] Compiling AsyncHTTPClient HTTP2Connection.swift
[2207/2237] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2208/2237] Compiling AsyncHTTPClient RequestBag.swift
[2209/2237] Compiling AsyncHTTPClient RequestValidation.swift
[2210/2237] Compiling AsyncHTTPClient SSLContextCache.swift
[2211/2237] Compiling AsyncHTTPClient Scheme.swift
[2212/2237] Compiling AsyncHTTPClient Singleton.swift
[2213/2237] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2214/2237] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2215/2237] Compiling AsyncHTTPClient Utils.swift
[2216/2237] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2217/2237] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2218/2237] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2219/2237] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2220/2237] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2221/2237] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2222/2237] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2223/2237] Compiling AsyncHTTPClient RequestBodyLength.swift
[2224/2237] Compiling AsyncHTTPClient HTTPClient.swift
[2225/2237] Compiling AsyncHTTPClient HTTPHandler.swift
[2226/2237] Compiling AsyncHTTPClient LRUCache.swift
[2227/2237] Compiling AsyncHTTPClient NWErrorHandler.swift
[2228/2237] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2229/2237] Compiling AsyncHTTPClient TLSConfiguration.swift
[2230/2237] Compiling AsyncHTTPClient RedirectState.swift
[2231/2237] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2232/2238] Wrapping AST for AsyncHTTPClient for debugging
[2234/2407] Compiling Vapor AsyncBasicResponder.swift
[2235/2407] Compiling Vapor AsyncMiddleware.swift
[2236/2407] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2237/2407] Compiling Vapor AsyncSessionDriver.swift
[2238/2407] Compiling Vapor Authentication+Concurrency.swift
[2239/2407] Compiling Vapor Cache+Concurrency.swift
[2240/2407] Compiling Vapor Client+Concurrency.swift
[2241/2407] Compiling Vapor RequestBody+Concurrency.swift
[2242/2407] Compiling Vapor Responder+Concurrency.swift
[2243/2407] Compiling Vapor ResponseCodable+Concurrency.swift
[2244/2407] Compiling Vapor RoutesBuilder+Concurrency.swift
[2245/2407] Compiling Vapor ViewRenderer+Concurrency.swift
[2246/2407] Compiling Vapor WebSocket+Concurrency.swift
[2247/2407] Compiling Vapor ContainerGetPathExecutor.swift
[2248/2407] Compiling Vapor Content.swift
[2249/2407] Compiling Vapor ContentCoders.swift
[2250/2407] Compiling Vapor ContentConfiguration.swift
[2251/2407] Compiling Vapor ContentContainer.swift
[2252/2407] Compiling Vapor JSONCoder+Custom.swift
[2253/2407] Compiling Vapor JSONCoders+Content.swift
[2254/2407] Compiling Vapor PlaintextDecoder.swift
[2255/2407] Compiling Vapor PlaintextEncoder.swift
[2256/2407] Compiling Vapor URLQueryCoders.swift
[2257/2407] Compiling Vapor URLQueryContainer.swift
[2258/2431] Compiling Vapor Application.swift
[2259/2431] Compiling Vapor AuthenticationCache.swift
[2260/2431] Compiling Vapor Authenticator.swift
[2261/2431] Compiling Vapor BasicAuthorization.swift
[2262/2431] Compiling Vapor BearerAuthorization.swift
[2263/2431] Compiling Vapor GuardMiddleware.swift
[2264/2431] Compiling Vapor RedirectMiddleware.swift
[2265/2431] Compiling Vapor SessionAuthenticatable.swift
[2266/2431] Compiling Vapor Bcrypt.swift
[2267/2431] Compiling Vapor Application+Cache.swift
[2268/2431] Compiling Vapor Cache.swift
[2269/2431] Compiling Vapor CacheExpirationTime.swift
[2270/2431] Compiling Vapor MemoryCache.swift
[2271/2431] Compiling Vapor Request+Cache.swift
[2272/2431] Compiling Vapor Application+Clients.swift
[2273/2431] Compiling Vapor Client.swift
[2274/2431] Compiling Vapor ClientRequest.swift
[2275/2431] Compiling Vapor ClientResponse.swift
[2276/2431] Compiling Vapor Request+Client.swift
[2277/2431] Compiling Vapor BootCommand.swift
[2278/2431] Compiling Vapor CommandContext+Application.swift
[2279/2431] Compiling Vapor RoutesCommand.swift
[2280/2431] Compiling Vapor ServeCommand.swift
[2281/2431] Compiling Vapor AnyResponse+Concurrency.swift
[2282/2455] Compiling Vapor Validator.swift
[2283/2455] Compiling Vapor ValidatorResult.swift
[2284/2455] Compiling Vapor And.swift
[2285/2455] Compiling Vapor Case.swift
[2286/2455] Compiling Vapor CharacterSet.swift
[2287/2455] Compiling Vapor Count.swift
[2288/2455] Compiling Vapor Custom.swift
[2289/2455] Compiling Vapor Email.swift
[2290/2455] Compiling Vapor Empty.swift
[2291/2455] Compiling Vapor In.swift
[2292/2455] Compiling Vapor Nil.swift
[2293/2455] Compiling Vapor NilIgnoring.swift
[2294/2455] Compiling Vapor Not.swift
[2295/2455] Compiling Vapor Or.swift
[2296/2455] Compiling Vapor Pattern.swift
[2297/2455] Compiling Vapor Range.swift
[2298/2455] Compiling Vapor URL.swift
[2299/2455] Compiling Vapor Valid.swift
[2300/2455] Compiling Vapor Application+Views.swift
[2301/2455] Compiling Vapor PlaintextRenderer.swift
[2302/2455] Compiling Vapor Request+View.swift
[2303/2455] Compiling Vapor View.swift
[2304/2455] Compiling Vapor ViewRenderer.swift
[2305/2455] Compiling Vapor _Deprecations.swift
[2306/2455] Compiling Vapor Core.swift
[2307/2455] Compiling Vapor Running.swift
[2308/2455] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2309/2455] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2310/2455] Compiling Vapor DotEnvFile+load.swift
[2311/2455] Compiling Vapor Routes+caseInsenstive.swift
[2312/2455] Compiling Vapor Validatable+validate.swift
[2313/2455] Compiling Vapor Environment+Process.swift
[2314/2455] Compiling Vapor Environment+Secret.swift
[2315/2455] Compiling Vapor Environment.swift
[2316/2455] Compiling Vapor Abort.swift
[2317/2455] Compiling Vapor AbortError.swift
[2318/2455] Compiling Vapor DebuggableError.swift
[2319/2455] Compiling Vapor Demangler.swift
[2320/2455] Compiling Vapor ErrorSource.swift
[2321/2455] Compiling Vapor StackTrace.swift
[2322/2455] Compiling Vapor Exports.swift
[2323/2455] Compiling Vapor Application+HTTP.swift
[2324/2455] Compiling Vapor BasicResponder.swift
[2325/2455] Compiling Vapor BodyStream.swift
[2326/2455] Compiling Vapor Application+HTTP+Client.swift
[2327/2455] Compiling Vapor EventLoopHTTPClient.swift
[2328/2455] Compiling Vapor EndpointCache.swift
[2329/2455] Compiling Vapor HTTPMethod+String.swift
[2330/2455] Emitting module Vapor
[2331/2455] Compiling Vapor Bytes+Hex.swift
[2332/2455] Compiling Vapor Bytes+SecureCompare.swift
[2333/2455] Compiling Vapor Collection+Safe.swift
[2334/2455] Compiling Vapor DataProtocol+Copy.swift
[2335/2455] Compiling Vapor DecoderUnwrapper.swift
[2336/2455] Compiling Vapor DirectoryConfiguration.swift
[2337/2455] Compiling Vapor DotEnv.swift
[2338/2455] Compiling Vapor Extendable.swift
[2339/2455] Compiling Vapor File.swift
[2340/2455] Compiling Vapor FileIO.swift
[2341/2455] Compiling Vapor LifecycleHandler.swift
[2342/2455] Compiling Vapor OptionalType.swift
[2343/2455] Compiling Vapor RFC1123.swift
[2344/2455] Compiling Vapor SocketAddress+Hostname.swift
[2345/2455] Compiling Vapor Storage.swift
[2346/2455] Compiling Vapor String+IsIPAddress.swift
[2347/2455] Compiling Vapor Thread.swift
[2348/2455] Compiling Vapor URI.swift
[2349/2455] Compiling Vapor RangeResult.swift
[2350/2455] Compiling Vapor Validatable.swift
[2351/2455] Compiling Vapor Validation.swift
[2352/2455] Compiling Vapor ValidationKey.swift
[2353/2455] Compiling Vapor Validations.swift
[2354/2455] Compiling Vapor ValidationsError.swift
[2355/2455] Compiling Vapor Request+Body.swift
[2356/2455] Compiling Vapor Request+BodyStream.swift
[2357/2455] Compiling Vapor Request.swift
[2358/2455] Compiling Vapor Application+Responder.swift
[2359/2455] Compiling Vapor DefaultResponder.swift
[2360/2455] Compiling Vapor Response+Body.swift
[2361/2455] Compiling Vapor Response.swift
[2362/2455] Compiling Vapor ResponseCodable.swift
[2363/2455] Compiling Vapor Application+Routes.swift
[2364/2455] Compiling Vapor Parameters+Require.swift
[2365/2455] Compiling Vapor Request+WebSocket.swift
[2366/2455] Compiling Vapor Route.swift
[2367/2455] Compiling Vapor RouteCollection.swift
[2368/2455] Compiling Vapor Routes.swift
[2369/2455] Compiling Vapor RoutesBuilder+Group.swift
[2370/2455] Compiling Vapor RoutesBuilder+Method.swift
[2371/2455] Compiling Vapor RoutesBuilder+Middleware.swift
[2372/2455] Compiling Vapor RoutesBuilder+WebSocket.swift
[2373/2455] Compiling Vapor RoutesBuilder.swift
[2374/2455] Compiling Vapor OTP.swift
[2375/2455] Compiling Vapor Application+Servers.swift
[2376/2455] Compiling Vapor Server.swift
[2377/2455] Compiling Vapor App+Service.swift
[2378/2455] Compiling Vapor Req+Service.swift
[2379/2455] Compiling Vapor Service.swift
[2380/2455] Compiling Vapor Application+Sessions.swift
[2381/2455] Compiling Vapor MemorySessions.swift
[2382/2455] Compiling Vapor Request+Session.swift
[2383/2455] Compiling Vapor Session.swift
[2384/2455] Compiling Vapor SessionCache.swift
[2385/2455] Compiling Vapor SessionData.swift
[2386/2455] Compiling Vapor SessionDriver.swift
[2387/2455] Compiling Vapor SessionsConfiguration.swift
[2388/2455] Compiling Vapor SessionsMiddleware.swift
[2389/2455] Compiling Vapor URLEncodedFormData.swift
[2390/2455] Compiling Vapor URLEncodedFormDecoder.swift
[2391/2455] Compiling Vapor URLEncodedFormEncoder.swift
[2392/2455] Compiling Vapor URLEncodedFormError.swift
[2393/2455] Compiling Vapor URLEncodedFormParser.swift
[2394/2455] Compiling Vapor URLEncodedFormSerializer.swift
[2395/2455] Compiling Vapor URLQueryFragmentConvertible.swift
[2396/2455] Compiling Vapor AnyResponse.swift
[2397/2455] Compiling Vapor Array+Random.swift
[2398/2455] Compiling Vapor Base32.swift
[2399/2455] Compiling Vapor Base64.swift
[2400/2455] Compiling Vapor BaseN.swift
[2401/2455] Compiling Vapor BasicCodingKey.swift
[2402/2455] Compiling Vapor ByteCount.swift
[2403/2455] Compiling Vapor HTTPServerResponseEncoder.swift
[2404/2455] Compiling Vapor HTTPServerUpgradeHandler.swift
[2405/2455] Compiling Vapor Logger+Report.swift
[2406/2455] Compiling Vapor LoggingSystem+Environment.swift
[2407/2455] Compiling Vapor Application+Middleware.swift
[2408/2455] Compiling Vapor CORSMiddleware.swift
[2409/2455] Compiling Vapor ErrorMiddleware.swift
[2410/2455] Compiling Vapor FileMiddleware.swift
[2411/2455] Compiling Vapor Middleware.swift
[2412/2455] Compiling Vapor MiddlewareConfiguration.swift
[2413/2455] Compiling Vapor ResponseCompressionMiddleware.swift
[2414/2455] Compiling Vapor RouteLoggingMiddleware.swift
[2415/2455] Compiling Vapor TracingMiddleware.swift
[2416/2455] Compiling Vapor File+Multipart.swift
[2417/2455] Compiling Vapor FormDataDecoder+Content.swift
[2418/2455] Compiling Vapor FormDataEncoder+Content.swift
[2419/2455] Compiling Vapor Application+Password.swift
[2420/2455] Compiling Vapor Application+Passwords.swift
[2421/2455] Compiling Vapor AsyncPasswordHasher.swift
[2422/2455] Compiling Vapor BcryptHasher.swift
[2423/2455] Compiling Vapor PasswordHasher.swift
[2424/2455] Compiling Vapor PlaintextHasher.swift
[2425/2455] Compiling Vapor Request+Password.swift
[2426/2455] Compiling Vapor Redirect.swift
[2427/2455] Compiling Vapor HTTPStatus.swift
[2428/2455] Compiling Vapor HTTPCookies.swift
[2429/2455] Compiling Vapor HTTPHeaderCacheControl.swift
[2430/2455] Compiling Vapor HTTPHeaderExpires.swift
[2431/2455] Compiling Vapor HTTPHeaderLastModified.swift
[2432/2455] Compiling Vapor HTTPHeaders+Cache.swift
[2433/2455] Compiling Vapor HTTPHeaders+Connection.swift
[2434/2455] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2435/2455] Compiling Vapor HTTPHeaders+ContentRange.swift
[2436/2455] Compiling Vapor HTTPHeaders+Directive.swift
[2437/2455] Compiling Vapor HTTPHeaders+Forwarded.swift
[2438/2455] Compiling Vapor HTTPHeaders+Link.swift
[2439/2455] Compiling Vapor HTTPHeaders+Name.swift
[2440/2455] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2441/2455] Compiling Vapor HTTPHeaders.swift
[2442/2455] Compiling Vapor HTTPMediaType.swift
[2443/2455] Compiling Vapor HTTPMediaTypePreference.swift
[2444/2455] Compiling Vapor Responder.swift
[2445/2455] Compiling Vapor Application+HTTP+Server.swift
[2446/2455] Compiling Vapor HTTPServer.swift
[2447/2455] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2448/2455] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2449/2455] Compiling Vapor HTTPServerHandler.swift
[2450/2455] Compiling Vapor HTTPServerRequestDecoder.swift
[2451/2456] Wrapping AST for Vapor for debugging
[2453/2463] Compiling Leaf LeafRenderer+ViewRenderer.swift
[2454/2463] Compiling Leaf Request+Leaf.swift
[2455/2463] Compiling Leaf Application+Leaf.swift
[2456/2463] Compiling Leaf Exports.swift
[2457/2463] Compiling Leaf LeafError+AbortError.swift
[2458/2463] Compiling Leaf LeafEncoder.swift
[2459/2463] Emitting module Leaf
[2460/2464] Wrapping AST for Leaf for debugging
[2462/2470] Compiling ReparseExample SampleController.swift
[2463/2470] Compiling ReparseExample configure.swift
[2464/2470] Emitting module ReparseExample
[2465/2470] Compiling ReparseExample route.swift
[2466/2470] Compiling ReparseExample pages.swift
[2467/2470] Compiling ReparseExample entrypoint.swift
[2468/2471] Wrapping AST for ReparseExample for debugging
[2469/2471] Write Objects.LinkFileList
[2470/2471] Linking ReparseExample
Build complete! (258.73s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.106.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
},
{
"identity" : "leaf",
"requirement" : {
"range" : [
{
"lower_bound" : "4.4.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/leaf.git"
}
],
"manifest_display_name" : "experimental-reparse-html",
"name" : "experimental-reparse-html",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "reparse",
"targets" : [
"reparse"
],
"type" : {
"executable" : null
}
},
{
"name" : "ReparseRuntime",
"targets" : [
"ReparseRuntime"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ReparsePlugin",
"targets" : [
"ReparsePlugin"
],
"type" : {
"plugin" : null
}
},
{
"name" : "ReparseExample",
"targets" : [
"ReparseExample"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "reparse",
"module_type" : "SwiftTarget",
"name" : "reparse",
"path" : "Sources/Tool",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"reparse",
"ReparsePlugin"
],
"sources" : [
"Reparse.swift"
],
"target_dependencies" : [
"ReparseCore"
],
"type" : "executable"
},
{
"c99name" : "ReparseRuntime",
"module_type" : "SwiftTarget",
"name" : "ReparseRuntime",
"path" : "Sources/Runtime",
"product_memberships" : [
"reparse",
"ReparseRuntime",
"ReparsePlugin",
"ReparseExample"
],
"sources" : [
"SwiftAttributeStorage.swift",
"SwiftLineCommand.swift",
"SwiftLineStorage.swift",
"SwiftSlotStorage.swift"
],
"type" : "library"
},
{
"c99name" : "ReparsePlugin",
"module_type" : "PluginTarget",
"name" : "ReparsePlugin",
"path" : "Plugins/ReparsePlugin",
"plugin_capability" : {
"intent" : {
"description" : "This command will compile the html templates into the source code.",
"type" : "custom",
"verb" : "reparse"
},
"permissions" : [
{
"network_scope" : {
"none" : {
}
},
"reason" : "This command (re)compiles the html templates.",
"type" : "writeToPackageDirectory"
}
],
"type" : "command"
},
"product_memberships" : [
"ReparsePlugin"
],
"sources" : [
"ReparsePlugin.swift"
],
"target_dependencies" : [
"reparse"
],
"type" : "plugin"
},
{
"c99name" : "ReparseExample",
"module_type" : "SwiftTarget",
"name" : "ReparseExample",
"path" : "Sources/Example",
"product_dependencies" : [
"Leaf",
"Vapor"
],
"product_memberships" : [
"ReparseExample"
],
"sources" : [
"Controllers/SampleController.swift",
"configure.swift",
"entrypoint.swift",
"pages.swift",
"route.swift"
],
"target_dependencies" : [
"ReparseRuntime"
],
"type" : "executable"
},
{
"c99name" : "ReparseCore",
"module_type" : "SwiftTarget",
"name" : "ReparseCore",
"path" : "Sources/Core",
"product_memberships" : [
"reparse",
"ReparsePlugin"
],
"sources" : [
"AST.swift",
"ASTStorage.swift",
"PageProperties.swift",
"Parser.swift",
"ReparseCore.swift",
"SimpleHtmlParser.swift",
"SwiftCodeGenerator.swift",
"SwiftOutputBuilder.swift",
"SwiftPageSignatures.swift"
],
"target_dependencies" : [
"ReparseRuntime"
],
"type" : "library"
},
{
"c99name" : "ExampleTests",
"module_type" : "SwiftTarget",
"name" : "ExampleTests",
"path" : "Tests/ExampleTests",
"product_dependencies" : [
"XCTVapor",
"Vapor",
"Leaf"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/ExampleTests/Views",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"ExampleTests.swift"
],
"target_dependencies" : [
"ReparseExample"
],
"type" : "test"
}
],
"tools_version" : "5.9"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.