Build Information
Successful build of leaf, reference main (d46958
), with Swift 6.1 for Linux on 1 May 2025 05:03:55 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor/leaf.git
Reference: main
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/leaf
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at d469584 General cleanup (#237)
Cloned https://github.com/vapor/leaf.git
Revision (git rev-parse @):
d469584b9186851c5a4012d11325fb9db3207ebb
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vapor/leaf.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/vapor/leaf.git
https://github.com/vapor/leaf.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "leaf-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "1.12.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/leaf-kit.git"
},
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.114.1",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
},
{
"identity" : "swift-algorithms",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-algorithms.git"
}
],
"manifest_display_name" : "leaf",
"name" : "leaf",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "Leaf",
"targets" : [
"Leaf"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "LeafTests",
"module_type" : "SwiftTarget",
"name" : "LeafTests",
"path" : "Tests/LeafTests",
"product_dependencies" : [
"XCTVapor"
],
"sources" : [
"LeafEncoderTests.swift",
"LeafTests.swift"
],
"target_dependencies" : [
"Leaf"
],
"type" : "test"
},
{
"c99name" : "Leaf",
"module_type" : "SwiftTarget",
"name" : "Leaf",
"path" : "Sources/Leaf",
"product_dependencies" : [
"LeafKit",
"Vapor",
"Algorithms"
],
"product_memberships" : [
"Leaf"
],
"sources" : [
"Application+Leaf.swift",
"Exports.swift",
"LeafEncoder.swift",
"LeafError+AbortError.swift",
"LeafRenderer+ViewRenderer.swift",
"Request+Leaf.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/vapor/leaf-kit.git
Fetching https://github.com/apple/swift-algorithms.git
[1/5918] Fetching swift-algorithms
[179/10856] Fetching swift-algorithms, leaf-kit
[10857/85193] Fetching swift-algorithms, leaf-kit, vapor
Fetched https://github.com/vapor/leaf-kit.git from cache (2.39s)
Fetched https://github.com/apple/swift-algorithms.git from cache (2.39s)
Fetched https://github.com/vapor/vapor.git from cache (2.43s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (5.15s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.43s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.114.1 (1.42s)
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/vapor/multipart-kit.git
[1/1063] Fetching swift-service-context
[278/3668] Fetching swift-service-context, websocket-kit
[279/8642] Fetching swift-service-context, websocket-kit, swift-distributed-tracing
[3388/10848] Fetching swift-service-context, websocket-kit, swift-distributed-tracing, swift-metrics
[3571/14056] Fetching swift-service-context, websocket-kit, swift-distributed-tracing, swift-metrics, multipart-kit
[3700/15761] Fetching swift-service-context, websocket-kit, swift-distributed-tracing, swift-metrics, multipart-kit, swift-atomics
Fetched https://github.com/vapor/websocket-kit.git from cache (0.56s)
[9800/13156] Fetching swift-service-context, swift-distributed-tracing, swift-metrics, multipart-kit, swift-atomics
Fetching https://github.com/apple/swift-log.git
Fetched https://github.com/apple/swift-service-context.git from cache (0.87s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.91s)
Fetching https://github.com/apple/swift-nio-http2.git
[5549/10955] Fetching swift-metrics, multipart-kit, swift-atomics, swift-log
[9385/16679] Fetching swift-metrics, multipart-kit, swift-atomics, swift-log, swift-nio-extras
[15109/28183] Fetching swift-metrics, multipart-kit, swift-atomics, swift-log, swift-nio-extras, swift-nio-http2
Fetched https://github.com/apple/swift-log.git from cache (0.68s)
[11848/24347] Fetching swift-metrics, multipart-kit, swift-atomics, swift-nio-extras, swift-nio-http2
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.50s)
[8091/18623] Fetching swift-metrics, multipart-kit, swift-atomics, swift-nio-http2
Fetching https://github.com/apple/swift-nio.git
[16835/33432] Fetching swift-metrics, multipart-kit, swift-atomics, swift-nio-http2, swift-nio-ssl
[18843/109001] Fetching swift-metrics, multipart-kit, swift-atomics, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (2.34s)
[51320/107296] Fetching swift-metrics, multipart-kit, swift-nio-http2, swift-nio-ssl, swift-nio
Fetching https://github.com/vapor/routing-kit.git
Fetched https://github.com/apple/swift-metrics.git from cache (2.34s)
[49869/105090] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl, swift-nio
Fetching https://github.com/apple/swift-crypto.git
Fetched https://github.com/vapor/multipart-kit.git from cache (2.41s)
[52395/101882] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.52s)
Fetching https://github.com/vapor/console-kit.git
[41647/90378] Fetching swift-nio-ssl, swift-nio
Fetching https://github.com/vapor/async-kit.git
[54479/111105] Fetching swift-nio-ssl, swift-nio, routing-kit
[61484/116590] Fetching swift-nio-ssl, swift-nio, routing-kit, console-kit
[63385/130448] Fetching swift-nio-ssl, swift-nio, routing-kit, console-kit, swift-crypto
[63786/132818] Fetching swift-nio-ssl, swift-nio, routing-kit, console-kit, swift-crypto, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.46s)
[86837/130448] Fetching swift-nio-ssl, swift-nio, routing-kit, console-kit, swift-crypto
Fetching https://github.com/swift-server/async-http-client.git
Fetched https://github.com/vapor/console-kit.git from cache (0.51s)
[81629/124963] Fetching swift-nio-ssl, swift-nio, routing-kit, swift-crypto
[89911/138928] Fetching swift-nio-ssl, swift-nio, routing-kit, swift-crypto, async-http-client
Fetched https://github.com/vapor/routing-kit.git from cache (2.88s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.99s)
Fetched https://github.com/swift-server/async-http-client.git from cache (3.15s)
Fetched https://github.com/apple/swift-crypto.git from cache (3.75s)
Fetched https://github.com/apple/swift-nio.git from cache (5.96s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (9.05s)
Computing version for https://github.com/vapor/leaf-kit.git
Computed https://github.com/vapor/leaf-kit.git at 1.13.1 (0.59s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (0.53s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (1.17s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4367] Fetching swift-system
[3844/20673] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.11s)
Fetched https://github.com/apple/swift-collections.git from cache (1.13s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (1.86s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.54s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.60s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.0 (0.52s)
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.34s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.97s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/904] Fetching swift-http-types
[905/2031] Fetching swift-http-types, swift-http-structured-headers
Fetched https://github.com/apple/swift-http-types.git from cache (0.28s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.28s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (0.81s)
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.54s)
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.52s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.54s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.81s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.53s)
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.56s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.52s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.58s)
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.65s)
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.55s)
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.55s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.58s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.78s)
Fetching https://github.com/apple/swift-asn1.git
[1/1584] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.29s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.91s)
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-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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-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-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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.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/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-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/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.2
Creating working copy for https://github.com/apple/swift-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-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/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/apple/swift-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-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/vapor/leaf-kit.git
Working copy of https://github.com/vapor/leaf-kit.git resolved at 1.13.1
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.114.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-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Building for debugging...
[0/832] Write sources
[42/832] Compiling CNIOWASI CNIOWASI.c
[43/832] Write sources
[44/832] Compiling CNIOWindows shim.c
[45/832] Compiling CNIOWindows WSAStartup.c
[46/832] Write sources
[51/832] Compiling CNIOLinux liburing_shims.c
[52/832] Compiling CVaporBcrypt blf.c
[53/832] Compiling CVaporBcrypt bcrypt.c
[54/832] Compiling _AtomicsShims.c
[55/832] Compiling _NumericsShims _NumericsShims.c
[56/832] Compiling CNIOExtrasZlib empty.c
[57/832] Compiling CSystem shims.c
[58/832] Compiling CNIOLLHTTP c_nio_http.c
[59/832] Compiling CNIOLinux shim.c
[60/832] Compiling CNIOSHA1 c_nio_sha1.c
[61/832] Compiling CNIODarwin shim.c
[62/832] Compiling CNIOLLHTTP c_nio_api.c
[63/832] Compiling fiat_p256_adx_sqr.S
[64/832] Compiling fiat_p256_adx_mul.S
[65/832] Compiling fiat_curve25519_adx_square.S
[66/832] Compiling fiat_curve25519_adx_mul.S
[67/832] Write swift-version-24593BA9C3E375BF.txt
[68/832] Compiling CNIOLLHTTP c_nio_llhttp.c
[69/834] Compiling CNIOBoringSSLShims shims.c
[71/838] Emitting module _NIODataStructures
[71/838] Compiling tls13_client.cc
[72/838] Compiling tls_record.cc
[73/838] Compiling tls_method.cc
[74/838] Compiling tls13_enc.cc
[75/869] Compiling tls13_both.cc
[76/884] Compiling tls13_server.cc
[78/884] Emitting module ServiceContextModule
[79/904] Emitting module SystemPackage
[80/907] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[81/907] Compiling InternalCollectionsUtilities Specialize.swift
[82/907] Compiling RealModule Real.swift
[83/910] Compiling SystemPackage MachPort.swift
[84/910] Compiling SystemPackage PlatformString.swift
[85/910] Compiling SystemPackage SystemString.swift
[86/910] Compiling InternalCollectionsUtilities _SortedCollection.swift
[87/910] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[88/910] Compiling CoreMetrics Metrics.swift
[89/910] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[90/910] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[91/910] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[92/910] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[93/910] Compiling SystemPackage Util+StringArray.swift
[94/910] Compiling SystemPackage Util.swift
[95/910] Compiling SystemPackage UtilConsumers.swift
[96/910] Compiling InternalCollectionsUtilities UInt+reversed.swift
[97/910] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[98/910] Compiling _NIODataStructures _TinyArray.swift
[99/910] Emitting module InternalCollectionsUtilities
[100/910] Compiling InternalCollectionsUtilities Debugging.swift
[101/910] Compiling InternalCollectionsUtilities Descriptions.swift
[102/910] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[103/910] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[106/910] Compiling InternalCollectionsUtilities Integer rank.swift
[107/910] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[108/910] Compiling _NIODataStructures PriorityQueue.swift
[109/910] Compiling ServiceContextModule ServiceContextKey.swift
[110/910] Compiling ServiceContextModule ServiceContext.swift
[111/911] Compiling RealModule RealFunctions.swift
[112/911] Compiling RealModule ElementaryFunctions.swift
[115/911] Compiling RealModule Float16+Real.swift
[116/911] Compiling RealModule Float80+Real.swift
[117/911] Compiling RealModule Float+Real.swift
[118/911] Emitting module RealModule
[119/912] Compiling _NIOBase64 Base64.swift
[124/912] Emitting module _NIOBase64
[132/913] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[133/913] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[135/920] Compiling SystemPackage Mocking.swift
[136/920] Compiling SystemPackage RawBuffer.swift
[137/920] Compiling SystemPackage Syscalls.swift
[138/920] Compiling SystemPackage WindowsSyscallAdapters.swift
[139/920] Compiling Logging MetadataProvider.swift
[140/921] Compiling Instrumentation NoOpInstrument.swift
[141/929] Emitting module CoreMetrics
[142/929] Compiling CoreMetrics Locks.swift
[145/932] Compiling SystemPackage Constants.swift
[146/932] Compiling SystemPackage Exports.swift
[147/935] Compiling Algorithms RandomSample.swift
[148/935] Compiling Algorithms Reductions.swift
[149/935] Compiling Algorithms Rotate.swift
[150/935] Compiling Algorithms Joined.swift
[151/935] Compiling Algorithms Keyed.swift
[152/935] Compiling Algorithms MinMax.swift
[155/943] Compiling Instrumentation Instrument.swift
[156/947] Compiling _NIODataStructures Heap.swift
[157/948] Emitting module Logging
[158/948] Compiling Logging Locks.swift
[159/948] Compiling Logging LogHandler.swift
[160/948] Compiling Logging Logging.swift
[161/949] Compiling Instrumentation MultiplexInstrument.swift
[163/949] Compiling Instrumentation InstrumentationSystem.swift
[164/949] Compiling Instrumentation Locks.swift
[165/949] Emitting module Instrumentation
[170/950] Compiling Algorithms Split.swift
[171/950] Compiling Algorithms Stride.swift
[172/950] Compiling Algorithms Suffix.swift
[175/1092] Compiling ssl_x509.cc
[177/1092] Compiling Tracing InstrumentationSystem+Tracing.swift
[177/1092] Compiling t1_enc.cc
[179/1099] Compiling Tracing TracingTime.swift
[180/1099] Compiling HeapModule Heap+Invariants.swift
[181/1099] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[182/1099] Emitting module Tracing
[183/1099] Compiling HeapModule Heap+Descriptions.swift
[184/1099] Compiling Tracing TracerProtocol.swift
[185/1144] Compiling HashTreeCollections _HashNode+Structural filter.swift
[186/1144] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[187/1144] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[188/1144] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[189/1175] Compiling Tracing Tracer.swift
[190/1175] Compiling Tracing TracerProtocol+Legacy.swift
[191/1175] Compiling HeapModule Heap.swift
[192/1175] Compiling HeapModule _HeapNode.swift
[193/1175] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[194/1175] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[195/1175] Compiling HashTreeCollections _HashNode+Structural union.swift
[196/1175] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[197/1175] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[198/1175] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[199/1175] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[200/1175] Compiling HashTreeCollections _HashNode.swift
[201/1175] Compiling HashTreeCollections _HashNodeHeader.swift
[202/1175] Compiling HashTreeCollections _HashSlot.swift
[203/1175] Compiling HeapModule Heap+UnsafeHandle.swift
[204/1175] Compiling HashTreeCollections _Bucket.swift
[205/1175] Compiling HashTreeCollections _Hash.swift
[206/1175] Compiling HashTreeCollections _HashLevel.swift
[207/1175] Emitting module HeapModule
[208/1176] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[209/1176] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[210/1176] Compiling HashTreeCollections TreeDictionary+Keys.swift
[211/1176] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[212/1176] Compiling HashTreeCollections TreeDictionary+Merge.swift
[213/1176] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[214/1176] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[215/1176] Compiling HashTreeCollections TreeDictionary+Collection.swift
[216/1176] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[217/1176] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[218/1176] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[219/1176] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[220/1176] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[221/1176] Compiling HashTreeCollections TreeDictionary+Filter.swift
[226/1183] Compiling HashTreeCollections _HashNode+Builder.swift
[227/1183] Compiling HashTreeCollections _HashNode+Debugging.swift
[228/1183] Compiling HashTreeCollections _HashNode+Initializers.swift
[229/1183] Compiling HashTreeCollections _HashNode+Invariants.swift
[230/1183] Compiling HashTreeCollections _HashNode+Lookups.swift
[231/1183] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[232/1183] Compiling HashTreeCollections _HashTreeIterator.swift
[233/1183] Compiling HashTreeCollections _HashTreeStatistics.swift
[234/1183] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[235/1183] Compiling HashTreeCollections _RawHashNode.swift
[236/1183] Compiling HashTreeCollections _UnmanagedHashNode.swift
[237/1183] Compiling HashTreeCollections _UnsafePath.swift
[238/1183] Compiling HashTreeCollections TreeDictionary+Codable.swift
[239/1183] Compiling Tracing NoOpTracer.swift
[240/1183] Compiling Tracing SpanProtocol.swift
[241/1184] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[242/1184] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[243/1184] Compiling HashTreeCollections _HashNode+Storage.swift
[244/1184] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[246/1199] Compiling DequeModule Deque+Testing.swift
[247/1199] Compiling DequeModule Deque._Storage.swift
[248/1199] Compiling DequeModule Deque._UnsafeHandle.swift
[249/1199] Compiling DequeModule Deque.swift
[250/1199] Compiling DequeModule _DequeBuffer.swift
[251/1199] Compiling DequeModule _DequeBufferHeader.swift
[259/1199] Compiling HashTreeCollections _HashStack.swift
[260/1199] Compiling HashTreeCollections _AncestorHashSlots.swift
[261/1199] Compiling HashTreeCollections _Bitmap.swift
[262/1199] Compiling HashTreeCollections TreeSet+Hashable.swift
[263/1199] Compiling HashTreeCollections TreeSet+Sendable.swift
[264/1199] Compiling HashTreeCollections TreeSet+Sequence.swift
[265/1199] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[266/1199] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[267/1199] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[268/1199] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[269/1199] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[270/1199] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[271/1199] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[279/1211] Compiling OrderedCollections OrderedSet+Sendable.swift
[280/1211] Compiling OrderedCollections OrderedSet+SubSequence.swift
[281/1211] Compiling OrderedCollections OrderedSet+Testing.swift
[282/1211] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[285/1220] Compiling DequeModule Deque+CustomReflectable.swift
[286/1220] Compiling DequeModule Deque+Descriptions.swift
[287/1220] Compiling DequeModule Deque+Equatable.swift
[288/1220] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[289/1220] Compiling DequeModule Deque+Extras.swift
[290/1220] Compiling DequeModule Deque+Hashable.swift
[305/1220] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[306/1220] Compiling OrderedCollections OrderedSet.swift
[307/1220] Compiling OrderedCollections _UnsafeBitset.swift
[308/1220] Compiling HashTreeCollections TreeSet+Equatable.swift
[309/1220] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[310/1220] Compiling HashTreeCollections TreeSet+Extras.swift
[311/1220] Compiling HashTreeCollections TreeSet+Filter.swift
[312/1220] Compiling _RopeModule _CharacterRecognizer.swift
[313/1220] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[314/1220] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[315/1220] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[316/1220] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[317/1220] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[318/1220] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[319/1220] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[320/1220] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[321/1220] Compiling HashTreeCollections TreeSet.swift
[322/1220] Compiling DequeModule Deque+Codable.swift
[323/1220] Compiling DequeModule Deque+Collection.swift
[330/1220] Compiling DequeModule _DequeSlot.swift
[331/1220] Compiling DequeModule _UnsafeWrappedBuffer.swift
[343/1220] Emitting module RoutingKit
[353/1220] Compiling RoutingKit PathComponent.swift
[364/1220] Emitting module DequeModule
[365/1220] Emitting module Algorithms
[377/1222] Emitting module OrderedCollections
[381/1223] Compiling RoutingKit Router.swift
[382/1223] Compiling RoutingKit TrieRouter.swift
[382/1223] Compiling ssl_versions.cc
[384/1223] Emitting module _RopeModule
[385/1223] Compiling _RopeModule Rope+Join.swift
[386/1223] Compiling _RopeModule Rope+MutatingForEach.swift
[387/1223] Compiling _RopeModule Rope+Remove.swift
[388/1223] Compiling _RopeModule Rope+RemoveSubrange.swift
[389/1223] Compiling _RopeModule Rope+Split.swift
[390/1223] Compiling _RopeModule Optional Utilities.swift
[391/1223] Compiling _RopeModule String Utilities.swift
[392/1223] Compiling _RopeModule String.Index+ABI.swift
[427/1223] Compiling RoutingKit AnyRouter.swift
[428/1223] Compiling RoutingKit Parameters.swift
[429/1224] Emitting module Metrics
[430/1224] Compiling Metrics Metrics.swift
[432/1225] Compiling ssl_transcript.cc
[433/1225] Compiling ssl_session.cc
[434/1225] Compiling ssl_stat.cc
[435/1225] Compiling ssl_privkey.cc
[437/1225] Emitting module HashTreeCollections
[478/1227] Compiling ssl_key_share.cc
[479/1227] Compiling ssl_file.cc
[480/1227] Compiling ssl_credential.cc
[480/1227] Compiling ssl_buffer.cc
[482/1227] Compiling ssl_cert.cc
[483/1227] Compiling ssl_lib.cc
[484/1227] Compiling ssl_cipher.cc
[485/1227] Compiling ssl_asn1.cc
[486/1227] Compiling ssl_aead_ctx.cc
[487/1227] Compiling s3_pkt.cc
[488/1227] Compiling s3_both.cc
[489/1227] Compiling s3_lib.cc
[490/1227] Compiling handshake_client.cc
[491/1227] Compiling handshake.cc
[492/1227] Compiling handshake_server.cc
[493/1227] Compiling handoff.cc
[494/1227] Compiling extensions.cc
[495/1227] Compiling encrypted_client_hello.cc
[496/1227] Compiling md5-x86_64-linux.S
[497/1227] Compiling md5-x86_64-apple.S
[498/1227] Compiling d1_pkt.cc
[499/1227] Compiling dtls_record.cc
[500/1227] Compiling md5-586-linux.S
[501/1227] Compiling md5-586-apple.S
[502/1227] Compiling dtls_method.cc
[503/1227] Compiling d1_srtp.cc
[504/1227] Compiling d1_lib.cc
[505/1227] Compiling chacha20_poly1305_x86_64-apple.S
[506/1227] Compiling err_data.cc
[507/1227] Compiling chacha20_poly1305_x86_64-linux.S
[508/1227] Compiling d1_both.cc
[509/1227] Compiling bio_ssl.cc
[510/1227] Compiling chacha20_poly1305_armv8-win.S
[510/1227] Compiling chacha-x86_64-apple.S
[512/1227] Compiling chacha-x86_64-linux.S
[513/1227] Compiling chacha20_poly1305_armv8-linux.S
[514/1227] Compiling chacha20_poly1305_armv8-apple.S
[515/1227] Compiling chacha-x86-linux.S
[516/1227] Compiling chacha-x86-apple.S
[517/1227] Compiling chacha-armv8-win.S
[518/1227] Compiling chacha-armv8-linux.S
[519/1227] Compiling aes128gcmsiv-x86_64-apple.S
[520/1227] Compiling chacha-armv4-linux.S
[521/1227] Compiling chacha-armv8-apple.S
[522/1227] Compiling aes128gcmsiv-x86_64-linux.S
[523/1227] Compiling x86_64-mont5-apple.S
[524/1227] Compiling x86_64-mont-linux.S
[525/1227] Compiling x86_64-mont5-linux.S
[526/1227] Compiling vpaes-x86_64-apple.S
[527/1227] Compiling x86-mont-linux.S
[527/1227] Compiling x86_64-mont-apple.S
[529/1227] Compiling x86-mont-apple.S
[530/1227] Compiling vpaes-x86-apple.S
[531/1227] Compiling vpaes-armv8-win.S
[532/1227] Compiling vpaes-x86_64-linux.S
[532/1227] Compiling vpaes-x86-linux.S
[534/1227] Compiling vpaes-armv7-linux.S
[535/1227] Compiling sha512-armv8-linux.S
[536/1227] Compiling vpaes-armv8-apple.S
[537/1227] Compiling sha512-armv8-win.S
[538/1227] Compiling vpaes-armv8-linux.S
[539/1227] Compiling sha512-x86_64-apple.S
[540/1227] Compiling sha512-x86_64-linux.S
[541/1227] Compiling sha512-armv8-apple.S
[542/1227] Compiling sha512-586-linux.S
[543/1227] Compiling sha512-armv4-linux.S
[544/1227] Compiling sha512-586-apple.S
[545/1227] Compiling sha256-x86_64-apple.S
[546/1227] Compiling sha256-armv8-win.S
[547/1227] Compiling sha256-armv8-linux.S
[548/1227] Compiling sha256-armv8-apple.S
[549/1227] Compiling sha256-x86_64-linux.S
[550/1227] Compiling sha256-armv4-linux.S
[551/1227] Compiling sha256-586-linux.S
[552/1227] Compiling sha1-x86_64-apple.S
[553/1227] Compiling sha256-586-apple.S
[554/1227] Compiling sha1-armv8-apple.S
[555/1227] Compiling sha1-x86_64-linux.S
[556/1227] Compiling sha1-armv8-linux.S
[557/1227] Compiling sha1-armv8-win.S
[558/1227] Compiling sha1-586-linux.S
[559/1227] Compiling sha1-armv4-large-linux.S
[560/1227] Compiling sha1-586-apple.S
[561/1227] Compiling rdrand-x86_64-linux.S
[561/1227] Compiling rsaz-avx2-linux.S
[563/1227] Compiling rsaz-avx2-apple.S
[563/1227] Compiling rdrand-x86_64-apple.S
[565/1227] Compiling p256_beeu-x86_64-asm-apple.S
[566/1227] Compiling p256_beeu-x86_64-asm-linux.S
[567/1227] Compiling p256_beeu-armv8-asm-win.S
[568/1227] Compiling p256_beeu-armv8-asm-linux.S
[569/1227] Compiling p256-x86_64-asm-apple.S
[570/1227] Compiling p256-armv8-asm-linux.S
[570/1227] Compiling p256_beeu-armv8-asm-apple.S
[572/1227] Compiling p256-armv8-asm-win.S
[573/1227] Compiling ghashv8-armv8-win.S
[574/1227] Compiling p256-x86_64-asm-linux.S
[575/1227] Compiling p256-armv8-asm-apple.S
[576/1227] Compiling ghashv8-armv8-linux.S
[577/1227] Compiling ghashv8-armv8-apple.S
[578/1227] Compiling ghashv8-armv7-linux.S
[579/1227] Compiling ghash-x86_64-linux.S
[580/1227] Compiling ghash-x86-linux.S
[581/1227] Compiling ghash-x86_64-apple.S
[582/1227] Compiling ghash-x86-apple.S
[583/1227] Compiling ghash-ssse3-x86_64-linux.S
[584/1227] Compiling ghash-ssse3-x86_64-apple.S
[585/1227] Compiling ghash-ssse3-x86-linux.S
[586/1227] Compiling ghash-neon-armv8-win.S
[587/1227] Compiling ghash-neon-armv8-linux.S
[588/1227] Compiling ghash-ssse3-x86-apple.S
[589/1227] Compiling ghash-neon-armv8-apple.S
[590/1227] Compiling ghash-armv4-linux.S
[591/1227] Compiling co-586-linux.S
[592/1227] Compiling co-586-apple.S
[593/1227] Compiling bn-armv8-win.S
[594/1227] Compiling bn-armv8-linux.S
[595/1227] Compiling bsaes-armv7-linux.S
[596/1227] Compiling bn-armv8-apple.S
[597/1227] Compiling armv8-mont-win.S
[598/1227] Compiling bn-586-apple.S
[599/1227] Compiling bn-586-linux.S
[600/1227] Compiling armv8-mont-linux.S
[601/1227] Compiling armv4-mont-linux.S
[602/1227] Compiling aesv8-gcm-armv8-win.S
[603/1227] Compiling armv8-mont-apple.S
[604/1227] Compiling aesv8-gcm-armv8-linux.S
[605/1227] Compiling aesv8-gcm-armv8-apple.S
[606/1227] Compiling aesv8-armv8-win.S
[607/1227] Compiling aesv8-armv8-linux.S
[608/1227] Compiling aesv8-armv8-apple.S
[609/1227] Compiling aesni-x86_64-apple.S
[609/1227] Compiling aesv8-armv7-linux.S
[611/1227] Compiling aesni-x86_64-linux.S
[612/1227] Compiling aesni-x86-linux.S
[613/1227] Compiling aesni-x86-apple.S
[614/1227] Compiling aesni-gcm-x86_64-linux.S
[615/1227] Compiling aesni-gcm-x86_64-apple.S
[616/1227] Compiling aes-gcm-avx2-x86_64-apple.S
[617/1227] Compiling aes-gcm-avx10-x86_64-linux.S
[618/1227] Compiling aes-gcm-avx2-x86_64-linux.S
[619/1227] Compiling aes-gcm-avx10-x86_64-apple.S
[620/1227] Compiling x_x509a.cc
[621/1227] Compiling x_pubkey.cc
[622/1227] Compiling x_val.cc
[623/1227] Compiling x_req.cc
[624/1227] Compiling x_spki.cc
[625/1227] Compiling x_name.cc
[626/1227] Compiling x_sig.cc
[626/1227] Compiling x_x509.cc
[628/1227] Compiling x_attrib.cc
[629/1227] Compiling x_all.cc
[630/1227] Compiling x_algor.cc
[631/1227] Compiling x509rset.cc
[632/1227] Compiling x509spki.cc
[633/1227] Compiling x_exten.cc
[634/1227] Compiling x_crl.cc
[635/1227] Compiling x509name.cc
[636/1227] Compiling x509_vfy.cc
[637/1227] Compiling x509cset.cc
[638/1227] Compiling x509_v3.cc
[639/1227] Compiling x509_req.cc
[640/1227] Compiling x509_vpm.cc
[641/1227] Compiling x509_txt.cc
[642/1227] Compiling x509_set.cc
[643/1227] Compiling x509_trs.cc
[644/1227] Compiling x509_lu.cc
[645/1227] Compiling x509_obj.cc
[646/1227] Compiling x509_ext.cc
[647/1227] Compiling x509_d2.cc
[648/1227] Compiling x509_def.cc
[649/1227] Compiling x509_att.cc
[650/1227] Compiling x509_cmp.cc
[651/1227] Compiling x509.cc
[652/1227] Compiling v3_skey.cc
[653/1227] Compiling v3_prn.cc
[654/1227] Compiling v3_utl.cc
[655/1227] Compiling v3_purp.cc
[656/1227] Compiling v3_pmaps.cc
[657/1227] Compiling v3_ocsp.cc
[658/1227] Compiling v3_pcons.cc
[659/1227] Compiling v3_ncons.cc
[660/1227] Compiling v3_lib.cc
[661/1227] Compiling v3_int.cc
[662/1227] Compiling v3_info.cc
[663/1227] Compiling v3_extku.cc
[664/1227] Compiling v3_ia5.cc
[665/1227] Compiling v3_genn.cc
[666/1227] Compiling v3_enum.cc
[667/1227] Compiling v3_crld.cc
[667/1227] Compiling v3_cpols.cc
[669/1227] Compiling v3_conf.cc
[670/1227] Compiling t_x509a.cc
[671/1227] Compiling v3_bcons.cc
[672/1227] Compiling v3_akeya.cc
[673/1227] Compiling v3_akey.cc
[674/1227] Compiling v3_bitst.cc
[675/1227] Compiling v3_alt.cc
[676/1227] Compiling t_x509.cc
[677/1227] Compiling t_req.cc
[678/1227] Compiling i2d_pr.cc
[679/1227] Compiling t_crl.cc
[680/1227] Compiling rsa_pss.cc
[681/1227] Compiling name_print.cc
[682/1227] Compiling policy.cc
[683/1227] Compiling by_file.cc
[684/1227] Compiling asn1_gen.cc
[685/1227] Compiling by_dir.cc
[686/1227] Compiling algorithm.cc
[687/1227] Compiling a_sign.cc
[688/1227] Compiling a_digest.cc
[689/1227] Compiling voprf.cc
[690/1227] Compiling a_verify.cc
[691/1227] Compiling thread_win.cc
[692/1227] Compiling thread_pthread.cc
[693/1227] Compiling trust_token.cc
[694/1227] Compiling thread.cc
[695/1227] Compiling thread_none.cc
[696/1227] Compiling stack.cc
[697/1227] Compiling pmbtoken.cc
[698/1227] Compiling siphash.cc
[699/1227] Compiling sha256.cc
[700/1227] Compiling sha512.cc
[701/1227] Compiling sha1.cc
[702/1227] Compiling slhdsa.cc
[703/1227] Compiling spake2plus.cc
[704/1227] Compiling rsa_extra.cc
[705/1227] Compiling rsa_print.cc
[706/1227] Compiling rc4.cc
[707/1227] Compiling refcount.cc
[708/1227] Compiling rsa_crypt.cc
[709/1227] Compiling windows.cc
[710/1227] Compiling urandom.cc
[711/1227] Compiling rand.cc
[712/1227] Compiling getentropy.cc
[713/1227] Compiling ios.cc
[714/1227] Compiling trusty.cc
[715/1227] Compiling rsa_asn1.cc
[716/1227] Compiling passive.cc
[717/1227] Compiling poly1305_arm_asm.S
[718/1227] Compiling fork_detect.cc
[719/1227] Compiling forkunsafe.cc
[720/1227] Compiling deterministic.cc
[721/1227] Compiling poly1305.cc
[722/1227] Compiling poly1305_arm.cc
[723/1227] Compiling pool.cc
[724/1227] Compiling poly1305_vec.cc
[725/1227] Compiling pkcs8_x509.cc
[726/1227] Compiling pkcs7.cc
[727/1227] Compiling pkcs8.cc
[728/1227] Compiling p5_pbev2.cc
[729/1227] Compiling pkcs7_x509.cc
[730/1227] Compiling pem_xaux.cc
[731/1227] Compiling pem_x509.cc
[732/1227] Compiling pem_pk8.cc
[733/1227] Compiling pem_pkey.cc
[734/1227] Compiling pem_oth.cc
[735/1227] Compiling pem_lib.cc
[736/1227] Compiling pem_info.cc
[737/1227] Compiling mlkem.cc
[738/1227] Compiling mldsa.cc
[739/1227] Compiling obj_xref.cc
[740/1227] Compiling pem_all.cc
[741/1227] Compiling md5.cc
[742/1227] Compiling lhash.cc
[743/1227] Compiling poly_rq_mul.S
[744/1227] Compiling md4.cc
[745/1227] Compiling fips_shared_support.cc
[746/1227] Compiling mem.cc
[747/1227] Compiling obj.cc
[748/1227] Compiling hrss.cc
[749/1227] Compiling kyber.cc
[750/1227] Compiling sign.cc
[751/1227] Compiling ex_data.cc
[752/1227] Compiling scrypt.cc
[753/1227] Compiling print.cc
[754/1227] Compiling hpke.cc
[755/1227] Compiling pbkdf.cc
[756/1227] Compiling p_x25519.cc
[757/1227] Compiling p_ed25519.cc
[758/1227] Compiling p_x25519_asn1.cc
[759/1227] Compiling p_ed25519_asn1.cc
[760/1227] Compiling p_rsa.cc
[761/1227] Compiling p_rsa_asn1.cc
[762/1227] Compiling p_hkdf.cc
[763/1227] Compiling p_ec_asn1.cc
[764/1227] Compiling p_ec.cc
[765/1227] Compiling p_dh.cc
[766/1227] Compiling p_dh_asn1.cc
[767/1227] Compiling evp_ctx.cc
[768/1227] Compiling p_dsa_asn1.cc
[769/1227] Compiling err.cc
[770/1227] Compiling evp.cc
[771/1227] Compiling engine.cc
[772/1227] Compiling evp_asn1.cc
[773/1227] Compiling hash_to_curve.cc
[773/1227] Compiling ecdh.cc
[775/1227] Compiling ec_derive.cc
[776/1227] Compiling ecdsa_asn1.cc
[777/1227] Compiling ec_asn1.cc
[778/1227] Compiling params.cc
[779/1227] Compiling dsa_asn1.cc
[780/1227] Compiling dsa.cc
[781/1227] Compiling x25519-asm-arm.S
[782/1227] Compiling dh_asn1.cc
[783/1227] Compiling digest_extra.cc
[784/1227] Compiling des.cc
[785/1227] Compiling crypto.cc
[786/1227] Compiling spake25519.cc
[787/1227] Compiling cpu_intel.cc
[788/1227] Compiling cpu_arm_linux.cc
[789/1227] Compiling curve25519.cc
[790/1227] Compiling cpu_arm_freebsd.cc
[791/1227] Compiling cpu_aarch64_win.cc
[792/1227] Compiling cpu_aarch64_sysreg.cc
[793/1227] Compiling cpu_aarch64_openbsd.cc
[794/1227] Compiling cpu_aarch64_apple.cc
[795/1227] Compiling curve25519_64_adx.cc
[796/1227] Compiling cpu_aarch64_fuchsia.cc
[797/1227] Compiling cpu_aarch64_linux.cc
[798/1227] Compiling bcm.cc
[799/1227] Compiling tls_cbc.cc
[800/1227] Compiling get_cipher.cc
[801/1227] Compiling e_rc4.cc
[802/1227] Compiling conf.cc
[803/1227] Compiling e_rc2.cc
[804/1227] Compiling e_tls.cc
[805/1227] Compiling e_null.cc
[806/1227] Compiling e_des.cc
[807/1227] Compiling derive_key.cc
[808/1227] Compiling e_aesctrhmac.cc
[809/1227] Compiling e_aesgcmsiv.cc
[810/1227] Compiling e_chacha20poly1305.cc
[811/1227] Compiling chacha.cc
[812/1227] Compiling unicode.cc
[813/1227] Compiling buf.cc
[814/1227] Compiling ber.cc
[815/1227] Compiling cbb.cc
[816/1227] Compiling cbs.cc
[817/1227] Compiling blake2.cc
[818/1227] Compiling asn1_compat.cc
[819/1227] Compiling convert.cc
[820/1227] Compiling bn_asn1.cc
[821/1227] Compiling socket_helper.cc
[822/1227] Compiling socket.cc
[823/1227] Compiling printf.cc
[824/1227] Compiling pair.cc
[825/1227] Compiling file.cc
[826/1227] Compiling fd.cc
[827/1227] Compiling hexdump.cc
[828/1227] Compiling errno.cc
[829/1227] Compiling connect.cc
[830/1227] Compiling bio_mem.cc
[831/1227] Compiling base64.cc
[832/1227] Compiling bio.cc
[833/1227] Compiling tasn_fre.cc
[834/1227] Compiling tasn_typ.cc
[835/1227] Compiling f_string.cc
[836/1227] Compiling posix_time.cc
[837/1227] Compiling tasn_new.cc
[838/1227] Compiling tasn_enc.cc
[839/1227] Compiling tasn_utl.cc
[840/1227] Compiling f_int.cc
[841/1227] Compiling tasn_dec.cc
[842/1227] Compiling asn_pack.cc
[843/1227] Compiling asn1_par.cc
[844/1227] Compiling a_utctm.cc
[845/1227] Compiling asn1_lib.cc
[846/1227] Compiling a_time.cc
[847/1227] Compiling a_octet.cc
[848/1227] Compiling a_strnid.cc
[849/1227] Compiling a_type.cc
[850/1227] Compiling a_object.cc
[851/1227] Compiling a_strex.cc
[852/1227] Compiling a_i2d_fp.cc
[853/1227] Compiling a_dup.cc
[854/1227] Compiling a_mbstr.cc
[855/1227] Compiling a_gentm.cc
[856/1227] Compiling a_d2i_fp.cc
[857/1227] Compiling a_int.cc
[858/1227] Compiling fiat_p256_adx_sqr.S
[859/1227] Compiling fiat_p256_adx_mul.S
[860/1227] Compiling a_bitstr.cc
[861/1227] Compiling fiat_curve25519_adx_mul.S
[862/1227] Compiling fiat_curve25519_adx_square.S
[863/1227] Compiling md5-x86_64-apple.S
[864/1227] Compiling md5-x86_64-linux.S
[865/1227] Compiling md5-586-linux.S
[866/1227] Compiling a_bool.cc
[867/1227] Compiling md5-586-apple.S
[868/1227] Compiling CCryptoBoringSSLShims shims.c
[869/1227] Compiling chacha20_poly1305_x86_64-apple.S
[870/1227] Compiling chacha20_poly1305_x86_64-linux.S
[871/1227] Compiling chacha20_poly1305_armv8-win.S
[872/1227] Compiling chacha20_poly1305_armv8-apple.S
[873/1227] Compiling chacha20_poly1305_armv8-linux.S
[874/1227] Compiling chacha-x86_64-apple.S
[875/1227] Compiling chacha-x86_64-linux.S
[876/1227] Compiling chacha-x86-linux.S
[877/1227] Compiling chacha-x86-apple.S
[878/1227] Compiling chacha-armv8-win.S
[879/1227] Compiling chacha-armv8-linux.S
[879/1227] Compiling chacha-armv4-linux.S
[881/1227] Compiling chacha-armv8-apple.S
[882/1227] Compiling aes128gcmsiv-x86_64-apple.S
[883/1227] Compiling aes128gcmsiv-x86_64-linux.S
[884/1227] Compiling x86_64-mont5-linux.S
[885/1227] Compiling x86_64-mont5-apple.S
[886/1227] Compiling x86_64-mont-linux.S
[887/1227] Compiling x86_64-mont-apple.S
[888/1227] Compiling x86-mont-linux.S
[889/1227] Compiling err_data.cc
[890/1227] Compiling x86-mont-apple.S
[891/1227] Compiling vpaes-x86_64-linux.S
[892/1227] Compiling vpaes-x86_64-apple.S
[893/1227] Compiling vpaes-x86-apple.S
[894/1227] Compiling vpaes-armv8-linux.S
[895/1227] Compiling vpaes-x86-linux.S
[896/1227] Compiling vpaes-armv8-win.S
[897/1227] Compiling vpaes-armv8-apple.S
[898/1227] Compiling vpaes-armv7-linux.S
[899/1227] Compiling sha512-x86_64-apple.S
[900/1227] Compiling sha512-armv8-linux.S
[901/1227] Compiling sha512-armv8-win.S
[902/1227] Compiling sha512-x86_64-linux.S
[903/1227] Compiling sha512-armv8-apple.S
[904/1227] Compiling sha512-armv4-linux.S
[905/1227] Compiling sha512-586-linux.S
[906/1227] Compiling sha512-586-apple.S
[907/1227] Compiling sha256-x86_64-linux.S
[908/1227] Compiling sha256-armv8-win.S
[909/1227] Compiling sha256-x86_64-apple.S
[910/1227] Compiling sha256-armv8-linux.S
[911/1227] Compiling sha256-armv8-apple.S
[912/1227] Compiling sha256-armv4-linux.S
[913/1227] Compiling sha256-586-linux.S
[914/1227] Compiling sha256-586-apple.S
[915/1227] Compiling sha1-x86_64-apple.S
[916/1227] Compiling sha1-x86_64-linux.S
[917/1227] Compiling sha1-armv8-win.S
[918/1227] Compiling sha1-armv8-linux.S
[919/1227] Compiling sha1-armv4-large-linux.S
[920/1227] Compiling sha1-armv8-apple.S
[921/1227] Compiling sha1-586-linux.S
[922/1227] Compiling rsaz-avx2-apple.S
[923/1227] Compiling rsaz-avx2-linux.S
[924/1227] Compiling sha1-586-apple.S
[925/1227] Compiling rdrand-x86_64-linux.S
[926/1227] Compiling p256_beeu-x86_64-asm-linux.S
[927/1227] Compiling rdrand-x86_64-apple.S
[928/1227] Compiling p256_beeu-x86_64-asm-apple.S
[929/1227] Compiling p256_beeu-armv8-asm-win.S
[930/1227] Compiling p256-x86_64-asm-apple.S
[931/1227] Compiling p256-x86_64-asm-linux.S
[932/1227] Compiling p256_beeu-armv8-asm-linux.S
[933/1227] Compiling p256_beeu-armv8-asm-apple.S
[934/1227] Compiling p256-armv8-asm-win.S
[935/1227] Compiling ghashv8-armv8-linux.S
[936/1227] Compiling p256-armv8-asm-linux.S
[937/1227] Compiling p256-armv8-asm-apple.S
[938/1227] Compiling ghashv8-armv8-apple.S
[939/1227] Compiling ghashv8-armv8-win.S
[940/1227] Compiling ghashv8-armv7-linux.S
[941/1227] Compiling ghash-x86_64-linux.S
[942/1227] Compiling ghash-x86_64-apple.S
[943/1227] Compiling ghash-ssse3-x86_64-apple.S
[944/1227] Compiling ghash-ssse3-x86_64-linux.S
[945/1227] Compiling ghash-ssse3-x86-linux.S
[946/1227] Compiling ghash-x86-apple.S
[946/1227] Compiling ghash-x86-linux.S
[948/1227] Compiling ghash-ssse3-x86-apple.S
[949/1227] Compiling ghash-neon-armv8-linux.S
[950/1227] Compiling ghash-neon-armv8-win.S
[951/1227] Compiling ghash-armv4-linux.S
[952/1227] Compiling co-586-linux.S
[953/1227] Compiling ghash-neon-armv8-apple.S
[954/1227] Compiling co-586-apple.S
[955/1227] Compiling bsaes-armv7-linux.S
[956/1227] Compiling bn-armv8-win.S
[957/1227] Compiling bn-armv8-linux.S
[958/1227] Compiling armv8-mont-win.S
[959/1227] Compiling bn-586-apple.S
[960/1227] Compiling armv8-mont-linux.S
[961/1227] Compiling armv4-mont-linux.S
[962/1227] Compiling bn-armv8-apple.S
[963/1227] Compiling bn-586-linux.S
[964/1227] Compiling armv8-mont-apple.S
[965/1227] Compiling aesv8-gcm-armv8-apple.S
[966/1227] Compiling aesv8-armv8-win.S
[967/1227] Compiling aesv8-gcm-armv8-linux.S
[968/1227] Compiling aesv8-gcm-armv8-win.S
[969/1227] Compiling aesv8-armv8-apple.S
[970/1227] Compiling aesv8-armv8-linux.S
[971/1227] Compiling aesv8-armv7-linux.S
[972/1227] Compiling aesni-x86_64-linux.S
[973/1227] Compiling aesni-x86-linux.S
[974/1227] Compiling aesni-x86_64-apple.S
[975/1227] Compiling aesni-x86-apple.S
[976/1227] Compiling aesni-gcm-x86_64-linux.S
[977/1227] Compiling aesni-gcm-x86_64-apple.S
[978/1227] Compiling aes-gcm-avx10-x86_64-apple.S
[979/1227] Compiling aes-gcm-avx10-x86_64-linux.S
[980/1227] Compiling x_val.cc
[981/1227] Compiling c-nioatomics.c
[982/1227] Compiling x_req.cc
[983/1227] Compiling x_x509a.cc
[984/1227] Compiling x_sig.cc
[985/1227] Compiling x_x509.cc
[986/1227] Compiling x_spki.cc
[987/1227] Compiling x_pubkey.cc
[988/1227] Compiling x_exten.cc
[989/1227] Compiling x_name.cc
[990/1227] Compiling x_algor.cc
[991/1227] Compiling c-atomics.c
[992/1227] Compiling x_attrib.cc
[993/1227] Compiling x_crl.cc
[994/1227] Compiling x_all.cc
[995/1233] Compiling x509spki.cc
[996/1233] Compiling x509rset.cc
[997/1233] Compiling x509cset.cc
[998/1233] Compiling x509name.cc
[1000/1233] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1001/1233] Compiling NIOConcurrencyHelpers NIOLock.swift
[1002/1233] Compiling NIOConcurrencyHelpers atomics.swift
[1003/1233] Compiling NIOConcurrencyHelpers lock.swift
[1003/1233] Compiling x509_v3.cc
[1005/1233] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1006/1233] Emitting module NIOConcurrencyHelpers
[1006/1234] Compiling x509_vpm.cc
[1007/1234] Compiling x509_vfy.cc
[1009/1234] Compiling x509_txt.cc
[1010/1234] Compiling x509_set.cc
[1011/1234] Compiling x509_trs.cc
[1012/1260] Compiling x509_req.cc
[1014/1260] Emitting module ConsoleKitTerminal
[1014/1263] Compiling x509_lu.cc
[1015/1263] Compiling x509_ext.cc
[1016/1263] Compiling x509_def.cc
[1017/1263] Compiling x509_cmp.cc
[1018/1263] Compiling x509_d2.cc
[1019/1263] Compiling x509_obj.cc
[1021/1263] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1022/1263] Compiling ConsoleKitTerminal ConsoleClear.swift
[1023/1263] Compiling ConsoleKitTerminal Console+Ask.swift
[1024/1263] Compiling ConsoleKitTerminal Console+Choose.swift
[1025/1263] Compiling ConsoleKitTerminal Console+Confirm.swift
[1026/1263] Compiling ConsoleKitTerminal Console+Input.swift
[1027/1263] Compiling ConsoleKitTerminal Console+Center.swift
[1028/1263] Compiling ConsoleKitTerminal Console+Output.swift
[1029/1263] Compiling ConsoleKitTerminal CustomActivity.swift
[1030/1263] Compiling ConsoleKitTerminal LoadingBar.swift
[1031/1263] Compiling ConsoleKitTerminal ProgressBar.swift
[1032/1263] Compiling ConsoleKitTerminal Console+Clear.swift
[1033/1263] Compiling ConsoleKitTerminal ActivityBar.swift
[1034/1263] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1035/1263] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1036/1263] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1036/1263] Compiling x509_att.cc
[1037/1263] Compiling x509.cc
[1039/1263] Compiling ConsoleKitTerminal Console+Wait.swift
[1040/1263] Compiling ConsoleKitTerminal ConsoleColor.swift
[1041/1263] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1042/1263] Compiling ConsoleKitTerminal ConsoleText.swift
[1043/1263] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1044/1263] Compiling ConsoleKitTerminal ANSI.swift
[1045/1263] Compiling ConsoleKitTerminal Console.swift
[1046/1263] Compiling ConsoleKitTerminal Terminal.swift
[1047/1263] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1047/1263] Compiling v3_utl.cc
[1049/1263] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1050/1263] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1051/1263] Compiling ConsoleKitTerminal LoggerFragment.swift
[1051/1264] Compiling v3_pmaps.cc
[1052/1264] Compiling v3_purp.cc
[1053/1264] Compiling v3_skey.cc
[1055/1264] Compiling v3_prn.cc
[1056/1264] Compiling v3_ocsp.cc
[1057/1268] Compiling v3_pcons.cc
[1058/1286] Compiling v3_ncons.cc
[1059/1286] Compiling v3_int.cc
[1060/1286] Compiling v3_lib.cc
[1061/1286] Compiling v3_info.cc
[1062/1286] Compiling v3_ia5.cc
[1064/1286] Compiling ConsoleKitCommands CommandSignature.swift
[1065/1286] Compiling ConsoleKitCommands Flag.swift
[1066/1286] Compiling ConsoleKitCommands Option.swift
[1067/1288] Emitting module ConsoleKitCommands
[1067/1288] Compiling v3_cpols.cc
[1068/1288] Compiling v3_enum.cc
[1069/1288] Compiling v3_extku.cc
[1071/1288] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1072/1288] Compiling ConsoleKitCommands AsyncCommand.swift
[1073/1288] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1074/1288] Compiling ConsoleKitCommands AsyncCommands.swift
[1075/1288] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1076/1288] Compiling ConsoleKitCommands AnyCommand.swift
[1076/1288] Compiling v3_genn.cc
[1078/1288] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1079/1288] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1080/1288] Compiling ConsoleKitCommands Argument.swift
[1081/1288] Compiling ConsoleKitCommands Command.swift
[1082/1288] Compiling ConsoleKitCommands CommandContext.swift
[1083/1288] Compiling ConsoleKitCommands CommandError.swift
[1084/1288] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1085/1288] Compiling ConsoleKitCommands Utilities.swift
[1085/1288] Compiling v3_crld.cc
[1085/1288] Compiling v3_conf.cc
[1087/1288] Compiling v3_bitst.cc
[1088/1288] Compiling v3_alt.cc
[1089/1288] Compiling v3_bcons.cc
[1090/1288] Compiling v3_akeya.cc
[1091/1288] Compiling v3_akey.cc
[1093/1288] Compiling ConsoleKitCommands CommandGroup.swift
[1094/1288] Compiling ConsoleKitCommands CommandInput.swift
[1095/1288] Compiling ConsoleKitCommands Commands.swift
[1096/1288] Compiling ConsoleKitCommands Console+Run.swift
[1097/1288] Compiling ConsoleKitCommands ConsoleError.swift
[1098/1288] Compiling ConsoleKitCommands Completion.swift
[1099/1289] Compiling t_x509a.cc
[1100/1291] Compiling t_x509.cc
[1102/1291] Compiling ConsoleKit Exports.swift
[1103/1291] Emitting module ConsoleKit
[1103/1292] Compiling t_req.cc
[1104/1292] Compiling t_crl.cc
[1106/1292] Compiling name_print.cc
[1107/1292] Compiling rsa_pss.cc
[1108/1292] Compiling policy.cc
[1109/1292] Compiling i2d_pr.cc
[1110/1292] Compiling by_file.cc
[1111/1292] Compiling voprf.cc
[1111/1292] Compiling by_dir.cc
[1112/1292] Compiling algorithm.cc
[1114/1292] Compiling a_sign.cc
[1115/1292] Compiling a_digest.cc
[1115/1292] Compiling asn1_gen.cc
[1117/1292] Compiling a_verify.cc
[1118/1292] Compiling thread.cc
[1119/1292] Compiling thread_win.cc
[1120/1292] Compiling trust_token.cc
[1121/1292] Compiling thread_pthread.cc
[1122/1292] Compiling thread_none.cc
[1123/1292] Compiling stack.cc
[1124/1292] Compiling wots.cc
[1125/1292] Compiling pmbtoken.cc
[1126/1292] Compiling thash.cc
[1127/1292] Compiling merkle.cc
[1128/1292] Compiling siphash.cc
[1128/1292] Compiling sha512.cc
[1130/1292] Compiling fors.cc
[1131/1292] Compiling slhdsa.cc
[1132/1292] Compiling sha256.cc
[1133/1292] Compiling sha1.cc
[1134/1292] Compiling rsa_print.cc
[1135/1292] Compiling rc4.cc
[1136/1292] Compiling rsa_extra.cc
[1137/1292] Compiling refcount.cc
[1138/1292] Compiling windows.cc
[1139/1292] Compiling rsa_crypt.cc
[1140/1292] Compiling rsa_asn1.cc
[1141/1292] Compiling urandom.cc
[1142/1292] Compiling rand_extra.cc
[1142/1292] Compiling trusty.cc
[1144/1292] Compiling getentropy.cc
[1144/1292] Compiling ios.cc
[1144/1292] Compiling passive.cc
[1147/1292] Compiling deterministic.cc
[1148/1292] Compiling forkunsafe.cc
[1149/1292] Compiling poly1305_arm_asm.S
[1150/1292] Compiling fork_detect.cc
[1151/1292] Compiling poly1305_arm.cc
[1152/1292] Compiling poly1305.cc
[1153/1292] Compiling pool.cc
[1154/1292] Compiling poly1305_vec.cc
[1155/1292] Compiling pkcs7.cc
[1156/1292] Compiling pkcs8.cc
[1157/1292] Compiling p5_pbev2.cc
[1158/1292] Compiling pkcs8_x509.cc
[1159/1292] Compiling pkcs7_x509.cc
[1160/1292] Compiling pem_xaux.cc
[1161/1292] Compiling pem_x509.cc
[1162/1292] Compiling pem_pkey.cc
[1163/1292] Compiling obj_xref.cc
[1164/1292] Compiling pem_pk8.cc
[1165/1292] Compiling pem_oth.cc
[1166/1292] Compiling pem_info.cc
[1167/1292] Compiling pem_lib.cc
[1168/1292] Compiling mlkem.cc
[1169/1292] Compiling obj.cc
[1170/1292] Compiling pem_all.cc
[1171/1292] Compiling mldsa.cc
[1172/1292] Compiling poly_rq_mul.S
[1173/1292] Compiling fips_shared_support.cc
[1174/1292] Compiling md5.cc
[1174/1292] Compiling mem.cc
[1176/1292] Compiling md4.cc
[1177/1292] Compiling lhash.cc
[1178/1292] Compiling kyber.cc
[1179/1292] Compiling sign.cc
[1179/1292] Compiling ex_data.cc
[1181/1292] Compiling hrss.cc
[1182/1292] Compiling hpke.cc
[1183/1292] Compiling scrypt.cc
[1184/1292] Compiling print.cc
[1185/1292] Compiling pbkdf.cc
[1186/1292] Compiling p_x25519.cc
[1187/1292] Compiling p_x25519_asn1.cc
[1188/1292] Compiling p_rsa_asn1.cc
[1189/1292] Compiling p_rsa.cc
[1190/1292] Compiling p_hkdf.cc
[1191/1292] Compiling p_ed25519.cc
[1192/1292] Compiling p_ed25519_asn1.cc
[1193/1292] Compiling p_ec_asn1.cc
[1194/1292] Compiling p_ec.cc
[1195/1292] Compiling p_dh.cc
[1196/1292] Compiling p_dsa_asn1.cc
[1197/1292] Compiling p_dh_asn1.cc
[1198/1292] Compiling evp_ctx.cc
[1199/1292] Compiling evp_asn1.cc
[1200/1292] Compiling evp.cc
[1201/1292] Compiling err.cc
[1202/1292] Compiling engine.cc
[1203/1292] Compiling ecdh_extra.cc
[1204/1292] Compiling ecdsa_asn1.cc
[1205/1292] Compiling hash_to_curve.cc
[1206/1292] Compiling ec_derive.cc
[1207/1292] Compiling ec_asn1.cc
[1208/1292] Compiling dsa_asn1.cc
[1209/1292] Compiling dsa.cc
[1210/1292] Compiling params.cc
[1211/1292] Compiling digest_extra.cc
[1212/1292] Compiling x25519-asm-arm.S
[1213/1292] Compiling dh_asn1.cc
[1214/1292] Compiling des.cc
[1215/1292] Compiling spake25519.cc
[1216/1292] Compiling crypto.cc
[1217/1292] Compiling cpu_arm_linux.cc
[1218/1292] Compiling cpu_intel.cc
[1219/1292] Compiling curve25519.cc
[1220/1292] Compiling cpu_arm_freebsd.cc
[1221/1292] Compiling cpu_aarch64_win.cc
[1222/1292] Compiling cpu_aarch64_openbsd.cc
[1223/1292] Compiling cpu_aarch64_sysreg.cc
[1224/1292] Compiling cpu_aarch64_linux.cc
[1225/1292] Compiling cpu_aarch64_fuchsia.cc
[1226/1292] Compiling cpu_aarch64_apple.cc
[1227/1292] Compiling curve25519_64_adx.cc
[1228/1292] Compiling bcm.cc
[1229/1292] Compiling tls_cbc.cc
[1230/1292] Compiling e_rc4.cc
[1231/1292] Compiling conf.cc
[1232/1292] Compiling e_tls.cc
[1233/1292] Compiling e_rc2.cc
[1234/1292] Compiling e_null.cc
[1235/1292] Compiling e_des.cc
[1236/1292] Compiling derive_key.cc
[1237/1292] Compiling e_chacha20poly1305.cc
[1238/1292] Compiling e_aesctrhmac.cc
[1239/1292] Compiling e_aesgcmsiv.cc
[1240/1292] Compiling cipher_extra.cc
[1241/1292] Compiling chacha.cc
[1242/1292] Compiling unicode.cc
[1243/1292] Compiling ber.cc
[1244/1292] Compiling buf.cc
[1245/1292] Compiling cbb.cc
[1246/1292] Compiling asn1_compat.cc
[1247/1292] Compiling cbs.cc
[1248/1292] Compiling convert.cc
[1249/1292] Compiling bn_asn1.cc
[1250/1292] Compiling blake2.cc
[1251/1292] Compiling printf.cc
[1252/1292] Compiling pair.cc
[1253/1292] Compiling hexdump.cc
[1254/1292] Compiling file.cc
[1254/1292] Compiling fd.cc
[1256/1292] Compiling errno.cc
[1257/1292] Compiling bio_mem.cc
[1258/1292] Compiling bio.cc
[1259/1292] Compiling base64.cc
[1260/1292] Compiling tasn_fre.cc
[1261/1292] Compiling tasn_typ.cc
[1262/1292] Compiling tasn_utl.cc
[1263/1292] Compiling tasn_new.cc
[1264/1292] Compiling tasn_enc.cc
[1265/1292] Compiling f_string.cc
[1266/1292] Compiling posix_time.cc
[1267/1292] Compiling tasn_dec.cc
[1268/1292] Compiling f_int.cc
[1269/1292] Compiling asn_pack.cc
[1270/1292] Compiling asn1_par.cc
[1271/1292] Compiling a_utctm.cc
[1272/1292] Compiling asn1_lib.cc
[1273/1292] Compiling a_type.cc
[1274/1292] Compiling a_time.cc
[1275/1292] Compiling a_strnid.cc
[1276/1292] Compiling a_octet.cc
[1277/1292] Compiling a_strex.cc
[1278/1292] Compiling a_object.cc
[1279/1292] Compiling a_mbstr.cc
[1280/1292] Compiling a_i2d_fp.cc
[1281/1292] Write sources
[1282/1292] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1283/1292] Write sources
[1284/1292] Compiling a_int.cc
[1285/1292] Write sources
[1287/1292] Compiling a_gentm.cc
[1288/1292] Compiling a_dup.cc
[1289/1292] Compiling a_d2i_fp.cc
[1290/1312] Compiling a_bool.cc
[1291/1364] Compiling a_bitstr.cc
[1293/1371] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1294/1371] Compiling BitCollections BitSet+CustomReflectable.swift
[1295/1371] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1296/1371] Compiling BitCollections BitSet+Equatable.swift
[1297/1371] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1298/1371] Compiling BitCollections BitSet+Extras.swift
[1299/1371] Compiling BitCollections BitSet+Hashable.swift
[1300/1379] Compiling BitCollections BitArray+BitwiseOperations.swift
[1301/1379] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[1302/1379] Compiling BitCollections BitArray+Codable.swift
[1303/1381] Compiling BitCollections BitArray+Initializers.swift
[1304/1381] Compiling BitCollections BitArray+Invariants.swift
[1305/1381] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[1306/1381] Compiling BitCollections BitArray+RandomBits.swift
[1307/1381] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[1308/1381] Compiling Atomics IntegerOperations.swift
[1309/1381] Compiling Atomics Unmanaged extensions.swift
[1310/1381] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1311/1381] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1312/1381] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1313/1381] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1314/1381] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1315/1381] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1316/1381] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1317/1381] Compiling BitCollections BitSet+Initializers.swift
[1318/1381] Compiling BitCollections BitSet+Invariants.swift
[1319/1381] Compiling BitCollections BitSet+Random.swift
[1320/1381] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1321/1381] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1322/1381] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1323/1381] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1324/1381] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1325/1381] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1326/1381] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1327/1381] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1328/1381] Compiling BitCollections BitSet+SetAlgebra union.swift
[1329/1381] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1330/1381] Compiling BitCollections BitSet.Counted.swift
[1331/1381] Emitting module BitCollections
[1332/1381] Emitting module CryptoBoringWrapper
[1333/1381] Compiling BitCollections BitSet.Index.swift
[1334/1381] Compiling BitCollections BitSet._UnsafeHandle.swift
[1335/1381] Compiling BitCollections BitSet.swift
[1336/1381] Compiling BitCollections Range+Utilities.swift
[1337/1381] Compiling BitCollections Slice+Utilities.swift
[1338/1381] Compiling BitCollections UInt+Tricks.swift
[1339/1381] Compiling BitCollections _Word.swift
[1340/1381] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1341/1381] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[1342/1381] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[1343/1381] Compiling BitCollections BitArray+Extras.swift
[1344/1381] Compiling BitCollections BitArray+Fill.swift
[1345/1381] Compiling BitCollections BitArray+Hashable.swift
[1346/1381] Compiling CryptoBoringWrapper RandomBytes.swift
[1353/1381] Compiling BitCollections BitArray+Collection.swift
[1354/1381] Compiling BitCollections BitArray+Copy.swift
[1355/1381] Compiling BitCollections BitArray+CustomReflectable.swift
[1356/1381] Compiling BitCollections BitArray+Descriptions.swift
[1357/1381] Compiling BitCollections BitArray+Equatable.swift
[1362/1381] Compiling BitCollections BitArray._UnsafeHandle.swift
[1363/1381] Compiling BitCollections BitArray.swift
[1364/1381] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1365/1381] Compiling BitCollections BitSet+Codable.swift
[1367/1382] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1368/1382] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1369/1384] Emitting module Collections
[1370/1384] Compiling Collections Collections.swift
[1371/1384] Compiling CryptoBoringWrapper EllipticCurve.swift
[1372/1384] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1373/1384] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1376/1386] Emitting module Atomics
[1388/1517] Compiling NIOCore DeadChannel.swift
[1389/1517] Compiling NIOCore DispatchQueue+WithFuture.swift
[1390/1517] Compiling NIOCore EventLoop+Deprecated.swift
[1391/1517] Compiling NIOCore EventLoop+SerialExecutor.swift
[1392/1517] Compiling NIOCore EventLoop.swift
[1393/1517] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1394/1517] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1395/1517] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1396/1517] Compiling NIOCore EventLoopFuture.swift
[1397/1517] Compiling NIOCore FileDescriptor.swift
[1398/1526] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1399/1526] Compiling NIOCore BSDSocketAPI.swift
[1400/1526] Compiling NIOCore ByteBuffer-aux.swift
[1401/1526] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1402/1526] Compiling NIOCore ByteBuffer-conversions.swift
[1403/1526] Compiling NIOCore ByteBuffer-core.swift
[1404/1526] Compiling NIOCore ByteBuffer-hex.swift
[1405/1526] Compiling NIOCore ByteBuffer-int.swift
[1406/1526] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1407/1526] Compiling NIOCore AddressedEnvelope.swift
[1408/1526] Emitting module Crypto
[1409/1526] Compiling NIOCore AsyncAwaitSupport.swift
[1410/1526] Compiling NIOCore AsyncChannel.swift
[1411/1526] Compiling NIOCore AsyncChannelHandler.swift
[1412/1526] Compiling NIOCore AsyncChannelInboundStream.swift
[1413/1526] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1414/1526] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1415/1526] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1416/1526] Compiling NIOCore NIOAsyncWriter.swift
[1417/1526] Compiling NIOCore ByteBuffer-multi-int.swift
[1418/1526] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1419/1526] Compiling NIOCore ByteBuffer-views.swift
[1420/1526] Compiling NIOCore Channel.swift
[1421/1526] Compiling NIOCore ChannelHandler.swift
[1422/1526] Compiling NIOCore ChannelHandlers.swift
[1423/1526] Compiling NIOCore ChannelInvoker.swift
[1424/1526] Compiling NIOCore ChannelOption.swift
[1425/1526] Compiling NIOCore ChannelPipeline.swift
[1426/1526] Compiling NIOCore CircularBuffer.swift
[1427/1526] Compiling NIOCore Codec.swift
[1428/1526] Compiling NIOCore ConvenienceOptionSupport.swift
[1429/1526] Compiling NIOCore MarkedCircularBuffer.swift
[1430/1526] Compiling NIOCore MulticastChannel.swift
[1431/1526] Compiling NIOCore NIOAny.swift
[1432/1526] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1433/1526] Compiling NIOCore NIOLoopBound.swift
[1434/1526] Compiling NIOCore NIOScheduledCallback.swift
[1435/1526] Compiling NIOCore NIOSendable.swift
[1436/1526] Compiling NIOCore RecvByteBufferAllocator.swift
[1445/1534] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1446/1534] Compiling NIOCore SocketAddresses.swift
[1447/1534] Compiling NIOCore SocketOptionProvider.swift
[1448/1534] Compiling NIOCore SystemCallHelpers.swift
[1449/1534] Compiling NIOCore TimeAmount+Duration.swift
[1450/1534] Compiling NIOCore TypeAssistedChannelHandler.swift
[1451/1534] Compiling NIOCore UniversalBootstrapSupport.swift
[1452/1534] Compiling NIOCore Utilities.swift
[1453/1534] Compiling Crypto Curve25519.swift
[1454/1534] Compiling Crypto Ed25519Keys.swift
[1455/1534] Compiling Crypto NISTCurvesKeys.swift
[1456/1534] Compiling Crypto X25519Keys.swift
[1457/1534] Compiling NIOCore GlobalSingletons.swift
[1458/1534] Compiling NIOCore IO.swift
[1459/1534] Compiling NIOCore IOData.swift
[1460/1534] Compiling NIOCore IPProtocol.swift
[1461/1534] Compiling NIOCore IntegerBitPacking.swift
[1462/1534] Compiling NIOCore IntegerTypes.swift
[1463/1534] Compiling NIOCore Interfaces.swift
[1464/1534] Compiling NIOCore Linux.swift
[1465/1534] Compiling Crypto Signature.swift
[1466/1534] Compiling Crypto CryptoKitErrors_boring.swift
[1467/1534] Compiling Crypto RNG_boring.swift
[1468/1534] Compiling Crypto SafeCompare_boring.swift
[1469/1534] Compiling Crypto Zeroization_boring.swift
[1470/1534] Compiling Crypto PrettyBytes.swift
[1471/1534] Compiling Crypto SafeCompare.swift
[1472/1534] Compiling Crypto SecureBytes.swift
[1473/1534] Compiling Crypto Zeroization.swift
[1474/1534] Compiling NIOCore FileHandle.swift
[1475/1534] Compiling NIOCore FileRegion.swift
[1535/1535] Emitting module NIOCore
[1537/1587] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1538/1587] Emitting module NIOEmbedded
[1539/1587] Compiling NIOEmbedded Embedded.swift
[1540/1587] Compiling NIOEmbedded AsyncTestingChannel.swift
[1542/1588] Emitting module NIOPosix
[1543/1594] Compiling NIOPosix ThreadPosix.swift
[1544/1594] Compiling NIOPosix ThreadWindows.swift
[1545/1594] Compiling NIOPosix UnsafeTransfer.swift
[1546/1594] Compiling NIOPosix Utilities.swift
[1547/1594] Compiling NIOPosix VsockAddress.swift
[1548/1594] Compiling NIOPosix VsockChannelEvents.swift
[1549/1594] Compiling NIOPosix BSDSocketAPICommon.swift
[1550/1594] Compiling NIOPosix BSDSocketAPIPosix.swift
[1551/1594] Compiling NIOPosix BSDSocketAPIWindows.swift
[1552/1594] Compiling NIOPosix BaseSocket.swift
[1553/1594] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1554/1594] Compiling NIOPosix BaseSocketChannel.swift
[1555/1594] Compiling NIOPosix BaseStreamSocketChannel.swift
[1556/1594] Compiling NIOPosix IO.swift
[1557/1594] Compiling NIOPosix IntegerBitPacking.swift
[1558/1594] Compiling NIOPosix IntegerTypes.swift
[1559/1594] Compiling NIOPosix Linux.swift
[1560/1594] Compiling NIOPosix LinuxCPUSet.swift
[1561/1594] Compiling NIOPosix LinuxUring.swift
[1562/1594] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1563/1594] Compiling NIOPosix SelectableChannel.swift
[1564/1594] Compiling NIOPosix SelectableEventLoop.swift
[1565/1594] Compiling NIOPosix SelectorEpoll.swift
[1566/1594] Compiling NIOPosix SelectorGeneric.swift
[1567/1594] Compiling NIOPosix SelectorKqueue.swift
[1568/1594] Compiling NIOPosix SelectorUring.swift
[1569/1594] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1570/1594] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1571/1594] Compiling NIOPosix PosixSingletons.swift
[1572/1594] Compiling NIOPosix RawSocketBootstrap.swift
[1573/1594] Compiling NIOPosix Resolver.swift
[1574/1594] Compiling NIOPosix Selectable.swift
[1575/1594] Compiling NIOPosix ServerSocket.swift
[1576/1594] Compiling NIOPosix Socket.swift
[1577/1594] Compiling NIOPosix SocketChannel.swift
[1578/1594] Compiling NIOPosix SocketProtocols.swift
[1579/1594] Compiling NIOPosix System.swift
[1580/1594] Compiling NIOPosix Thread.swift
[1581/1594] Compiling NIOPosix Bootstrap.swift
[1582/1594] Compiling NIOPosix ControlMessage.swift
[1583/1594] Compiling NIOPosix DatagramVectorReadManager.swift
[1584/1594] Compiling NIOPosix Errors+Any.swift
[1585/1594] Compiling NIOPosix FileDescriptor.swift
[1586/1594] Compiling NIOPosix GetaddrinfoResolver.swift
[1587/1594] Compiling NIOPosix HappyEyeballs.swift
[1588/1594] Compiling NIOPosix NIOThreadPool.swift
[1589/1594] Compiling NIOPosix NonBlockingFileIO.swift
[1590/1594] Compiling NIOPosix PendingDatagramWritesManager.swift
[1591/1594] Compiling NIOPosix PendingWritesManager.swift
[1592/1594] Compiling NIOPosix PipeChannel.swift
[1593/1594] Compiling NIOPosix PipePair.swift
[1594/1594] Compiling NIOPosix Pool.swift
[1596/1654] Emitting module NIO
[1597/1654] Compiling NIO Exports.swift
[1599/1655] Compiling _NIOFileSystem BufferedWriter.swift
[1600/1655] Compiling _NIOFileSystem ByteBuffer+FileSystem.swift
[1601/1655] Compiling _NIOFileSystem ByteCount.swift
[1602/1655] Compiling _NIOFileSystem Convenience.swift
[1603/1655] Compiling _NIOFileSystem DirectoryEntries.swift
[1604/1655] Compiling _NIOFileSystem DirectoryEntry.swift
[1605/1655] Compiling _NIOFileSystem Array+FileSystem.swift
[1606/1655] Compiling _NIOFileSystem ArraySlice+FileSystem.swift
[1607/1655] Compiling _NIOFileSystem BufferedReader.swift
[1608/1696] Compiling NIOTLS TLSEvents.swift
[1609/1696] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1610/1697] Emitting module NIOTLS
[1611/1697] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1612/1697] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1613/1697] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1614/1697] Compiling NIOSOCKS SOCKSResponse.swift
[1615/1697] Emitting module _NIOFileSystem
[1616/1701] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1617/1701] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1618/1701] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1619/1701] Compiling NIOSOCKS ClientStateMachine.swift
[1620/1701] Compiling NIOHTTP1 HTTPEncoder.swift
[1621/1701] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1622/1701] Emitting module NIOSOCKS
[1623/1701] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1624/1701] Compiling NIOHTTP1 HTTPDecoder.swift
[1625/1701] Compiling NIOSOCKS ServerStateMachine.swift
[1626/1701] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1627/1701] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1628/1701] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1629/1701] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1635/1702] Compiling AsyncKit Optional+StrictMap.swift
[1636/1702] Compiling AsyncKit Exports.swift
[1637/1702] Compiling NIOTLS SNIHandler.swift
[1640/1703] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1641/1703] Compiling _NIOFileSystem Mocking.swift
[1642/1703] Compiling _NIOFileSystem Syscall.swift
[1643/1703] Compiling _NIOFileSystem Syscalls.swift
[1644/1703] Compiling _NIOFileSystem ParallelDirCopy.swift
[1647/1703] Compiling _NIOFileSystem CInterop.swift
[1648/1703] Compiling _NIOFileSystem Errno.swift
[1649/1703] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1650/1703] Emitting module NIOFoundationCompat
[1651/1704] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1652/1704] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1653/1706] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1654/1706] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1660/1735] Compiling NIOSSL SSLContext.swift
[1661/1735] Compiling NIOSSL SSLErrors.swift
[1662/1735] Compiling NIOSSL SSLInit.swift
[1663/1735] Compiling NIOSSL SSLPKCS12Bundle.swift
[1664/1735] Compiling NIOSSL SSLPrivateKey.swift
[1665/1735] Compiling NIOSSL RNG.swift
[1666/1735] Compiling NIOSSL SafeCompare.swift
[1667/1735] Compiling NIOSSL Zeroization.swift
[1668/1735] Compiling _NIOFileSystem TokenBucket.swift
[1669/1735] Compiling _NIOFileSystem UnsafeTransfer.swift
[1670/1757] Emitting module NIOTransportServices
[1671/1757] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1672/1757] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1673/1757] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1674/1757] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1675/1757] Compiling NIOTransportServices NIOTSErrors.swift
[1676/1757] Compiling NIOTransportServices NIOTSEventLoop.swift
[1677/1759] Compiling NIOTransportServices NIOTSBootstraps.swift
[1678/1759] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1679/1759] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1680/1759] Compiling NIOTransportServices StateManagedChannel.swift
[1681/1759] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1682/1759] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1683/1759] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1684/1759] Compiling NIOTransportServices NIOTSSingletons.swift
[1685/1759] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1686/1759] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1687/1759] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1690/1759] Emitting module NIOHTTP1
[1694/1759] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1695/1759] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1696/1759] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1699/1759] Compiling NIOTransportServices AcceptHandler.swift
[1700/1759] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1701/1759] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1704/1760] Emitting module AsyncKit
[1707/1761] Compiling _NIOFileSystem SystemFileHandle.swift
[1708/1761] Compiling _NIOFileSystem Utilities.swift
[1709/1761] Compiling _NIOFileSystem OpenOptions.swift
[1710/1761] Compiling _NIOFileSystem String+FileSystem.swift
[1711/1808] Compiling MultipartKit FormDataEncoder.Encoder.swift
[1712/1808] Compiling MultipartKit BasicCodingKey.swift
[1713/1808] Compiling MultipartKit MultipartError.swift
[1714/1808] Compiling MultipartKit Exports.swift
[1715/1808] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[1716/1808] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[1717/1808] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[1718/1808] Compiling MultipartKit FormDataEncoder.swift
[1719/1808] Compiling MultipartKit Storage.swift
[1720/1808] Compiling MultipartKit MultipartFormData.swift
[1722/1827] Compiling NIOWebSocket WebSocketOpcode.swift
[1723/1828] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1724/1831] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1725/1831] Compiling MultipartKit MultipartPartConvertible.swift
[1726/1833] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1727/1833] Compiling NIOExtras NIOExtrasError.swift
[1728/1835] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1729/1835] Compiling NIOHPACK IndexedHeaderTable.swift
[1730/1835] Compiling NIOHPACK IntegerCoding.swift
[1731/1836] Emitting module NIOWebSocket
[1732/1836] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1733/1836] Emitting module MultipartKit
[1734/1836] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1735/1836] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1736/1836] Compiling NIOExtras JSONRPCFraming.swift
[1737/1836] Emitting module NIOHTTPCompression
[1738/1836] Compiling NIOHTTPCompression HTTPCompression.swift
[1739/1836] Compiling NIOHTTPCompression HTTPDecompression.swift
[1740/1836] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1741/1836] Compiling NIOExtras DebugInboundEventsHandler.swift
[1742/1836] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1743/1836] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1744/1836] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1745/1836] Compiling NIOExtras NIORequestIdentifiable.swift
[1746/1836] Compiling NIOExtras PCAPRingBuffer.swift
[1747/1836] Compiling NIOExtras QuiescingHelper.swift
[1748/1836] Compiling NIOExtras RequestResponseHandler.swift
[1750/1836] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1757/1836] Compiling NIOHPACK HuffmanTables.swift
[1758/1836] Compiling NIOHPACK HuffmanCoding.swift
[1759/1836] Emitting module _NIOFileSystemFoundationCompat
[1760/1836] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1761/1836] Compiling NIOHPACK StaticHeaderTable.swift
[1762/1837] Emitting module NIOSSL
[1763/1840] Emitting module NIOHPACK
[1764/1840] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1765/1840] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1766/1840] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1767/1840] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1768/1841] Compiling NIOWebSocket WebSocketFrame.swift
[1769/1841] Emitting module NIOExtras
[1774/1842] Compiling NIOSSL SubjectAlternativeName.swift
[1775/1842] Compiling NIOSSL NIOSSLSecureBytes.swift
[1785/1842] Compiling NIOExtras UnsafeTransfer.swift
[1786/1842] Compiling NIOExtras WritePCAPHandler.swift
[1787/1842] Compiling MultipartKit Utilities.swift
[1799/1842] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1800/1842] Compiling NIOExtras LengthFieldPrepender.swift
[1801/1842] Compiling NIOExtras LineBasedFrameDecoder.swift
[1816/1846] Compiling NIOFileSystem Exports.swift
[1817/1846] Emitting module NIOFileSystem
[1819/1905] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1820/1905] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1821/1905] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1822/1905] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1823/1905] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1824/1905] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1825/1905] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1826/1905] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1827/1905] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1828/1905] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1829/1905] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1830/1905] Compiling NIOHTTP2 HTTP2Error.swift
[1831/1929] Compiling LeafKit LeafContext.swift
[1832/1929] Compiling LeafKit LeafSerializer.swift
[1834/1930] Compiling NIOHTTP2 HasRemoteSettings.swift
[1835/1930] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1836/1930] Compiling NIOHTTP2 QuiescingState.swift
[1838/1939] Compiling LeafKit LeafSource.swift
[1839/1939] Compiling LeafKit LeafSources.swift
[1840/1939] Compiling LeafKit NIOLeafFiles.swift
[1841/1942] Compiling LeafKit LeafError.swift
[1842/1942] Compiling LeafKit LeafLexer.swift
[1843/1942] Compiling LeafKit LeafParameterTypes.swift
[1844/1942] Compiling WebSocketKit Exports.swift
[1845/1942] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1846/1942] Compiling WebSocketKit WebSocketHandler.swift
[1847/1942] Emitting module WebSocketKit
[1848/1942] Compiling LeafKit LeafParser.swift
[1849/1942] Compiling LeafKit LeafRenderer.swift
[1850/1942] Compiling LeafKit Dictionary+LeafData.swift
[1851/1942] Compiling LeafKit LeafRawTemplate.swift
[1852/1942] Compiling LeafKit LeafToken.swift
[1853/1942] Compiling LeafKit LeafParameter.swift
[1856/1942] Compiling LeafKit ParameterResolver.swift
[1857/1942] Compiling WebSocketKit WebSocket+Connect.swift
[1858/1942] Compiling WebSocketKit WebSocket.swift
[1859/1942] Compiling WebSocketKit WebSocket+Concurrency.swift
[1860/1942] Emitting module NIOHTTP2
[1861/1950] Compiling WebSocketKit WebSocketClient.swift
[1863/1951] Emitting module LeafKit
[1864/1951] Compiling LeafKit LeafConfiguration.swift
[1865/1951] Compiling LeafKit LeafData.swift
[1866/1951] Compiling LeafKit LeafDataRepresentable.swift
[1867/1951] Compiling LeafKit LeafDataStorage.swift
[1868/1951] Compiling LeafKit Character+Identities.swift
[1869/1951] Compiling LeafKit LeafAST.swift
[1870/1951] Compiling LeafKit DefaultLeafCache.swift
[1871/1951] Compiling LeafKit LeafCache.swift
[1872/1951] Compiling LeafKit LeafSyntax.swift
[1873/1951] Compiling LeafKit LeafTag.swift
[1874/1951] Compiling LeafKit String+HTMLEscape.swift
[1876/1952] Compiling NIOHTTP2 MaySendFrames.swift
[1877/1952] Compiling NIOHTTP2 SendingDataState.swift
[1878/1952] Compiling NIOHTTP2 SendingGoawayState.swift
[1879/1952] Compiling NIOHTTP2 SendingHeadersState.swift
[1880/1952] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1881/1952] Compiling NIOHTTP2 SendingRstStreamState.swift
[1882/1952] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1883/1952] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1884/1952] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1885/1952] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1886/1952] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1887/1952] Compiling NIOHTTP2 HTTP2StreamID.swift
[1888/1952] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1889/1952] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1890/1952] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1891/1952] Compiling NIOHTTP2 InboundEventBuffer.swift
[1892/1952] Compiling NIOHTTP2 InboundWindowManager.swift
[1893/1952] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1894/1952] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1895/1952] Compiling NIOHTTP2 StreamChannelList.swift
[1896/1952] Compiling NIOHTTP2 StreamMap.swift
[1897/1952] Compiling NIOHTTP2 StreamStateMachine.swift
[1898/1952] Compiling NIOHTTP2 UnsafeTransfer.swift
[1899/1952] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1900/1952] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1901/1952] Compiling NIOHTTP2 HTTP2Frame.swift
[1902/1952] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1903/1952] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1904/1952] Compiling NIOHTTP2 HTTP2PingData.swift
[1905/1952] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1906/1952] Compiling NIOHTTP2 HTTP2Settings.swift
[1907/1952] Compiling NIOHTTP2 HTTP2Stream.swift
[1909/1952] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1910/1952] Compiling NIOHTTP2 HasLocalSettings.swift
[1914/1952] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1915/1952] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1955/2013] Emitting module AsyncHTTPClient
[1956/2021] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1957/2021] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1958/2021] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1959/2021] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1960/2021] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1961/2021] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1962/2021] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1963/2021] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1964/2021] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1965/2021] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1966/2021] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1967/2021] Compiling AsyncHTTPClient Transaction.swift
[1968/2021] Compiling AsyncHTTPClient Base64.swift
[1969/2021] Compiling AsyncHTTPClient BasicAuth.swift
[1970/2021] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1971/2021] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1972/2021] Compiling AsyncHTTPClient ConnectionPool.swift
[1973/2021] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1974/2021] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1975/2021] Compiling AsyncHTTPClient RequestOptions.swift
[1976/2021] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1977/2021] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1978/2021] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1979/2021] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1980/2021] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1981/2021] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1982/2021] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1983/2021] Compiling AsyncHTTPClient ConnectionTarget.swift
[1984/2021] Compiling AsyncHTTPClient DeconstructedURL.swift
[1985/2021] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1986/2021] Compiling AsyncHTTPClient FoundationExtensions.swift
[1987/2021] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1988/2021] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1989/2021] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1990/2021] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1991/2021] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1992/2021] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1993/2021] Compiling AsyncHTTPClient HTTP1Connection.swift
[1994/2021] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1995/2021] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1996/2021] Compiling AsyncHTTPClient HTTP2Connection.swift
[1997/2021] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1998/2021] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1999/2021] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2000/2021] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2001/2021] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2002/2021] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2003/2021] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2004/2021] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2005/2021] Compiling AsyncHTTPClient RequestBodyLength.swift
[2006/2021] Compiling AsyncHTTPClient RequestBag.swift
[2007/2021] Compiling AsyncHTTPClient RequestValidation.swift
[2008/2021] Compiling AsyncHTTPClient SSLContextCache.swift
[2009/2021] Compiling AsyncHTTPClient Scheme.swift
[2010/2021] Compiling AsyncHTTPClient Singleton.swift
[2011/2021] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2012/2021] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2013/2021] Compiling AsyncHTTPClient Utils.swift
[2014/2021] Compiling AsyncHTTPClient HTTPClient.swift
[2015/2021] Compiling AsyncHTTPClient HTTPHandler.swift
[2016/2021] Compiling AsyncHTTPClient LRUCache.swift
[2017/2021] Compiling AsyncHTTPClient NWErrorHandler.swift
[2018/2021] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2019/2021] Compiling AsyncHTTPClient TLSConfiguration.swift
[2020/2021] Compiling AsyncHTTPClient RedirectState.swift
[2021/2021] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2023/2191] Compiling Vapor AsyncBasicResponder.swift
[2024/2191] Compiling Vapor AsyncMiddleware.swift
[2025/2191] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2026/2191] Compiling Vapor AsyncSessionDriver.swift
[2027/2191] Compiling Vapor Authentication+Concurrency.swift
[2028/2191] Compiling Vapor Cache+Concurrency.swift
[2029/2191] Compiling Vapor Client+Concurrency.swift
[2030/2191] Compiling Vapor RequestBody+Concurrency.swift
[2031/2191] Compiling Vapor Responder+Concurrency.swift
[2032/2191] Compiling Vapor ResponseCodable+Concurrency.swift
[2033/2191] Compiling Vapor RoutesBuilder+Concurrency.swift
[2034/2191] Compiling Vapor ViewRenderer+Concurrency.swift
[2035/2191] Compiling Vapor WebSocket+Concurrency.swift
[2036/2191] Compiling Vapor ContainerGetPathExecutor.swift
[2037/2191] Compiling Vapor Content.swift
[2038/2191] Compiling Vapor ContentCoders.swift
[2039/2191] Compiling Vapor ContentConfiguration.swift
[2040/2191] Compiling Vapor ContentContainer.swift
[2041/2191] Compiling Vapor JSONCoder+Custom.swift
[2042/2191] Compiling Vapor JSONCoders+Content.swift
[2043/2191] Compiling Vapor PlaintextDecoder.swift
[2044/2191] Compiling Vapor PlaintextEncoder.swift
[2045/2191] Compiling Vapor URLQueryCoders.swift
[2046/2191] Compiling Vapor URLQueryContainer.swift
[2047/2215] Compiling Vapor Application.swift
[2048/2215] Compiling Vapor AuthenticationCache.swift
[2049/2215] Compiling Vapor Authenticator.swift
[2050/2215] Compiling Vapor BasicAuthorization.swift
[2051/2215] Compiling Vapor BearerAuthorization.swift
[2052/2215] Compiling Vapor GuardMiddleware.swift
[2053/2215] Compiling Vapor RedirectMiddleware.swift
[2054/2215] Compiling Vapor SessionAuthenticatable.swift
[2055/2215] Compiling Vapor Bcrypt.swift
[2056/2215] Compiling Vapor Application+Cache.swift
[2057/2215] Compiling Vapor Cache.swift
[2058/2215] Compiling Vapor CacheExpirationTime.swift
[2059/2215] Compiling Vapor MemoryCache.swift
[2060/2215] Compiling Vapor Request+Cache.swift
[2061/2215] Compiling Vapor Application+Clients.swift
[2062/2215] Compiling Vapor Client.swift
[2063/2215] Compiling Vapor ClientRequest.swift
[2064/2215] Compiling Vapor ClientResponse.swift
[2065/2215] Compiling Vapor Request+Client.swift
[2066/2215] Compiling Vapor BootCommand.swift
[2067/2215] Compiling Vapor CommandContext+Application.swift
[2068/2215] Compiling Vapor RoutesCommand.swift
[2069/2215] Compiling Vapor ServeCommand.swift
[2070/2215] Compiling Vapor AnyResponse+Concurrency.swift
[2071/2239] Compiling Vapor Validator.swift
[2072/2239] Compiling Vapor ValidatorResult.swift
[2073/2239] Compiling Vapor And.swift
[2074/2239] Compiling Vapor Case.swift
[2075/2239] Compiling Vapor CharacterSet.swift
[2076/2239] Compiling Vapor Count.swift
[2077/2239] Compiling Vapor Custom.swift
[2078/2239] Compiling Vapor Email.swift
[2079/2239] Compiling Vapor Empty.swift
[2080/2239] Compiling Vapor In.swift
[2081/2239] Compiling Vapor Nil.swift
[2082/2239] Compiling Vapor NilIgnoring.swift
[2083/2239] Compiling Vapor Not.swift
[2084/2239] Compiling Vapor Or.swift
[2085/2239] Compiling Vapor Pattern.swift
[2086/2239] Compiling Vapor Range.swift
[2087/2239] Compiling Vapor URL.swift
[2088/2239] Compiling Vapor Valid.swift
[2089/2239] Compiling Vapor Application+Views.swift
[2090/2239] Compiling Vapor PlaintextRenderer.swift
[2091/2239] Compiling Vapor Request+View.swift
[2092/2239] Compiling Vapor View.swift
[2093/2239] Compiling Vapor ViewRenderer.swift
[2094/2239] Compiling Vapor _Deprecations.swift
[2095/2239] Compiling Vapor Bytes+Hex.swift
[2096/2239] Compiling Vapor Bytes+SecureCompare.swift
[2097/2239] Compiling Vapor Collection+Safe.swift
[2098/2239] Compiling Vapor DataProtocol+Copy.swift
[2099/2239] Compiling Vapor DecoderUnwrapper.swift
[2100/2239] Compiling Vapor DirectoryConfiguration.swift
[2101/2239] Compiling Vapor DotEnv.swift
[2102/2239] Compiling Vapor Extendable.swift
[2103/2239] Compiling Vapor File.swift
[2104/2239] Compiling Vapor FileIO.swift
[2105/2239] Compiling Vapor LifecycleHandler.swift
[2106/2239] Compiling Vapor OptionalType.swift
[2107/2239] Compiling Vapor RFC1123.swift
[2108/2239] Compiling Vapor SocketAddress+Hostname.swift
[2109/2239] Compiling Vapor Storage.swift
[2110/2239] Compiling Vapor String+IsIPAddress.swift
[2111/2239] Compiling Vapor Thread.swift
[2112/2239] Compiling Vapor URI.swift
[2113/2239] Compiling Vapor RangeResult.swift
[2114/2239] Compiling Vapor Validatable.swift
[2115/2239] Compiling Vapor Validation.swift
[2116/2239] Compiling Vapor ValidationKey.swift
[2117/2239] Compiling Vapor Validations.swift
[2118/2239] Compiling Vapor ValidationsError.swift
[2119/2239] Compiling Vapor Core.swift
[2120/2239] Compiling Vapor Running.swift
[2121/2239] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2122/2239] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2123/2239] Compiling Vapor DotEnvFile+load.swift
[2124/2239] Compiling Vapor Routes+caseInsenstive.swift
[2125/2239] Compiling Vapor Validatable+validate.swift
[2126/2239] Compiling Vapor Environment+Process.swift
[2127/2239] Compiling Vapor Environment+Secret.swift
[2128/2239] Compiling Vapor Environment.swift
[2129/2239] Compiling Vapor Abort.swift
[2130/2239] Compiling Vapor AbortError.swift
[2131/2239] Compiling Vapor DebuggableError.swift
[2132/2239] Compiling Vapor Demangler.swift
[2133/2239] Compiling Vapor ErrorSource.swift
[2134/2239] Compiling Vapor StackTrace.swift
[2135/2239] Compiling Vapor Exports.swift
[2136/2239] Compiling Vapor Application+HTTP.swift
[2137/2239] Compiling Vapor BasicResponder.swift
[2138/2239] Compiling Vapor BodyStream.swift
[2139/2239] Compiling Vapor Application+HTTP+Client.swift
[2140/2239] Compiling Vapor EventLoopHTTPClient.swift
[2141/2239] Compiling Vapor EndpointCache.swift
[2142/2239] Compiling Vapor HTTPMethod+String.swift
[2143/2239] Emitting module Vapor
[2144/2239] Compiling Vapor HTTPServerResponseEncoder.swift
[2145/2239] Compiling Vapor HTTPServerUpgradeHandler.swift
[2146/2239] Compiling Vapor Logger+Report.swift
[2147/2239] Compiling Vapor LoggingSystem+Environment.swift
[2148/2239] Compiling Vapor Application+Middleware.swift
[2149/2239] Compiling Vapor CORSMiddleware.swift
[2150/2239] Compiling Vapor ErrorMiddleware.swift
[2151/2239] Compiling Vapor FileMiddleware.swift
[2152/2239] Compiling Vapor Middleware.swift
[2153/2239] Compiling Vapor MiddlewareConfiguration.swift
[2154/2239] Compiling Vapor ResponseCompressionMiddleware.swift
[2155/2239] Compiling Vapor RouteLoggingMiddleware.swift
[2156/2239] Compiling Vapor TracingMiddleware.swift
[2157/2239] Compiling Vapor File+Multipart.swift
[2158/2239] Compiling Vapor FormDataDecoder+Content.swift
[2159/2239] Compiling Vapor FormDataEncoder+Content.swift
[2160/2239] Compiling Vapor Application+Password.swift
[2161/2239] Compiling Vapor Application+Passwords.swift
[2162/2239] Compiling Vapor AsyncPasswordHasher.swift
[2163/2239] Compiling Vapor BcryptHasher.swift
[2164/2239] Compiling Vapor PasswordHasher.swift
[2165/2239] Compiling Vapor PlaintextHasher.swift
[2166/2239] Compiling Vapor Request+Password.swift
[2167/2239] Compiling Vapor Redirect.swift
[2168/2239] Compiling Vapor HTTPStatus.swift
[2169/2239] Compiling Vapor HTTPCookies.swift
[2170/2239] Compiling Vapor HTTPHeaderCacheControl.swift
[2171/2239] Compiling Vapor HTTPHeaderExpires.swift
[2172/2239] Compiling Vapor HTTPHeaderLastModified.swift
[2173/2239] Compiling Vapor HTTPHeaders+Cache.swift
[2174/2239] Compiling Vapor HTTPHeaders+Connection.swift
[2175/2239] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2176/2239] Compiling Vapor HTTPHeaders+ContentRange.swift
[2177/2239] Compiling Vapor HTTPHeaders+Directive.swift
[2178/2239] Compiling Vapor HTTPHeaders+Forwarded.swift
[2179/2239] Compiling Vapor HTTPHeaders+Link.swift
[2180/2239] Compiling Vapor HTTPHeaders+Name.swift
[2181/2239] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2182/2239] Compiling Vapor HTTPHeaders.swift
[2183/2239] Compiling Vapor HTTPMediaType.swift
[2184/2239] Compiling Vapor HTTPMediaTypePreference.swift
[2185/2239] Compiling Vapor Responder.swift
[2186/2239] Compiling Vapor Application+HTTP+Server.swift
[2187/2239] Compiling Vapor HTTPServer.swift
[2188/2239] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2189/2239] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2190/2239] Compiling Vapor HTTPServerHandler.swift
[2191/2239] Compiling Vapor HTTPServerRequestDecoder.swift
[2192/2239] Compiling Vapor Request+Body.swift
[2193/2239] Compiling Vapor Request+BodyStream.swift
[2194/2239] Compiling Vapor Request.swift
[2195/2239] Compiling Vapor Application+Responder.swift
[2196/2239] Compiling Vapor DefaultResponder.swift
[2197/2239] Compiling Vapor Response+Body.swift
[2198/2239] Compiling Vapor Response.swift
[2199/2239] Compiling Vapor ResponseCodable.swift
[2200/2239] Compiling Vapor Application+Routes.swift
[2201/2239] Compiling Vapor Parameters+Require.swift
[2202/2239] Compiling Vapor Request+WebSocket.swift
[2203/2239] Compiling Vapor Route.swift
[2204/2239] Compiling Vapor RouteCollection.swift
[2205/2239] Compiling Vapor Routes.swift
[2206/2239] Compiling Vapor RoutesBuilder+Group.swift
[2207/2239] Compiling Vapor RoutesBuilder+Method.swift
[2208/2239] Compiling Vapor RoutesBuilder+Middleware.swift
[2209/2239] Compiling Vapor RoutesBuilder+WebSocket.swift
[2210/2239] Compiling Vapor RoutesBuilder.swift
[2211/2239] Compiling Vapor OTP.swift
[2212/2239] Compiling Vapor Application+Servers.swift
[2213/2239] Compiling Vapor Server.swift
[2214/2239] Compiling Vapor App+Service.swift
[2215/2239] Compiling Vapor Req+Service.swift
[2216/2239] Compiling Vapor Service.swift
[2217/2239] Compiling Vapor Application+Sessions.swift
[2218/2239] Compiling Vapor MemorySessions.swift
[2219/2239] Compiling Vapor Request+Session.swift
[2220/2239] Compiling Vapor Session.swift
[2221/2239] Compiling Vapor SessionCache.swift
[2222/2239] Compiling Vapor SessionData.swift
[2223/2239] Compiling Vapor SessionDriver.swift
[2224/2239] Compiling Vapor SessionsConfiguration.swift
[2225/2239] Compiling Vapor SessionsMiddleware.swift
[2226/2239] Compiling Vapor URLEncodedFormData.swift
[2227/2239] Compiling Vapor URLEncodedFormDecoder.swift
[2228/2239] Compiling Vapor URLEncodedFormEncoder.swift
[2229/2239] Compiling Vapor URLEncodedFormError.swift
[2230/2239] Compiling Vapor URLEncodedFormParser.swift
[2231/2239] Compiling Vapor URLEncodedFormSerializer.swift
[2232/2239] Compiling Vapor URLQueryFragmentConvertible.swift
[2233/2239] Compiling Vapor AnyResponse.swift
[2234/2239] Compiling Vapor Array+Random.swift
[2235/2239] Compiling Vapor Base32.swift
[2236/2239] Compiling Vapor Base64.swift
[2237/2239] Compiling Vapor BaseN.swift
[2238/2239] Compiling Vapor BasicCodingKey.swift
[2239/2239] Compiling Vapor ByteCount.swift
[2241/2247] Compiling Leaf LeafRenderer+ViewRenderer.swift
[2242/2247] Compiling Leaf LeafError+AbortError.swift
[2243/2247] Compiling Leaf Request+Leaf.swift
[2244/2247] Compiling Leaf Application+Leaf.swift
[2245/2247] Compiling Leaf Exports.swift
[2246/2247] Emitting module Leaf
[2247/2247] Compiling Leaf LeafEncoder.swift
Build complete! (259.24s)
Build complete.
{
"dependencies" : [
{
"identity" : "leaf-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "1.12.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/leaf-kit.git"
},
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.114.1",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
},
{
"identity" : "swift-algorithms",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-algorithms.git"
}
],
"manifest_display_name" : "leaf",
"name" : "leaf",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "Leaf",
"targets" : [
"Leaf"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "LeafTests",
"module_type" : "SwiftTarget",
"name" : "LeafTests",
"path" : "Tests/LeafTests",
"product_dependencies" : [
"XCTVapor"
],
"sources" : [
"LeafEncoderTests.swift",
"LeafTests.swift"
],
"target_dependencies" : [
"Leaf"
],
"type" : "test"
},
{
"c99name" : "Leaf",
"module_type" : "SwiftTarget",
"name" : "Leaf",
"path" : "Sources/Leaf",
"product_dependencies" : [
"LeafKit",
"Vapor",
"Algorithms"
],
"product_memberships" : [
"Leaf"
],
"sources" : [
"Application+Leaf.swift",
"Exports.swift",
"LeafEncoder.swift",
"LeafError+AbortError.swift",
"LeafRenderer+ViewRenderer.swift",
"Request+Leaf.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.