Build Information
Successful build of PlotVapor, reference 0.5.0 (8ef961
), with Swift 6.1 for Linux on 27 Apr 2025 04:29:08 UTC.
Swift 6 data race errors: 3
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bdrelling/PlotVapor.git
Reference: 0.5.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/bdrelling/PlotVapor
* tag 0.5.0 -> FETCH_HEAD
HEAD is now at 8ef9610 Major overhaul of Page rendering
Cloned https://github.com/bdrelling/PlotVapor.git
Revision (git rev-parse @):
8ef9610378bf3a509b4c887d17cd053ff370e048
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/bdrelling/PlotVapor.git at 0.5.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/bdrelling/PlotVapor.git
https://github.com/bdrelling/PlotVapor.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "plot",
"requirement" : {
"range" : [
{
"lower_bound" : "0.11.0",
"upper_bound" : "0.12.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/JohnSundell/Plot"
},
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor"
},
{
"identity" : "tools",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.6",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-kipple/Tools"
}
],
"manifest_display_name" : "PlotVapor",
"name" : "PlotVapor",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
}
],
"products" : [
{
"name" : "PlotVapor",
"targets" : [
"PlotVapor"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PlotVapor",
"module_type" : "SwiftTarget",
"name" : "PlotVapor",
"path" : "Source/PlotVapor",
"product_dependencies" : [
"Plot",
"Vapor"
],
"product_memberships" : [
"PlotVapor"
],
"sources" : [
"Components/Body.swift",
"Components/Favicon.swift",
"Components/Head.swift",
"Components/HeadLink.swift",
"Components/Meta.swift",
"Components/NoScript.swift",
"Components/Script.swift",
"Components/Section.swift",
"Components/Style.swift",
"Components/StyleSheet.swift",
"Components/ThemeColor.swift",
"Components/Title.swift",
"Extensions/Application+Sitemap.swift",
"Extensions/EnvironmentKey+Vapor.swift",
"Extensions/HTML+ComponentInit.swift",
"Extensions/Node+MetaConvenience.swift",
"Extensions/Renderable+ToView.swift",
"Extensions/Request+Render.swift",
"Middleware/SitemapMiddleware.swift",
"Protocols/Page.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/swift-kipple/Tools
Fetching https://github.com/JohnSundell/Plot
Fetching https://github.com/vapor/vapor
[1/720] Fetching tools
[2/2806] Fetching tools, plot
Fetched https://github.com/swift-kipple/Tools from cache (0.26s)
Fetched https://github.com/JohnSundell/Plot from cache (0.27s)
[1/74313] Fetching vapor
Fetched https://github.com/vapor/vapor from cache (2.52s)
Computing version for https://github.com/JohnSundell/Plot
Computed https://github.com/JohnSundell/Plot at 0.11.0 (3.12s)
Computing version for https://github.com/swift-kipple/Tools
Computed https://github.com/swift-kipple/Tools at 0.5.4 (0.64s)
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/nicklockwood/SwiftFormat
[1/14950] Fetching swift-argument-parser
[5383/61680] Fetching swift-argument-parser, swiftformat
Fetched https://github.com/apple/swift-argument-parser from cache (28.98s)
Fetched https://github.com/nicklockwood/SwiftFormat from cache (29.95s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (31.04s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.55.5 (5.02s)
Computing version for https://github.com/vapor/vapor
Computed https://github.com/vapor/vapor at 4.114.1 (0.93s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-algorithms.git
[1/1705] Fetching swift-atomics
[496/6675] Fetching swift-atomics, swift-distributed-tracing
[1624/7734] Fetching swift-atomics, swift-distributed-tracing, swift-service-context
[2363/10330] Fetching swift-atomics, swift-distributed-tracing, swift-service-context, websocket-kit
[2927/13538] Fetching swift-atomics, swift-distributed-tracing, swift-service-context, websocket-kit, multipart-kit
[8343/19441] Fetching swift-atomics, swift-distributed-tracing, swift-service-context, websocket-kit, multipart-kit, swift-algorithms
Fetched https://github.com/apple/swift-atomics.git from cache (0.59s)
Fetching https://github.com/apple/swift-metrics.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.61s)
Fetching https://github.com/apple/swift-log.git
Fetched https://github.com/apple/swift-algorithms.git from cache (0.67s)
Fetching https://github.com/apple/swift-nio-extras.git
[5293/9063] Fetching swift-service-context, websocket-kit, multipart-kit, swift-metrics
[7493/12899] Fetching swift-service-context, websocket-kit, multipart-kit, swift-metrics, swift-log
[9718/18561] Fetching swift-service-context, websocket-kit, multipart-kit, swift-metrics, swift-log, swift-nio-extras
Fetched https://github.com/apple/swift-metrics.git from cache (0.36s)
[10940/16361] Fetching swift-service-context, websocket-kit, multipart-kit, swift-log, swift-nio-extras
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-log.git from cache (0.47s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.48s)
Fetching https://github.com/apple/swift-nio.git
[5304/6863] Fetching swift-service-context, websocket-kit, multipart-kit
[5305/18355] Fetching swift-service-context, websocket-kit, multipart-kit, swift-nio-http2
[9787/33148] Fetching swift-service-context, websocket-kit, multipart-kit, swift-nio-http2, swift-nio-ssl
[11316/108579] Fetching swift-service-context, websocket-kit, multipart-kit, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-service-context.git from cache (2.00s)
Fetched https://github.com/vapor/websocket-kit.git from cache (2.01s)
[32539/104924] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl, swift-nio
Fetching https://github.com/vapor/routing-kit.git
Fetching https://github.com/apple/swift-crypto.git
Fetched https://github.com/vapor/multipart-kit.git from cache (2.09s)
[34434/101716] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
Fetching https://github.com/vapor/console-kit.git
[49005/107201] Fetching swift-nio-http2, swift-nio-ssl, swift-nio, console-kit
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.46s)
[39991/95709] Fetching swift-nio-ssl, swift-nio, console-kit
Fetching https://github.com/vapor/async-kit.git
[43291/116436] Fetching swift-nio-ssl, swift-nio, console-kit, routing-kit
[43771/130220] Fetching swift-nio-ssl, swift-nio, console-kit, routing-kit, swift-crypto
Fetched https://github.com/vapor/console-kit.git from cache (0.71s)
[59048/124735] Fetching swift-nio-ssl, swift-nio, routing-kit, swift-crypto
Fetching https://github.com/swift-server/async-http-client.git
[63181/127105] Fetching swift-nio-ssl, swift-nio, routing-kit, swift-crypto, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.70s)
[75614/124735] Fetching swift-nio-ssl, swift-nio, routing-kit, swift-crypto
[78908/138522] Fetching swift-nio-ssl, swift-nio, routing-kit, swift-crypto, async-http-client
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.28s)
[89262/123729] Fetching swift-nio, routing-kit, swift-crypto, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (2.55s)
[84622/109942] Fetching swift-nio, routing-kit, swift-crypto
Fetched https://github.com/vapor/routing-kit.git from cache (4.40s)
[75638/89215] Fetching swift-nio, swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (4.46s)
[63363/75431] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (14.21s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (20.57s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (1.14s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4353] Fetching swift-system
[4354/20595] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.30s)
Fetched https://github.com/apple/swift-collections.git from cache (1.33s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.1 (1.89s)
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.56s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.60s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.0 (0.61s)
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.31s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.90s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.42s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.6.1 (1.02s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.65s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/1127] Fetching swift-http-structured-headers
[24/2031] Fetching swift-http-structured-headers, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.52s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.52s)
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 (1.41s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (1.10s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.14s)
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.69s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.14s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.56s)
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.99s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (2.43s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.73s)
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.93s)
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.58s)
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.58s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.56s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.91s)
Fetching https://github.com/apple/swift-asn1.git
[1/1573] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.27s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.97s)
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/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.1
Creating working copy for https://github.com/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-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-nio-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/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.55.5
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-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.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/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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.0
Creating working copy for https://github.com/JohnSundell/Plot
Working copy of https://github.com/JohnSundell/Plot resolved at 0.11.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.6.1
Creating working copy for https://github.com/apple/swift-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/swift-kipple/Tools
Working copy of https://github.com/swift-kipple/Tools resolved at 0.5.4
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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/vapor/vapor
Working copy of https://github.com/vapor/vapor resolved at 4.114.1
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
[1/1] Compiling plugin SwiftFormatPlugin
[2/2] Compiling plugin GenerateManual
Building for debugging...
[2/834] Write sources
[41/834] Compiling CNIOWindows WSAStartup.c
[42/834] Write sources
[43/834] Compiling CNIOWASI CNIOWASI.c
[44/834] Compiling CNIOWindows shim.c
[45/834] Write sources
[50/834] Compiling CVaporBcrypt bcrypt.c
[51/834] Write sources
[53/834] Compiling CNIOLinux liburing_shims.c
[54/834] Compiling _NumericsShims _NumericsShims.c
[55/834] Compiling _AtomicsShims.c
[56/834] Compiling CVaporBcrypt blf.c
[57/834] Compiling CSystem shims.c
[58/834] Compiling CNIOLLHTTP c_nio_http.c
[59/834] Compiling CNIOExtrasZlib empty.c
[59/834] Compiling CNIOSHA1 c_nio_sha1.c
[61/834] Compiling CNIOLinux shim.c
[62/834] Compiling CNIODarwin shim.c
[63/834] Compiling fiat_p256_adx_sqr.S
[64/834] Compiling fiat_p256_adx_mul.S
[65/834] Write swift-version-24593BA9C3E375BF.txt
[66/834] Compiling CNIOLLHTTP c_nio_api.c
[67/834] Compiling fiat_curve25519_adx_mul.S
[68/834] Compiling fiat_curve25519_adx_square.S
[69/834] Compiling CNIOLLHTTP c_nio_llhttp.c
[70/849] Compiling CNIOBoringSSLShims shims.c
[72/871] Emitting module ServiceContextModule
[73/881] Emitting module _NIOBase64
[74/881] Emitting module SystemPackage
[74/884] Compiling tls_method.cc
[75/884] Compiling tls_record.cc
[76/889] Compiling tls13_server.cc
[78/964] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[79/964] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[80/964] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[81/964] Compiling InternalCollectionsUtilities Specialize.swift
[82/966] Compiling InternalCollectionsUtilities UInt+reversed.swift
[83/966] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[84/966] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[85/966] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[86/966] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[87/966] Compiling InternalCollectionsUtilities Debugging.swift
[88/966] Compiling InternalCollectionsUtilities Descriptions.swift
[89/966] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[90/966] Compiling InternalCollectionsUtilities Integer rank.swift
[91/966] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[92/966] Emitting module InternalCollectionsUtilities
[93/966] Compiling InternalCollectionsUtilities _SortedCollection.swift
[94/966] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[95/966] Compiling ServiceContextModule ServiceContext.swift
[96/966] Compiling ServiceContextModule ServiceContextKey.swift
[97/966] Compiling _NIOBase64 Base64.swift
[98/967] Compiling RealModule ElementaryFunctions.swift
[99/969] Compiling Plot Optional+Component.swift
[100/969] Compiling Plot PodcastAttributes.swift
[101/969] Compiling Plot PodcastComponents.swift
[102/969] Compiling RealModule Float+Real.swift
[103/969] Compiling RealModule Real.swift
[106/969] Emitting module RealModule
[107/969] Compiling RealModule Float80+Real.swift
[108/969] Compiling _NIODataStructures PriorityQueue.swift
[109/969] Compiling _NIODataStructures _TinyArray.swift
[112/969] Compiling Plot HTMLFormContentType.swift
[113/969] Compiling Plot Node.swift
[114/969] Compiling Plot NodeConvertible.swift
[115/969] Compiling RealModule Float16+Real.swift
[126/969] Compiling RealModule RealFunctions.swift
[128/970] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[129/970] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[131/980] Emitting module Instrumentation
[132/980] Compiling Instrumentation NoOpInstrument.swift
[133/980] Compiling Instrumentation MultiplexInstrument.swift
[134/980] Compiling Instrumentation Instrument.swift
[135/980] Compiling Instrumentation InstrumentationSystem.swift
[136/980] Compiling Logging MetadataProvider.swift
[137/980] Emitting module Logging
[138/980] Compiling Logging Locks.swift
[139/980] Compiling Instrumentation Locks.swift
[140/981] Emitting module _NIODataStructures
[141/981] Compiling _NIODataStructures Heap.swift
[142/981] Compiling Logging Logging.swift
[147/981] Compiling Logging LogHandler.swift
[152/983] Emitting module CoreMetrics
[153/983] Compiling CoreMetrics Locks.swift
[156/983] Compiling Plot HTMLAnchorTarget.swift
[157/983] Compiling Plot HTMLAttributes.swift
[158/983] Compiling Plot HTMLAudioFormat.swift
[159/983] Compiling Plot HTMLButtonType.swift
[160/983] Compiling Plot HTMLComponents.swift
[161/983] Compiling Plot HTMLElements.swift
[166/1121] Compiling CoreMetrics Metrics.swift
[168/1122] Emitting module RoutingKit
[169/1122] Compiling Tracing TracingTime.swift
[170/1122] Compiling RoutingKit PathComponent.swift
[171/1122] Compiling Tracing TracerProtocol.swift
[172/1129] Compiling Tracing TracerProtocol+Legacy.swift
[173/1129] Compiling Tracing Tracer.swift
[174/1129] Compiling RoutingKit Router.swift
[175/1129] Compiling RoutingKit TrieRouter.swift
[176/1129] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[177/1129] Compiling _RopeModule BigString+UnicodeScalarView.swift
[178/1129] Compiling _RopeModule BigSubstring+UTF16View.swift
[179/1129] Compiling _RopeModule BigSubstring+UTF8View.swift
[180/1129] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[181/1129] Compiling _RopeModule BigSubstring.swift
[182/1129] Compiling _RopeModule Rope+Builder.swift
[183/1129] Compiling _RopeModule Rope+Debugging.swift
[184/1129] Compiling _RopeModule Rope+Invariants.swift
[185/1129] Compiling _RopeModule Rope+_Node.swift
[186/1129] Compiling _RopeModule Rope+_Storage.swift
[187/1129] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[188/1129] Compiling _RopeModule Rope+_UnsafeHandle.swift
[189/1129] Compiling HeapModule Heap+Descriptions.swift
[190/1129] Compiling _RopeModule Rope.swift
[191/1129] Compiling _RopeModule RopeElement.swift
[191/1136] Compiling tls13_enc.cc
[193/1136] Compiling HeapModule Heap.swift
[194/1136] Compiling HeapModule _HeapNode.swift
[195/1136] Compiling Tracing NoOpTracer.swift
[196/1136] Compiling Tracing InstrumentationSystem+Tracing.swift
[197/1136] Emitting module Tracing
[198/1136] Compiling Tracing SpanProtocol.swift
[199/1139] Emitting module HeapModule
[200/1139] Compiling HeapModule Heap+Invariants.swift
[201/1139] Compiling HeapModule Heap+UnsafeHandle.swift
[202/1140] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[203/1140] Compiling _RopeModule BigString+Hashing.swift
[204/1140] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[205/1140] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[206/1140] Compiling _RopeModule BigString+Sequence.swift
[207/1140] Compiling _RopeModule BigString+TextOutputStream.swift
[208/1140] Compiling _RopeModule BigString+Builder.swift
[209/1140] Compiling _RopeModule BigString+Contents.swift
[210/1140] Compiling _RopeModule BigString+Debugging.swift
[211/1140] Compiling _RopeModule BigString+Index.swift
[212/1140] Compiling _RopeModule BigString+Ingester.swift
[213/1140] Compiling _RopeModule BigString+Invariants.swift
[214/1140] Compiling _RopeModule BigString+Iterators.swift
[215/1140] Compiling _RopeModule BigString+Metrics.swift
[216/1140] Compiling _RopeModule BigString+Summary.swift
[217/1140] Compiling _RopeModule BigString.swift
[218/1140] Compiling _RopeModule BigString+Append.swift
[219/1140] Compiling _RopeModule BigString+Initializers.swift
[220/1140] Compiling _RopeModule BigString+Insert.swift
[221/1140] Compiling _RopeModule BigString+Managing Breaks.swift
[222/1140] Compiling _RopeModule BigString+RemoveSubrange.swift
[223/1140] Compiling _RopeModule BigString+ReplaceSubrange.swift
[224/1140] Compiling _RopeModule BigString+Split.swift
[225/1140] Compiling _RopeModule Range+BigString.swift
[226/1140] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[227/1140] Compiling _RopeModule BigString+Chunk+Splitting.swift
[228/1140] Compiling _RopeModule BigString+Chunk.swift
[229/1140] Compiling _RopeModule BigString+BidirectionalCollection.swift
[230/1140] Compiling _RopeModule BigString+Comparable.swift
[231/1140] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[232/1140] Compiling _RopeModule BigString+CustomStringConvertible.swift
[233/1140] Compiling _RopeModule BigString+Equatable.swift
[240/1140] Compiling OrderedCollections OrderedSet+Sendable.swift
[241/1140] Compiling OrderedCollections OrderedSet+SubSequence.swift
[242/1140] Compiling OrderedCollections OrderedSet+Testing.swift
[243/1148] Compiling RoutingKit AnyRouter.swift
[244/1148] Compiling RoutingKit Parameters.swift
[245/1149] Compiling tls13_client.cc
[247/1149] Compiling _RopeModule BigString+UTF8View.swift
[248/1149] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[249/1149] Compiling _RopeModule BigString+Chunk+Breaks.swift
[250/1149] Compiling _RopeModule BigString+Chunk+Counts.swift
[251/1149] Compiling _RopeModule BigString+Chunk+Description.swift
[252/1149] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[253/1149] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[263/1149] Compiling _RopeModule BigString+UTF16View.swift
[272/1149] Emitting module Plot
[290/1149] Compiling Metrics Metrics.swift
[291/1149] Emitting module Metrics
[292/1217] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[293/1217] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[294/1217] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[295/1217] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[296/1217] Compiling HashTreeCollections _HashNode+Structural merge.swift
[297/1217] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[298/1217] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[299/1217] Compiling HashTreeCollections _HashNode+Structural union.swift
[300/1224] Compiling HashTreeCollections TreeDictionary+Keys.swift
[301/1224] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[302/1224] Compiling HashTreeCollections TreeDictionary+Merge.swift
[303/1224] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[304/1224] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[305/1224] Compiling HashTreeCollections TreeDictionary+Values.swift
[306/1224] Compiling HashTreeCollections TreeDictionary.swift
[307/1224] Compiling HashTreeCollections TreeSet+Codable.swift
[308/1224] Compiling HashTreeCollections TreeSet+Collection.swift
[310/1250] Compiling HashTreeCollections _Bucket.swift
[311/1250] Compiling HashTreeCollections _Hash.swift
[312/1250] Compiling HashTreeCollections _HashLevel.swift
[313/1250] Compiling HashTreeCollections _HashNode+Builder.swift
[314/1252] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[315/1252] Compiling HashTreeCollections _HashNode+Storage.swift
[316/1252] Compiling HashTreeCollections _HashNode+Invariants.swift
[317/1252] Compiling HashTreeCollections _HashNode+Lookups.swift
[318/1252] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[319/1252] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[322/1252] Compiling DequeModule _DequeSlot.swift
[323/1252] Compiling DequeModule _UnsafeWrappedBuffer.swift
[324/1252] Compiling HashTreeCollections _HashNode+Debugging.swift
[325/1252] Compiling HashTreeCollections _HashNode+Initializers.swift
[331/1252] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[332/1252] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[333/1252] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[334/1252] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[335/1252] Compiling HashTreeCollections _HashNode.swift
[336/1252] Compiling HashTreeCollections _AncestorHashSlots.swift
[337/1252] Compiling HashTreeCollections _Bitmap.swift
[346/1252] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[347/1252] Compiling HashTreeCollections TreeSet+Debugging.swift
[348/1252] Compiling HashTreeCollections TreeSet+Descriptions.swift
[349/1252] Compiling HashTreeCollections TreeSet+Equatable.swift
[350/1252] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[351/1252] Compiling HashTreeCollections TreeSet+Extras.swift
[352/1252] Compiling HashTreeCollections TreeSet+Filter.swift
[353/1252] Compiling HashTreeCollections TreeSet+Hashable.swift
[354/1252] Compiling HashTreeCollections TreeSet+Sendable.swift
[365/1253] Compiling HashTreeCollections TreeSet+Sequence.swift
[366/1253] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[367/1253] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[368/1253] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[369/1253] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[370/1253] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[371/1253] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[372/1253] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[389/1263] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[409/1263] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[410/1263] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[411/1263] Compiling HashTreeCollections TreeDictionary+Filter.swift
[412/1263] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[413/1263] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[420/1263] Emitting module DequeModule
[421/1264] Emitting module OrderedCollections
[424/1265] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[425/1265] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[426/1265] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[427/1265] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[428/1265] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[429/1265] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[430/1265] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[431/1265] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[432/1265] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[433/1265] Compiling HashTreeCollections TreeSet.swift
[433/1265] Compiling t1_enc.cc
[435/1265] Emitting module _RopeModule
[435/1265] Compiling tls13_both.cc
[437/1265] Compiling HashTreeCollections _HashTreeIterator.swift
[438/1265] Compiling HashTreeCollections _HashTreeStatistics.swift
[439/1265] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[440/1265] Compiling HashTreeCollections _RawHashNode.swift
[441/1265] Compiling HashTreeCollections _UnmanagedHashNode.swift
[442/1265] Compiling HashTreeCollections _UnsafePath.swift
[443/1265] Compiling HashTreeCollections TreeDictionary+Codable.swift
[444/1265] Compiling HashTreeCollections TreeDictionary+Collection.swift
[445/1265] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[446/1265] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[447/1265] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[456/1265] Compiling ssl_x509.cc
[457/1265] Compiling ssl_versions.cc
[458/1265] Compiling ssl_transcript.cc
[459/1265] Compiling ssl_stat.cc
[470/1265] Compiling HashTreeCollections _HashNodeHeader.swift
[471/1265] Compiling HashTreeCollections _HashSlot.swift
[472/1265] Compiling HashTreeCollections _HashStack.swift
[513/1266] Compiling ssl_session.cc
[514/1266] Compiling ssl_privkey.cc
[516/1266] Emitting module HashTreeCollections
[517/1267] Compiling ssl_lib.cc
[518/1267] Compiling ssl_credential.cc
[519/1267] Compiling ssl_key_share.cc
[520/1267] Compiling ssl_file.cc
[521/1267] Compiling ssl_cert.cc
[522/1267] Compiling ssl_cipher.cc
[523/1267] Compiling ssl_buffer.cc
[524/1267] Compiling ssl_aead_ctx.cc
[525/1267] Compiling ssl_asn1.cc
[526/1267] Compiling s3_pkt.cc
[527/1267] Compiling s3_lib.cc
[528/1267] Compiling s3_both.cc
[529/1267] Compiling handshake_server.cc
[530/1267] Compiling handshake.cc
[531/1267] Compiling handshake_client.cc
[532/1267] Compiling encrypted_client_hello.cc
[533/1267] Compiling dtls_record.cc
[534/1267] Compiling handoff.cc
[535/1267] Compiling md5-x86_64-linux.S
[536/1267] Compiling dtls_method.cc
[537/1267] Compiling extensions.cc
[538/1267] Compiling md5-x86_64-apple.S
[539/1267] Compiling md5-586-apple.S
[540/1267] Compiling md5-586-linux.S
[541/1267] Compiling chacha20_poly1305_x86_64-apple.S
[542/1267] Compiling chacha20_poly1305_x86_64-linux.S
[543/1267] Compiling chacha20_poly1305_armv8-win.S
[544/1267] Compiling chacha20_poly1305_armv8-linux.S
[545/1267] Compiling chacha20_poly1305_armv8-apple.S
[546/1267] Compiling err_data.cc
[547/1267] Compiling chacha-x86_64-linux.S
[548/1267] Compiling chacha-x86-linux.S
[549/1267] Compiling chacha-x86_64-apple.S
[550/1267] Compiling chacha-x86-apple.S
[551/1267] Compiling chacha-armv8-win.S
[552/1267] Compiling chacha-armv8-linux.S
[553/1267] Compiling d1_srtp.cc
[554/1267] Compiling chacha-armv4-linux.S
[555/1267] Compiling aes128gcmsiv-x86_64-linux.S
[556/1267] Compiling chacha-armv8-apple.S
[557/1267] Compiling aes128gcmsiv-x86_64-apple.S
[558/1267] Compiling x86_64-mont-linux.S
[559/1267] Compiling x86_64-mont5-linux.S
[560/1267] Compiling x86_64-mont5-apple.S
[561/1267] Compiling x86_64-mont-apple.S
[562/1267] Compiling x86-mont-linux.S
[563/1267] Compiling x86-mont-apple.S
[564/1267] Compiling vpaes-x86_64-apple.S
[565/1267] Compiling bio_ssl.cc
[566/1267] Compiling vpaes-x86_64-linux.S
[567/1267] Compiling vpaes-x86-linux.S
[568/1267] Compiling vpaes-x86-apple.S
[569/1267] Compiling vpaes-armv8-win.S
[570/1267] Compiling vpaes-armv8-linux.S
[571/1267] Compiling vpaes-armv8-apple.S
[572/1267] Compiling vpaes-armv7-linux.S
[573/1267] Compiling sha512-x86_64-apple.S
[574/1267] Compiling sha512-armv8-win.S
[575/1267] Compiling d1_pkt.cc
[576/1267] Compiling sha512-armv8-linux.S
[577/1267] Compiling sha512-x86_64-linux.S
[578/1267] Compiling sha512-armv8-apple.S
[579/1267] Compiling sha512-armv4-linux.S
[580/1267] Compiling sha512-586-linux.S
[581/1267] Compiling sha256-x86_64-apple.S
[582/1267] Compiling sha256-armv8-win.S
[583/1267] Compiling sha512-586-apple.S
[584/1267] Compiling sha256-x86_64-linux.S
[585/1267] Compiling sha256-armv8-linux.S
[586/1267] Compiling sha256-armv8-apple.S
[587/1267] Compiling sha256-armv4-linux.S
[588/1267] Compiling sha256-586-linux.S
[589/1267] Compiling d1_lib.cc
[590/1267] Compiling sha1-x86_64-apple.S
[590/1267] Compiling sha256-586-apple.S
[592/1267] Compiling sha1-x86_64-linux.S
[593/1267] Compiling sha1-armv8-win.S
[594/1267] Compiling sha1-armv8-linux.S
[595/1267] Compiling sha1-armv8-apple.S
[596/1267] Compiling sha1-armv4-large-linux.S
[597/1267] Compiling rsaz-avx2-linux.S
[598/1267] Compiling rsaz-avx2-apple.S
[599/1267] Compiling sha1-586-apple.S
[600/1267] Compiling rdrand-x86_64-linux.S
[601/1267] Compiling sha1-586-linux.S
[602/1267] Compiling p256_beeu-x86_64-asm-linux.S
[603/1267] Compiling rdrand-x86_64-apple.S
[604/1267] Compiling p256_beeu-x86_64-asm-apple.S
[605/1267] Compiling p256_beeu-armv8-asm-linux.S
[606/1267] Compiling p256_beeu-armv8-asm-win.S
[607/1267] Compiling p256-armv8-asm-win.S
[608/1267] Compiling p256_beeu-armv8-asm-apple.S
[609/1267] Compiling p256-armv8-asm-linux.S
[610/1267] Compiling p256-x86_64-asm-linux.S
[611/1267] Compiling p256-armv8-asm-apple.S
[612/1267] Compiling p256-x86_64-asm-apple.S
[613/1267] Compiling ghashv8-armv8-linux.S
[614/1267] Compiling ghashv8-armv8-win.S
[615/1267] Compiling d1_both.cc
[616/1267] Compiling ghash-x86_64-apple.S
[617/1267] Compiling ghashv8-armv8-apple.S
[618/1267] Compiling ghashv8-armv7-linux.S
[619/1267] Compiling ghash-x86_64-linux.S
[620/1267] Compiling ghash-x86-linux.S
[621/1267] Compiling ghash-x86-apple.S
[622/1267] Compiling ghash-ssse3-x86_64-linux.S
[623/1267] Compiling ghash-ssse3-x86_64-apple.S
[624/1267] Compiling ghash-ssse3-x86-linux.S
[625/1267] Compiling ghash-ssse3-x86-apple.S
[626/1267] Compiling ghash-neon-armv8-linux.S
[627/1267] Compiling ghash-neon-armv8-win.S
[628/1267] Compiling co-586-linux.S
[629/1267] Compiling ghash-armv4-linux.S
[630/1267] Compiling co-586-apple.S
[631/1267] Compiling bn-armv8-win.S
[632/1267] Compiling bsaes-armv7-linux.S
[633/1267] Compiling bn-586-linux.S
[634/1267] Compiling ghash-neon-armv8-apple.S
[635/1267] Compiling bn-armv8-linux.S
[636/1267] Compiling armv8-mont-win.S
[637/1267] Compiling bn-586-apple.S
[638/1267] Compiling bn-armv8-apple.S
[639/1267] Compiling armv8-mont-linux.S
[640/1267] Compiling aesv8-gcm-armv8-apple.S
[641/1267] Compiling armv4-mont-linux.S
[642/1267] Compiling aesv8-gcm-armv8-win.S
[643/1267] Compiling aesv8-gcm-armv8-linux.S
[644/1267] Compiling armv8-mont-apple.S
[645/1267] Compiling aesv8-armv8-linux.S
[646/1267] Compiling aesv8-armv8-apple.S
[647/1267] Compiling aesv8-armv8-win.S
[648/1267] Compiling aesv8-armv7-linux.S
[649/1267] Compiling aesni-x86-linux.S
[650/1267] Compiling aesni-x86-apple.S
[650/1267] Compiling aesni-x86_64-linux.S
[652/1267] Compiling aesni-x86_64-apple.S
[653/1267] Compiling aesni-gcm-x86_64-linux.S
[654/1267] Compiling aesni-gcm-x86_64-apple.S
[655/1267] Compiling aes-gcm-avx2-x86_64-apple.S
[656/1267] Compiling aes-gcm-avx2-x86_64-linux.S
[657/1267] Compiling aes-gcm-avx10-x86_64-linux.S
[658/1267] Compiling aes-gcm-avx10-x86_64-apple.S
[659/1267] Compiling x_req.cc
[660/1267] Compiling x_x509.cc
[661/1267] Compiling x_x509a.cc
[662/1267] Compiling x_spki.cc
[663/1267] Compiling x_sig.cc
[664/1267] Compiling x_pubkey.cc
[665/1267] Compiling x_val.cc
[666/1267] Compiling x_name.cc
[667/1267] Compiling x509rset.cc
[668/1267] Compiling x_crl.cc
[669/1267] Compiling x_exten.cc
[670/1267] Compiling x509spki.cc
[671/1267] Compiling x_attrib.cc
[672/1267] Compiling x_algor.cc
[673/1267] Compiling x_all.cc
[674/1267] Compiling x509name.cc
[675/1267] Compiling x509cset.cc
[676/1267] Compiling x509_vpm.cc
[677/1267] Compiling x509_txt.cc
[678/1267] Compiling x509_v3.cc
[679/1267] Compiling x509_vfy.cc
[680/1267] Compiling x509_trs.cc
[681/1267] Compiling x509_req.cc
[682/1267] Compiling x509_set.cc
[683/1267] Compiling x509_obj.cc
[684/1267] Compiling x509_lu.cc
[685/1267] Compiling x509_d2.cc
[686/1267] Compiling x509_def.cc
[687/1267] Compiling x509_ext.cc
[688/1267] Compiling x509.cc
[689/1267] Compiling x509_cmp.cc
[690/1267] Compiling x509_att.cc
[691/1267] Compiling v3_utl.cc
[692/1267] Compiling v3_pmaps.cc
[693/1267] Compiling v3_ocsp.cc
[694/1267] Compiling v3_prn.cc
[695/1267] Compiling v3_skey.cc
[696/1267] Compiling v3_purp.cc
[697/1267] Compiling v3_pcons.cc
[698/1267] Compiling v3_ncons.cc
[699/1267] Compiling v3_int.cc
[700/1267] Compiling v3_lib.cc
[700/1267] Compiling v3_info.cc
[702/1267] Compiling v3_genn.cc
[703/1267] Compiling v3_ia5.cc
[704/1267] Compiling v3_extku.cc
[705/1267] Compiling v3_enum.cc
[706/1267] Compiling v3_crld.cc
[707/1267] Compiling v3_bitst.cc
[708/1267] Compiling v3_bcons.cc
[709/1267] Compiling v3_akey.cc
[710/1267] Compiling v3_cpols.cc
[711/1267] Compiling v3_conf.cc
[712/1267] Compiling t_x509a.cc
[713/1267] Compiling v3_alt.cc
[714/1267] Compiling v3_akeya.cc
[715/1267] Compiling t_x509.cc
[716/1267] Compiling name_print.cc
[717/1267] Compiling policy.cc
[718/1267] Compiling t_crl.cc
[719/1267] Compiling i2d_pr.cc
[720/1267] Compiling by_dir.cc
[721/1267] Compiling t_req.cc
[722/1267] Compiling rsa_pss.cc
[723/1267] Compiling by_file.cc
[724/1267] Compiling algorithm.cc
[725/1267] Compiling a_verify.cc
[726/1267] Compiling thread_win.cc
[727/1267] Compiling a_sign.cc
[728/1267] Compiling asn1_gen.cc
[729/1267] Compiling voprf.cc
[730/1267] Compiling trust_token.cc
[731/1267] Compiling thread_pthread.cc
[732/1267] Compiling a_digest.cc
[733/1267] Compiling thread_none.cc
[734/1267] Compiling thread.cc
[735/1267] Compiling pmbtoken.cc
[736/1267] Compiling sha256.cc
[737/1267] Compiling stack.cc
[738/1267] Compiling siphash.cc
[739/1267] Compiling spake2plus.cc
[740/1267] Compiling sha512.cc
[741/1267] Compiling sha1.cc
[742/1267] Compiling slhdsa.cc
[743/1267] Compiling rsa_print.cc
[744/1267] Compiling rsa_extra.cc
[745/1267] Compiling rc4.cc
[746/1267] Compiling rsa_crypt.cc
[747/1267] Compiling refcount.cc
[748/1267] Compiling urandom.cc
[749/1267] Compiling trusty.cc
[750/1267] Compiling passive.cc
[751/1267] Compiling windows.cc
[752/1267] Compiling rand.cc
[753/1267] Compiling ios.cc
[754/1267] Compiling rsa_asn1.cc
[755/1267] Compiling getentropy.cc
[756/1267] Compiling forkunsafe.cc
[757/1267] Compiling poly1305_arm_asm.S
[758/1267] Compiling deterministic.cc
[759/1267] Compiling fork_detect.cc
[760/1267] Compiling poly1305_arm.cc
[761/1267] Compiling poly1305_vec.cc
[762/1267] Compiling poly1305.cc
[763/1267] Compiling pool.cc
[764/1267] Compiling pkcs7.cc
[765/1267] Compiling pkcs8.cc
[766/1267] Compiling pem_x509.cc
[767/1267] Compiling p5_pbev2.cc
[768/1267] Compiling pkcs8_x509.cc
[769/1267] Compiling pem_xaux.cc
[770/1267] Compiling pkcs7_x509.cc
[771/1267] Compiling pem_pkey.cc
[772/1267] Compiling pem_oth.cc
[773/1267] Compiling pem_pk8.cc
[774/1267] Compiling mlkem.cc
[775/1267] Compiling obj_xref.cc
[776/1267] Compiling mldsa.cc
[777/1267] Compiling pem_all.cc
[778/1267] Compiling pem_info.cc
[779/1267] Compiling mem.cc
[780/1267] Compiling md5.cc
[781/1267] Compiling obj.cc
[782/1267] Compiling poly_rq_mul.S
[783/1267] Compiling pem_lib.cc
[784/1267] Compiling fips_shared_support.cc
[785/1267] Compiling md4.cc
[786/1267] Compiling lhash.cc
[787/1267] Compiling ex_data.cc
[788/1267] Compiling sign.cc
[789/1267] Compiling hrss.cc
[790/1267] Compiling scrypt.cc
[791/1267] Compiling kyber.cc
[792/1267] Compiling hpke.cc
[793/1267] Compiling print.cc
[794/1267] Compiling pbkdf.cc
[795/1267] Compiling p_x25519.cc
[796/1267] Compiling p_x25519_asn1.cc
[797/1267] Compiling p_rsa_asn1.cc
[798/1267] Compiling p_ed25519.cc
[799/1267] Compiling p_rsa.cc
[800/1267] Compiling p_hkdf.cc
[801/1267] Compiling p_ed25519_asn1.cc
[802/1267] Compiling p_ec_asn1.cc
[803/1267] Compiling p_ec.cc
[804/1267] Compiling p_dh.cc
[805/1267] Compiling p_dh_asn1.cc
[806/1267] Compiling p_dsa_asn1.cc
[807/1267] Compiling evp_ctx.cc
[808/1267] Compiling evp.cc
[809/1267] Compiling err.cc
[810/1267] Compiling engine.cc
[811/1267] Compiling evp_asn1.cc
[812/1267] Compiling ecdh.cc
[813/1267] Compiling ecdsa_asn1.cc
[814/1267] Compiling hash_to_curve.cc
[815/1267] Compiling ec_derive.cc
[816/1267] Compiling ec_asn1.cc
[817/1267] Compiling dsa.cc
[818/1267] Compiling dsa_asn1.cc
[819/1267] Compiling params.cc
[820/1267] Compiling des.cc
[821/1267] Compiling x25519-asm-arm.S
[822/1267] Compiling digest_extra.cc
[823/1267] Compiling dh_asn1.cc
[824/1267] Compiling crypto.cc
[825/1267] Compiling cpu_arm_linux.cc
[826/1267] Compiling cpu_intel.cc
[827/1267] Compiling spake25519.cc
[828/1267] Compiling cpu_arm_freebsd.cc
[829/1267] Compiling curve25519.cc
[830/1267] Compiling cpu_aarch64_win.cc
[831/1267] Compiling cpu_aarch64_openbsd.cc
[832/1267] Compiling cpu_aarch64_sysreg.cc
[833/1267] Compiling bcm.cc
[834/1267] Compiling cpu_aarch64_linux.cc
[835/1267] Compiling cpu_aarch64_fuchsia.cc
[836/1267] Compiling curve25519_64_adx.cc
[837/1267] Compiling cpu_aarch64_apple.cc
[838/1267] Compiling tls_cbc.cc
[839/1267] Compiling conf.cc
[840/1267] Compiling get_cipher.cc
[841/1267] Compiling e_tls.cc
[842/1267] Compiling e_rc4.cc
[843/1267] Compiling e_rc2.cc
[844/1267] Compiling e_null.cc
[845/1267] Compiling e_des.cc
[846/1267] Compiling e_chacha20poly1305.cc
[847/1267] Compiling derive_key.cc
[848/1267] Compiling e_aesgcmsiv.cc
[849/1267] Compiling e_aesctrhmac.cc
[850/1267] Compiling chacha.cc
[851/1267] Compiling unicode.cc
[852/1267] Compiling buf.cc
[853/1267] Compiling ber.cc
[854/1267] Compiling cbb.cc
[855/1267] Compiling asn1_compat.cc
[856/1267] Compiling cbs.cc
[857/1267] Compiling bn_asn1.cc
[858/1267] Compiling blake2.cc
[859/1267] Compiling convert.cc
[860/1267] Compiling socket_helper.cc
[861/1267] Compiling socket.cc
[862/1267] Compiling printf.cc
[863/1267] Compiling pair.cc
[864/1267] Compiling hexdump.cc
[865/1267] Compiling file.cc
[866/1267] Compiling fd.cc
[867/1267] Compiling errno.cc
[868/1267] Compiling bio_mem.cc
[869/1267] Compiling connect.cc
[870/1267] Compiling bio.cc
[871/1267] Compiling base64.cc
[872/1267] Compiling tasn_typ.cc
[873/1267] Compiling tasn_fre.cc
[874/1267] Compiling tasn_utl.cc
[875/1267] Compiling tasn_enc.cc
[876/1267] Compiling posix_time.cc
[877/1267] Compiling f_string.cc
[878/1267] Compiling tasn_new.cc
[879/1267] Compiling f_int.cc
[880/1267] Compiling asn_pack.cc
[881/1267] Compiling tasn_dec.cc
[882/1267] Compiling asn1_par.cc
[883/1267] Compiling a_utctm.cc
[884/1267] Compiling a_type.cc
[885/1267] Compiling asn1_lib.cc
[886/1267] Compiling a_octet.cc
[887/1267] Compiling a_time.cc
[888/1267] Compiling a_strnid.cc
[889/1267] Compiling a_strex.cc
[890/1267] Compiling a_object.cc
[891/1267] Compiling a_i2d_fp.cc
[892/1267] Compiling a_dup.cc
[893/1267] Compiling a_mbstr.cc
[894/1267] Compiling a_d2i_fp.cc
[895/1267] Compiling fiat_p256_adx_sqr.S
[896/1267] Compiling fiat_p256_adx_mul.S
[897/1267] Compiling a_int.cc
[898/1267] Compiling a_gentm.cc
[899/1267] Compiling fiat_curve25519_adx_square.S
[900/1267] Compiling fiat_curve25519_adx_mul.S
[901/1267] Compiling CCryptoBoringSSLShims shims.c
[902/1267] Compiling a_bitstr.cc
[903/1267] Compiling a_bool.cc
[904/1267] Compiling md5-x86_64-apple.S
[905/1267] Compiling md5-x86_64-linux.S
[906/1267] Compiling md5-586-linux.S
[907/1267] Compiling md5-586-apple.S
[908/1267] Compiling chacha20_poly1305_armv8-win.S
[909/1267] Compiling chacha20_poly1305_armv8-linux.S
[910/1267] Compiling chacha20_poly1305_x86_64-apple.S
[911/1267] Compiling chacha20_poly1305_armv8-apple.S
[912/1267] Compiling chacha20_poly1305_x86_64-linux.S
[913/1267] Compiling chacha-x86_64-apple.S
[914/1267] Compiling chacha-x86-linux.S
[915/1267] Compiling chacha-x86_64-linux.S
[916/1267] Compiling chacha-x86-apple.S
[917/1267] Compiling chacha-armv8-win.S
[918/1267] Compiling chacha-armv8-linux.S
[918/1267] Compiling chacha-armv8-apple.S
[920/1267] Compiling chacha-armv4-linux.S
[921/1267] Compiling aes128gcmsiv-x86_64-linux.S
[922/1267] Compiling aes128gcmsiv-x86_64-apple.S
[923/1267] Compiling x86_64-mont5-linux.S
[924/1267] Compiling x86_64-mont5-apple.S
[925/1267] Compiling x86_64-mont-linux.S
[926/1267] Compiling err_data.cc
[927/1267] Compiling x86_64-mont-apple.S
[928/1267] Compiling x86-mont-linux.S
[929/1267] Compiling x86-mont-apple.S
[930/1267] Compiling vpaes-x86_64-apple.S
[931/1267] Compiling vpaes-x86_64-linux.S
[932/1267] Compiling vpaes-x86-apple.S
[933/1267] Compiling vpaes-x86-linux.S
[934/1267] Compiling vpaes-armv8-win.S
[935/1267] Compiling vpaes-armv8-apple.S
[936/1267] Compiling vpaes-armv8-linux.S
[937/1267] Compiling vpaes-armv7-linux.S
[938/1267] Compiling sha512-x86_64-linux.S
[939/1267] Compiling sha512-x86_64-apple.S
[940/1267] Compiling sha512-armv8-linux.S
[941/1267] Compiling sha512-armv8-apple.S
[942/1267] Compiling sha512-armv8-win.S
[943/1267] Compiling sha512-armv4-linux.S
[944/1267] Compiling sha512-586-linux.S
[945/1267] Compiling sha512-586-apple.S
[946/1267] Compiling sha256-x86_64-linux.S
[947/1267] Compiling sha256-x86_64-apple.S
[948/1267] Compiling sha256-armv8-win.S
[949/1267] Compiling sha256-armv8-apple.S
[950/1267] Compiling sha256-armv8-linux.S
[951/1267] Compiling sha256-armv4-linux.S
[952/1267] Compiling sha256-586-apple.S
[953/1267] Compiling sha256-586-linux.S
[954/1267] Compiling sha1-x86_64-apple.S
[955/1267] Compiling sha1-armv8-win.S
[956/1267] Compiling sha1-x86_64-linux.S
[957/1267] Compiling sha1-armv8-linux.S
[958/1267] Compiling sha1-armv8-apple.S
[958/1267] Compiling sha1-armv4-large-linux.S
[960/1267] Compiling sha1-586-linux.S
[961/1267] Compiling rsaz-avx2-apple.S
[962/1267] Compiling rdrand-x86_64-linux.S
[963/1267] Compiling sha1-586-apple.S
[964/1267] Compiling rsaz-avx2-linux.S
[965/1267] Compiling rdrand-x86_64-apple.S
[966/1267] Compiling p256_beeu-x86_64-asm-linux.S
[967/1267] Compiling p256_beeu-armv8-asm-win.S
[968/1267] Compiling p256_beeu-armv8-asm-linux.S
[969/1267] Compiling p256-x86_64-asm-apple.S
[970/1267] Compiling p256_beeu-x86_64-asm-apple.S
[971/1267] Compiling p256_beeu-armv8-asm-apple.S
[972/1267] Compiling p256-x86_64-asm-linux.S
[973/1267] Compiling p256-armv8-asm-linux.S
[974/1267] Compiling p256-armv8-asm-win.S
[975/1267] Compiling p256-armv8-asm-apple.S
[976/1267] Compiling ghashv8-armv8-win.S
[977/1267] Compiling ghashv8-armv8-linux.S
[978/1267] Compiling ghashv8-armv7-linux.S
[979/1267] Compiling ghash-x86_64-apple.S
[980/1267] Compiling ghashv8-armv8-apple.S
[981/1267] Compiling ghash-x86_64-linux.S
[982/1267] Compiling ghash-x86-linux.S
[983/1267] Compiling ghash-x86-apple.S
[984/1267] Compiling ghash-ssse3-x86_64-apple.S
[985/1267] Compiling ghash-ssse3-x86_64-linux.S
[986/1267] Compiling ghash-ssse3-x86-linux.S
[987/1267] Compiling ghash-neon-armv8-linux.S
[988/1267] Compiling ghash-neon-armv8-win.S
[989/1267] Compiling ghash-ssse3-x86-apple.S
[990/1267] Compiling ghash-neon-armv8-apple.S
[991/1267] Compiling co-586-linux.S
[992/1267] Compiling ghash-armv4-linux.S
[993/1267] Compiling co-586-apple.S
[994/1267] Compiling bsaes-armv7-linux.S
[995/1267] Compiling bn-armv8-win.S
[996/1267] Compiling bn-armv8-linux.S
[997/1267] Compiling bn-586-linux.S
[998/1267] Compiling armv8-mont-win.S
[998/1267] Compiling bn-armv8-apple.S
[1000/1267] Compiling bn-586-apple.S
[1001/1267] Compiling armv8-mont-linux.S
[1002/1267] Compiling armv4-mont-linux.S
[1003/1267] Compiling aesv8-gcm-armv8-win.S
[1004/1267] Compiling aesv8-gcm-armv8-linux.S
[1005/1267] Compiling armv8-mont-apple.S
[1006/1267] Compiling aesv8-gcm-armv8-apple.S
[1007/1267] Compiling aesv8-armv8-win.S
[1008/1267] Compiling aesv8-armv8-linux.S
[1009/1267] Compiling aesv8-armv8-apple.S
[1010/1267] Compiling aesni-x86_64-linux.S
[1011/1267] Compiling aesv8-armv7-linux.S
[1012/1267] Compiling aesni-x86_64-apple.S
[1013/1267] Compiling aesni-x86-linux.S
[1014/1267] Compiling aesni-x86-apple.S
[1015/1267] Compiling aesni-gcm-x86_64-linux.S
[1016/1267] Compiling aes-gcm-avx10-x86_64-apple.S
[1017/1267] Compiling aesni-gcm-x86_64-apple.S
[1018/1267] Compiling aes-gcm-avx10-x86_64-linux.S
[1019/1267] Compiling x_sig.cc
[1020/1267] Compiling x_x509a.cc
[1021/1267] Compiling x_val.cc
[1022/1267] Compiling x_spki.cc
[1023/1267] Compiling x_x509.cc
[1024/1267] Compiling x_req.cc
[1025/1267] Compiling c-nioatomics.c
[1026/1267] Compiling x_attrib.cc
[1027/1267] Compiling x_pubkey.cc
[1028/1267] Compiling x_crl.cc
[1029/1267] Compiling x_name.cc
[1030/1267] Compiling x_exten.cc
[1031/1267] Compiling c-atomics.c
[1032/1267] Compiling x_all.cc
[1033/1272] Compiling x_algor.cc
[1034/1273] Compiling x509spki.cc
[1035/1273] Compiling x509name.cc
[1036/1273] Compiling x509rset.cc
[1038/1273] Compiling NIOConcurrencyHelpers lock.swift
[1038/1273] Compiling x509cset.cc
[1039/1273] Compiling x509_vpm.cc
[1041/1273] Emitting module NIOConcurrencyHelpers
[1042/1273] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1043/1273] Compiling NIOConcurrencyHelpers NIOLock.swift
[1044/1273] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1045/1273] Compiling NIOConcurrencyHelpers atomics.swift
[1046/1274] Compiling x509_vfy.cc
[1047/1274] Compiling x509_v3.cc
[1048/1274] Compiling x509_txt.cc
[1049/1300] Compiling x509_trs.cc
[1050/1300] Compiling x509_set.cc
[1052/1300] Compiling ConsoleKitTerminal Console+Wait.swift
[1053/1300] Compiling ConsoleKitTerminal ConsoleColor.swift
[1054/1300] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1054/1303] Compiling x509_req.cc
[1055/1303] Compiling x509_obj.cc
[1057/1303] Compiling ConsoleKitTerminal Console+Confirm.swift
[1058/1303] Compiling ConsoleKitTerminal Console+Input.swift
[1059/1303] Compiling ConsoleKitTerminal Console+Center.swift
[1060/1303] Compiling ConsoleKitTerminal Console+Output.swift
[1061/1303] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1062/1303] Compiling ConsoleKitTerminal ConsoleClear.swift
[1063/1303] Compiling ConsoleKitTerminal Console+Ask.swift
[1064/1303] Compiling ConsoleKitTerminal Console+Choose.swift
[1065/1303] Compiling ConsoleKitTerminal ActivityBar.swift
[1066/1303] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1067/1303] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1068/1303] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1069/1303] Compiling ConsoleKitTerminal CustomActivity.swift
[1070/1303] Compiling ConsoleKitTerminal LoadingBar.swift
[1071/1303] Compiling ConsoleKitTerminal ProgressBar.swift
[1072/1303] Compiling ConsoleKitTerminal Console+Clear.swift
[1073/1303] Emitting module ConsoleKitTerminal
[1073/1303] Compiling x509_lu.cc
[1074/1303] Compiling x509_ext.cc
[1075/1303] Compiling x509_def.cc
[1077/1303] Compiling ConsoleKitTerminal Console.swift
[1078/1303] Compiling ConsoleKitTerminal Terminal.swift
[1079/1303] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1080/1303] Compiling ConsoleKitTerminal ConsoleText.swift
[1081/1303] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1082/1303] Compiling ConsoleKitTerminal ANSI.swift
[1082/1303] Compiling x509_d2.cc
[1083/1303] Compiling x509_cmp.cc
[1084/1303] Compiling x509.cc
[1085/1303] Compiling x509_att.cc
[1087/1303] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1088/1303] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1089/1303] Compiling ConsoleKitTerminal LoggerFragment.swift
[1090/1304] Compiling v3_prn.cc
[1091/1304] Compiling v3_purp.cc
[1092/1304] Compiling v3_skey.cc
[1093/1308] Compiling v3_utl.cc
[1094/1326] Compiling v3_pmaps.cc
[1095/1326] Compiling v3_pcons.cc
[1096/1326] Compiling v3_ocsp.cc
[1098/1326] Emitting module ConsoleKitCommands
[1099/1328] Compiling ConsoleKitCommands CommandSignature.swift
[1100/1328] Compiling ConsoleKitCommands Flag.swift
[1101/1328] Compiling ConsoleKitCommands Option.swift
[1102/1328] Compiling ConsoleKitCommands AsyncCommands.swift
[1103/1328] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1104/1328] Compiling ConsoleKitCommands AnyCommand.swift
[1105/1328] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1106/1328] Compiling ConsoleKitCommands AsyncCommand.swift
[1107/1328] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1108/1328] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1109/1328] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1110/1328] Compiling ConsoleKitCommands Argument.swift
[1110/1328] Compiling v3_int.cc
[1112/1328] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1113/1328] Compiling ConsoleKitCommands Utilities.swift
[1113/1328] Compiling v3_ncons.cc
[1114/1328] Compiling v3_lib.cc
[1115/1328] Compiling v3_info.cc
[1116/1328] Compiling v3_ia5.cc
[1117/1328] Compiling v3_genn.cc
[1118/1328] Compiling v3_extku.cc
[1119/1328] Compiling v3_enum.cc
[1120/1328] Compiling v3_crld.cc
[1121/1328] Compiling v3_bitst.cc
[1122/1328] Compiling v3_cpols.cc
[1123/1328] Compiling v3_conf.cc
[1125/1328] Compiling ConsoleKitCommands CommandGroup.swift
[1126/1328] Compiling ConsoleKitCommands CommandInput.swift
[1127/1328] Compiling ConsoleKitCommands Commands.swift
[1128/1328] Compiling ConsoleKitCommands Console+Run.swift
[1129/1328] Compiling ConsoleKitCommands ConsoleError.swift
[1130/1328] Compiling ConsoleKitCommands Completion.swift
[1131/1328] Compiling ConsoleKitCommands Command.swift
[1132/1328] Compiling ConsoleKitCommands CommandContext.swift
[1133/1328] Compiling ConsoleKitCommands CommandError.swift
[1133/1329] Compiling v3_bcons.cc
[1135/1329] Compiling v3_alt.cc
[1136/1329] Compiling v3_akeya.cc
[1137/1331] Compiling v3_akey.cc
[1139/1331] Compiling ConsoleKit Exports.swift
[1139/1331] Compiling t_x509.cc
[1141/1331] Emitting module ConsoleKit
[1141/1332] Compiling t_x509a.cc
[1143/1332] Compiling t_req.cc
[1144/1332] Compiling t_crl.cc
[1145/1332] Compiling i2d_pr.cc
[1146/1332] Compiling policy.cc
[1147/1332] Compiling rsa_pss.cc
[1148/1332] Compiling name_print.cc
[1149/1332] Compiling by_dir.cc
[1150/1332] Compiling by_file.cc
[1151/1332] Compiling asn1_gen.cc
[1152/1332] Compiling algorithm.cc
[1153/1332] Compiling a_digest.cc
[1154/1332] Compiling a_sign.cc
[1155/1332] Compiling a_verify.cc
[1156/1332] Compiling voprf.cc
[1157/1332] Compiling thread_none.cc
[1158/1332] Compiling trust_token.cc
[1159/1332] Compiling thread_win.cc
[1160/1332] Compiling thread_pthread.cc
[1161/1332] Compiling thread.cc
[1162/1332] Compiling pmbtoken.cc
[1163/1332] Compiling wots.cc
[1164/1332] Compiling stack.cc
[1165/1332] Compiling thash.cc
[1166/1332] Compiling merkle.cc
[1167/1332] Compiling siphash.cc
[1168/1332] Compiling fors.cc
[1169/1332] Compiling slhdsa.cc
[1170/1332] Compiling sha512.cc
[1171/1332] Compiling sha256.cc
[1172/1332] Compiling sha1.cc
[1173/1332] Compiling rsa_print.cc
[1174/1332] Compiling rsa_extra.cc
[1175/1332] Compiling rsa_crypt.cc
[1176/1332] Compiling rc4.cc
[1177/1332] Compiling windows.cc
[1178/1332] Compiling rsa_asn1.cc
[1179/1332] Compiling refcount.cc
[1180/1332] Compiling urandom.cc
[1181/1332] Compiling trusty.cc
[1182/1332] Compiling rand_extra.cc
[1183/1332] Compiling ios.cc
[1184/1332] Compiling poly1305_arm_asm.S
[1184/1332] Compiling passive.cc
[1186/1332] Compiling getentropy.cc
[1187/1332] Compiling deterministic.cc
[1188/1332] Compiling forkunsafe.cc
[1189/1332] Compiling fork_detect.cc
[1190/1332] Compiling poly1305_vec.cc
[1191/1332] Compiling pool.cc
[1192/1332] Compiling poly1305_arm.cc
[1193/1332] Compiling poly1305.cc
[1194/1332] Compiling pkcs7.cc
[1195/1332] Compiling pkcs8.cc
[1196/1332] Compiling p5_pbev2.cc
[1197/1332] Compiling pkcs8_x509.cc
[1198/1332] Compiling pkcs7_x509.cc
[1199/1332] Compiling pem_xaux.cc
[1200/1332] Compiling pem_x509.cc
[1201/1332] Compiling pem_pkey.cc
[1202/1332] Compiling pem_pk8.cc
[1203/1332] Compiling obj_xref.cc
[1204/1332] Compiling pem_oth.cc
[1205/1332] Compiling pem_lib.cc
[1206/1332] Compiling pem_info.cc
[1207/1332] Compiling mlkem.cc
[1208/1332] Compiling obj.cc
[1209/1332] Compiling mldsa.cc
[1210/1332] Compiling pem_all.cc
[1211/1332] Compiling mem.cc
[1212/1332] Compiling poly_rq_mul.S
[1213/1332] Compiling fips_shared_support.cc
[1214/1332] Compiling md5.cc
[1215/1332] Compiling md4.cc
[1216/1332] Compiling lhash.cc
[1217/1332] Compiling kyber.cc
[1218/1332] Compiling ex_data.cc
[1219/1332] Compiling hrss.cc
[1220/1332] Compiling sign.cc
[1221/1332] Compiling hpke.cc
[1222/1332] Compiling scrypt.cc
[1223/1332] Compiling pbkdf.cc
[1224/1332] Compiling print.cc
[1225/1332] Compiling p_x25519_asn1.cc
[1226/1332] Compiling p_x25519.cc
[1227/1332] Compiling p_rsa_asn1.cc
[1228/1332] Compiling p_rsa.cc
[1229/1332] Compiling p_hkdf.cc
[1230/1332] Compiling p_ed25519.cc
[1231/1332] Compiling p_ed25519_asn1.cc
[1232/1332] Compiling p_ec_asn1.cc
[1233/1332] Compiling p_ec.cc
[1234/1332] Compiling p_dh.cc
[1235/1332] Compiling p_dh_asn1.cc
[1236/1332] Compiling p_dsa_asn1.cc
[1237/1332] Compiling evp_ctx.cc
[1238/1332] Compiling evp_asn1.cc
[1239/1332] Compiling evp.cc
[1240/1332] Compiling err.cc
[1241/1332] Compiling engine.cc
[1242/1332] Compiling ecdsa_asn1.cc
[1243/1332] Compiling ecdh_extra.cc
[1244/1332] Compiling hash_to_curve.cc
[1245/1332] Compiling ec_derive.cc
[1246/1332] Compiling ec_asn1.cc
[1247/1332] Compiling dsa_asn1.cc
[1248/1332] Compiling dsa.cc
[1249/1332] Compiling params.cc
[1250/1332] Compiling digest_extra.cc
[1251/1332] Compiling x25519-asm-arm.S
[1252/1332] Compiling dh_asn1.cc
[1253/1332] Compiling des.cc
[1254/1332] Compiling spake25519.cc
[1255/1332] Compiling cpu_intel.cc
[1256/1332] Compiling curve25519.cc
[1257/1332] Compiling cpu_arm_linux.cc
[1258/1332] Compiling crypto.cc
[1259/1332] Compiling cpu_arm_freebsd.cc
[1260/1332] Compiling cpu_aarch64_win.cc
[1261/1332] Compiling cpu_aarch64_openbsd.cc
[1262/1332] Compiling cpu_aarch64_fuchsia.cc
[1263/1332] Compiling cpu_aarch64_sysreg.cc
[1264/1332] Compiling cpu_aarch64_linux.cc
[1265/1332] Compiling curve25519_64_adx.cc
[1266/1332] Compiling cpu_aarch64_apple.cc
[1267/1332] Compiling bcm.cc
[1268/1332] Compiling conf.cc
[1269/1332] Compiling tls_cbc.cc
[1270/1332] Compiling e_rc4.cc
[1271/1332] Compiling e_tls.cc
[1272/1332] Compiling e_rc2.cc
[1273/1332] Compiling e_null.cc
[1274/1332] Compiling e_des.cc
[1275/1332] Compiling e_chacha20poly1305.cc
[1276/1332] Compiling e_aesctrhmac.cc
[1277/1332] Compiling derive_key.cc
[1278/1332] Compiling e_aesgcmsiv.cc
[1279/1332] Compiling cipher_extra.cc
[1280/1332] Compiling unicode.cc
[1281/1332] Compiling chacha.cc
[1282/1332] Compiling cbs.cc
[1283/1332] Compiling cbb.cc
[1284/1332] Compiling ber.cc
[1285/1332] Compiling buf.cc
[1286/1332] Compiling asn1_compat.cc
[1287/1332] Compiling bn_asn1.cc
[1288/1332] Compiling blake2.cc
[1289/1332] Compiling convert.cc
[1290/1332] Compiling printf.cc
[1291/1332] Compiling hexdump.cc
[1292/1332] Compiling file.cc
[1293/1332] Compiling errno.cc
[1294/1332] Compiling fd.cc
[1295/1332] Compiling pair.cc
[1296/1332] Compiling bio_mem.cc
[1297/1332] Compiling bio.cc
[1298/1332] Compiling base64.cc
[1299/1332] Compiling tasn_typ.cc
[1300/1332] Compiling tasn_utl.cc
[1301/1332] Compiling tasn_fre.cc
[1302/1332] Compiling tasn_enc.cc
[1303/1332] Compiling tasn_new.cc
[1304/1332] Compiling f_string.cc
[1305/1332] Compiling tasn_dec.cc
[1306/1332] Compiling posix_time.cc
[1307/1332] Compiling f_int.cc
[1308/1332] Compiling asn1_par.cc
[1309/1332] Compiling asn_pack.cc
[1310/1332] Compiling a_utctm.cc
[1311/1332] Compiling asn1_lib.cc
[1312/1332] Compiling a_type.cc
[1313/1332] Compiling a_time.cc
[1314/1332] Compiling a_strnid.cc
[1315/1332] Compiling a_strex.cc
[1316/1332] Compiling a_octet.cc
[1317/1332] Compiling a_mbstr.cc
[1318/1332] Compiling a_object.cc
[1319/1332] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1320/1332] Write sources
[1321/1332] Compiling a_i2d_fp.cc
[1322/1332] Write sources
[1323/1332] Compiling a_dup.cc
[1323/1332] Write sources
[1327/1332] Compiling a_gentm.cc
[1328/1332] Compiling a_int.cc
[1329/1332] Compiling a_d2i_fp.cc
[1330/1332] Compiling a_bool.cc
[1331/1429] Compiling a_bitstr.cc
[1333/1437] Compiling Atomics ManagedAtomic.swift
[1334/1437] Compiling Atomics ManagedAtomicLazyReference.swift
[1335/1437] Compiling Atomics UnsafeAtomic.swift
[1336/1437] Compiling Atomics UnsafeAtomicLazyReference.swift
[1337/1439] Compiling Atomics AtomicMemoryOrderings.swift
[1338/1439] Compiling Atomics DoubleWord.swift
[1339/1439] Compiling Atomics Primitives.shims.swift
[1340/1439] Compiling Atomics AtomicInteger.swift
[1341/1439] Compiling Atomics AtomicOptionalWrappable.swift
[1342/1439] Compiling Atomics AtomicReference.swift
[1343/1439] Compiling Atomics AtomicStorage.swift
[1344/1439] Compiling Atomics AtomicValue.swift
[1345/1439] Compiling Atomics OptionalRawRepresentable.swift
[1346/1439] Compiling Atomics RawRepresentable.swift
[1347/1439] Compiling Atomics AtomicBool.swift
[1348/1439] Compiling Atomics IntegerConformances.swift
[1349/1439] Compiling Atomics PointerConformances.swift
[1350/1439] Compiling Atomics Primitives.native.swift
[1352/1444] Compiling Atomics IntegerOperations.swift
[1353/1446] Compiling Atomics Unmanaged extensions.swift
[1354/1446] Emitting module BitCollections
[1355/1446] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1356/1446] Compiling BitCollections BitSet+CustomReflectable.swift
[1357/1446] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1358/1446] Compiling BitCollections BitSet+Equatable.swift
[1359/1446] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1360/1446] Compiling BitCollections BitSet+Extras.swift
[1361/1446] Compiling BitCollections BitSet+Hashable.swift
[1362/1446] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1363/1446] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1364/1446] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1365/1446] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1366/1446] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1367/1446] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1368/1446] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1369/1446] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1370/1446] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1371/1446] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1372/1446] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1373/1446] Compiling BitCollections BitSet+SetAlgebra union.swift
[1374/1446] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1375/1446] Compiling BitCollections BitSet.Counted.swift
[1376/1446] Compiling Algorithms Split.swift
[1377/1446] Compiling Algorithms Stride.swift
[1378/1446] Compiling Algorithms Suffix.swift
[1386/1449] Compiling CryptoBoringWrapper RandomBytes.swift
[1389/1449] Compiling Algorithms MinMax.swift
[1399/1449] Compiling Algorithms Trim.swift
[1400/1449] Compiling Algorithms Unique.swift
[1401/1449] Compiling Algorithms Windows.swift
[1402/1449] Compiling BitCollections BitArray._UnsafeHandle.swift
[1403/1449] Compiling BitCollections BitArray.swift
[1404/1449] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1405/1449] Compiling BitCollections BitSet+Codable.swift
[1417/1449] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1418/1449] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1419/1449] Compiling CryptoBoringWrapper EllipticCurve.swift
[1420/1449] Emitting module CryptoBoringWrapper
[1425/1449] Compiling BitCollections BitSet.Index.swift
[1426/1449] Compiling BitCollections BitSet._UnsafeHandle.swift
[1427/1449] Compiling BitCollections BitSet.swift
[1428/1449] Compiling BitCollections Range+Utilities.swift
[1429/1449] Compiling BitCollections Slice+Utilities.swift
[1430/1449] Compiling BitCollections UInt+Tricks.swift
[1431/1449] Compiling BitCollections _Word.swift
[1435/1450] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1436/1450] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1437/1450] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1440/1454] Emitting module Collections
[1441/1461] Compiling Crypto PKCS8PrivateKey.swift
[1442/1461] Compiling Crypto SEC1PrivateKey.swift
[1443/1461] Compiling Collections Collections.swift
[1444/1461] Compiling Crypto SubjectPublicKeyInfo.swift
[1445/1461] Compiling Crypto CryptoKitErrors.swift
[1447/1525] Emitting module Atomics
[1449/1525] Compiling Crypto Digest_boring.swift
[1450/1525] Compiling Crypto Digest.swift
[1455/1585] Compiling NIOCore EventLoopFuture.swift
[1456/1585] Compiling NIOCore FileDescriptor.swift
[1457/1585] Compiling NIOCore FileHandle.swift
[1458/1585] Compiling NIOCore FileRegion.swift
[1459/1585] Compiling NIOCore GlobalSingletons.swift
[1460/1585] Compiling NIOCore IO.swift
[1461/1585] Compiling NIOCore IOData.swift
[1462/1585] Compiling NIOCore IPProtocol.swift
[1463/1585] Compiling NIOCore IntegerBitPacking.swift
[1464/1585] Compiling NIOCore IntegerTypes.swift
[1465/1594] Emitting module Algorithms
[1467/1595] Compiling NIOCore MarkedCircularBuffer.swift
[1468/1595] Compiling NIOCore MulticastChannel.swift
[1469/1595] Compiling NIOCore NIOAny.swift
[1470/1595] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1471/1595] Compiling NIOCore NIOLoopBound.swift
[1472/1595] Compiling NIOCore NIOScheduledCallback.swift
[1473/1595] Compiling NIOCore NIOSendable.swift
[1474/1595] Compiling NIOCore RecvByteBufferAllocator.swift
[1475/1595] Compiling Crypto ECDSA.swift
[1476/1595] Compiling Crypto Ed25519.swift
[1477/1595] Emitting module Crypto
[1486/1603] Compiling NIOCore SocketOptionProvider.swift
[1487/1603] Compiling NIOCore SystemCallHelpers.swift
[1488/1603] Compiling NIOCore TimeAmount+Duration.swift
[1489/1603] Compiling NIOCore TypeAssistedChannelHandler.swift
[1490/1603] Compiling NIOCore UniversalBootstrapSupport.swift
[1491/1603] Compiling NIOCore Utilities.swift
[1492/1603] Compiling Crypto Curve25519.swift
[1493/1603] Compiling Crypto Ed25519Keys.swift
[1494/1603] Compiling Crypto NISTCurvesKeys.swift
[1495/1603] Compiling Crypto X25519Keys.swift
[1496/1603] Compiling NIOCore Interfaces.swift
[1497/1603] Compiling NIOCore Linux.swift
[1498/1603] Compiling NIOCore ChannelPipeline.swift
[1499/1603] Compiling NIOCore CircularBuffer.swift
[1500/1603] Compiling NIOCore Codec.swift
[1501/1603] Compiling NIOCore ConvenienceOptionSupport.swift
[1502/1603] Compiling NIOCore DeadChannel.swift
[1503/1603] Compiling NIOCore DispatchQueue+WithFuture.swift
[1504/1603] Compiling NIOCore EventLoop+Deprecated.swift
[1505/1603] Compiling NIOCore EventLoop+SerialExecutor.swift
[1506/1603] Compiling Crypto Signature.swift
[1507/1603] Compiling Crypto CryptoKitErrors_boring.swift
[1508/1603] Compiling Crypto RNG_boring.swift
[1509/1603] Compiling Crypto SafeCompare_boring.swift
[1510/1603] Compiling Crypto Zeroization_boring.swift
[1511/1603] Compiling Crypto PrettyBytes.swift
[1512/1603] Compiling Crypto SafeCompare.swift
[1513/1603] Compiling Crypto SecureBytes.swift
[1514/1603] Compiling Crypto Zeroization.swift
[1515/1603] Compiling NIOCore ByteBuffer-multi-int.swift
[1516/1603] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1517/1603] Compiling NIOCore ByteBuffer-views.swift
[1518/1603] Compiling NIOCore Channel.swift
[1519/1603] Compiling NIOCore ChannelHandler.swift
[1520/1603] Compiling NIOCore ChannelHandlers.swift
[1521/1603] Compiling NIOCore ChannelInvoker.swift
[1522/1603] Compiling NIOCore ChannelOption.swift
[1523/1603] Compiling NIOCore AddressedEnvelope.swift
[1524/1603] Compiling NIOCore AsyncAwaitSupport.swift
[1525/1603] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1526/1603] Compiling NIOCore ByteBuffer-conversions.swift
[1527/1603] Compiling NIOCore ByteBuffer-core.swift
[1528/1603] Compiling NIOCore ByteBuffer-hex.swift
[1529/1603] Compiling NIOCore ByteBuffer-int.swift
[1530/1603] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1531/1603] Compiling NIOCore EventLoop.swift
[1532/1603] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1533/1603] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1534/1603] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1535/1603] Compiling NIOCore AsyncChannel.swift
[1536/1603] Compiling NIOCore AsyncChannelHandler.swift
[1537/1603] Compiling NIOCore AsyncChannelInboundStream.swift
[1538/1603] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1539/1603] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1540/1603] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1541/1603] Compiling NIOCore NIOAsyncWriter.swift
[1542/1603] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1543/1603] Compiling NIOCore BSDSocketAPI.swift
[1544/1603] Compiling NIOCore ByteBuffer-aux.swift
[1562/1604] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1563/1604] Compiling NIOCore SocketAddresses.swift
[1604/1604] Emitting module NIOCore
[1606/1656] Compiling NIOEmbedded AsyncTestingChannel.swift
[1607/1656] Emitting module NIOEmbedded
[1608/1656] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1609/1656] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1610/1656] Compiling NIOPosix PosixSingletons.swift
[1611/1656] Compiling NIOPosix RawSocketBootstrap.swift
[1612/1656] Compiling NIOPosix Resolver.swift
[1613/1656] Compiling NIOPosix Selectable.swift
[1614/1662] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1615/1662] Compiling NIOEmbedded Embedded.swift
[1617/1663] Compiling NIOPosix ThreadPosix.swift
[1618/1663] Compiling NIOPosix ThreadWindows.swift
[1619/1663] Compiling NIOPosix UnsafeTransfer.swift
[1620/1663] Compiling NIOPosix Utilities.swift
[1621/1663] Compiling NIOPosix VsockAddress.swift
[1622/1663] Compiling NIOPosix VsockChannelEvents.swift
[1623/1663] Compiling NIOPosix ServerSocket.swift
[1624/1663] Compiling NIOPosix Socket.swift
[1625/1663] Compiling NIOPosix SocketChannel.swift
[1626/1663] Compiling NIOPosix SocketProtocols.swift
[1627/1663] Compiling NIOPosix System.swift
[1628/1663] Compiling NIOPosix Thread.swift
[1629/1663] Emitting module NIOPosix
[1630/1663] Compiling NIOPosix SelectableChannel.swift
[1631/1663] Compiling NIOPosix SelectableEventLoop.swift
[1632/1663] Compiling NIOPosix SelectorEpoll.swift
[1633/1663] Compiling NIOPosix SelectorGeneric.swift
[1634/1663] Compiling NIOPosix SelectorKqueue.swift
[1635/1663] Compiling NIOPosix SelectorUring.swift
[1636/1663] Compiling NIOPosix IO.swift
[1637/1663] Compiling NIOPosix IntegerBitPacking.swift
[1638/1663] Compiling NIOPosix IntegerTypes.swift
[1639/1663] Compiling NIOPosix Linux.swift
[1640/1663] Compiling NIOPosix LinuxCPUSet.swift
[1641/1663] Compiling NIOPosix LinuxUring.swift
[1642/1663] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1643/1663] Compiling NIOPosix NIOThreadPool.swift
[1644/1663] Compiling NIOPosix NonBlockingFileIO.swift
[1645/1663] Compiling NIOPosix PendingDatagramWritesManager.swift
[1646/1663] Compiling NIOPosix PendingWritesManager.swift
[1647/1663] Compiling NIOPosix PipeChannel.swift
[1648/1663] Compiling NIOPosix PipePair.swift
[1649/1663] Compiling NIOPosix Pool.swift
[1650/1663] Compiling NIOPosix BSDSocketAPICommon.swift
[1651/1663] Compiling NIOPosix BSDSocketAPIPosix.swift
[1652/1663] Compiling NIOPosix BSDSocketAPIWindows.swift
[1653/1663] Compiling NIOPosix BaseSocket.swift
[1654/1663] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1655/1663] Compiling NIOPosix BaseSocketChannel.swift
[1656/1663] Compiling NIOPosix BaseStreamSocketChannel.swift
[1657/1663] Compiling NIOPosix Bootstrap.swift
[1658/1663] Compiling NIOPosix ControlMessage.swift
[1659/1663] Compiling NIOPosix DatagramVectorReadManager.swift
[1660/1663] Compiling NIOPosix Errors+Any.swift
[1661/1663] Compiling NIOPosix FileDescriptor.swift
[1662/1663] Compiling NIOPosix GetaddrinfoResolver.swift
[1663/1663] Compiling NIOPosix HappyEyeballs.swift
[1665/1723] Compiling NIO Exports.swift
[1666/1723] Emitting module NIO
[1668/1724] Compiling _NIOFileSystem FileSystemError+Syscall.swift
[1669/1724] Compiling _NIOFileSystem FileSystemError.swift
[1670/1724] Compiling _NIOFileSystem FileSystemProtocol.swift
[1671/1737] Compiling _NIOFileSystem FileType.swift
[1672/1737] Compiling _NIOFileSystem IOStrategy.swift
[1673/1737] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[1674/1765] Compiling NIOTLS TLSEvents.swift
[1675/1765] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1676/1765] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1677/1765] Emitting module NIOTLS
[1678/1765] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1679/1765] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1680/1765] Compiling NIOSOCKS AuthenticationMethod.swift
[1681/1765] Compiling NIOSOCKS ClientGreeting.swift
[1682/1766] Emitting module _NIOFileSystem
[1683/1770] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1684/1770] Compiling NIOSOCKS SOCKSResponse.swift
[1685/1770] Compiling NIOSOCKS ClientStateMachine.swift
[1686/1770] Emitting module NIOSOCKS
[1687/1770] Compiling NIOSOCKS SOCKSClientHandler.swift
[1688/1770] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[1689/1770] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1690/1770] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1691/1770] Compiling NIOTLS SNIHandler.swift
[1696/1771] Compiling NIOSOCKS Errors.swift
[1697/1771] Compiling NIOSOCKS Helpers.swift
[1700/1771] Compiling NIOSOCKS Messages.swift
[1701/1771] Compiling NIOSOCKS SOCKSRequest.swift
[1702/1771] Compiling NIOSOCKS ServerStateMachine.swift
[1705/1772] Emitting module NIOHTTP1
[1706/1774] Compiling AsyncKit Optional+StrictMap.swift
[1707/1774] Compiling AsyncKit Exports.swift
[1708/1774] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1709/1774] Emitting module NIOFoundationCompat
[1710/1774] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1711/1774] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1713/1804] Compiling NIOSSL RNG.swift
[1714/1804] Compiling NIOSSL SafeCompare.swift
[1715/1804] Compiling NIOSSL Zeroization.swift
[1716/1804] Compiling _NIOFileSystem CInterop.swift
[1717/1804] Compiling _NIOFileSystem Errno.swift
[1718/1804] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1719/1804] Compiling _NIOFileSystem Mocking.swift
[1720/1804] Compiling _NIOFileSystem Syscall.swift
[1721/1804] Compiling _NIOFileSystem Syscalls.swift
[1722/1804] Compiling NIOSSL IdentityVerification.swift
[1723/1804] Compiling NIOSSL LinuxCABundle.swift
[1724/1826] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1725/1826] Compiling NIOTransportServices NIOTSErrors.swift
[1726/1826] Compiling NIOTransportServices StateManagedChannel.swift
[1727/1826] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1728/1826] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1729/1826] Emitting module NIOTransportServices
[1730/1828] Compiling NIOTransportServices NIOTSBootstraps.swift
[1731/1828] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1732/1828] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1735/1828] Compiling NIOTransportServices NIOTSEventLoop.swift
[1736/1828] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1737/1828] Compiling NIOTransportServices NIOTSSingletons.swift
[1738/1828] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1739/1828] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1740/1828] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1741/1828] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1742/1828] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1743/1828] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1744/1828] Compiling NIOTransportServices AcceptHandler.swift
[1745/1828] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1746/1828] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1747/1828] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1748/1828] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1749/1828] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1767/1829] Compiling NIOSSL SSLPrivateKey.swift
[1768/1829] Compiling NIOSSL NIOSSLSecureBytes.swift
[1772/1830] Emitting module AsyncKit
[1778/1898] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[1779/1898] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[1780/1898] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[1781/1898] Compiling NIOWebSocket SHA1.swift
[1782/1898] Emitting module NIOSSL
[1783/1898] Compiling NIOHPACK IndexedHeaderTable.swift
[1788/1899] Emitting module NIOHTTPCompression
[1789/1899] Compiling _NIOFileSystem SystemFileHandle.swift
[1790/1899] Compiling _NIOFileSystem Utilities.swift
[1791/1899] Compiling _NIOFileSystem OpenOptions.swift
[1792/1899] Compiling _NIOFileSystem String+FileSystem.swift
[1797/1899] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1798/1899] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[1799/1899] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[1800/1901] Compiling NIOHPACK StaticHeaderTable.swift
[1801/1901] Compiling NIOHPACK IntegerCoding.swift
[1802/1901] Compiling NIOWebSocket WebSocketOpcode.swift
[1803/1902] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1804/1902] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1808/1902] Emitting module MultipartKit
[1809/1904] Compiling NIOHPACK HuffmanTables.swift
[1812/1904] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[1813/1904] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1814/1904] Compiling NIOHTTPCompression HTTPCompression.swift
[1815/1904] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[1816/1904] Compiling MultipartKit FormDataDecoder.swift
[1817/1904] Compiling MultipartKit FormDataEncoder.Encoder.swift
[1818/1904] Compiling NIOHPACK HuffmanCoding.swift
[1819/1904] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1820/1904] Compiling MultipartKit MultipartPartConvertible.swift
[1821/1904] Compiling MultipartKit MultipartFormData.swift
[1822/1904] Compiling MultipartKit Storage.swift
[1823/1904] Compiling MultipartKit MultipartPart.swift
[1825/1904] Compiling MultipartKit FormDataEncoder.swift
[1826/1904] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1827/1904] Compiling NIOHTTPCompression HTTPDecompression.swift
[1828/1904] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1829/1905] Emitting module NIOExtras
[1834/1905] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[1835/1905] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[1836/1905] Emitting module NIOWebSocket
[1842/1905] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1843/1905] Compiling NIOWebSocket WebSocketFrame.swift
[1849/1906] Compiling NIOExtras UnsafeTransfer.swift
[1850/1906] Compiling MultipartKit MultipartSerializer.swift
[1851/1906] Compiling MultipartKit Utilities.swift
[1859/1907] Emitting module NIOHPACK
[1884/1969] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1885/1969] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1886/1969] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1887/1969] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1888/1969] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1889/1969] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1890/1969] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1891/1969] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1892/1969] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1893/1969] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1894/1969] Compiling NIOHTTP2 MayReceiveFrames.swift
[1895/1969] Compiling NIOHTTP2 ReceivingDataState.swift
[1896/1972] Compiling NIOFileSystem Exports.swift
[1897/1972] Emitting module NIOFileSystem
[1898/1972] Compiling NIOHTTP2 HasRemoteSettings.swift
[1899/1972] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1900/1972] Compiling NIOHTTP2 QuiescingState.swift
[1901/1972] Emitting module _NIOFileSystemFoundationCompat
[1904/1974] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1905/1974] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1906/1974] Compiling NIOHTTP2 MaySendFrames.swift
[1907/1974] Compiling NIOHTTP2 SendingDataState.swift
[1910/1976] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1911/1976] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1912/1976] Compiling NIOHTTP2 HasLocalSettings.swift
[1916/1976] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1917/1976] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1918/1992] Compiling WebSocketKit WebSocketHandler.swift
[1919/1992] Compiling WebSocketKit Exports.swift
[1920/1992] Compiling WebSocketKit WebSocket+Concurrency.swift
[1921/1992] Emitting module WebSocketKit
[1922/1992] Compiling WebSocketKit WebSocketClient.swift
[1923/1992] Compiling WebSocketKit WebSocket+Connect.swift
[1924/1992] Compiling WebSocketKit WebSocket.swift
[1925/1992] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1929/1993] Compiling NIOHTTP2 SendingGoawayState.swift
[1930/1993] Compiling NIOHTTP2 SendingHeadersState.swift
[1931/1993] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1932/1993] Compiling NIOHTTP2 SendingRstStreamState.swift
[1933/1993] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1934/1993] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1935/1993] Compiling NIOHTTP2 StateMachineResult.swift
[1936/1993] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1937/1993] Compiling NIOHTTP2 DOSHeuristics.swift
[1938/1993] Compiling NIOHTTP2 Error+Any.swift
[1943/1993] Compiling NIOHTTP2 InboundWindowManager.swift
[1944/1993] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1945/1993] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1946/1993] Compiling NIOHTTP2 StreamChannelList.swift
[1947/1993] Compiling NIOHTTP2 StreamMap.swift
[1948/1993] Compiling NIOHTTP2 StreamStateMachine.swift
[1949/1993] Compiling NIOHTTP2 UnsafeTransfer.swift
[1950/1993] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1951/1993] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1952/1993] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1953/1993] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1954/1993] Compiling NIOHTTP2 HTTP2StreamID.swift
[1955/1993] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1956/1993] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1957/1993] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1958/1993] Compiling NIOHTTP2 InboundEventBuffer.swift
[1959/1993] Emitting module NIOHTTP2
[1968/1993] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1969/1993] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1970/1993] Compiling NIOHTTP2 HTTP2Frame.swift
[1971/1993] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1972/1993] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1973/1993] Compiling NIOHTTP2 HTTP2PingData.swift
[1974/1993] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1975/1993] Compiling NIOHTTP2 HTTP2Settings.swift
[1976/1993] Compiling NIOHTTP2 HTTP2Stream.swift
[1977/1993] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1978/1993] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1979/1993] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1980/1993] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1981/1993] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1982/1993] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1983/1993] Compiling NIOHTTP2 HTTP2Error.swift
[1984/1993] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1996/2054] Emitting module AsyncHTTPClient
[1997/2062] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1998/2062] Compiling AsyncHTTPClient ConnectionTarget.swift
[1999/2062] Compiling AsyncHTTPClient DeconstructedURL.swift
[2000/2062] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2001/2062] Compiling AsyncHTTPClient FoundationExtensions.swift
[2002/2062] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2003/2062] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2004/2062] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2005/2062] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2006/2062] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2007/2062] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2008/2062] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2009/2062] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2010/2062] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2011/2062] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2012/2062] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2013/2062] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2014/2062] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2015/2062] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2016/2062] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2017/2062] Compiling AsyncHTTPClient HTTP1Connection.swift
[2018/2062] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2019/2062] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2020/2062] Compiling AsyncHTTPClient HTTP2Connection.swift
[2021/2062] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2022/2062] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2023/2062] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2024/2062] Compiling AsyncHTTPClient Transaction.swift
[2025/2062] Compiling AsyncHTTPClient Base64.swift
[2026/2062] Compiling AsyncHTTPClient BasicAuth.swift
[2027/2062] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2028/2062] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2029/2062] Compiling AsyncHTTPClient ConnectionPool.swift
[2030/2062] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2031/2062] Compiling AsyncHTTPClient RequestBag.swift
[2032/2062] Compiling AsyncHTTPClient RequestValidation.swift
[2033/2062] Compiling AsyncHTTPClient SSLContextCache.swift
[2034/2062] Compiling AsyncHTTPClient Scheme.swift
[2035/2062] Compiling AsyncHTTPClient Singleton.swift
[2036/2062] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2037/2062] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2038/2062] Compiling AsyncHTTPClient Utils.swift
[2039/2062] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2040/2062] Compiling AsyncHTTPClient RequestOptions.swift
[2041/2062] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2042/2062] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2043/2062] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2044/2062] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2045/2062] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2046/2062] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2047/2062] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2048/2062] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2049/2062] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2050/2062] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2051/2062] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2052/2062] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2053/2062] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2054/2062] Compiling AsyncHTTPClient RequestBodyLength.swift
[2055/2062] Compiling AsyncHTTPClient HTTPClient.swift
[2056/2062] Compiling AsyncHTTPClient HTTPHandler.swift
[2057/2062] Compiling AsyncHTTPClient LRUCache.swift
[2058/2062] Compiling AsyncHTTPClient NWErrorHandler.swift
[2059/2062] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2060/2062] Compiling AsyncHTTPClient TLSConfiguration.swift
[2061/2062] Compiling AsyncHTTPClient RedirectState.swift
[2062/2062] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2064/2232] Compiling Vapor Core.swift
[2065/2232] Compiling Vapor Running.swift
[2066/2232] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2067/2232] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2068/2232] Compiling Vapor DotEnvFile+load.swift
[2069/2232] Compiling Vapor Routes+caseInsenstive.swift
[2070/2232] Compiling Vapor Validatable+validate.swift
[2071/2232] Compiling Vapor Environment+Process.swift
[2072/2232] Compiling Vapor Environment+Secret.swift
[2073/2232] Compiling Vapor Environment.swift
[2074/2232] Compiling Vapor Abort.swift
[2075/2232] Compiling Vapor AbortError.swift
[2076/2232] Compiling Vapor DebuggableError.swift
[2077/2232] Compiling Vapor Demangler.swift
[2078/2232] Compiling Vapor ErrorSource.swift
[2079/2232] Compiling Vapor StackTrace.swift
[2080/2232] Compiling Vapor Exports.swift
[2081/2232] Compiling Vapor Application+HTTP.swift
[2082/2232] Compiling Vapor BasicResponder.swift
[2083/2232] Compiling Vapor BodyStream.swift
[2084/2232] Compiling Vapor Application+HTTP+Client.swift
[2085/2232] Compiling Vapor EventLoopHTTPClient.swift
[2086/2232] Compiling Vapor EndpointCache.swift
[2087/2232] Compiling Vapor HTTPMethod+String.swift
[2088/2256] Compiling Vapor Application.swift
[2089/2256] Compiling Vapor AuthenticationCache.swift
[2090/2256] Compiling Vapor Authenticator.swift
[2091/2256] Compiling Vapor BasicAuthorization.swift
[2092/2256] Compiling Vapor BearerAuthorization.swift
[2093/2256] Compiling Vapor GuardMiddleware.swift
[2094/2256] Compiling Vapor RedirectMiddleware.swift
[2095/2256] Compiling Vapor SessionAuthenticatable.swift
[2096/2256] Compiling Vapor Bcrypt.swift
[2097/2256] Compiling Vapor Application+Cache.swift
[2098/2256] Compiling Vapor Cache.swift
[2099/2256] Compiling Vapor CacheExpirationTime.swift
[2100/2256] Compiling Vapor MemoryCache.swift
[2101/2256] Compiling Vapor Request+Cache.swift
[2102/2256] Compiling Vapor Application+Clients.swift
[2103/2256] Compiling Vapor Client.swift
[2104/2256] Compiling Vapor ClientRequest.swift
[2105/2256] Compiling Vapor ClientResponse.swift
[2106/2256] Compiling Vapor Request+Client.swift
[2107/2256] Compiling Vapor BootCommand.swift
[2108/2256] Compiling Vapor CommandContext+Application.swift
[2109/2256] Compiling Vapor RoutesCommand.swift
[2110/2256] Compiling Vapor ServeCommand.swift
[2111/2256] Compiling Vapor AnyResponse+Concurrency.swift
[2112/2280] Compiling Vapor AsyncBasicResponder.swift
[2113/2280] Compiling Vapor AsyncMiddleware.swift
[2114/2280] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2115/2280] Compiling Vapor AsyncSessionDriver.swift
[2116/2280] Compiling Vapor Authentication+Concurrency.swift
[2117/2280] Compiling Vapor Cache+Concurrency.swift
[2118/2280] Compiling Vapor Client+Concurrency.swift
[2119/2280] Compiling Vapor RequestBody+Concurrency.swift
[2120/2280] Compiling Vapor Responder+Concurrency.swift
[2121/2280] Compiling Vapor ResponseCodable+Concurrency.swift
[2122/2280] Compiling Vapor RoutesBuilder+Concurrency.swift
[2123/2280] Compiling Vapor ViewRenderer+Concurrency.swift
[2124/2280] Compiling Vapor WebSocket+Concurrency.swift
[2125/2280] Compiling Vapor ContainerGetPathExecutor.swift
[2126/2280] Compiling Vapor Content.swift
[2127/2280] Compiling Vapor ContentCoders.swift
[2128/2280] Compiling Vapor ContentConfiguration.swift
[2129/2280] Compiling Vapor ContentContainer.swift
[2130/2280] Compiling Vapor JSONCoder+Custom.swift
[2131/2280] Compiling Vapor JSONCoders+Content.swift
[2132/2280] Compiling Vapor PlaintextDecoder.swift
[2133/2280] Compiling Vapor PlaintextEncoder.swift
[2134/2280] Compiling Vapor URLQueryCoders.swift
[2135/2280] Compiling Vapor URLQueryContainer.swift
[2136/2280] Compiling Vapor Validator.swift
[2137/2280] Compiling Vapor ValidatorResult.swift
[2138/2280] Compiling Vapor And.swift
[2139/2280] Compiling Vapor Case.swift
[2140/2280] Compiling Vapor CharacterSet.swift
[2141/2280] Compiling Vapor Count.swift
[2142/2280] Compiling Vapor Custom.swift
[2143/2280] Compiling Vapor Email.swift
[2144/2280] Compiling Vapor Empty.swift
[2145/2280] Compiling Vapor In.swift
[2146/2280] Compiling Vapor Nil.swift
[2147/2280] Compiling Vapor NilIgnoring.swift
[2148/2280] Compiling Vapor Not.swift
[2149/2280] Compiling Vapor Or.swift
[2150/2280] Compiling Vapor Pattern.swift
[2151/2280] Compiling Vapor Range.swift
[2152/2280] Compiling Vapor URL.swift
[2153/2280] Compiling Vapor Valid.swift
[2154/2280] Compiling Vapor Application+Views.swift
[2155/2280] Compiling Vapor PlaintextRenderer.swift
[2156/2280] Compiling Vapor Request+View.swift
[2157/2280] Compiling Vapor View.swift
[2158/2280] Compiling Vapor ViewRenderer.swift
[2159/2280] Compiling Vapor _Deprecations.swift
[2160/2280] Compiling Vapor Bytes+Hex.swift
[2161/2280] Compiling Vapor Bytes+SecureCompare.swift
[2162/2280] Compiling Vapor Collection+Safe.swift
[2163/2280] Compiling Vapor DataProtocol+Copy.swift
[2164/2280] Compiling Vapor DecoderUnwrapper.swift
[2165/2280] Compiling Vapor DirectoryConfiguration.swift
[2166/2280] Compiling Vapor DotEnv.swift
[2167/2280] Compiling Vapor Extendable.swift
[2168/2280] Compiling Vapor File.swift
[2169/2280] Compiling Vapor FileIO.swift
[2170/2280] Compiling Vapor LifecycleHandler.swift
[2171/2280] Compiling Vapor OptionalType.swift
[2172/2280] Compiling Vapor RFC1123.swift
[2173/2280] Compiling Vapor SocketAddress+Hostname.swift
[2174/2280] Compiling Vapor Storage.swift
[2175/2280] Compiling Vapor String+IsIPAddress.swift
[2176/2280] Compiling Vapor Thread.swift
[2177/2280] Compiling Vapor URI.swift
[2178/2280] Compiling Vapor RangeResult.swift
[2179/2280] Compiling Vapor Validatable.swift
[2180/2280] Compiling Vapor Validation.swift
[2181/2280] Compiling Vapor ValidationKey.swift
[2182/2280] Compiling Vapor Validations.swift
[2183/2280] Compiling Vapor ValidationsError.swift
[2184/2280] Emitting module Vapor
[2185/2280] Compiling Vapor Request+Body.swift
[2186/2280] Compiling Vapor Request+BodyStream.swift
[2187/2280] Compiling Vapor Request.swift
[2188/2280] Compiling Vapor Application+Responder.swift
[2189/2280] Compiling Vapor DefaultResponder.swift
[2190/2280] Compiling Vapor Response+Body.swift
[2191/2280] Compiling Vapor Response.swift
[2192/2280] Compiling Vapor ResponseCodable.swift
[2193/2280] Compiling Vapor Application+Routes.swift
[2194/2280] Compiling Vapor Parameters+Require.swift
[2195/2280] Compiling Vapor Request+WebSocket.swift
[2196/2280] Compiling Vapor Route.swift
[2197/2280] Compiling Vapor RouteCollection.swift
[2198/2280] Compiling Vapor Routes.swift
[2199/2280] Compiling Vapor RoutesBuilder+Group.swift
[2200/2280] Compiling Vapor RoutesBuilder+Method.swift
[2201/2280] Compiling Vapor RoutesBuilder+Middleware.swift
[2202/2280] Compiling Vapor RoutesBuilder+WebSocket.swift
[2203/2280] Compiling Vapor RoutesBuilder.swift
[2204/2280] Compiling Vapor OTP.swift
[2205/2280] Compiling Vapor Application+Servers.swift
[2206/2280] Compiling Vapor Server.swift
[2207/2280] Compiling Vapor App+Service.swift
[2208/2280] Compiling Vapor Req+Service.swift
[2209/2280] Compiling Vapor Service.swift
[2210/2280] Compiling Vapor Application+Sessions.swift
[2211/2280] Compiling Vapor MemorySessions.swift
[2212/2280] Compiling Vapor Request+Session.swift
[2213/2280] Compiling Vapor Session.swift
[2214/2280] Compiling Vapor SessionCache.swift
[2215/2280] Compiling Vapor SessionData.swift
[2216/2280] Compiling Vapor SessionDriver.swift
[2217/2280] Compiling Vapor SessionsConfiguration.swift
[2218/2280] Compiling Vapor SessionsMiddleware.swift
[2219/2280] Compiling Vapor URLEncodedFormData.swift
[2220/2280] Compiling Vapor URLEncodedFormDecoder.swift
[2221/2280] Compiling Vapor URLEncodedFormEncoder.swift
[2222/2280] Compiling Vapor URLEncodedFormError.swift
[2223/2280] Compiling Vapor URLEncodedFormParser.swift
[2224/2280] Compiling Vapor URLEncodedFormSerializer.swift
[2225/2280] Compiling Vapor URLQueryFragmentConvertible.swift
[2226/2280] Compiling Vapor AnyResponse.swift
[2227/2280] Compiling Vapor Array+Random.swift
[2228/2280] Compiling Vapor Base32.swift
[2229/2280] Compiling Vapor Base64.swift
[2230/2280] Compiling Vapor BaseN.swift
[2231/2280] Compiling Vapor BasicCodingKey.swift
[2232/2280] Compiling Vapor ByteCount.swift
[2233/2280] Compiling Vapor HTTPServerResponseEncoder.swift
[2234/2280] Compiling Vapor HTTPServerUpgradeHandler.swift
[2235/2280] Compiling Vapor Logger+Report.swift
[2236/2280] Compiling Vapor LoggingSystem+Environment.swift
[2237/2280] Compiling Vapor Application+Middleware.swift
[2238/2280] Compiling Vapor CORSMiddleware.swift
[2239/2280] Compiling Vapor ErrorMiddleware.swift
[2240/2280] Compiling Vapor FileMiddleware.swift
[2241/2280] Compiling Vapor Middleware.swift
[2242/2280] Compiling Vapor MiddlewareConfiguration.swift
[2243/2280] Compiling Vapor ResponseCompressionMiddleware.swift
[2244/2280] Compiling Vapor RouteLoggingMiddleware.swift
[2245/2280] Compiling Vapor TracingMiddleware.swift
[2246/2280] Compiling Vapor File+Multipart.swift
[2247/2280] Compiling Vapor FormDataDecoder+Content.swift
[2248/2280] Compiling Vapor FormDataEncoder+Content.swift
[2249/2280] Compiling Vapor Application+Password.swift
[2250/2280] Compiling Vapor Application+Passwords.swift
[2251/2280] Compiling Vapor AsyncPasswordHasher.swift
[2252/2280] Compiling Vapor BcryptHasher.swift
[2253/2280] Compiling Vapor PasswordHasher.swift
[2254/2280] Compiling Vapor PlaintextHasher.swift
[2255/2280] Compiling Vapor Request+Password.swift
[2256/2280] Compiling Vapor Redirect.swift
[2257/2280] Compiling Vapor HTTPStatus.swift
[2258/2280] Compiling Vapor HTTPCookies.swift
[2259/2280] Compiling Vapor HTTPHeaderCacheControl.swift
[2260/2280] Compiling Vapor HTTPHeaderExpires.swift
[2261/2280] Compiling Vapor HTTPHeaderLastModified.swift
[2262/2280] Compiling Vapor HTTPHeaders+Cache.swift
[2263/2280] Compiling Vapor HTTPHeaders+Connection.swift
[2264/2280] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2265/2280] Compiling Vapor HTTPHeaders+ContentRange.swift
[2266/2280] Compiling Vapor HTTPHeaders+Directive.swift
[2267/2280] Compiling Vapor HTTPHeaders+Forwarded.swift
[2268/2280] Compiling Vapor HTTPHeaders+Link.swift
[2269/2280] Compiling Vapor HTTPHeaders+Name.swift
[2270/2280] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2271/2280] Compiling Vapor HTTPHeaders.swift
[2272/2280] Compiling Vapor HTTPMediaType.swift
[2273/2280] Compiling Vapor HTTPMediaTypePreference.swift
[2274/2280] Compiling Vapor Responder.swift
[2275/2280] Compiling Vapor Application+HTTP+Server.swift
[2276/2280] Compiling Vapor HTTPServer.swift
[2277/2280] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2278/2280] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2279/2280] Compiling Vapor HTTPServerHandler.swift
[2280/2280] Compiling Vapor HTTPServerRequestDecoder.swift
[2282/2300] Emitting module PlotVapor
/host/spi-builder-workspace/Source/PlotVapor/Components/Head.swift:7:54: warning: static property 'wrapper' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | public extension ElementDefinitions {
6 | /// Definition for the `<section>` element.
7 | enum Head: ElementDefinition { public static var wrapper = Node.head }
| |- warning: static property 'wrapper' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'wrapper' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'wrapper' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 | }
9 |
/host/spi-builder-workspace/Source/PlotVapor/Components/Section.swift:7:57: warning: static property 'wrapper' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | public extension ElementDefinitions {
6 | /// Definition for the `<section>` element.
7 | enum Section: ElementDefinition { public static var wrapper = Node.section }
| |- warning: static property 'wrapper' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'wrapper' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'wrapper' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 | }
9 |
/host/spi-builder-workspace/Source/PlotVapor/Middleware/SitemapMiddleware.swift:8:17: warning: stored property 'sitemap' of 'Sendable'-conforming struct 'SitemapMiddleware' has non-sendable type 'Sitemap' (aka 'SiteMap'); this is an error in the Swift 6 language mode
6 | public struct SitemapMiddleware: AsyncMiddleware {
7 | private let path: String
8 | private let sitemap: Sitemap
| `- warning: stored property 'sitemap' of 'Sendable'-conforming struct 'SitemapMiddleware' has non-sendable type 'Sitemap' (aka 'SiteMap'); this is an error in the Swift 6 language mode
9 |
10 | public init(path: String = "/sitemap.xml", sitemap: Sitemap) {
/host/spi-builder-workspace/.build/checkouts/Plot/Sources/Plot/API/SiteMap.swift:13:15: note: struct 'SiteMap' does not conform to the 'Sendable' protocol
11 | /// a site map using Plot's type-safe DSL, and then call the `render()`
12 | /// method to turn it into an XML string.
13 | public struct SiteMap: DocumentFormat {
| `- note: struct 'SiteMap' does not conform to the 'Sendable' protocol
14 | private let document: Document<SiteMap>
15 |
/host/spi-builder-workspace/Source/PlotVapor/Middleware/SitemapMiddleware.swift:3:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Plot'
1 | // Copyright © 2022 Brian Drelling. All rights reserved.
2 |
3 | import Plot
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Plot'
4 | import Vapor
5 |
[2283/2302] Compiling PlotVapor Application+Sitemap.swift
[2284/2302] Compiling PlotVapor EnvironmentKey+Vapor.swift
[2285/2302] Compiling PlotVapor Body.swift
/host/spi-builder-workspace/Source/PlotVapor/Components/Head.swift:7:54: warning: static property 'wrapper' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | public extension ElementDefinitions {
6 | /// Definition for the `<section>` element.
7 | enum Head: ElementDefinition { public static var wrapper = Node.head }
| |- warning: static property 'wrapper' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'wrapper' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'wrapper' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 | }
9 |
[2286/2302] Compiling PlotVapor Favicon.swift
/host/spi-builder-workspace/Source/PlotVapor/Components/Head.swift:7:54: warning: static property 'wrapper' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | public extension ElementDefinitions {
6 | /// Definition for the `<section>` element.
7 | enum Head: ElementDefinition { public static var wrapper = Node.head }
| |- warning: static property 'wrapper' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'wrapper' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'wrapper' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 | }
9 |
[2287/2302] Compiling PlotVapor Head.swift
/host/spi-builder-workspace/Source/PlotVapor/Components/Head.swift:7:54: warning: static property 'wrapper' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | public extension ElementDefinitions {
6 | /// Definition for the `<section>` element.
7 | enum Head: ElementDefinition { public static var wrapper = Node.head }
| |- warning: static property 'wrapper' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'wrapper' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'wrapper' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 | }
9 |
[2288/2302] Compiling PlotVapor Renderable+ToView.swift
[2289/2302] Compiling PlotVapor Request+Render.swift
[2290/2302] Compiling PlotVapor StyleSheet.swift
[2291/2302] Compiling PlotVapor ThemeColor.swift
[2292/2302] Compiling PlotVapor Title.swift
[2293/2302] Compiling PlotVapor HTML+ComponentInit.swift
[2294/2302] Compiling PlotVapor Node+MetaConvenience.swift
[2295/2302] Compiling PlotVapor HeadLink.swift
[2296/2302] Compiling PlotVapor Meta.swift
[2297/2302] Compiling PlotVapor NoScript.swift
[2298/2302] Compiling PlotVapor Script.swift
/host/spi-builder-workspace/Source/PlotVapor/Components/Section.swift:7:57: warning: static property 'wrapper' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | public extension ElementDefinitions {
6 | /// Definition for the `<section>` element.
7 | enum Section: ElementDefinition { public static var wrapper = Node.section }
| |- warning: static property 'wrapper' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'wrapper' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'wrapper' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 | }
9 |
[2299/2302] Compiling PlotVapor Section.swift
/host/spi-builder-workspace/Source/PlotVapor/Components/Section.swift:7:57: warning: static property 'wrapper' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | public extension ElementDefinitions {
6 | /// Definition for the `<section>` element.
7 | enum Section: ElementDefinition { public static var wrapper = Node.section }
| |- warning: static property 'wrapper' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'wrapper' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'wrapper' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 | }
9 |
[2300/2302] Compiling PlotVapor Style.swift
/host/spi-builder-workspace/Source/PlotVapor/Components/Section.swift:7:57: warning: static property 'wrapper' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | public extension ElementDefinitions {
6 | /// Definition for the `<section>` element.
7 | enum Section: ElementDefinition { public static var wrapper = Node.section }
| |- warning: static property 'wrapper' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'wrapper' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'wrapper' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 | }
9 |
[2301/2302] Compiling PlotVapor SitemapMiddleware.swift
/host/spi-builder-workspace/Source/PlotVapor/Middleware/SitemapMiddleware.swift:8:17: warning: stored property 'sitemap' of 'Sendable'-conforming struct 'SitemapMiddleware' has non-sendable type 'Sitemap' (aka 'SiteMap'); this is an error in the Swift 6 language mode
6 | public struct SitemapMiddleware: AsyncMiddleware {
7 | private let path: String
8 | private let sitemap: Sitemap
| `- warning: stored property 'sitemap' of 'Sendable'-conforming struct 'SitemapMiddleware' has non-sendable type 'Sitemap' (aka 'SiteMap'); this is an error in the Swift 6 language mode
9 |
10 | public init(path: String = "/sitemap.xml", sitemap: Sitemap) {
/host/spi-builder-workspace/.build/checkouts/Plot/Sources/Plot/API/SiteMap.swift:13:15: note: struct 'SiteMap' does not conform to the 'Sendable' protocol
11 | /// a site map using Plot's type-safe DSL, and then call the `render()`
12 | /// method to turn it into an XML string.
13 | public struct SiteMap: DocumentFormat {
| `- note: struct 'SiteMap' does not conform to the 'Sendable' protocol
14 | private let document: Document<SiteMap>
15 |
/host/spi-builder-workspace/Source/PlotVapor/Middleware/SitemapMiddleware.swift:3:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Plot'
1 | // Copyright © 2022 Brian Drelling. All rights reserved.
2 |
3 | import Plot
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Plot'
4 | import Vapor
5 |
[2302/2302] Compiling PlotVapor Page.swift
/host/spi-builder-workspace/Source/PlotVapor/Middleware/SitemapMiddleware.swift:8:17: warning: stored property 'sitemap' of 'Sendable'-conforming struct 'SitemapMiddleware' has non-sendable type 'Sitemap' (aka 'SiteMap'); this is an error in the Swift 6 language mode
6 | public struct SitemapMiddleware: AsyncMiddleware {
7 | private let path: String
8 | private let sitemap: Sitemap
| `- warning: stored property 'sitemap' of 'Sendable'-conforming struct 'SitemapMiddleware' has non-sendable type 'Sitemap' (aka 'SiteMap'); this is an error in the Swift 6 language mode
9 |
10 | public init(path: String = "/sitemap.xml", sitemap: Sitemap) {
/host/spi-builder-workspace/.build/checkouts/Plot/Sources/Plot/API/SiteMap.swift:13:15: note: struct 'SiteMap' does not conform to the 'Sendable' protocol
11 | /// a site map using Plot's type-safe DSL, and then call the `render()`
12 | /// method to turn it into an XML string.
13 | public struct SiteMap: DocumentFormat {
| `- note: struct 'SiteMap' does not conform to the 'Sendable' protocol
14 | private let document: Document<SiteMap>
15 |
/host/spi-builder-workspace/Source/PlotVapor/Middleware/SitemapMiddleware.swift:3:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Plot'
1 | // Copyright © 2022 Brian Drelling. All rights reserved.
2 |
3 | import Plot
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Plot'
4 | import Vapor
5 |
Build complete! (431.26s)
Build complete.
{
"dependencies" : [
{
"identity" : "plot",
"requirement" : {
"range" : [
{
"lower_bound" : "0.11.0",
"upper_bound" : "0.12.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/JohnSundell/Plot"
},
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor"
},
{
"identity" : "tools",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.6",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-kipple/Tools"
}
],
"manifest_display_name" : "PlotVapor",
"name" : "PlotVapor",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
}
],
"products" : [
{
"name" : "PlotVapor",
"targets" : [
"PlotVapor"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PlotVapor",
"module_type" : "SwiftTarget",
"name" : "PlotVapor",
"path" : "Source/PlotVapor",
"product_dependencies" : [
"Plot",
"Vapor"
],
"product_memberships" : [
"PlotVapor"
],
"sources" : [
"Components/Body.swift",
"Components/Favicon.swift",
"Components/Head.swift",
"Components/HeadLink.swift",
"Components/Meta.swift",
"Components/NoScript.swift",
"Components/Script.swift",
"Components/Section.swift",
"Components/Style.swift",
"Components/StyleSheet.swift",
"Components/ThemeColor.swift",
"Components/Title.swift",
"Extensions/Application+Sitemap.swift",
"Extensions/EnvironmentKey+Vapor.swift",
"Extensions/HTML+ComponentInit.swift",
"Extensions/Node+MetaConvenience.swift",
"Extensions/Renderable+ToView.swift",
"Extensions/Request+Render.swift",
"Middleware/SitemapMiddleware.swift",
"Protocols/Page.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
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.