Build Information
Successful build of vapor-elementary, reference 0.2.1 (a14bc5
), with Swift 6.1 for Linux on 30 Apr 2025 02:24:17 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor-community/vapor-elementary.git
Reference: 0.2.1
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/vapor-community/vapor-elementary
* tag 0.2.1 -> FETCH_HEAD
HEAD is now at a14bc5d support for non-sendable responses (#6)
Cloned https://github.com/vapor-community/vapor-elementary.git
Revision (git rev-parse @):
a14bc5d995f06fa2c398fa7a6bb6f98f1fd54446
SUCCESS checkout https://github.com/vapor-community/vapor-elementary.git at 0.2.1
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/vapor-community/vapor-elementary.git
https://github.com/vapor-community/vapor-elementary.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.102.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
},
{
"identity" : "elementary",
"requirement" : {
"range" : [
{
"lower_bound" : "0.4.3",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/sliemeobn/elementary.git"
}
],
"manifest_display_name" : "vapor-elementary",
"name" : "vapor-elementary",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "tvos",
"version" : "17.0"
},
{
"name" : "watchos",
"version" : "10.0"
}
],
"products" : [
{
"name" : "VaporElementary",
"targets" : [
"VaporElementary"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "VaporElementaryTests",
"module_type" : "SwiftTarget",
"name" : "VaporElementaryTests",
"path" : "Tests/VaporElementaryTests",
"product_dependencies" : [
"Elementary",
"XCTVapor"
],
"sources" : [
"HTMLResponseTests.swift",
"NonSendableHTMLResponseTests.swift"
],
"target_dependencies" : [
"VaporElementary"
],
"type" : "test"
},
{
"c99name" : "VaporElementary",
"module_type" : "SwiftTarget",
"name" : "VaporElementary",
"path" : "Sources/VaporElementary",
"product_dependencies" : [
"Vapor",
"Elementary"
],
"product_memberships" : [
"VaporElementary"
],
"sources" : [
"HTMLResponse.swift",
"HTMLResponseBodyWriter.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/sliemeobn/elementary.git
Fetching https://github.com/vapor/vapor.git
[1/1263] Fetching elementary
[1264/75600] Fetching elementary, vapor
Fetched https://github.com/sliemeobn/elementary.git from cache (2.87s)
Fetched https://github.com/vapor/vapor.git from cache (2.93s)
Computing version for https://github.com/sliemeobn/elementary.git
Computed https://github.com/sliemeobn/elementary.git at 0.5.2 (4.04s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.114.1 (3.50s)
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-atomics.git
[1/1063] Fetching swift-service-context
[1064/3668] Fetching swift-service-context, websocket-kit
[2133/9571] Fetching swift-service-context, websocket-kit, swift-algorithms
[2186/12779] Fetching swift-service-context, websocket-kit, swift-algorithms, multipart-kit
[3415/17753] Fetching swift-service-context, websocket-kit, swift-algorithms, multipart-kit, swift-distributed-tracing
[5623/19458] Fetching swift-service-context, websocket-kit, swift-algorithms, multipart-kit, swift-distributed-tracing, swift-atomics
Fetched https://github.com/vapor/websocket-kit.git from cache (0.38s)
Fetching https://github.com/apple/swift-metrics.git
Fetched https://github.com/apple/swift-service-context.git from cache (0.61s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.61s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-log.git
[11969/16291] Fetching swift-algorithms, multipart-kit, swift-distributed-tracing, swift-metrics
[14175/20127] Fetching swift-algorithms, multipart-kit, swift-distributed-tracing, swift-metrics, swift-log
Fetched https://github.com/apple/swift-metrics.git from cache (0.41s)
[13004/17921] Fetching swift-algorithms, multipart-kit, swift-distributed-tracing, swift-log
Fetching https://github.com/apple/swift-nio-http2.git
[15805/23583] Fetching swift-algorithms, multipart-kit, swift-distributed-tracing, swift-log, swift-nio-extras
Fetched https://github.com/apple/swift-log.git from cache (0.37s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.44s)
Fetching https://github.com/apple/swift-nio.git
[11969/25589] Fetching swift-algorithms, multipart-kit, swift-distributed-tracing, swift-nio-http2
[25590/101150] Fetching swift-algorithms, multipart-kit, swift-distributed-tracing, swift-nio-http2, swift-nio
[38436/115959] Fetching swift-algorithms, multipart-kit, swift-distributed-tracing, swift-nio-http2, swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (2.55s)
Fetched https://github.com/apple/swift-algorithms.git from cache (2.56s)
[73233/105082] Fetching multipart-kit, swift-nio-http2, swift-nio, swift-nio-ssl
Fetching https://github.com/vapor/routing-kit.git
Fetching https://github.com/apple/swift-crypto.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.82s)
[65339/93578] Fetching multipart-kit, swift-nio, swift-nio-ssl
Fetched https://github.com/vapor/multipart-kit.git from cache (2.65s)
[62872/90370] Fetching swift-nio, swift-nio-ssl
Fetching https://github.com/vapor/console-kit.git
Fetching https://github.com/vapor/async-kit.git
[85082/92740] Fetching swift-nio, swift-nio-ssl, async-kit
[85933/98225] Fetching swift-nio, swift-nio-ssl, async-kit, console-kit
[87264/118952] Fetching swift-nio, swift-nio-ssl, async-kit, console-kit, routing-kit
[88905/132736] Fetching swift-nio, swift-nio-ssl, async-kit, console-kit, routing-kit, swift-crypto
Fetched https://github.com/vapor/async-kit.git from cache (1.39s)
[103453/130366] Fetching swift-nio, swift-nio-ssl, console-kit, routing-kit, swift-crypto
Fetching https://github.com/swift-server/async-http-client.git
Fetched https://github.com/vapor/console-kit.git from cache (1.56s)
[102942/124881] Fetching swift-nio, swift-nio-ssl, routing-kit, swift-crypto
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.23s)
[89377/110072] Fetching swift-nio, routing-kit, swift-crypto
[94763/123962] Fetching swift-nio, routing-kit, swift-crypto, async-http-client
Fetched https://github.com/vapor/routing-kit.git from cache (3.15s)
[95654/103235] Fetching swift-nio, swift-crypto, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.95s)
[86313/89345] Fetching swift-nio, swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (4.09s)
Fetched https://github.com/apple/swift-nio.git from cache (6.72s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (8.55s)
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.72s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (1.06s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4364] Fetching swift-system
[4365/20633] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.53s)
Fetched https://github.com/apple/swift-collections.git from cache (1.55s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (2.72s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.45s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.0 (0.56s)
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.26s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.10s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.64s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (1.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
[835/2031] Fetching swift-http-structured-headers, swift-http-types
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.46s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.47s)
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.27s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.83s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.98s)
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.92s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.83s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.08s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.85s)
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.94s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.87s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.81s)
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.84s)
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.65s)
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.71s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.71s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.27s)
Fetching https://github.com/apple/swift-asn1.git
[1/1584] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.28s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.02s)
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.25.2
Creating working copy for https://github.com/apple/swift-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-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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.1
Creating working copy for https://github.com/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/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-nio-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-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.114.1
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/vapor/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-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Creating working copy for https://github.com/vapor/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/sliemeobn/elementary.git
Working copy of https://github.com/sliemeobn/elementary.git resolved at 0.5.2
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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.2
Building for debugging...
[0/832] Write sources
[47/832] Compiling _NumericsShims _NumericsShims.c
[48/832] Compiling _AtomicsShims.c
[49/832] Compiling CNIOWindows shim.c
[50/832] Compiling CSystem shims.c
[51/832] Compiling CNIOWindows WSAStartup.c
[52/832] Compiling CNIOWASI CNIOWASI.c
[53/832] Compiling CVaporBcrypt blf.c
[54/832] Compiling CNIOLinux liburing_shims.c
[55/832] Compiling CVaporBcrypt bcrypt.c
[56/832] Compiling CNIOExtrasZlib empty.c
[57/832] Compiling CNIOLLHTTP c_nio_http.c
[58/832] Compiling CNIODarwin shim.c
[59/832] Compiling CNIOSHA1 c_nio_sha1.c
[60/832] Compiling CNIOLinux shim.c
[61/832] Compiling fiat_p256_adx_sqr.S
[62/832] Compiling CNIOLLHTTP c_nio_api.c
[63/832] Compiling fiat_curve25519_adx_square.S
[64/832] Compiling fiat_curve25519_adx_mul.S
[65/832] Compiling fiat_p256_adx_mul.S
[66/832] Write swift-version-24593BA9C3E375BF.txt
[67/832] Compiling CNIOLLHTTP c_nio_llhttp.c
[68/832] Compiling CNIOBoringSSLShims shims.c
[69/838] Compiling tls13_client.cc
[70/838] Compiling tls_record.cc
[71/869] Compiling tls_method.cc
[72/869] Compiling tls13_server.cc
[73/869] Compiling tls13_both.cc
[74/879] Compiling tls13_enc.cc
[76/923] Emitting module SystemPackage
[77/926] Compiling Elementary AsyncContent.swift
[78/926] Compiling Elementary AsyncForEach.swift
[79/926] Compiling Elementary AttributeStorage.swift
[80/928] Compiling Elementary HtmlBuilder+Tuples.swift
[81/928] Compiling Elementary HtmlBuilder.swift
[82/928] Compiling ServiceContextModule ServiceContext.swift
[83/928] Emitting module ServiceContextModule
[84/928] Compiling ServiceContextModule ServiceContextKey.swift
[85/928] Compiling Elementary HtmlElements.swift
[86/928] Compiling Elementary HtmlTags.swift
[87/928] Compiling Elementary HtmlAttributes+global.swift
[88/928] Compiling Elementary HtmlDocument.swift
[89/929] Emitting module _NIOBase64
[90/929] Compiling _NIOBase64 Base64.swift
[91/929] Compiling RealModule Real.swift
[92/929] Emitting module Elementary
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[96/930] Compiling Elementary CoreModel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[97/930] Compiling Elementary Environment.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[98/930] Compiling Elementary ForEach.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[99/931] Compiling RealModule Float80+Real.swift
[100/934] Compiling _NIODataStructures _TinyArray.swift
[101/934] Compiling RealModule Float16+Real.swift
[105/934] Emitting module InternalCollectionsUtilities
[106/934] Compiling RealModule ElementaryFunctions.swift
[107/934] Compiling RealModule Float+Real.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[109/934] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[110/934] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[113/934] Emitting module RealModule
[116/934] Compiling Elementary HtmlElement+Async.swift
[117/934] Compiling Elementary StoredAttribute.swift
[118/934] Compiling Elementary Html+Attributes.swift
[119/934] Compiling Elementary Html+Elements.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[126/934] Compiling SystemPackage Util+StringArray.swift
[127/934] Compiling SystemPackage Util.swift
[128/934] Compiling SystemPackage UtilConsumers.swift
[129/934] Compiling _NIODataStructures PriorityQueue.swift
[130/934] Compiling SystemPackage MachPort.swift
[131/934] Compiling SystemPackage PlatformString.swift
[132/934] Compiling SystemPackage SystemString.swift
[133/934] Compiling Elementary Html+Rendering.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[134/934] Compiling Elementary HtmlAttributes+common.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[135/934] Compiling Elementary HtmlAttributes+event.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[145/934] Compiling RealModule RealFunctions.swift
[150/945] Compiling Instrumentation NoOpInstrument.swift
[151/945] Compiling Instrumentation MultiplexInstrument.swift
[152/945] Emitting module Instrumentation
[153/1013] Compiling Logging MetadataProvider.swift
[154/1013] Emitting module _NIODataStructures
[155/1013] Compiling _NIODataStructures Heap.swift
[156/1013] Compiling _RopeModule BigString+Iterators.swift
[157/1013] Compiling _RopeModule BigString+Metrics.swift
[158/1013] Compiling _RopeModule BigString+Summary.swift
[159/1013] Compiling _RopeModule BigString.swift
[160/1013] Compiling _RopeModule BigString+Chunk.swift
[161/1013] Compiling _RopeModule BigString+BidirectionalCollection.swift
[162/1013] Compiling _RopeModule BigString+Builder.swift
[163/1013] Compiling _RopeModule BigString+Contents.swift
[164/1013] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[165/1013] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[166/1013] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[167/1013] Compiling _RopeModule BigString+Chunk+Splitting.swift
[168/1013] Compiling _RopeModule BigString+Debugging.swift
[169/1013] Compiling _RopeModule BigString+Index.swift
[170/1013] Compiling _RopeModule BigString+Ingester.swift
[171/1013] Compiling _RopeModule BigString+Invariants.swift
[172/1014] Compiling _RopeModule BigString+Comparable.swift
[173/1014] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[174/1014] Compiling _RopeModule BigString+CustomStringConvertible.swift
[175/1014] Compiling _RopeModule BigString+Equatable.swift
[176/1014] Compiling Instrumentation InstrumentationSystem.swift
[177/1014] Compiling Instrumentation Locks.swift
[178/1014] Compiling Instrumentation Instrument.swift
[179/1016] Compiling Logging LogHandler.swift
[180/1016] Compiling Logging Locks.swift
[181/1016] Emitting module Logging
[182/1016] Compiling Logging Logging.swift
[187/1093] Compiling Tracing InstrumentationSystem+Tracing.swift
[188/1093] Compiling CoreMetrics Locks.swift
[189/1093] Compiling CoreMetrics Metrics.swift
[190/1093] Emitting module CoreMetrics
[191/1094] Emitting module Tracing
[193/1094] Compiling Tracing TracingTime.swift
[194/1094] Compiling HeapModule _HeapNode.swift
[195/1094] Compiling HeapModule Heap.swift
[196/1094] Compiling Tracing TracerProtocol.swift
[197/1094] Emitting module HeapModule
[198/1094] Compiling Tracing Tracer.swift
[199/1094] Compiling Tracing TracerProtocol+Legacy.swift
[200/1094] Compiling HeapModule Heap+Invariants.swift
[201/1094] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[202/1094] Compiling HeapModule Heap+Descriptions.swift
[203/1094] Compiling HeapModule Heap+UnsafeHandle.swift
[204/1095] Compiling _RopeModule Rope+_Storage.swift
[205/1095] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[206/1095] Compiling _RopeModule Rope+_UnsafeHandle.swift
[207/1095] Compiling _RopeModule Rope.swift
[208/1095] Compiling _RopeModule RopeElement.swift
[209/1095] Compiling _RopeModule RopeMetric.swift
[210/1095] Compiling _RopeModule RopeSummary.swift
[211/1095] Compiling _RopeModule _RopeItem.swift
[212/1095] Compiling _RopeModule _RopePath.swift
[214/1106] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[215/1106] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[216/1106] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[217/1106] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[218/1106] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[219/1106] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[220/1106] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[221/1106] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[222/1106] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[223/1106] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[224/1106] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[225/1106] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[226/1106] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[227/1106] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[228/1113] Compiling Tracing NoOpTracer.swift
[229/1113] Compiling Tracing SpanProtocol.swift
[229/1114] Compiling t1_enc.cc
[231/1114] Compiling OrderedCollections OrderedSet+Initializers.swift
[232/1114] Compiling OrderedCollections OrderedSet+Insertions.swift
[233/1114] Compiling OrderedCollections OrderedSet+Invariants.swift
[234/1114] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[235/1114] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[236/1114] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[237/1114] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[238/1114] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[239/1114] Compiling OrderedCollections OrderedDictionary.swift
[240/1114] Compiling OrderedCollections OrderedSet+Codable.swift
[241/1114] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[242/1114] Compiling OrderedCollections OrderedSet+Descriptions.swift
[243/1114] Compiling OrderedCollections OrderedSet+Diffing.swift
[244/1114] Compiling OrderedCollections OrderedSet+Equatable.swift
[245/1114] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[246/1114] Compiling OrderedCollections OrderedSet+Hashable.swift
[247/1114] Compiling OrderedCollections OrderedDictionary+Codable.swift
[248/1114] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[249/1114] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[250/1114] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[251/1114] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[252/1114] Compiling OrderedCollections OrderedDictionary+Elements.swift
[253/1114] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[254/1114] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[255/1114] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[256/1114] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[257/1114] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[258/1114] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[259/1114] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[260/1114] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[261/1114] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[262/1114] Compiling OrderedCollections OrderedDictionary+Values.swift
[264/1205] Compiling HashTreeCollections TreeSet+Descriptions.swift
[265/1205] Compiling HashTreeCollections TreeSet+Equatable.swift
[266/1205] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[267/1205] Compiling HashTreeCollections TreeSet+Extras.swift
[268/1205] Compiling HashTreeCollections TreeSet+Filter.swift
[269/1205] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[270/1205] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[271/1205] Compiling HashTreeCollections TreeDictionary+Filter.swift
[272/1205] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[273/1205] Compiling DequeModule Deque+Equatable.swift
[274/1205] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[275/1205] Compiling DequeModule Deque+CustomReflectable.swift
[276/1205] Compiling DequeModule Deque+Descriptions.swift
[277/1207] Compiling DequeModule _DequeBuffer.swift
[278/1207] Compiling DequeModule _DequeBufferHeader.swift
[279/1207] Compiling HashTreeCollections TreeSet+Hashable.swift
[280/1207] Compiling HashTreeCollections TreeSet+Sendable.swift
[281/1207] Compiling HashTreeCollections TreeSet+Sequence.swift
[282/1207] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[283/1207] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[284/1207] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[285/1207] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[286/1207] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[287/1207] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[288/1207] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[289/1217] Compiling DequeModule Deque+Codable.swift
[290/1217] Compiling DequeModule Deque+Collection.swift
[295/1217] Compiling DequeModule Deque+Extras.swift
[296/1217] Compiling DequeModule Deque+Hashable.swift
[299/1217] Compiling DequeModule _DequeSlot.swift
[300/1217] Compiling DequeModule _UnsafeWrappedBuffer.swift
[301/1217] Compiling DequeModule Deque+Testing.swift
[302/1217] Compiling DequeModule Deque._Storage.swift
[303/1217] Compiling DequeModule Deque._UnsafeHandle.swift
[304/1217] Compiling DequeModule Deque.swift
[305/1217] Emitting module OrderedCollections
[306/1217] Compiling HashTreeCollections TreeDictionary.swift
[307/1217] Compiling HashTreeCollections TreeSet+Codable.swift
[308/1217] Compiling HashTreeCollections TreeSet+Collection.swift
[309/1217] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[310/1217] Compiling HashTreeCollections TreeSet+Debugging.swift
[320/1217] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[321/1217] Compiling HashTreeCollections TreeDictionary+Keys.swift
[322/1217] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[323/1217] Compiling HashTreeCollections TreeDictionary+Merge.swift
[324/1217] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[325/1217] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[326/1217] Compiling HashTreeCollections TreeDictionary+Values.swift
[327/1217] Compiling RoutingKit TrieRouter.swift
[328/1217] Compiling RoutingKit Router.swift
[329/1217] Compiling RoutingKit PathComponent.swift
[338/1218] Emitting module _RopeModule
[341/1218] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[342/1218] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[343/1218] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[344/1219] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[345/1219] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[346/1219] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[347/1219] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[348/1219] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[349/1219] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[350/1219] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[351/1219] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[352/1219] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[353/1219] Compiling HashTreeCollections TreeSet.swift
[354/1219] Compiling Metrics Metrics.swift
[355/1219] Emitting module Metrics
[357/1220] Emitting module DequeModule
[359/1221] Compiling ssl_versions.cc
[361/1221] Emitting module RoutingKit
[362/1221] Compiling RoutingKit Parameters.swift
[363/1221] Compiling RoutingKit AnyRouter.swift
[364/1222] Compiling HashTreeCollections _HashTreeIterator.swift
[365/1222] Compiling HashTreeCollections _HashTreeStatistics.swift
[366/1222] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[367/1222] Compiling HashTreeCollections _RawHashNode.swift
[368/1222] Compiling HashTreeCollections _UnmanagedHashNode.swift
[369/1222] Compiling HashTreeCollections _UnsafePath.swift
[370/1222] Compiling HashTreeCollections TreeDictionary+Codable.swift
[371/1222] Compiling HashTreeCollections TreeDictionary+Collection.swift
[372/1222] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[373/1222] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[374/1222] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[384/1222] Compiling ssl_privkey.cc
[399/1222] Compiling HashTreeCollections _HashNode+Structural union.swift
[400/1222] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[401/1222] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[402/1222] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[403/1222] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[404/1222] Compiling HashTreeCollections _HashNode.swift
[405/1222] Compiling HashTreeCollections _HashNodeHeader.swift
[406/1222] Compiling HashTreeCollections _HashSlot.swift
[407/1222] Compiling HashTreeCollections _HashStack.swift
[407/1222] Compiling ssl_x509.cc
[409/1222] Emitting module HashTreeCollections
[426/1222] Compiling HashTreeCollections _HashNode+Builder.swift
[427/1222] Compiling HashTreeCollections _HashNode+Debugging.swift
[428/1222] Compiling HashTreeCollections _HashNode+Initializers.swift
[429/1222] Compiling HashTreeCollections _HashNode+Invariants.swift
[449/1222] Compiling HashTreeCollections _HashNode+Lookups.swift
[471/1224] Compiling ssl_stat.cc
[472/1224] Compiling ssl_key_share.cc
[473/1224] Compiling ssl_transcript.cc
[474/1224] Compiling ssl_session.cc
[475/1224] Compiling ssl_file.cc
[476/1224] Compiling ssl_lib.cc
[477/1224] Compiling ssl_cert.cc
[478/1224] Compiling ssl_cipher.cc
[479/1224] Compiling ssl_buffer.cc
[480/1224] Compiling ssl_credential.cc
[481/1224] Compiling ssl_asn1.cc
[482/1224] Compiling ssl_aead_ctx.cc
[483/1224] Compiling s3_pkt.cc
[484/1224] Compiling s3_lib.cc
[485/1224] Compiling s3_both.cc
[486/1224] Compiling handshake_client.cc
[487/1224] Compiling handshake_server.cc
[488/1224] Compiling handshake.cc
[489/1224] Compiling handoff.cc
[490/1224] Compiling encrypted_client_hello.cc
[491/1224] Compiling dtls_record.cc
[492/1224] Compiling md5-x86_64-linux.S
[493/1224] Compiling md5-x86_64-apple.S
[494/1224] Compiling md5-586-linux.S
[495/1224] Compiling extensions.cc
[496/1224] Compiling md5-586-apple.S
[497/1224] Compiling chacha20_poly1305_x86_64-linux.S
[498/1224] Compiling chacha20_poly1305_x86_64-apple.S
[499/1224] Compiling chacha20_poly1305_armv8-win.S
[500/1224] Compiling chacha20_poly1305_armv8-linux.S
[501/1224] Compiling err_data.cc
[502/1224] Compiling chacha20_poly1305_armv8-apple.S
[503/1224] Compiling dtls_method.cc
[504/1224] Compiling chacha-x86_64-linux.S
[505/1224] Compiling chacha-x86_64-apple.S
[506/1224] Compiling chacha-x86-linux.S
[507/1224] Compiling chacha-x86-apple.S
[508/1224] Compiling chacha-armv8-win.S
[509/1224] Compiling chacha-armv8-linux.S
[510/1224] Compiling chacha-armv8-apple.S
[511/1224] Compiling chacha-armv4-linux.S
[512/1224] Compiling aes128gcmsiv-x86_64-apple.S
[513/1224] Compiling aes128gcmsiv-x86_64-linux.S
[514/1224] Compiling d1_srtp.cc
[515/1224] Compiling x86_64-mont5-linux.S
[516/1224] Compiling x86_64-mont5-apple.S
[517/1224] Compiling x86_64-mont-apple.S
[518/1224] Compiling x86-mont-linux.S
[519/1224] Compiling x86_64-mont-linux.S
[520/1224] Compiling x86-mont-apple.S
[521/1224] Compiling d1_pkt.cc
[522/1224] Compiling bio_ssl.cc
[523/1224] Compiling vpaes-x86_64-linux.S
[524/1224] Compiling vpaes-x86-linux.S
[525/1224] Compiling vpaes-armv8-win.S
[525/1224] Compiling vpaes-armv8-linux.S
[527/1224] Compiling vpaes-x86_64-apple.S
[528/1224] Compiling vpaes-x86-apple.S
[529/1224] Compiling vpaes-armv7-linux.S
[529/1224] Compiling vpaes-armv8-apple.S
[531/1224] Compiling sha512-x86_64-linux.S
[532/1224] Compiling sha512-x86_64-apple.S
[533/1224] Compiling sha512-armv8-linux.S
[534/1224] Compiling sha512-armv8-win.S
[535/1224] Compiling sha512-586-linux.S
[536/1224] Compiling sha512-armv4-linux.S
[537/1224] Compiling sha512-armv8-apple.S
[538/1224] Compiling sha256-x86_64-apple.S
[539/1224] Compiling sha512-586-apple.S
[540/1224] Compiling sha256-x86_64-linux.S
[541/1224] Compiling sha256-armv8-win.S
[542/1224] Compiling d1_lib.cc
[543/1224] Compiling sha256-armv4-linux.S
[544/1224] Compiling sha256-armv8-apple.S
[545/1224] Compiling sha256-586-apple.S
[546/1224] Compiling sha256-armv8-linux.S
[547/1224] Compiling sha256-586-linux.S
[548/1224] Compiling sha1-x86_64-apple.S
[549/1224] Compiling sha1-x86_64-linux.S
[550/1224] Compiling sha1-armv8-linux.S
[551/1224] Compiling sha1-armv8-apple.S
[552/1224] Compiling sha1-586-linux.S
[553/1224] Compiling sha1-armv4-large-linux.S
[554/1224] Compiling sha1-armv8-win.S
[555/1224] Compiling sha1-586-apple.S
[556/1224] Compiling rdrand-x86_64-linux.S
[557/1224] Compiling rsaz-avx2-apple.S
[558/1224] Compiling rsaz-avx2-linux.S
[559/1224] Compiling p256_beeu-x86_64-asm-linux.S
[560/1224] Compiling rdrand-x86_64-apple.S
[561/1224] Compiling p256_beeu-armv8-asm-linux.S
[562/1224] Compiling p256_beeu-x86_64-asm-apple.S
[563/1224] Compiling p256_beeu-armv8-asm-win.S
[564/1224] Compiling p256_beeu-armv8-asm-apple.S
[565/1224] Compiling p256-armv8-asm-linux.S
[566/1224] Compiling p256-armv8-asm-win.S
[567/1224] Compiling p256-x86_64-asm-apple.S
[567/1224] Compiling ghashv8-armv8-win.S
[569/1224] Compiling p256-armv8-asm-apple.S
[570/1224] Compiling ghashv8-armv8-linux.S
[571/1224] Compiling p256-x86_64-asm-linux.S
[572/1224] Compiling d1_both.cc
[573/1224] Compiling ghash-x86_64-linux.S
[574/1224] Compiling ghashv8-armv7-linux.S
[575/1224] Compiling ghash-x86_64-apple.S
[576/1224] Compiling ghashv8-armv8-apple.S
[577/1224] Compiling ghash-ssse3-x86_64-linux.S
[578/1224] Compiling ghash-x86-apple.S
[579/1224] Compiling ghash-x86-linux.S
[580/1224] Compiling ghash-ssse3-x86_64-apple.S
[581/1224] Compiling ghash-ssse3-x86-apple.S
[582/1224] Compiling ghash-neon-armv8-linux.S
[583/1224] Compiling ghash-ssse3-x86-linux.S
[584/1224] Compiling ghash-neon-armv8-win.S
[585/1224] Compiling ghash-neon-armv8-apple.S
[586/1224] Compiling co-586-linux.S
[587/1224] Compiling ghash-armv4-linux.S
[588/1224] Compiling bsaes-armv7-linux.S
[588/1224] Compiling bn-armv8-linux.S
[590/1224] Compiling bn-armv8-win.S
[590/1224] Compiling co-586-apple.S
[592/1224] Compiling bn-armv8-apple.S
[593/1224] Compiling bn-586-linux.S
[594/1224] Compiling armv8-mont-win.S
[595/1224] Compiling armv4-mont-linux.S
[596/1224] Compiling bn-586-apple.S
[597/1224] Compiling armv8-mont-linux.S
[598/1224] Compiling aesv8-gcm-armv8-linux.S
[599/1224] Compiling aesv8-gcm-armv8-win.S
[600/1224] Compiling armv8-mont-apple.S
[601/1224] Compiling aesv8-gcm-armv8-apple.S
[602/1224] Compiling aesv8-armv8-apple.S
[602/1224] Compiling aesv8-armv8-win.S
[604/1224] Compiling aesni-x86-linux.S
[605/1224] Compiling aesv8-armv8-linux.S
[606/1224] Compiling aesni-x86_64-apple.S
[607/1224] Compiling aesv8-armv7-linux.S
[608/1224] Compiling aesni-x86_64-linux.S
[609/1224] Compiling aesni-x86-apple.S
[610/1224] Compiling aesni-gcm-x86_64-linux.S
[611/1224] Compiling aes-gcm-avx10-x86_64-linux.S
[612/1224] Compiling aes-gcm-avx2-x86_64-linux.S
[613/1224] Compiling aes-gcm-avx2-x86_64-apple.S
[614/1224] Compiling aes-gcm-avx10-x86_64-apple.S
[615/1224] Compiling aesni-gcm-x86_64-apple.S
[616/1224] Compiling x_sig.cc
[617/1224] Compiling x_pubkey.cc
[618/1224] Compiling x_x509a.cc
[619/1224] Compiling x_spki.cc
[620/1224] Compiling x_val.cc
[621/1224] Compiling x_req.cc
[622/1224] Compiling x_x509.cc
[623/1224] Compiling x_name.cc
[624/1224] Compiling x_exten.cc
[625/1224] Compiling x_crl.cc
[626/1224] Compiling x_attrib.cc
[627/1224] Compiling x_all.cc
[628/1224] Compiling x_algor.cc
[629/1224] Compiling x509spki.cc
[630/1224] Compiling x509rset.cc
[631/1224] Compiling x509name.cc
[632/1224] Compiling x509_vpm.cc
[633/1224] Compiling x509cset.cc
[634/1224] Compiling x509_txt.cc
[635/1224] Compiling x509_vfy.cc
[636/1224] Compiling x509_v3.cc
[637/1224] Compiling x509_trs.cc
[638/1224] Compiling x509_set.cc
[639/1224] Compiling x509_req.cc
[640/1224] Compiling x509_obj.cc
[641/1224] Compiling x509_att.cc
[642/1224] Compiling x509_lu.cc
[643/1224] Compiling x509_ext.cc
[644/1224] Compiling x509_d2.cc
[645/1224] Compiling x509_def.cc
[646/1224] Compiling x509_cmp.cc
[647/1224] Compiling x509.cc
[648/1224] Compiling v3_skey.cc
[649/1224] Compiling v3_utl.cc
[650/1224] Compiling v3_pmaps.cc
[651/1224] Compiling v3_prn.cc
[652/1224] Compiling v3_purp.cc
[653/1224] Compiling v3_pcons.cc
[654/1224] Compiling v3_ocsp.cc
[655/1224] Compiling v3_lib.cc
[656/1224] Compiling v3_ncons.cc
[657/1224] Compiling v3_int.cc
[658/1224] Compiling v3_extku.cc
[659/1224] Compiling v3_ia5.cc
[660/1224] Compiling v3_info.cc
[661/1224] Compiling v3_genn.cc
[662/1224] Compiling v3_enum.cc
[663/1224] Compiling v3_cpols.cc
[664/1224] Compiling v3_crld.cc
[665/1224] Compiling v3_conf.cc
[666/1224] Compiling v3_alt.cc
[667/1224] Compiling v3_bitst.cc
[668/1224] Compiling v3_bcons.cc
[669/1224] Compiling v3_akeya.cc
[670/1224] Compiling t_x509.cc
[671/1224] Compiling v3_akey.cc
[672/1224] Compiling t_x509a.cc
[673/1224] Compiling name_print.cc
[674/1224] Compiling t_req.cc
[675/1224] Compiling t_crl.cc
[676/1224] Compiling policy.cc
[677/1224] Compiling rsa_pss.cc
[678/1224] Compiling i2d_pr.cc
[679/1224] Compiling by_file.cc
[680/1224] Compiling by_dir.cc
[681/1224] Compiling algorithm.cc
[682/1224] Compiling a_verify.cc
[683/1224] Compiling voprf.cc
[684/1224] Compiling a_sign.cc
[685/1224] Compiling asn1_gen.cc
[686/1224] Compiling a_digest.cc
[687/1224] Compiling thread_win.cc
[688/1224] Compiling thread_none.cc
[689/1224] Compiling thread_pthread.cc
[690/1224] Compiling thread.cc
[691/1224] Compiling stack.cc
[692/1224] Compiling trust_token.cc
[693/1224] Compiling pmbtoken.cc
[694/1224] Compiling rsa_print.cc
[695/1224] Compiling sha256.cc
[696/1224] Compiling sha512.cc
[697/1224] Compiling siphash.cc
[698/1224] Compiling rsa_crypt.cc
[699/1224] Compiling spake2plus.cc
[700/1224] Compiling sha1.cc
[701/1224] Compiling rsa_extra.cc
[702/1224] Compiling slhdsa.cc
[703/1224] Compiling passive.cc
[704/1224] Compiling refcount.cc
[705/1224] Compiling trusty.cc
[706/1224] Compiling ios.cc
[707/1224] Compiling windows.cc
[708/1224] Compiling rc4.cc
[709/1224] Compiling rand.cc
[710/1224] Compiling urandom.cc
[711/1224] Compiling poly1305_arm_asm.S
[712/1224] Compiling getentropy.cc
[713/1224] Compiling deterministic.cc
[714/1224] Compiling rsa_asn1.cc
[715/1224] Compiling forkunsafe.cc
[716/1224] Compiling fork_detect.cc
[717/1224] Compiling poly1305_arm.cc
[718/1224] Compiling poly1305_vec.cc
[719/1224] Compiling poly1305.cc
[720/1224] Compiling pool.cc
[721/1224] Compiling pkcs7.cc
[722/1224] Compiling pkcs8_x509.cc
[723/1224] Compiling pkcs8.cc
[724/1224] Compiling p5_pbev2.cc
[725/1224] Compiling pkcs7_x509.cc
[726/1224] Compiling pem_xaux.cc
[727/1224] Compiling pem_x509.cc
[728/1224] Compiling pem_pkey.cc
[729/1224] Compiling mlkem.cc
[730/1224] Compiling obj_xref.cc
[731/1224] Compiling pem_pk8.cc
[732/1224] Compiling mem.cc
[733/1224] Compiling pem_oth.cc
[734/1224] Compiling pem_info.cc
[735/1224] Compiling mldsa.cc
[736/1224] Compiling pem_lib.cc
[737/1224] Compiling md5.cc
[738/1224] Compiling obj.cc
[739/1224] Compiling pem_all.cc
[740/1224] Compiling fips_shared_support.cc
[741/1224] Compiling poly_rq_mul.S
[742/1224] Compiling md4.cc
[743/1224] Compiling lhash.cc
[744/1224] Compiling kyber.cc
[745/1224] Compiling sign.cc
[746/1224] Compiling ex_data.cc
[747/1224] Compiling hrss.cc
[748/1224] Compiling scrypt.cc
[749/1224] Compiling p_rsa_asn1.cc
[750/1224] Compiling hpke.cc
[751/1224] Compiling print.cc
[752/1224] Compiling p_x25519.cc
[753/1224] Compiling pbkdf.cc
[754/1224] Compiling p_ed25519.cc
[755/1224] Compiling p_x25519_asn1.cc
[756/1224] Compiling p_rsa.cc
[757/1224] Compiling p_ec.cc
[758/1224] Compiling p_ed25519_asn1.cc
[759/1224] Compiling p_ec_asn1.cc
[760/1224] Compiling p_hkdf.cc
[761/1224] Compiling p_dh.cc
[762/1224] Compiling p_dsa_asn1.cc
[763/1224] Compiling p_dh_asn1.cc
[764/1224] Compiling err.cc
[765/1224] Compiling evp_ctx.cc
[766/1224] Compiling evp.cc
[767/1224] Compiling evp_asn1.cc
[768/1224] Compiling ecdh.cc
[769/1224] Compiling engine.cc
[770/1224] Compiling dsa.cc
[771/1224] Compiling ec_derive.cc
[772/1224] Compiling hash_to_curve.cc
[773/1224] Compiling ecdsa_asn1.cc
[774/1224] Compiling ec_asn1.cc
[775/1224] Compiling params.cc
[776/1224] Compiling digest_extra.cc
[777/1224] Compiling dh_asn1.cc
[778/1224] Compiling x25519-asm-arm.S
[779/1224] Compiling dsa_asn1.cc
[780/1224] Compiling des.cc
[781/1224] Compiling cpu_arm_freebsd.cc
[782/1224] Compiling spake25519.cc
[783/1224] Compiling crypto.cc
[784/1224] Compiling cpu_intel.cc
[785/1224] Compiling cpu_arm_linux.cc
[786/1224] Compiling curve25519.cc
[787/1224] Compiling cpu_aarch64_sysreg.cc
[788/1224] Compiling bcm.cc
[789/1224] Compiling cpu_aarch64_win.cc
[790/1224] Compiling cpu_aarch64_openbsd.cc
[791/1224] Compiling cpu_aarch64_linux.cc
[792/1224] Compiling curve25519_64_adx.cc
[793/1224] Compiling cpu_aarch64_fuchsia.cc
[794/1224] Compiling cpu_aarch64_apple.cc
[795/1224] Compiling conf.cc
[796/1224] Compiling get_cipher.cc
[797/1224] Compiling e_rc4.cc
[798/1224] Compiling tls_cbc.cc
[799/1224] Compiling e_des.cc
[800/1224] Compiling e_rc2.cc
[801/1224] Compiling e_tls.cc
[802/1224] Compiling e_null.cc
[803/1224] Compiling derive_key.cc
[804/1224] Compiling chacha.cc
[805/1224] Compiling e_aesctrhmac.cc
[806/1224] Compiling e_aesgcmsiv.cc
[807/1224] Compiling e_chacha20poly1305.cc
[808/1224] Compiling unicode.cc
[809/1224] Compiling cbs.cc
[810/1224] Compiling blake2.cc
[811/1224] Compiling cbb.cc
[812/1224] Compiling buf.cc
[813/1224] Compiling socket_helper.cc
[814/1224] Compiling socket.cc
[815/1224] Compiling hexdump.cc
[816/1224] Compiling ber.cc
[817/1224] Compiling convert.cc
[818/1224] Compiling bn_asn1.cc
[819/1224] Compiling printf.cc
[820/1224] Compiling asn1_compat.cc
[821/1224] Compiling fd.cc
[822/1224] Compiling pair.cc
[823/1224] Compiling errno.cc
[824/1224] Compiling file.cc
[825/1224] Compiling base64.cc
[826/1224] Compiling connect.cc
[827/1224] Compiling bio.cc
[828/1224] Compiling bio_mem.cc
[829/1224] Compiling tasn_typ.cc
[830/1224] Compiling tasn_fre.cc
[831/1224] Compiling tasn_new.cc
[832/1224] Compiling tasn_utl.cc
[833/1224] Compiling posix_time.cc
[834/1224] Compiling f_int.cc
[835/1224] Compiling f_string.cc
[836/1224] Compiling tasn_enc.cc
[837/1224] Compiling asn1_par.cc
[838/1224] Compiling tasn_dec.cc
[839/1224] Compiling asn_pack.cc
[840/1224] Compiling a_type.cc
[841/1224] Compiling asn1_lib.cc
[842/1224] Compiling a_strnid.cc
[843/1224] Compiling a_octet.cc
[844/1224] Compiling a_utctm.cc
[845/1224] Compiling a_time.cc
[846/1224] Compiling a_strex.cc
[847/1224] Compiling a_mbstr.cc
[848/1224] Compiling a_object.cc
[849/1224] Compiling a_i2d_fp.cc
[850/1224] Compiling a_bitstr.cc
[851/1224] Compiling a_dup.cc
[852/1224] Compiling a_d2i_fp.cc
[853/1224] Compiling fiat_p256_adx_sqr.S
[854/1224] Compiling fiat_p256_adx_mul.S
[855/1224] Compiling a_gentm.cc
[856/1224] Compiling fiat_curve25519_adx_square.S
[857/1224] Compiling fiat_curve25519_adx_mul.S
[858/1224] Compiling md5-x86_64-apple.S
[859/1224] Compiling md5-x86_64-linux.S
[860/1224] Compiling md5-586-linux.S
[861/1224] Compiling md5-586-apple.S
[862/1224] Compiling a_int.cc
[863/1224] Compiling chacha20_poly1305_x86_64-apple.S
[864/1224] Compiling chacha20_poly1305_x86_64-linux.S
[865/1224] Compiling CCryptoBoringSSLShims shims.c
[866/1224] Compiling chacha20_poly1305_armv8-win.S
[867/1224] Compiling chacha20_poly1305_armv8-linux.S
[868/1224] Compiling chacha20_poly1305_armv8-apple.S
[869/1224] Compiling chacha-x86_64-linux.S
[870/1224] Compiling chacha-x86_64-apple.S
[871/1224] Compiling chacha-x86-linux.S
[872/1224] Compiling chacha-x86-apple.S
[873/1224] Compiling a_bool.cc
[874/1224] Compiling chacha-armv8-win.S
[875/1224] Compiling chacha-armv8-linux.S
[876/1224] Compiling chacha-armv4-linux.S
[877/1224] Compiling aes128gcmsiv-x86_64-linux.S
[878/1224] Compiling aes128gcmsiv-x86_64-apple.S
[879/1224] Compiling err_data.cc
[880/1224] Compiling chacha-armv8-apple.S
[881/1224] Compiling x86_64-mont-linux.S
[882/1224] Compiling x86_64-mont5-linux.S
[883/1224] Compiling x86-mont-linux.S
[884/1224] Compiling x86_64-mont-apple.S
[885/1224] Compiling vpaes-x86_64-linux.S
[886/1224] Compiling x86_64-mont5-apple.S
[887/1224] Compiling x86-mont-apple.S
[888/1224] Compiling vpaes-x86-apple.S
[889/1224] Compiling vpaes-x86_64-apple.S
[890/1224] Compiling vpaes-x86-linux.S
[891/1224] Compiling vpaes-armv8-linux.S
[892/1224] Compiling vpaes-armv8-win.S
[893/1224] Compiling vpaes-armv8-apple.S
[894/1224] Compiling vpaes-armv7-linux.S
[895/1224] Compiling sha512-x86_64-linux.S
[896/1224] Compiling sha512-x86_64-apple.S
[897/1224] Compiling sha512-armv8-win.S
[898/1224] Compiling sha512-armv8-linux.S
[899/1224] Compiling sha512-armv4-linux.S
[900/1224] Compiling sha512-586-linux.S
[901/1224] Compiling sha512-armv8-apple.S
[902/1224] Compiling sha512-586-apple.S
[903/1224] Compiling sha256-x86_64-apple.S
[904/1224] Compiling sha256-armv8-linux.S
[905/1224] Compiling sha256-armv8-apple.S
[906/1224] Compiling sha256-armv8-win.S
[907/1224] Compiling sha256-x86_64-linux.S
[908/1224] Compiling sha256-586-linux.S
[909/1224] Compiling sha256-armv4-linux.S
[910/1224] Compiling sha1-x86_64-apple.S
[911/1224] Compiling sha256-586-apple.S
[912/1224] Compiling sha1-armv8-win.S
[913/1224] Compiling sha1-armv8-apple.S
[914/1224] Compiling sha1-x86_64-linux.S
[915/1224] Compiling sha1-armv4-large-linux.S
[916/1224] Compiling sha1-armv8-linux.S
[917/1224] Compiling sha1-586-linux.S
[918/1224] Compiling sha1-586-apple.S
[919/1224] Compiling rsaz-avx2-apple.S
[920/1224] Compiling rsaz-avx2-linux.S
[921/1224] Compiling rdrand-x86_64-linux.S
[922/1224] Compiling rdrand-x86_64-apple.S
[923/1224] Compiling p256_beeu-armv8-asm-win.S
[924/1224] Compiling p256_beeu-x86_64-asm-linux.S
[925/1224] Compiling p256_beeu-armv8-asm-apple.S
[926/1224] Compiling p256_beeu-x86_64-asm-apple.S
[927/1224] Compiling p256_beeu-armv8-asm-linux.S
[928/1224] Compiling p256-x86_64-asm-apple.S
[929/1224] Compiling p256-armv8-asm-linux.S
[930/1224] Compiling p256-armv8-asm-win.S
[931/1224] Compiling p256-x86_64-asm-linux.S
[932/1224] Compiling p256-armv8-asm-apple.S
[933/1224] Compiling ghashv8-armv8-win.S
[934/1224] Compiling ghashv8-armv8-apple.S
[935/1224] Compiling ghashv8-armv7-linux.S
[936/1224] Compiling ghashv8-armv8-linux.S
[937/1224] Compiling c-nioatomics.c
[938/1224] Compiling ghash-x86_64-apple.S
[939/1224] Compiling ghash-x86-linux.S
[940/1224] Compiling ghash-x86-apple.S
[941/1224] Compiling ghash-x86_64-linux.S
[942/1224] Compiling ghash-ssse3-x86-linux.S
[943/1224] Compiling ghash-ssse3-x86_64-apple.S
[944/1224] Compiling ghash-ssse3-x86_64-linux.S
[945/1224] Compiling ghash-ssse3-x86-apple.S
[946/1224] Compiling ghash-neon-armv8-win.S
[947/1224] Compiling ghash-neon-armv8-linux.S
[948/1224] Compiling ghash-armv4-linux.S
[949/1224] Compiling bsaes-armv7-linux.S
[949/1224] Compiling co-586-linux.S
[951/1224] Compiling ghash-neon-armv8-apple.S
[952/1224] Compiling co-586-apple.S
[953/1224] Compiling bn-armv8-linux.S
[954/1224] Compiling bn-armv8-win.S
[955/1224] Compiling bn-586-linux.S
[956/1224] Compiling bn-armv8-apple.S
[957/1224] Compiling armv8-mont-win.S
[958/1224] Compiling armv8-mont-linux.S
[959/1224] Compiling bn-586-apple.S
[960/1224] Compiling armv4-mont-linux.S
[961/1224] Compiling armv8-mont-apple.S
[962/1224] Compiling aesv8-gcm-armv8-win.S
[963/1224] Compiling aesv8-gcm-armv8-linux.S
[964/1224] Compiling aesv8-armv8-win.S
[965/1224] Compiling aesv8-gcm-armv8-apple.S
[966/1224] Compiling aesv8-armv8-linux.S
[967/1224] Compiling aesv8-armv8-apple.S
[968/1224] Compiling aesv8-armv7-linux.S
[969/1224] Compiling aesni-x86-apple.S
[970/1224] Compiling aesni-x86_64-apple.S
[971/1224] Compiling aesni-x86_64-linux.S
[972/1224] Compiling aesni-gcm-x86_64-linux.S
[973/1224] Compiling aesni-x86-linux.S
[974/1224] Compiling aesni-gcm-x86_64-apple.S
[975/1224] Compiling aes-gcm-avx10-x86_64-linux.S
[975/1224] Compiling aes-gcm-avx10-x86_64-apple.S
[977/1224] Compiling x_val.cc
[978/1224] Compiling x_spki.cc
[979/1224] Compiling x_pubkey.cc
[979/1224] Compiling x_name.cc
[981/1224] Compiling x_x509.cc
[982/1224] Compiling x_x509a.cc
[983/1224] Compiling x_sig.cc
[984/1224] Compiling x_req.cc
[985/1224] Compiling c-atomics.c
[986/1224] Compiling x_crl.cc
[987/1224] Compiling x_attrib.cc
[988/1224] Compiling x509spki.cc
[989/1224] Compiling x_exten.cc
[990/1224] Compiling x_all.cc
[991/1229] Compiling x_algor.cc
[992/1230] Compiling x509rset.cc
[993/1230] Compiling x509name.cc
[994/1230] Compiling x509_txt.cc
[996/1230] Compiling NIOConcurrencyHelpers lock.swift
[997/1230] Emitting module NIOConcurrencyHelpers
[998/1230] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[999/1230] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1000/1230] Compiling NIOConcurrencyHelpers atomics.swift
[1001/1230] Compiling NIOConcurrencyHelpers NIOLock.swift
[1001/1230] Compiling x509_vfy.cc
[1002/1231] Compiling x509cset.cc
[1003/1231] Compiling x509_v3.cc
[1005/1231] Compiling x509_vpm.cc
[1006/1231] Compiling x509_set.cc
[1007/1231] Compiling x509_trs.cc
[1008/1257] Compiling x509_req.cc
[1010/1257] Compiling ConsoleKitTerminal Console+Confirm.swift
[1011/1257] Compiling ConsoleKitTerminal Console+Input.swift
[1012/1257] Compiling ConsoleKitTerminal Console+Center.swift
[1013/1257] Compiling ConsoleKitTerminal Console+Output.swift
[1013/1260] Compiling x509_ext.cc
[1014/1260] Compiling x509_lu.cc
[1015/1260] Compiling x509_d2.cc
[1016/1260] Compiling x509_obj.cc
[1017/1260] Compiling x509_def.cc
[1019/1260] Compiling ConsoleKitTerminal Console.swift
[1020/1260] Compiling ConsoleKitTerminal Terminal.swift
[1021/1260] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1021/1260] Compiling x509_cmp.cc
[1023/1260] Compiling ConsoleKitTerminal Console+Wait.swift
[1024/1260] Compiling ConsoleKitTerminal ConsoleColor.swift
[1025/1260] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1026/1260] Compiling ConsoleKitTerminal ConsoleText.swift
[1027/1260] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1028/1260] Compiling ConsoleKitTerminal ANSI.swift
[1029/1260] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1030/1260] Compiling ConsoleKitTerminal ConsoleClear.swift
[1031/1260] Compiling ConsoleKitTerminal Console+Ask.swift
[1032/1260] Compiling ConsoleKitTerminal Console+Choose.swift
[1033/1260] Compiling ConsoleKitTerminal ActivityBar.swift
[1034/1260] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1035/1260] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1036/1260] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1037/1260] Emitting module ConsoleKitTerminal
[1038/1260] Compiling ConsoleKitTerminal CustomActivity.swift
[1039/1260] Compiling ConsoleKitTerminal LoadingBar.swift
[1040/1260] Compiling ConsoleKitTerminal ProgressBar.swift
[1041/1260] Compiling ConsoleKitTerminal Console+Clear.swift
[1041/1260] Compiling v3_pmaps.cc
[1042/1260] Compiling x509_att.cc
[1043/1260] Compiling v3_prn.cc
[1044/1260] Compiling x509.cc
[1045/1260] Compiling v3_skey.cc
[1046/1260] Compiling v3_purp.cc
[1048/1260] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1049/1260] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1050/1260] Compiling ConsoleKitTerminal LoggerFragment.swift
[1050/1261] Compiling v3_utl.cc
[1052/1261] Compiling v3_pcons.cc
[1053/1261] Compiling v3_ocsp.cc
[1054/1283] Compiling v3_ncons.cc
[1055/1283] Compiling v3_lib.cc
[1056/1283] Compiling v3_int.cc
[1057/1283] Compiling v3_info.cc
[1058/1283] Compiling v3_ia5.cc
[1060/1283] Compiling ConsoleKitCommands CommandSignature.swift
[1061/1283] Compiling ConsoleKitCommands Flag.swift
[1062/1283] Compiling ConsoleKitCommands Option.swift
[1062/1285] Compiling v3_genn.cc
[1064/1285] Emitting module ConsoleKitCommands
[1064/1285] Compiling v3_extku.cc
[1066/1285] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1067/1285] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1068/1285] Compiling ConsoleKitCommands Argument.swift
[1069/1285] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1070/1285] Compiling ConsoleKitCommands AsyncCommand.swift
[1071/1285] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1072/1285] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1073/1285] Compiling ConsoleKitCommands Utilities.swift
[1073/1285] Compiling v3_enum.cc
[1074/1285] Compiling v3_crld.cc
[1075/1285] Compiling v3_cpols.cc
[1076/1285] Compiling v3_conf.cc
[1077/1285] Compiling v3_bitst.cc
[1078/1285] Compiling v3_bcons.cc
[1079/1285] Compiling v3_alt.cc
[1080/1285] Compiling v3_akeya.cc
[1082/1285] Compiling ConsoleKitCommands CommandGroup.swift
[1083/1285] Compiling ConsoleKitCommands CommandInput.swift
[1084/1285] Compiling ConsoleKitCommands Commands.swift
[1085/1285] Compiling ConsoleKitCommands Console+Run.swift
[1086/1285] Compiling ConsoleKitCommands ConsoleError.swift
[1087/1285] Compiling ConsoleKitCommands Completion.swift
[1088/1285] Compiling ConsoleKitCommands AsyncCommands.swift
[1089/1285] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1090/1285] Compiling ConsoleKitCommands AnyCommand.swift
[1091/1285] Compiling ConsoleKitCommands Command.swift
[1092/1285] Compiling ConsoleKitCommands CommandContext.swift
[1093/1285] Compiling ConsoleKitCommands CommandError.swift
[1093/1286] Compiling v3_akey.cc
[1095/1286] Compiling t_x509a.cc
[1096/1286] Compiling t_x509.cc
[1097/1286] Compiling t_req.cc
[1098/1286] Compiling t_crl.cc
[1099/1286] Compiling rsa_pss.cc
[1100/1288] Compiling i2d_pr.cc
[1102/1288] Compiling ConsoleKit Exports.swift
[1103/1288] Emitting module ConsoleKit
[1103/1289] Compiling name_print.cc
[1105/1289] Compiling by_file.cc
[1106/1289] Compiling policy.cc
[1107/1289] Compiling by_dir.cc
[1108/1289] Compiling asn1_gen.cc
[1109/1289] Compiling algorithm.cc
[1110/1289] Compiling a_verify.cc
[1111/1289] Compiling voprf.cc
[1112/1289] Compiling trust_token.cc
[1113/1289] Compiling a_digest.cc
[1114/1289] Compiling thread_win.cc
[1115/1289] Compiling a_sign.cc
[1116/1289] Compiling thread_pthread.cc
[1117/1289] Compiling pmbtoken.cc
[1118/1289] Compiling thread_none.cc
[1119/1289] Compiling thread.cc
[1120/1289] Compiling stack.cc
[1121/1289] Compiling thash.cc
[1122/1289] Compiling wots.cc
[1123/1289] Compiling merkle.cc
[1124/1289] Compiling sha512.cc
[1125/1289] Compiling slhdsa.cc
[1126/1289] Compiling siphash.cc
[1127/1289] Compiling fors.cc
[1128/1289] Compiling sha256.cc
[1129/1289] Compiling sha1.cc
[1130/1289] Compiling rc4.cc
[1131/1289] Compiling rsa_print.cc
[1132/1289] Compiling rsa_extra.cc
[1133/1289] Compiling rsa_crypt.cc
[1134/1289] Compiling refcount.cc
[1135/1289] Compiling rsa_asn1.cc
[1136/1289] Compiling trusty.cc
[1137/1289] Compiling windows.cc
[1138/1289] Compiling urandom.cc
[1139/1289] Compiling rand_extra.cc
[1140/1289] Compiling passive.cc
[1141/1289] Compiling getentropy.cc
[1142/1289] Compiling ios.cc
[1143/1289] Compiling poly1305_arm_asm.S
[1144/1289] Compiling deterministic.cc
[1145/1289] Compiling forkunsafe.cc
[1146/1289] Compiling fork_detect.cc
[1147/1289] Compiling pool.cc
[1148/1289] Compiling poly1305_arm.cc
[1149/1289] Compiling poly1305.cc
[1150/1289] Compiling poly1305_vec.cc
[1151/1289] Compiling pkcs7.cc
[1152/1289] Compiling p5_pbev2.cc
[1153/1289] Compiling pkcs8_x509.cc
[1154/1289] Compiling pkcs8.cc
[1155/1289] Compiling pem_pk8.cc
[1156/1289] Compiling pem_xaux.cc
[1157/1289] Compiling pkcs7_x509.cc
[1158/1289] Compiling pem_x509.cc
[1159/1289] Compiling pem_pkey.cc
[1160/1289] Compiling pem_oth.cc
[1161/1289] Compiling obj_xref.cc
[1162/1289] Compiling pem_lib.cc
[1163/1289] Compiling mldsa.cc
[1164/1289] Compiling pem_all.cc
[1164/1289] Compiling mem.cc
[1166/1289] Compiling mlkem.cc
[1167/1289] Compiling md5.cc
[1168/1289] Compiling obj.cc
[1169/1289] Compiling pem_info.cc
[1170/1289] Compiling fips_shared_support.cc
[1171/1289] Compiling poly_rq_mul.S
[1172/1289] Compiling lhash.cc
[1173/1289] Compiling ex_data.cc
[1174/1289] Compiling md4.cc
[1175/1289] Compiling kyber.cc
[1176/1289] Compiling hpke.cc
[1177/1289] Compiling scrypt.cc
[1178/1289] Compiling p_x25519_asn1.cc
[1179/1289] Compiling hrss.cc
[1180/1289] Compiling sign.cc
[1181/1289] Compiling print.cc
[1182/1289] Compiling p_hkdf.cc
[1183/1289] Compiling pbkdf.cc
[1184/1289] Compiling p_rsa.cc
[1185/1289] Compiling p_x25519.cc
[1186/1289] Compiling p_rsa_asn1.cc
[1187/1289] Compiling p_ed25519_asn1.cc
[1188/1289] Compiling p_ed25519.cc
[1189/1289] Compiling p_dsa_asn1.cc
[1190/1289] Compiling p_ec.cc
[1191/1289] Compiling p_ec_asn1.cc
[1192/1289] Compiling p_dh_asn1.cc
[1193/1289] Compiling p_dh.cc
[1194/1289] Compiling evp_asn1.cc
[1195/1289] Compiling evp_ctx.cc
[1196/1289] Compiling evp.cc
[1197/1289] Compiling engine.cc
[1198/1289] Compiling err.cc
[1199/1289] Compiling ecdh_extra.cc
[1200/1289] Compiling hash_to_curve.cc
[1201/1289] Compiling ecdsa_asn1.cc
[1202/1289] Compiling ec_derive.cc
[1203/1289] Compiling dh_asn1.cc
[1204/1289] Compiling ec_asn1.cc
[1205/1289] Compiling params.cc
[1206/1289] Compiling dsa_asn1.cc
[1207/1289] Compiling dsa.cc
[1208/1289] Compiling x25519-asm-arm.S
[1209/1289] Compiling digest_extra.cc
[1210/1289] Compiling des.cc
[1211/1289] Compiling spake25519.cc
[1212/1289] Compiling curve25519.cc
[1213/1289] Compiling cpu_arm_freebsd.cc
[1214/1289] Compiling cpu_intel.cc
[1215/1289] Compiling crypto.cc
[1216/1289] Compiling cpu_arm_linux.cc
[1217/1289] Compiling cpu_aarch64_openbsd.cc
[1218/1289] Compiling cpu_aarch64_sysreg.cc
[1219/1289] Compiling cpu_aarch64_win.cc
[1220/1289] Compiling cpu_aarch64_fuchsia.cc
[1221/1289] Compiling cpu_aarch64_linux.cc
[1222/1289] Compiling cpu_aarch64_apple.cc
[1223/1289] Compiling tls_cbc.cc
[1224/1289] Compiling conf.cc
[1225/1289] Compiling bcm.cc
[1226/1289] Compiling curve25519_64_adx.cc
[1227/1289] Compiling e_tls.cc
[1228/1289] Compiling e_rc4.cc
[1229/1289] Compiling e_rc2.cc
[1230/1289] Compiling e_null.cc
[1231/1289] Compiling derive_key.cc
[1232/1289] Compiling e_chacha20poly1305.cc
[1233/1289] Compiling cipher_extra.cc
[1234/1289] Compiling e_aesgcmsiv.cc
[1235/1289] Compiling e_des.cc
[1236/1289] Compiling e_aesctrhmac.cc
[1237/1289] Compiling chacha.cc
[1238/1289] Compiling bn_asn1.cc
[1239/1289] Compiling ber.cc
[1240/1289] Compiling unicode.cc
[1241/1289] Compiling buf.cc
[1242/1289] Compiling convert.cc
[1243/1289] Compiling asn1_compat.cc
[1244/1289] Compiling cbs.cc
[1245/1289] Compiling cbb.cc
[1246/1289] Compiling printf.cc
[1247/1289] Compiling blake2.cc
[1248/1289] Compiling hexdump.cc
[1249/1289] Compiling file.cc
[1250/1289] Compiling pair.cc
[1251/1289] Compiling errno.cc
[1252/1289] Compiling fd.cc
[1253/1289] Compiling base64.cc
[1254/1289] Compiling bio_mem.cc
[1255/1289] Compiling tasn_typ.cc
[1256/1289] Compiling tasn_utl.cc
[1257/1289] Compiling bio.cc
[1258/1289] Compiling tasn_fre.cc
[1259/1289] Compiling tasn_new.cc
[1260/1289] Compiling tasn_enc.cc
[1261/1289] Compiling posix_time.cc
[1262/1289] Compiling f_string.cc
[1263/1289] Compiling f_int.cc
[1264/1289] Compiling tasn_dec.cc
[1265/1289] Compiling asn_pack.cc
[1266/1289] Compiling asn1_par.cc
[1267/1289] Compiling a_time.cc
[1268/1289] Compiling a_utctm.cc
[1269/1289] Compiling asn1_lib.cc
[1270/1289] Compiling a_type.cc
[1271/1289] Compiling a_octet.cc
[1272/1289] Compiling a_strnid.cc
[1273/1289] Compiling a_strex.cc
[1274/1289] Compiling a_object.cc
[1275/1289] Compiling a_mbstr.cc
[1276/1289] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1277/1289] Write sources
[1278/1289] Compiling a_i2d_fp.cc
[1279/1289] Write sources
[1280/1289] Compiling a_dup.cc
[1281/1289] Write sources
[1284/1289] Compiling a_gentm.cc
[1285/1298] Compiling a_d2i_fp.cc
[1286/1310] Compiling a_int.cc
[1287/1366] Compiling a_bitstr.cc
[1288/1386] Compiling a_bool.cc
[1290/1386] Compiling Algorithms MinMax.swift
[1291/1386] Compiling Algorithms Partition.swift
[1292/1388] Compiling Algorithms Permutations.swift
[1293/1388] Compiling Algorithms Product.swift
[1294/1388] Compiling Algorithms Grouped.swift
[1295/1388] Compiling Algorithms Indexed.swift
[1296/1396] Compiling Algorithms Intersperse.swift
[1297/1396] Compiling Algorithms Joined.swift
[1298/1396] Compiling Algorithms Keyed.swift
[1299/1396] Compiling Algorithms EitherSequence.swift
[1300/1396] Compiling Algorithms FirstNonNil.swift
[1301/1396] Compiling Algorithms FlattenCollection.swift
[1302/1396] Compiling Algorithms Combinations.swift
[1303/1396] Compiling Algorithms Compacted.swift
[1304/1396] Compiling Algorithms Cycle.swift
[1305/1396] Compiling Atomics IntegerOperations.swift
[1306/1396] Compiling Atomics Unmanaged extensions.swift
[1307/1396] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1308/1396] Compiling BitCollections BitSet+CustomReflectable.swift
[1309/1396] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1310/1396] Compiling BitCollections BitSet+Equatable.swift
[1311/1396] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1312/1396] Compiling BitCollections BitSet+Extras.swift
[1313/1396] Compiling BitCollections BitSet+Hashable.swift
[1314/1403] Emitting module BitCollections
[1315/1403] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1316/1403] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1317/1403] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1318/1403] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1319/1403] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1320/1403] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1321/1403] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1322/1403] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1323/1403] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1324/1403] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1325/1403] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1326/1403] Compiling BitCollections BitSet+SetAlgebra union.swift
[1327/1403] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1328/1403] Compiling BitCollections BitSet.Counted.swift
[1329/1403] Compiling BitCollections BitSet+Initializers.swift
[1330/1403] Compiling BitCollections BitSet+Invariants.swift
[1331/1403] Compiling BitCollections BitSet+Random.swift
[1332/1403] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1333/1403] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1334/1403] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1335/1403] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1338/1403] Compiling Algorithms Rotate.swift
[1339/1406] Compiling CryptoBoringWrapper RandomBytes.swift
[1340/1406] Compiling Algorithms Split.swift
[1341/1406] Compiling Algorithms Stride.swift
[1342/1406] Compiling Algorithms Suffix.swift
[1343/1406] Compiling Algorithms AdjacentPairs.swift
[1344/1406] Compiling Algorithms Chain.swift
[1345/1406] Compiling Algorithms Chunked.swift
[1367/1406] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1368/1406] Emitting module CryptoBoringWrapper
[1369/1406] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1370/1406] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1371/1406] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1372/1406] Compiling CryptoBoringWrapper EllipticCurve.swift
[1373/1406] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1374/1407] Compiling BitCollections BitSet.Index.swift
[1375/1407] Compiling BitCollections BitSet._UnsafeHandle.swift
[1376/1407] Compiling BitCollections BitSet.swift
[1377/1407] Compiling BitCollections Range+Utilities.swift
[1378/1407] Compiling BitCollections Slice+Utilities.swift
[1379/1407] Compiling BitCollections UInt+Tricks.swift
[1380/1407] Compiling BitCollections _Word.swift
[1396/1408] Compiling Algorithms Trim.swift
[1397/1408] Compiling Algorithms Unique.swift
[1398/1408] Compiling Algorithms Windows.swift
[1400/1481] Compiling Collections Collections.swift
[1401/1481] Emitting module Collections
[1403/1482] Compiling Crypto AES-GCM.swift
[1404/1482] Compiling Crypto AES-GCM_boring.swift
[1405/1482] Compiling Crypto ChaChaPoly_boring.swift
[1406/1482] Compiling Crypto ChaChaPoly.swift
[1407/1482] Emitting module Atomics
[1412/1483] Emitting module Algorithms
[1414/1543] Compiling NIOCore AsyncAwaitSupport.swift
[1415/1543] Compiling NIOCore AsyncChannel.swift
[1416/1543] Compiling NIOCore AsyncChannelHandler.swift
[1417/1543] Compiling NIOCore AsyncChannelInboundStream.swift
[1418/1543] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1419/1543] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1420/1543] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1421/1543] Compiling NIOCore NIOAsyncWriter.swift
[1422/1543] Compiling NIOCore ByteBuffer-multi-int.swift
[1423/1543] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1424/1552] Emitting module Crypto
[1425/1552] Compiling Crypto SymmetricKeys.swift
[1426/1552] Compiling Crypto HMAC.swift
[1427/1552] Compiling Crypto MACFunctions.swift
[1428/1552] Compiling Crypto MessageAuthenticationCode.swift
[1429/1552] Compiling Crypto AES.swift
[1430/1552] Compiling Crypto ECDSASignature_boring.swift
[1431/1552] Compiling Crypto ECDSA_boring.swift
[1432/1552] Compiling Crypto EdDSA_boring.swift
[1433/1552] Compiling Crypto ECDSA.swift
[1434/1552] Compiling Crypto Ed25519.swift
[1435/1552] Compiling NIOCore MarkedCircularBuffer.swift
[1436/1552] Compiling NIOCore MulticastChannel.swift
[1437/1552] Compiling NIOCore NIOAny.swift
[1438/1552] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1439/1552] Compiling NIOCore NIOLoopBound.swift
[1440/1552] Compiling NIOCore NIOScheduledCallback.swift
[1441/1552] Compiling NIOCore NIOSendable.swift
[1442/1552] Compiling NIOCore RecvByteBufferAllocator.swift
[1443/1552] Compiling Crypto NISTCurvesKeys.swift
[1444/1552] Compiling Crypto X25519Keys.swift
[1445/1552] Compiling NIOCore ByteBuffer-views.swift
[1446/1552] Compiling NIOCore Channel.swift
[1447/1552] Compiling NIOCore ChannelHandler.swift
[1448/1552] Compiling NIOCore ChannelHandlers.swift
[1449/1552] Compiling NIOCore ChannelInvoker.swift
[1450/1552] Compiling NIOCore ChannelOption.swift
[1451/1552] Compiling NIOCore ChannelPipeline.swift
[1452/1552] Compiling NIOCore CircularBuffer.swift
[1453/1552] Compiling NIOCore Codec.swift
[1454/1552] Compiling NIOCore ConvenienceOptionSupport.swift
[1455/1552] Compiling NIOCore FileHandle.swift
[1456/1552] Compiling NIOCore FileRegion.swift
[1457/1552] Compiling NIOCore GlobalSingletons.swift
[1458/1552] Compiling NIOCore IO.swift
[1459/1552] Compiling NIOCore IOData.swift
[1460/1552] Compiling NIOCore IPProtocol.swift
[1461/1552] Compiling NIOCore IntegerBitPacking.swift
[1462/1552] Compiling NIOCore IntegerTypes.swift
[1463/1552] Compiling NIOCore Interfaces.swift
[1464/1552] Compiling NIOCore Linux.swift
[1473/1560] Compiling Crypto Signature.swift
[1474/1560] Compiling Crypto CryptoKitErrors_boring.swift
[1475/1560] Compiling Crypto RNG_boring.swift
[1476/1560] Compiling Crypto SafeCompare_boring.swift
[1477/1560] Compiling Crypto Zeroization_boring.swift
[1478/1560] Compiling Crypto PrettyBytes.swift
[1479/1560] Compiling Crypto SafeCompare.swift
[1480/1560] Compiling Crypto SecureBytes.swift
[1481/1560] Compiling Crypto Zeroization.swift
[1490/1560] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1491/1560] Compiling NIOCore BSDSocketAPI.swift
[1492/1560] Compiling NIOCore ByteBuffer-aux.swift
[1493/1560] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1494/1560] Compiling NIOCore ByteBuffer-conversions.swift
[1495/1560] Compiling NIOCore ByteBuffer-core.swift
[1496/1560] Compiling NIOCore ByteBuffer-hex.swift
[1497/1560] Compiling NIOCore ByteBuffer-int.swift
[1498/1560] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1499/1560] Compiling NIOCore AddressedEnvelope.swift
[1500/1560] Compiling NIOCore DeadChannel.swift
[1501/1560] Compiling NIOCore DispatchQueue+WithFuture.swift
[1502/1560] Compiling NIOCore EventLoop+Deprecated.swift
[1503/1560] Compiling NIOCore EventLoop+SerialExecutor.swift
[1504/1560] Compiling NIOCore EventLoop.swift
[1505/1560] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1506/1560] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1507/1560] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1508/1560] Compiling NIOCore EventLoopFuture.swift
[1509/1560] Compiling NIOCore FileDescriptor.swift
[1519/1561] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1520/1561] Compiling NIOCore SocketAddresses.swift
[1521/1561] Compiling NIOCore SocketOptionProvider.swift
[1522/1561] Compiling NIOCore SystemCallHelpers.swift
[1523/1561] Compiling NIOCore TimeAmount+Duration.swift
[1524/1561] Compiling NIOCore TypeAssistedChannelHandler.swift
[1525/1561] Compiling NIOCore UniversalBootstrapSupport.swift
[1526/1561] Compiling NIOCore Utilities.swift
[1561/1561] Emitting module NIOCore
[1563/1613] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1564/1613] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1565/1613] Compiling NIOPosix PosixSingletons.swift
[1566/1613] Compiling NIOPosix RawSocketBootstrap.swift
[1567/1613] Compiling NIOPosix Resolver.swift
[1568/1613] Compiling NIOPosix Selectable.swift
[1569/1619] Emitting module NIOEmbedded
[1570/1619] Compiling NIOEmbedded Embedded.swift
[1571/1619] Compiling NIOEmbedded AsyncTestingChannel.swift
[1572/1619] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1574/1620] Compiling NIOPosix ThreadPosix.swift
[1575/1620] Compiling NIOPosix ThreadWindows.swift
[1576/1620] Compiling NIOPosix UnsafeTransfer.swift
[1577/1620] Compiling NIOPosix Utilities.swift
[1578/1620] Compiling NIOPosix VsockAddress.swift
[1579/1620] Compiling NIOPosix VsockChannelEvents.swift
[1580/1620] Emitting module NIOPosix
[1581/1620] Compiling NIOPosix SelectableChannel.swift
[1582/1620] Compiling NIOPosix SelectableEventLoop.swift
[1583/1620] Compiling NIOPosix SelectorEpoll.swift
[1584/1620] Compiling NIOPosix SelectorGeneric.swift
[1585/1620] Compiling NIOPosix SelectorKqueue.swift
[1586/1620] Compiling NIOPosix SelectorUring.swift
[1587/1620] Compiling NIOPosix ServerSocket.swift
[1588/1620] Compiling NIOPosix Socket.swift
[1589/1620] Compiling NIOPosix SocketChannel.swift
[1590/1620] Compiling NIOPosix SocketProtocols.swift
[1591/1620] Compiling NIOPosix System.swift
[1592/1620] Compiling NIOPosix Thread.swift
[1593/1620] Compiling NIOPosix BSDSocketAPICommon.swift
[1594/1620] Compiling NIOPosix BSDSocketAPIPosix.swift
[1595/1620] Compiling NIOPosix BSDSocketAPIWindows.swift
[1596/1620] Compiling NIOPosix BaseSocket.swift
[1597/1620] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1598/1620] Compiling NIOPosix BaseSocketChannel.swift
[1599/1620] Compiling NIOPosix BaseStreamSocketChannel.swift
[1600/1620] Compiling NIOPosix Bootstrap.swift
[1601/1620] Compiling NIOPosix ControlMessage.swift
[1602/1620] Compiling NIOPosix DatagramVectorReadManager.swift
[1603/1620] Compiling NIOPosix Errors+Any.swift
[1604/1620] Compiling NIOPosix FileDescriptor.swift
[1605/1620] Compiling NIOPosix GetaddrinfoResolver.swift
[1606/1620] Compiling NIOPosix HappyEyeballs.swift
[1607/1620] Compiling NIOPosix IO.swift
[1608/1620] Compiling NIOPosix IntegerBitPacking.swift
[1609/1620] Compiling NIOPosix IntegerTypes.swift
[1610/1620] Compiling NIOPosix Linux.swift
[1611/1620] Compiling NIOPosix LinuxCPUSet.swift
[1612/1620] Compiling NIOPosix LinuxUring.swift
[1613/1620] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1614/1620] Compiling NIOPosix NIOThreadPool.swift
[1615/1620] Compiling NIOPosix NonBlockingFileIO.swift
[1616/1620] Compiling NIOPosix PendingDatagramWritesManager.swift
[1617/1620] Compiling NIOPosix PendingWritesManager.swift
[1618/1620] Compiling NIOPosix PipeChannel.swift
[1619/1620] Compiling NIOPosix PipePair.swift
[1620/1620] Compiling NIOPosix Pool.swift
[1622/1680] Compiling NIO Exports.swift
[1623/1680] Emitting module NIO
[1625/1681] Compiling _NIOFileSystem Exports.swift
[1626/1681] Compiling _NIOFileSystem FileChunks.swift
[1627/1681] Compiling _NIOFileSystem FileHandle.swift
[1628/1683] Compiling _NIOFileSystem FileType.swift
[1629/1683] Compiling _NIOFileSystem IOStrategy.swift
[1630/1683] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[1631/1722] Compiling _NIOFileSystem ParallelDirCopy.swift
[1632/1722] Compiling _NIOFileSystem ParallelRemoval.swift
[1633/1722] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[1634/1722] Compiling _NIOFileSystem CInterop.swift
[1635/1722] Compiling _NIOFileSystem Errno.swift
[1636/1726] Compiling NIOTLS TLSEvents.swift
[1637/1726] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1638/1727] Compiling NIOSOCKS ClientStateMachine.swift
[1639/1727] Emitting module NIOTLS
[1640/1727] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1641/1727] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1642/1727] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1643/1727] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1644/1727] Compiling NIOSOCKS SOCKSResponse.swift
[1645/1727] Compiling NIOHTTP1 HTTPEncoder.swift
[1646/1727] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1647/1727] Emitting module _NIOFileSystem
[1648/1727] Compiling NIOSOCKS ServerStateMachine.swift
[1649/1727] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1650/1727] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1651/1727] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1652/1727] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1653/1727] Emitting module NIOSOCKS
[1654/1727] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1655/1727] Compiling NIOHTTP1 HTTPDecoder.swift
[1656/1728] Compiling AsyncKit Optional+StrictMap.swift
[1657/1728] Compiling AsyncKit Exports.swift
[1661/1730] Emitting module NIOHTTP1
[1662/1730] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1663/1730] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1664/1730] Compiling NIOTLS SNIHandler.swift
[1665/1731] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1666/1731] Emitting module NIOFoundationCompat
[1667/1731] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1668/1731] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1670/1731] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1673/1732] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1674/1732] Compiling _NIOFileSystem Mocking.swift
[1675/1732] Compiling _NIOFileSystem Syscall.swift
[1676/1732] Compiling _NIOFileSystem Syscalls.swift
[1677/1732] Emitting module AsyncKit
[1678/1753] Compiling _NIOFileSystem SystemFileHandle.swift
[1679/1753] Compiling _NIOFileSystem Utilities.swift
[1680/1753] Compiling _NIOFileSystem OpenOptions.swift
[1681/1753] Compiling _NIOFileSystem String+FileSystem.swift
[1682/1783] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1683/1783] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1684/1783] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1685/1783] Compiling NIOSSL SubjectAlternativeName.swift
[1686/1783] Compiling NIOSSL NIOSSLSecureBytes.swift
[1687/1783] Compiling NIOTransportServices NIOTSBootstraps.swift
[1688/1783] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1689/1783] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1690/1783] Compiling NIOTransportServices StateManagedChannel.swift
[1691/1783] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1692/1783] Emitting module NIOTransportServices
[1693/1785] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1694/1785] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1695/1785] Compiling NIOTransportServices NIOTSSingletons.swift
[1696/1785] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1702/1785] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1703/1785] Compiling NIOTransportServices NIOTSErrors.swift
[1704/1785] Compiling NIOTransportServices NIOTSEventLoop.swift
[1707/1785] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1711/1785] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1714/1785] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1715/1785] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1716/1785] Compiling NIOTransportServices AcceptHandler.swift
[1717/1785] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1718/1785] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1719/1785] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1720/1785] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1721/1785] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1729/1787] Emitting module NIOSSL
[1730/1855] Compiling MultipartKit FormDataDecoder.Decoder.swift
[1731/1855] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[1733/1857] Compiling NIOSSL RNG.swift
[1734/1857] Compiling NIOSSL SafeCompare.swift
[1735/1857] Compiling NIOSSL Zeroization.swift
[1736/1857] Compiling NIOWebSocket WebSocketOpcode.swift
[1737/1858] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1738/1858] Compiling NIOHPACK IndexedHeaderTable.swift
[1739/1858] Compiling NIOHPACK IntegerCoding.swift
[1740/1859] Compiling MultipartKit FormDataEncoder.swift
[1741/1859] Compiling MultipartKit Storage.swift
[1746/1861] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[1748/1861] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1749/1861] Compiling MultipartKit MultipartParser.swift
[1750/1861] Compiling MultipartKit MultipartPart.swift
[1752/1861] Compiling MultipartKit MultipartFormData.swift
[1754/1861] Compiling NIOExtras UnsafeTransfer.swift
[1755/1861] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[1756/1861] Compiling MultipartKit FormDataDecoder.swift
[1757/1861] Compiling MultipartKit FormDataEncoder.Encoder.swift
[1758/1861] Compiling MultipartKit BasicCodingKey.swift
[1759/1861] Compiling MultipartKit MultipartError.swift
[1760/1861] Compiling MultipartKit Exports.swift
[1763/1861] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[1764/1861] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[1765/1861] Compiling NIOHTTPCompression HTTPCompression.swift
[1766/1861] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[1771/1861] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1772/1862] Emitting module MultipartKit
[1773/1862] Compiling NIOHPACK HuffmanCoding.swift
[1774/1862] Compiling NIOHPACK HuffmanTables.swift
[1775/1862] Compiling NIOHPACK StaticHeaderTable.swift
[1780/1862] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1781/1862] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1784/1862] Emitting module NIOWebSocket
[1786/1862] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1787/1862] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1788/1862] Compiling NIOHTTPCompression HTTPDecompression.swift
[1794/1862] Emitting module NIOHTTPCompression
[1812/1863] Emitting module NIOExtras
[1813/1863] Compiling MultipartKit MultipartSerializer.swift
[1814/1863] Compiling MultipartKit Utilities.swift
[1820/1863] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1821/1863] Compiling NIOWebSocket WebSocketFrame.swift
[1835/1870] Emitting module NIOHPACK
[1838/1871] Compiling NIOFileSystem Exports.swift
[1840/1871] Emitting module NIOFileSystem
[1841/1871] Compiling NIOSSL TLSConfiguration.swift
[1842/1871] Compiling NIOSSL UniversalBootstrapSupport.swift
[1843/1871] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1844/1872] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1845/1872] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1846/1872] Emitting module _NIOFileSystemFoundationCompat
[1852/1932] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1853/1932] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1854/1932] Compiling NIOHTTP2 MayReceiveFrames.swift
[1855/1932] Compiling NIOHTTP2 ReceivingDataState.swift
[1856/1932] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1857/1932] Compiling NIOHTTP2 StateMachineResult.swift
[1858/1932] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1859/1932] Compiling NIOHTTP2 DOSHeuristics.swift
[1861/1933] Compiling NIOHTTP2 MaySendFrames.swift
[1862/1933] Compiling NIOHTTP2 SendingDataState.swift
[1863/1933] Compiling NIOHTTP2 SendingGoawayState.swift
[1864/1933] Compiling NIOHTTP2 SendingHeadersState.swift
[1865/1933] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1866/1933] Compiling NIOHTTP2 SendingRstStreamState.swift
[1867/1933] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1868/1933] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1869/1949] Compiling WebSocketKit Exports.swift
[1870/1949] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1871/1949] Compiling WebSocketKit WebSocket+Connect.swift
[1872/1949] Emitting module WebSocketKit
[1873/1949] Compiling WebSocketKit WebSocketHandler.swift
[1874/1949] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1875/1949] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1876/1949] Compiling NIOHTTP2 HasLocalSettings.swift
[1877/1949] Compiling NIOHTTP2 HasRemoteSettings.swift
[1878/1949] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1879/1949] Compiling NIOHTTP2 QuiescingState.swift
[1880/1949] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1881/1949] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1885/1949] Compiling NIOHTTP2 Error+Any.swift
[1886/1949] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1887/1949] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1888/1949] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1889/1949] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1890/1949] Compiling WebSocketKit WebSocket+Concurrency.swift
[1891/1949] Compiling WebSocketKit WebSocket.swift
[1892/1949] Compiling WebSocketKit WebSocketClient.swift
[1894/1950] Compiling NIOHTTP2 InboundWindowManager.swift
[1895/1950] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1896/1950] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1897/1950] Compiling NIOHTTP2 StreamChannelList.swift
[1898/1950] Compiling NIOHTTP2 StreamMap.swift
[1899/1950] Compiling NIOHTTP2 StreamStateMachine.swift
[1900/1950] Compiling NIOHTTP2 UnsafeTransfer.swift
[1901/1950] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1906/1950] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1907/1950] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1908/1950] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1909/1950] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1911/1950] Emitting module NIOHTTP2
[1928/1951] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1929/1951] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1930/1951] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1931/1951] Compiling NIOHTTP2 HTTP2StreamID.swift
[1932/1951] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1933/1951] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1934/1951] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1935/1951] Compiling NIOHTTP2 InboundEventBuffer.swift
[1936/1951] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1937/1951] Compiling NIOHTTP2 HTTP2Frame.swift
[1938/1951] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1939/1951] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1940/1951] Compiling NIOHTTP2 HTTP2PingData.swift
[1941/1951] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1942/1951] Compiling NIOHTTP2 HTTP2Settings.swift
[1943/1951] Compiling NIOHTTP2 HTTP2Stream.swift
[1944/1951] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1945/1951] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1946/1951] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1947/1951] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1948/1951] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1949/1951] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1950/1951] Compiling NIOHTTP2 HTTP2Error.swift
[1951/1951] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1953/2011] Emitting module AsyncHTTPClient
[1954/2019] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1955/2019] Compiling AsyncHTTPClient ConnectionTarget.swift
[1956/2019] Compiling AsyncHTTPClient DeconstructedURL.swift
[1957/2019] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1958/2019] Compiling AsyncHTTPClient FoundationExtensions.swift
[1959/2019] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1960/2019] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1961/2019] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1962/2019] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1963/2019] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1964/2019] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1965/2019] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1966/2019] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1967/2019] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1968/2019] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1969/2019] Compiling AsyncHTTPClient RequestBodyLength.swift
[1970/2019] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1971/2019] Compiling AsyncHTTPClient RequestOptions.swift
[1972/2019] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1973/2019] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1974/2019] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1975/2019] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1976/2019] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1977/2019] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1978/2019] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1979/2019] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1980/2019] Compiling AsyncHTTPClient Transaction.swift
[1981/2019] Compiling AsyncHTTPClient Base64.swift
[1982/2019] Compiling AsyncHTTPClient BasicAuth.swift
[1983/2019] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1984/2019] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1985/2019] Compiling AsyncHTTPClient ConnectionPool.swift
[1986/2019] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1987/2019] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1988/2019] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1989/2019] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1990/2019] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1991/2019] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1992/2019] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1993/2019] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1994/2019] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1995/2019] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1996/2019] Compiling AsyncHTTPClient RequestBag.swift
[1997/2019] Compiling AsyncHTTPClient RequestValidation.swift
[1998/2019] Compiling AsyncHTTPClient SSLContextCache.swift
[1999/2019] Compiling AsyncHTTPClient Scheme.swift
[2000/2019] Compiling AsyncHTTPClient Singleton.swift
[2001/2019] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2002/2019] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2003/2019] Compiling AsyncHTTPClient Utils.swift
[2004/2019] Compiling AsyncHTTPClient HTTPClient.swift
[2005/2019] Compiling AsyncHTTPClient HTTPHandler.swift
[2006/2019] Compiling AsyncHTTPClient LRUCache.swift
[2007/2019] Compiling AsyncHTTPClient NWErrorHandler.swift
[2008/2019] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2009/2019] Compiling AsyncHTTPClient TLSConfiguration.swift
[2010/2019] Compiling AsyncHTTPClient RedirectState.swift
[2011/2019] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2012/2019] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2013/2019] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2014/2019] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2015/2019] Compiling AsyncHTTPClient HTTP1Connection.swift
[2016/2019] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2017/2019] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2018/2019] Compiling AsyncHTTPClient HTTP2Connection.swift
[2019/2019] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2021/2189] Compiling Vapor Core.swift
[2022/2189] Compiling Vapor Running.swift
[2023/2189] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2024/2189] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2025/2189] Compiling Vapor DotEnvFile+load.swift
[2026/2189] Compiling Vapor Routes+caseInsenstive.swift
[2027/2189] Compiling Vapor Validatable+validate.swift
[2028/2189] Compiling Vapor Environment+Process.swift
[2029/2189] Compiling Vapor Environment+Secret.swift
[2030/2189] Compiling Vapor Environment.swift
[2031/2189] Compiling Vapor Abort.swift
[2032/2189] Compiling Vapor AbortError.swift
[2033/2189] Compiling Vapor DebuggableError.swift
[2034/2189] Compiling Vapor Demangler.swift
[2035/2189] Compiling Vapor ErrorSource.swift
[2036/2189] Compiling Vapor StackTrace.swift
[2037/2189] Compiling Vapor Exports.swift
[2038/2189] Compiling Vapor Application+HTTP.swift
[2039/2189] Compiling Vapor BasicResponder.swift
[2040/2189] Compiling Vapor BodyStream.swift
[2041/2189] Compiling Vapor Application+HTTP+Client.swift
[2042/2189] Compiling Vapor EventLoopHTTPClient.swift
[2043/2189] Compiling Vapor EndpointCache.swift
[2044/2189] Compiling Vapor HTTPMethod+String.swift
[2045/2213] Compiling Vapor HTTPServerResponseEncoder.swift
[2046/2213] Compiling Vapor HTTPServerUpgradeHandler.swift
[2047/2213] Compiling Vapor Logger+Report.swift
[2048/2213] Compiling Vapor LoggingSystem+Environment.swift
[2049/2213] Compiling Vapor Application+Middleware.swift
[2050/2213] Compiling Vapor CORSMiddleware.swift
[2051/2213] Compiling Vapor ErrorMiddleware.swift
[2052/2213] Compiling Vapor FileMiddleware.swift
[2053/2213] Compiling Vapor Middleware.swift
[2054/2213] Compiling Vapor MiddlewareConfiguration.swift
[2055/2213] Compiling Vapor ResponseCompressionMiddleware.swift
[2056/2213] Compiling Vapor RouteLoggingMiddleware.swift
[2057/2213] Compiling Vapor TracingMiddleware.swift
[2058/2213] Compiling Vapor File+Multipart.swift
[2059/2213] Compiling Vapor FormDataDecoder+Content.swift
[2060/2213] Compiling Vapor FormDataEncoder+Content.swift
[2061/2213] Compiling Vapor Application+Password.swift
[2062/2213] Compiling Vapor Application+Passwords.swift
[2063/2213] Compiling Vapor AsyncPasswordHasher.swift
[2064/2213] Compiling Vapor BcryptHasher.swift
[2065/2213] Compiling Vapor PasswordHasher.swift
[2066/2213] Compiling Vapor PlaintextHasher.swift
[2067/2213] Compiling Vapor Request+Password.swift
[2068/2213] Compiling Vapor Redirect.swift
[2069/2237] Compiling Vapor AsyncBasicResponder.swift
[2070/2237] Compiling Vapor AsyncMiddleware.swift
[2071/2237] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2072/2237] Compiling Vapor AsyncSessionDriver.swift
[2073/2237] Compiling Vapor Authentication+Concurrency.swift
[2074/2237] Compiling Vapor Cache+Concurrency.swift
[2075/2237] Compiling Vapor Client+Concurrency.swift
[2076/2237] Compiling Vapor RequestBody+Concurrency.swift
[2077/2237] Compiling Vapor Responder+Concurrency.swift
[2078/2237] Compiling Vapor ResponseCodable+Concurrency.swift
[2079/2237] Compiling Vapor RoutesBuilder+Concurrency.swift
[2080/2237] Compiling Vapor ViewRenderer+Concurrency.swift
[2081/2237] Compiling Vapor WebSocket+Concurrency.swift
[2082/2237] Compiling Vapor ContainerGetPathExecutor.swift
[2083/2237] Compiling Vapor Content.swift
[2084/2237] Compiling Vapor ContentCoders.swift
[2085/2237] Compiling Vapor ContentConfiguration.swift
[2086/2237] Compiling Vapor ContentContainer.swift
[2087/2237] Compiling Vapor JSONCoder+Custom.swift
[2088/2237] Compiling Vapor JSONCoders+Content.swift
[2089/2237] Compiling Vapor PlaintextDecoder.swift
[2090/2237] Compiling Vapor PlaintextEncoder.swift
[2091/2237] Compiling Vapor URLQueryCoders.swift
[2092/2237] Compiling Vapor URLQueryContainer.swift
[2093/2237] Compiling Vapor Application.swift
[2094/2237] Compiling Vapor AuthenticationCache.swift
[2095/2237] Compiling Vapor Authenticator.swift
[2096/2237] Compiling Vapor BasicAuthorization.swift
[2097/2237] Compiling Vapor BearerAuthorization.swift
[2098/2237] Compiling Vapor GuardMiddleware.swift
[2099/2237] Compiling Vapor RedirectMiddleware.swift
[2100/2237] Compiling Vapor SessionAuthenticatable.swift
[2101/2237] Compiling Vapor Bcrypt.swift
[2102/2237] Compiling Vapor Application+Cache.swift
[2103/2237] Compiling Vapor Cache.swift
[2104/2237] Compiling Vapor CacheExpirationTime.swift
[2105/2237] Compiling Vapor MemoryCache.swift
[2106/2237] Compiling Vapor Request+Cache.swift
[2107/2237] Compiling Vapor Application+Clients.swift
[2108/2237] Compiling Vapor Client.swift
[2109/2237] Compiling Vapor ClientRequest.swift
[2110/2237] Compiling Vapor ClientResponse.swift
[2111/2237] Compiling Vapor Request+Client.swift
[2112/2237] Compiling Vapor BootCommand.swift
[2113/2237] Compiling Vapor CommandContext+Application.swift
[2114/2237] Compiling Vapor RoutesCommand.swift
[2115/2237] Compiling Vapor ServeCommand.swift
[2116/2237] Compiling Vapor AnyResponse+Concurrency.swift
[2117/2237] Compiling Vapor Validator.swift
[2118/2237] Compiling Vapor ValidatorResult.swift
[2119/2237] Compiling Vapor And.swift
[2120/2237] Compiling Vapor Case.swift
[2121/2237] Compiling Vapor CharacterSet.swift
[2122/2237] Compiling Vapor Count.swift
[2123/2237] Compiling Vapor Custom.swift
[2124/2237] Compiling Vapor Email.swift
[2125/2237] Compiling Vapor Empty.swift
[2126/2237] Compiling Vapor In.swift
[2127/2237] Compiling Vapor Nil.swift
[2128/2237] Compiling Vapor NilIgnoring.swift
[2129/2237] Compiling Vapor Not.swift
[2130/2237] Compiling Vapor Or.swift
[2131/2237] Compiling Vapor Pattern.swift
[2132/2237] Compiling Vapor Range.swift
[2133/2237] Compiling Vapor URL.swift
[2134/2237] Compiling Vapor Valid.swift
[2135/2237] Compiling Vapor Application+Views.swift
[2136/2237] Compiling Vapor PlaintextRenderer.swift
[2137/2237] Compiling Vapor Request+View.swift
[2138/2237] Compiling Vapor View.swift
[2139/2237] Compiling Vapor ViewRenderer.swift
[2140/2237] Compiling Vapor _Deprecations.swift
[2141/2237] Emitting module Vapor
[2142/2237] Compiling Vapor Request+Body.swift
[2143/2237] Compiling Vapor Request+BodyStream.swift
[2144/2237] Compiling Vapor Request.swift
[2145/2237] Compiling Vapor Application+Responder.swift
[2146/2237] Compiling Vapor DefaultResponder.swift
[2147/2237] Compiling Vapor Response+Body.swift
[2148/2237] Compiling Vapor Response.swift
[2149/2237] Compiling Vapor ResponseCodable.swift
[2150/2237] Compiling Vapor Application+Routes.swift
[2151/2237] Compiling Vapor Parameters+Require.swift
[2152/2237] Compiling Vapor Request+WebSocket.swift
[2153/2237] Compiling Vapor Route.swift
[2154/2237] Compiling Vapor RouteCollection.swift
[2155/2237] Compiling Vapor Routes.swift
[2156/2237] Compiling Vapor RoutesBuilder+Group.swift
[2157/2237] Compiling Vapor RoutesBuilder+Method.swift
[2158/2237] Compiling Vapor RoutesBuilder+Middleware.swift
[2159/2237] Compiling Vapor RoutesBuilder+WebSocket.swift
[2160/2237] Compiling Vapor RoutesBuilder.swift
[2161/2237] Compiling Vapor OTP.swift
[2162/2237] Compiling Vapor Application+Servers.swift
[2163/2237] Compiling Vapor Server.swift
[2164/2237] Compiling Vapor App+Service.swift
[2165/2237] Compiling Vapor Req+Service.swift
[2166/2237] Compiling Vapor Service.swift
[2167/2237] Compiling Vapor Application+Sessions.swift
[2168/2237] Compiling Vapor MemorySessions.swift
[2169/2237] Compiling Vapor Request+Session.swift
[2170/2237] Compiling Vapor Session.swift
[2171/2237] Compiling Vapor SessionCache.swift
[2172/2237] Compiling Vapor SessionData.swift
[2173/2237] Compiling Vapor SessionDriver.swift
[2174/2237] Compiling Vapor SessionsConfiguration.swift
[2175/2237] Compiling Vapor SessionsMiddleware.swift
[2176/2237] Compiling Vapor URLEncodedFormData.swift
[2177/2237] Compiling Vapor URLEncodedFormDecoder.swift
[2178/2237] Compiling Vapor URLEncodedFormEncoder.swift
[2179/2237] Compiling Vapor URLEncodedFormError.swift
[2180/2237] Compiling Vapor URLEncodedFormParser.swift
[2181/2237] Compiling Vapor URLEncodedFormSerializer.swift
[2182/2237] Compiling Vapor URLQueryFragmentConvertible.swift
[2183/2237] Compiling Vapor AnyResponse.swift
[2184/2237] Compiling Vapor Array+Random.swift
[2185/2237] Compiling Vapor Base32.swift
[2186/2237] Compiling Vapor Base64.swift
[2187/2237] Compiling Vapor BaseN.swift
[2188/2237] Compiling Vapor BasicCodingKey.swift
[2189/2237] Compiling Vapor ByteCount.swift
[2190/2237] Compiling Vapor Bytes+Hex.swift
[2191/2237] Compiling Vapor Bytes+SecureCompare.swift
[2192/2237] Compiling Vapor Collection+Safe.swift
[2193/2237] Compiling Vapor DataProtocol+Copy.swift
[2194/2237] Compiling Vapor DecoderUnwrapper.swift
[2195/2237] Compiling Vapor DirectoryConfiguration.swift
[2196/2237] Compiling Vapor DotEnv.swift
[2197/2237] Compiling Vapor Extendable.swift
[2198/2237] Compiling Vapor File.swift
[2199/2237] Compiling Vapor FileIO.swift
[2200/2237] Compiling Vapor LifecycleHandler.swift
[2201/2237] Compiling Vapor OptionalType.swift
[2202/2237] Compiling Vapor RFC1123.swift
[2203/2237] Compiling Vapor SocketAddress+Hostname.swift
[2204/2237] Compiling Vapor Storage.swift
[2205/2237] Compiling Vapor String+IsIPAddress.swift
[2206/2237] Compiling Vapor Thread.swift
[2207/2237] Compiling Vapor URI.swift
[2208/2237] Compiling Vapor RangeResult.swift
[2209/2237] Compiling Vapor Validatable.swift
[2210/2237] Compiling Vapor Validation.swift
[2211/2237] Compiling Vapor ValidationKey.swift
[2212/2237] Compiling Vapor Validations.swift
[2213/2237] Compiling Vapor ValidationsError.swift
[2214/2237] Compiling Vapor HTTPStatus.swift
[2215/2237] Compiling Vapor HTTPCookies.swift
[2216/2237] Compiling Vapor HTTPHeaderCacheControl.swift
[2217/2237] Compiling Vapor HTTPHeaderExpires.swift
[2218/2237] Compiling Vapor HTTPHeaderLastModified.swift
[2219/2237] Compiling Vapor HTTPHeaders+Cache.swift
[2220/2237] Compiling Vapor HTTPHeaders+Connection.swift
[2221/2237] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2222/2237] Compiling Vapor HTTPHeaders+ContentRange.swift
[2223/2237] Compiling Vapor HTTPHeaders+Directive.swift
[2224/2237] Compiling Vapor HTTPHeaders+Forwarded.swift
[2225/2237] Compiling Vapor HTTPHeaders+Link.swift
[2226/2237] Compiling Vapor HTTPHeaders+Name.swift
[2227/2237] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2228/2237] Compiling Vapor HTTPHeaders.swift
[2229/2237] Compiling Vapor HTTPMediaType.swift
[2230/2237] Compiling Vapor HTTPMediaTypePreference.swift
[2231/2237] Compiling Vapor Responder.swift
[2232/2237] Compiling Vapor Application+HTTP+Server.swift
[2233/2237] Compiling Vapor HTTPServer.swift
[2234/2237] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2235/2237] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2236/2237] Compiling Vapor HTTPServerHandler.swift
[2237/2237] Compiling Vapor HTTPServerRequestDecoder.swift
[2239/2241] Compiling VaporElementary HTMLResponseBodyWriter.swift
[2240/2241] Emitting module VaporElementary
[2241/2241] Compiling VaporElementary HTMLResponse.swift
Build complete! (410.16s)
Build complete.
{
"dependencies" : [
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.102.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
},
{
"identity" : "elementary",
"requirement" : {
"range" : [
{
"lower_bound" : "0.4.3",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/sliemeobn/elementary.git"
}
],
"manifest_display_name" : "vapor-elementary",
"name" : "vapor-elementary",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "tvos",
"version" : "17.0"
},
{
"name" : "watchos",
"version" : "10.0"
}
],
"products" : [
{
"name" : "VaporElementary",
"targets" : [
"VaporElementary"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "VaporElementaryTests",
"module_type" : "SwiftTarget",
"name" : "VaporElementaryTests",
"path" : "Tests/VaporElementaryTests",
"product_dependencies" : [
"Elementary",
"XCTVapor"
],
"sources" : [
"HTMLResponseTests.swift",
"NonSendableHTMLResponseTests.swift"
],
"target_dependencies" : [
"VaporElementary"
],
"type" : "test"
},
{
"c99name" : "VaporElementary",
"module_type" : "SwiftTarget",
"name" : "VaporElementary",
"path" : "Sources/VaporElementary",
"product_dependencies" : [
"Vapor",
"Elementary"
],
"product_memberships" : [
"VaporElementary"
],
"sources" : [
"HTMLResponse.swift",
"HTMLResponseBodyWriter.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
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.