Build Information
Successful build of VaporCron, reference 2.6.0 (d6253e
), with Swift 6.1 for Android on 28 May 2025 08:55:28 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mihaelisaev/VaporCron.git
Reference: 2.6.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/mihaelisaev/VaporCron
* tag 2.6.0 -> FETCH_HEAD
HEAD is now at d6253e4 Seconds support
Cloned https://github.com/mihaelisaev/VaporCron.git
Revision (git rev-parse @):
d6253e413b4bf306cbf5aac85ef33f1fe48de814
SUCCESS checkout https://github.com/mihaelisaev/VaporCron.git at 2.6.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/mihaelisaev/VaporCron.git
https://github.com/mihaelisaev/VaporCron.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
},
{
"identity" : "niocronscheduler",
"requirement" : {
"range" : [
{
"lower_bound" : "2.1.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/MihaelIsaev/NIOCronScheduler.git"
}
],
"manifest_display_name" : "VaporCron",
"name" : "VaporCron",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "VaporCron",
"targets" : [
"VaporCron"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "VaporCronTests",
"module_type" : "SwiftTarget",
"name" : "VaporCronTests",
"path" : "Tests/VaporCronTests",
"sources" : [
"VaporCronTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"VaporCron"
],
"type" : "test"
},
{
"c99name" : "VaporCron",
"module_type" : "SwiftTarget",
"name" : "VaporCron",
"path" : "Sources/VaporCron",
"product_dependencies" : [
"Vapor",
"NIOCronScheduler"
],
"product_memberships" : [
"VaporCron"
],
"sources" : [
"VaporCron+Concurrency.swift",
"VaporCron.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/MihaelIsaev/NIOCronScheduler.git
[1/88] Fetching niocronscheduler
[89/74466] Fetching niocronscheduler, vapor
Fetched https://github.com/MihaelIsaev/NIOCronScheduler.git from cache (2.76s)
Fetched https://github.com/vapor/vapor.git from cache (2.79s)
Computing version for https://github.com/MihaelIsaev/NIOCronScheduler.git
Computed https://github.com/MihaelIsaev/NIOCronScheduler.git at 2.1.0 (3.37s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/MihaelIsaev/SwifCron.git
[1/169] Fetching swifcron
Fetched https://github.com/MihaelIsaev/SwifCron.git from cache (0.26s)
[1/76055] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.02s)
Computing version for https://github.com/MihaelIsaev/SwifCron.git
Computed https://github.com/MihaelIsaev/SwifCron.git at 2.0.0 (7.40s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.80s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/1710] Fetching swift-atomics
[754/6101] Fetching swift-atomics, swift-system
[4258/22692] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.47s)
Fetched https://github.com/apple/swift-system.git from cache (0.47s)
[4148/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.40s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.94s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (2.83s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.00s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (0.58s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/vapor/websocket-kit.git
[1/1063] Fetching swift-service-context
[469/4382] Fetching swift-service-context, multipart-kit
[1431/6588] Fetching swift-service-context, multipart-kit, swift-metrics
[1635/11562] Fetching swift-service-context, multipart-kit, swift-metrics, swift-distributed-tracing
[8594/14171] Fetching swift-service-context, multipart-kit, swift-metrics, swift-distributed-tracing, websocket-kit
[9575/20130] Fetching swift-service-context, multipart-kit, swift-metrics, swift-distributed-tracing, websocket-kit, swift-algorithms
Fetched https://github.com/apple/swift-metrics.git from cache (0.45s)
[14510/17924] Fetching swift-service-context, multipart-kit, swift-distributed-tracing, websocket-kit, swift-algorithms
Fetched https://github.com/apple/swift-service-context.git from cache (0.45s)
[14341/16861] Fetching multipart-kit, swift-distributed-tracing, websocket-kit, swift-algorithms
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetched https://github.com/vapor/websocket-kit.git from cache (0.52s)
Fetching https://github.com/apple/swift-nio-http2.git
[12030/20166] Fetching multipart-kit, swift-distributed-tracing, swift-algorithms, swift-nio-extras
[14041/24002] Fetching multipart-kit, swift-distributed-tracing, swift-algorithms, swift-nio-extras, swift-log
[21780/35529] Fetching multipart-kit, swift-distributed-tracing, swift-algorithms, swift-nio-extras, swift-log, swift-nio-http2
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.64s)
[22205/29615] Fetching multipart-kit, swift-distributed-tracing, swift-algorithms, swift-log, swift-nio-http2
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-log.git from cache (0.68s)
Fetching https://github.com/vapor/routing-kit.git
[20905/25779] Fetching multipart-kit, swift-distributed-tracing, swift-algorithms, swift-nio-http2
[25780/46506] Fetching multipart-kit, swift-distributed-tracing, swift-algorithms, swift-nio-http2, routing-kit
[41740/61349] Fetching multipart-kit, swift-distributed-tracing, swift-algorithms, swift-nio-http2, routing-kit, swift-nio-ssl
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.82s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.83s)
[39284/50416] Fetching multipart-kit, swift-nio-http2, routing-kit, swift-nio-ssl
Fetching https://github.com/vapor/console-kit.git
Fetching https://github.com/apple/swift-crypto.git
Fetched https://github.com/vapor/multipart-kit.git from cache (1.88s)
[36707/47097] Fetching swift-nio-http2, routing-kit, swift-nio-ssl
Fetching https://github.com/vapor/async-kit.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.40s)
[25477/35570] Fetching routing-kit, swift-nio-ssl
Fetching https://github.com/swift-server/async-http-client.git
[30525/37940] Fetching routing-kit, swift-nio-ssl, async-kit
[33192/43517] Fetching routing-kit, swift-nio-ssl, async-kit, console-kit
[38806/57453] Fetching routing-kit, swift-nio-ssl, async-kit, console-kit, swift-crypto
[39763/71467] Fetching routing-kit, swift-nio-ssl, async-kit, console-kit, swift-crypto, async-http-client
Fetched https://github.com/vapor/routing-kit.git from cache (1.21s)
[20585/50740] Fetching swift-nio-ssl, async-kit, console-kit, swift-crypto, async-http-client
Fetched https://github.com/vapor/async-kit.git from cache (0.47s)
[18354/48370] Fetching swift-nio-ssl, console-kit, swift-crypto, async-http-client
Fetched https://github.com/vapor/console-kit.git from cache (0.54s)
[13625/42793] Fetching swift-nio-ssl, swift-crypto, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.26s)
[23902/28779] Fetching swift-nio-ssl, swift-crypto
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.37s)
Fetched https://github.com/apple/swift-crypto.git from cache (3.86s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (8.96s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (2.13s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.90s)
Fetching https://github.com/apple/swift-numerics.git
[1/5691] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.95s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.84s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.67s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2667] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.38s)
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.84s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.42s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.47s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (0.83s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/2426] Fetching swift-service-lifecycle
[2112/7411] Fetching swift-service-lifecycle, swift-async-algorithms
[2210/9001] Fetching swift-service-lifecycle, swift-async-algorithms, swift-asn1
[3512/9905] Fetching swift-service-lifecycle, swift-async-algorithms, swift-asn1, swift-http-types
[3784/16060] Fetching swift-service-lifecycle, swift-async-algorithms, swift-asn1, swift-http-types, swift-certificates
[7737/17201] Fetching swift-service-lifecycle, swift-async-algorithms, swift-asn1, swift-http-types, swift-certificates, swift-http-structured-headers
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.45s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.49s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.49s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.50s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.50s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.50s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (1.08s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.61s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.56s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.45s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.47s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.54s)
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.43s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.46s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.44s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.52s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.50s)
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.47s)
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.46s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.63s)
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.1
Creating working copy for https://github.com/apple/swift-nio-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-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.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-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-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/MihaelIsaev/SwifCron.git
Working copy of https://github.com/MihaelIsaev/SwifCron.git resolved at 2.0.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
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/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/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-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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/MihaelIsaev/NIOCronScheduler.git
Working copy of https://github.com/MihaelIsaev/NIOCronScheduler.git resolved at 2.1.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.115.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/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Building for debugging...
[0/833] Write sources
[50/833] Compiling _NumericsShims _NumericsShims.c
[51/833] Compiling _AtomicsShims.c
[52/833] Compiling CNIOWindows WSAStartup.c
[53/833] Compiling CNIOWASI CNIOWASI.c
[53/833] Compiling CVaporBcrypt bcrypt.c
[54/833] Compiling CNIOWindows shim.c
[56/833] Compiling CNIOLinux liburing_shims.c
[57/833] Compiling CSystem shims.c
[58/833] Compiling CNIOSHA1 c_nio_sha1.c
[59/833] Compiling CNIOLLHTTP c_nio_http.c
[60/833] Compiling CNIOExtrasZlib empty.c
[61/833] Compiling CNIODarwin shim.c
[62/833] Compiling CNIOLinux shim.c
[63/833] Compiling fiat_p256_adx_sqr.S
[64/833] Write swift-version-24593BA9C3E375BF.txt
[65/833] Compiling CVaporBcrypt blf.c
[66/833] Compiling fiat_p256_adx_mul.S
[66/833] Compiling fiat_curve25519_adx_square.S
[68/833] Compiling CNIOLLHTTP c_nio_api.c
[69/833] Compiling fiat_curve25519_adx_mul.S
[70/868] Compiling CNIOLLHTTP c_nio_llhttp.c
[72/876] Emitting module ServiceContextModule
[72/881] Compiling CNIOBoringSSLShims shims.c
[74/891] Emitting module _NIODataStructures
[74/891] Compiling tls_record.cc
[76/905] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[77/905] Compiling InternalCollectionsUtilities Integer rank.swift
[78/905] Emitting module InternalCollectionsUtilities
[79/906] Compiling ServiceContextModule ServiceContextKey.swift
[80/906] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[81/906] Compiling InternalCollectionsUtilities UInt+reversed.swift
[82/906] Compiling RealModule Float16+Real.swift
[83/906] Compiling RealModule ElementaryFunctions.swift
[84/906] Compiling RealModule Float80+Real.swift
[85/907] Compiling InternalCollectionsUtilities Descriptions.swift
[86/907] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[87/907] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[88/907] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[89/907] Compiling InternalCollectionsUtilities Debugging.swift
[90/907] Compiling RealModule Float+Real.swift
[91/907] Compiling RealModule Real.swift
[94/907] Compiling _NIODataStructures PriorityQueue.swift
[95/907] Compiling _NIODataStructures _TinyArray.swift
[96/907] Compiling ServiceContextModule ServiceContext.swift
[97/907] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[98/907] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[99/907] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[100/907] Compiling InternalCollectionsUtilities _SortedCollection.swift
[102/908] Compiling RealModule RealFunctions.swift
[103/908] Compiling SystemPackage MachPort.swift
[104/908] Compiling SystemPackage PlatformString.swift
[105/908] Compiling SystemPackage SystemString.swift
[106/911] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[111/912] Emitting module RealModule
[114/912] Compiling _NIODataStructures Heap.swift
[115/913] Emitting module _NIOBase64
[116/913] Emitting module SystemPackage
[118/913] Compiling _NIOBase64 Base64.swift
[122/915] Compiling SwifCron SwifCronError.swift
[127/1048] Compiling Instrumentation NoOpInstrument.swift
[128/1054] Compiling Instrumentation MultiplexInstrument.swift
[129/1054] Compiling HeapModule Heap+Invariants.swift
[130/1054] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[131/1054] Compiling _RopeModule Range+BigString.swift
[132/1054] Compiling _RopeModule BigString+UTF16View.swift
[133/1054] Compiling _RopeModule BigString+UTF8View.swift
[134/1054] Compiling HeapModule Heap+Descriptions.swift
[135/1054] Compiling HeapModule _HeapNode.swift
[136/1054] Compiling HeapModule Heap+UnsafeHandle.swift
[137/1054] Compiling HeapModule Heap.swift
[138/1054] Emitting module HeapModule
[139/1055] Compiling _RopeModule Rope+Invariants.swift
[140/1055] Compiling _RopeModule Rope+_Node.swift
[141/1055] Compiling _RopeModule Rope+_Storage.swift
[142/1055] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[143/1055] Compiling _RopeModule Rope+_UnsafeHandle.swift
[144/1055] Compiling _RopeModule Rope.swift
[145/1055] Compiling _RopeModule RopeElement.swift
[146/1055] Compiling _RopeModule BigString+UnicodeScalarView.swift
[147/1055] Compiling _RopeModule BigSubstring+UTF16View.swift
[148/1055] Compiling _RopeModule BigSubstring+UTF8View.swift
[149/1055] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[150/1055] Compiling _RopeModule BigSubstring.swift
[151/1055] Compiling _RopeModule Rope+Builder.swift
[152/1055] Compiling _RopeModule Rope+Debugging.swift
[154/1062] Compiling _RopeModule BigString+Builder.swift
[155/1062] Compiling _RopeModule BigString+Contents.swift
[156/1062] Compiling _RopeModule BigString+Debugging.swift
[157/1062] Compiling _RopeModule BigString+Index.swift
[158/1062] Compiling _RopeModule BigString+Ingester.swift
[159/1062] Compiling _RopeModule BigString+Invariants.swift
[160/1062] Compiling _RopeModule BigString+Iterators.swift
[161/1062] Compiling _RopeModule BigString+Metrics.swift
[162/1062] Compiling _RopeModule BigString+RemoveSubrange.swift
[163/1062] Compiling _RopeModule BigString+ReplaceSubrange.swift
[164/1062] Compiling _RopeModule BigString+Split.swift
[168/1062] Compiling _RopeModule BigString+Comparable.swift
[169/1062] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[170/1062] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[171/1062] Compiling _RopeModule BigString+Chunk+Splitting.swift
[172/1062] Compiling _RopeModule BigString+Chunk.swift
[173/1062] Compiling _RopeModule BigString+BidirectionalCollection.swift
[174/1062] Compiling _RopeModule BigString+Append.swift
[175/1062] Compiling _RopeModule BigString+Initializers.swift
[176/1062] Compiling _RopeModule BigString+Insert.swift
[177/1062] Compiling _RopeModule BigString+Managing Breaks.swift
[178/1062] Compiling _RopeModule BigString+CustomStringConvertible.swift
[179/1062] Compiling _RopeModule BigString+Equatable.swift
[180/1062] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[181/1062] Compiling _RopeModule BigString+Hashing.swift
[182/1062] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[183/1062] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[184/1062] Compiling _RopeModule BigString+Sequence.swift
[185/1062] Compiling _RopeModule BigString+TextOutputStream.swift
[186/1138] Compiling CoreMetrics Metrics.swift
[187/1138] Emitting module Logging
[188/1138] Compiling Logging Locks.swift
[189/1138] Compiling Logging MetadataProvider.swift
[190/1138] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[191/1138] Compiling HashTreeCollections _HashNode+Storage.swift
[192/1138] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[193/1138] Compiling HashTreeCollections _HashNode+Structural filter.swift
[194/1138] Compiling HashTreeCollections _HashNode+Invariants.swift
[195/1138] Compiling HashTreeCollections _HashNode+Lookups.swift
[196/1138] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[197/1138] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[198/1138] Compiling Logging LogHandler.swift
[199/1138] Compiling Logging Logging.swift
[201/1139] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[202/1139] Compiling HashTreeCollections _HashNode+Structural merge.swift
[203/1139] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[204/1139] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[205/1139] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[206/1139] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[207/1139] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[208/1139] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[209/1140] Compiling HashTreeCollections TreeDictionary+Keys.swift
[210/1140] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[211/1140] Compiling HashTreeCollections TreeDictionary+Merge.swift
[212/1140] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[213/1140] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[214/1140] Compiling HashTreeCollections TreeDictionary+Values.swift
[215/1140] Compiling HashTreeCollections TreeDictionary.swift
[216/1140] Compiling HashTreeCollections TreeSet+Codable.swift
[217/1140] Compiling HashTreeCollections TreeSet+Collection.swift
[219/1149] Compiling Instrumentation InstrumentationSystem.swift
[220/1149] Compiling Instrumentation Locks.swift
[221/1149] Compiling Instrumentation Instrument.swift
[222/1149] Emitting module Instrumentation
[223/1150] Emitting module CoreMetrics
[224/1150] Compiling CoreMetrics Locks.swift
[235/1151] Compiling HashTreeCollections TreeSet+Hashable.swift
[236/1151] Compiling HashTreeCollections TreeSet+Sendable.swift
[237/1151] Compiling _RopeModule Rope+Join.swift
[238/1151] Compiling _RopeModule Rope+MutatingForEach.swift
[239/1151] Compiling _RopeModule Rope+Remove.swift
[240/1151] Compiling _RopeModule Rope+RemoveSubrange.swift
[241/1151] Compiling _RopeModule Rope+Split.swift
[242/1151] Compiling _RopeModule Optional Utilities.swift
[243/1151] Compiling _RopeModule String Utilities.swift
[244/1151] Compiling _RopeModule String.Index+ABI.swift
[255/1161] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[256/1161] Compiling HashTreeCollections TreeSet+Debugging.swift
[257/1161] Compiling HashTreeCollections TreeSet+Descriptions.swift
[258/1161] Compiling HashTreeCollections TreeSet+Equatable.swift
[259/1161] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[260/1161] Compiling HashTreeCollections TreeSet+Extras.swift
[261/1161] Compiling HashTreeCollections TreeSet+Filter.swift
[274/1161] Compiling HashTreeCollections _AncestorHashSlots.swift
[275/1161] Compiling HashTreeCollections _Bitmap.swift
[276/1161] Compiling HashTreeCollections _Bucket.swift
[277/1161] Compiling HashTreeCollections _Hash.swift
[278/1161] Compiling HashTreeCollections _HashLevel.swift
[279/1161] Compiling HashTreeCollections _HashNode+Builder.swift
[280/1161] Compiling HashTreeCollections _HashNode+Debugging.swift
[281/1161] Compiling HashTreeCollections _HashNode+Initializers.swift
[284/1161] Emitting module _RopeModule
[285/1161] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[286/1161] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[287/1161] Compiling HashTreeCollections TreeDictionary+Filter.swift
[288/1161] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[289/1161] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[303/1161] Compiling SwifCron SwifCron.swift
[304/1161] Emitting module SwifCron
[305/1161] Compiling SwifCron ExpressionParser.swift
[306/1161] Compiling SwifCron Array+Each.swift
[307/1161] Compiling SwifCron Helper.swift
[309/1162] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[310/1162] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[311/1162] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[312/1162] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[313/1162] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[314/1162] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[315/1162] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[316/1162] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[317/1162] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[318/1162] Compiling HashTreeCollections TreeSet.swift
[319/1162] Compiling HashTreeCollections _HashTreeIterator.swift
[320/1162] Compiling HashTreeCollections _HashTreeStatistics.swift
[321/1162] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[322/1162] Compiling HashTreeCollections _RawHashNode.swift
[323/1162] Compiling HashTreeCollections _UnmanagedHashNode.swift
[324/1162] Compiling HashTreeCollections _UnsafePath.swift
[325/1162] Compiling HashTreeCollections TreeDictionary+Codable.swift
[326/1162] Compiling HashTreeCollections TreeDictionary+Collection.swift
[327/1162] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[328/1162] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[329/1162] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[330/1162] Emitting module OrderedCollections
[332/1194] Compiling DequeModule Deque+CustomReflectable.swift
[333/1194] Compiling DequeModule Deque+Descriptions.swift
[334/1196] Compiling DequeModule _DequeBuffer.swift
[335/1196] Compiling DequeModule _DequeBufferHeader.swift
[336/1196] Compiling Tracing InstrumentationSystem+Tracing.swift
[337/1196] Compiling Tracing TracingTime.swift
[347/1196] Compiling DequeModule Deque+Equatable.swift
[348/1196] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[349/1196] Compiling DequeModule Deque+Extras.swift
[350/1196] Compiling DequeModule Deque+Hashable.swift
[351/1196] Compiling Tracing Tracer.swift
[352/1196] Compiling Tracing TracerProtocol.swift
[353/1196] Emitting module Tracing
[354/1196] Compiling Tracing TracerProtocol+Legacy.swift
[355/1196] Compiling DequeModule _DequeSlot.swift
[356/1196] Compiling DequeModule _UnsafeWrappedBuffer.swift
[357/1196] Compiling DequeModule Deque+Codable.swift
[358/1196] Compiling DequeModule Deque+Collection.swift
[365/1196] Compiling DequeModule Deque+Testing.swift
[366/1196] Compiling DequeModule Deque._Storage.swift
[367/1196] Compiling DequeModule Deque._UnsafeHandle.swift
[371/1196] Compiling DequeModule Deque.swift
[374/1196] Compiling HashTreeCollections _HashNode+Structural union.swift
[375/1196] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[376/1196] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[377/1196] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[378/1196] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[379/1196] Compiling HashTreeCollections _HashNode.swift
[380/1196] Compiling HashTreeCollections _HashNodeHeader.swift
[381/1196] Compiling HashTreeCollections _HashSlot.swift
[382/1196] Compiling HashTreeCollections _HashStack.swift
[396/1196] Compiling Tracing NoOpTracer.swift
[397/1196] Compiling Tracing SpanProtocol.swift
[398/1197] Compiling tls_method.cc
[400/1197] Emitting module DequeModule
[432/1199] Compiling RoutingKit Parameters.swift
[433/1199] Emitting module RoutingKit
[434/1199] Compiling RoutingKit AnyRouter.swift
[435/1199] Emitting module Metrics
[436/1199] Compiling Metrics Metrics.swift
[438/1200] Compiling RoutingKit Router.swift
[439/1200] Compiling RoutingKit TrieRouter.swift
[440/1200] Compiling RoutingKit PathComponent.swift
[441/1201] Compiling tls13_server.cc
[442/1201] Compiling t1_enc.cc
[444/1201] Emitting module HashTreeCollections
[445/1202] Compiling ssl_x509.cc
[446/1202] Compiling tls13_enc.cc
[447/1202] Compiling tls13_client.cc
[448/1202] Compiling tls13_both.cc
[449/1202] Compiling ssl_transcript.cc
[450/1202] Compiling ssl_stat.cc
[451/1202] Compiling ssl_versions.cc
[452/1202] Compiling ssl_credential.cc
[453/1202] Compiling ssl_file.cc
[454/1202] Compiling ssl_session.cc
[455/1202] Compiling ssl_lib.cc
[456/1202] Compiling ssl_privkey.cc
[457/1202] Compiling ssl_key_share.cc
[458/1202] Compiling ssl_cipher.cc
[459/1202] Compiling ssl_cert.cc
[460/1202] Compiling ssl_buffer.cc
[461/1202] Compiling ssl_asn1.cc
[462/1202] Compiling s3_lib.cc
[463/1202] Compiling s3_pkt.cc
[464/1202] Compiling handshake_server.cc
[465/1202] Compiling s3_both.cc
[466/1202] Compiling ssl_aead_ctx.cc
[467/1202] Compiling handshake_client.cc
[468/1202] Compiling handoff.cc
[469/1202] Compiling d1_srtp.cc
[470/1202] Compiling handshake.cc
[471/1202] Compiling dtls_method.cc
[472/1202] Compiling md5-x86_64-linux.S
[473/1202] Compiling md5-x86_64-apple.S
[474/1202] Compiling md5-586-linux.S
[475/1202] Compiling md5-586-apple.S
[476/1202] Compiling dtls_record.cc
[477/1202] Compiling extensions.cc
[478/1202] Compiling chacha20_poly1305_x86_64-linux.S
[479/1202] Compiling chacha20_poly1305_armv8-win.S
[480/1202] Compiling chacha20_poly1305_x86_64-apple.S
[481/1202] Compiling chacha20_poly1305_armv8-apple.S
[482/1202] Compiling encrypted_client_hello.cc
[483/1202] Compiling chacha20_poly1305_armv8-linux.S
[484/1202] Compiling chacha-x86_64-linux.S
[485/1202] Compiling chacha-x86_64-apple.S
[486/1202] Compiling chacha-x86-linux.S
[487/1202] Compiling chacha-x86-apple.S
[488/1202] Compiling chacha-armv8-win.S
[489/1202] Compiling err_data.cc
[490/1202] Compiling chacha-armv8-apple.S
[491/1202] Compiling chacha-armv4-linux.S
[492/1202] Compiling chacha-armv8-linux.S
[493/1202] Compiling aes128gcmsiv-x86_64-linux.S
[494/1202] Compiling aes128gcmsiv-x86_64-apple.S
[495/1202] Compiling x86_64-mont5-linux.S
[496/1202] Compiling x86_64-mont5-apple.S
[497/1202] Compiling x86_64-mont-linux.S
[498/1202] Compiling x86_64-mont-apple.S
[499/1202] Compiling x86-mont-linux.S
[500/1202] Compiling d1_pkt.cc
[501/1202] Compiling x86-mont-apple.S
[502/1202] Compiling vpaes-x86_64-linux.S
[503/1202] Compiling vpaes-x86_64-apple.S
[504/1202] Compiling vpaes-x86-linux.S
[505/1202] Compiling vpaes-x86-apple.S
[506/1202] Compiling vpaes-armv8-apple.S
[507/1202] Compiling vpaes-armv8-linux.S
[507/1202] Compiling vpaes-armv8-win.S
[509/1202] Compiling vpaes-armv7-linux.S
[510/1202] Compiling sha512-x86_64-apple.S
[511/1202] Compiling sha512-x86_64-linux.S
[512/1202] Compiling sha512-armv8-win.S
[513/1202] Compiling sha512-armv8-apple.S
[514/1202] Compiling sha512-586-linux.S
[515/1202] Compiling sha512-armv4-linux.S
[516/1202] Compiling sha512-586-apple.S
[517/1202] Compiling sha512-armv8-linux.S
[518/1202] Compiling sha256-x86_64-apple.S
[519/1202] Compiling sha256-x86_64-linux.S
[520/1202] Compiling sha256-armv8-apple.S
[521/1202] Compiling bio_ssl.cc
[522/1202] Compiling sha256-armv8-win.S
[523/1202] Compiling sha256-586-linux.S
[524/1202] Compiling sha256-armv4-linux.S
[525/1202] Compiling sha256-armv8-linux.S
[526/1202] Compiling sha256-586-apple.S
[527/1202] Compiling sha1-x86_64-linux.S
[528/1202] Compiling sha1-x86_64-apple.S
[529/1202] Compiling sha1-armv8-win.S
[530/1202] Compiling sha1-armv8-linux.S
[531/1202] Compiling sha1-586-apple.S
[532/1202] Compiling sha1-armv8-apple.S
[533/1202] Compiling sha1-586-linux.S
[534/1202] Compiling sha1-armv4-large-linux.S
[535/1202] Compiling rsaz-avx2-linux.S
[536/1202] Compiling rsaz-avx2-apple.S
[537/1202] Compiling p256_beeu-x86_64-asm-apple.S
[538/1202] Compiling rdrand-x86_64-apple.S
[539/1202] Compiling rdrand-x86_64-linux.S
[540/1202] Compiling p256_beeu-x86_64-asm-linux.S
[541/1202] Compiling p256_beeu-armv8-asm-win.S
[542/1202] Compiling p256_beeu-armv8-asm-linux.S
[543/1202] Compiling p256-x86_64-asm-linux.S
[544/1202] Compiling p256-armv8-asm-win.S
[545/1202] Compiling p256-x86_64-asm-apple.S
[546/1202] Compiling p256_beeu-armv8-asm-apple.S
[547/1202] Compiling p256-armv8-asm-apple.S
[548/1202] Compiling ghashv8-armv8-win.S
[549/1202] Compiling ghashv8-armv8-apple.S
[550/1202] Compiling ghashv8-armv8-linux.S
[551/1202] Compiling p256-armv8-asm-linux.S
[552/1202] Compiling ghashv8-armv7-linux.S
[553/1202] Compiling ghash-x86_64-linux.S
[554/1202] Compiling ghash-x86_64-apple.S
[555/1202] Compiling ghash-x86-linux.S
[556/1202] Compiling ghash-ssse3-x86_64-linux.S
[557/1202] Compiling ghash-x86-apple.S
[558/1202] Compiling ghash-ssse3-x86_64-apple.S
[559/1202] Compiling d1_both.cc
[560/1202] Compiling ghash-ssse3-x86-apple.S
[560/1202] Compiling ghash-armv4-linux.S
[562/1202] Compiling ghash-neon-armv8-win.S
[563/1202] Compiling ghash-ssse3-x86-linux.S
[564/1202] Compiling ghash-neon-armv8-apple.S
[565/1202] Compiling co-586-linux.S
[566/1202] Compiling ghash-neon-armv8-linux.S
[566/1202] Compiling co-586-apple.S
[568/1202] Compiling bsaes-armv7-linux.S
[569/1202] Compiling bn-armv8-win.S
[570/1202] Compiling bn-armv8-linux.S
[571/1202] Compiling bn-586-linux.S
[572/1202] Compiling bn-armv8-apple.S
[573/1202] Compiling bn-586-apple.S
[574/1202] Compiling armv8-mont-win.S
[575/1202] Compiling armv4-mont-linux.S
[576/1202] Compiling aesv8-gcm-armv8-win.S
[577/1202] Compiling aesv8-gcm-armv8-linux.S
[577/1202] Compiling armv8-mont-apple.S
[579/1202] Compiling aesv8-gcm-armv8-apple.S
[580/1202] Compiling armv8-mont-linux.S
[581/1202] Compiling aesv8-armv8-win.S
[582/1202] Compiling aesv8-armv8-linux.S
[583/1202] Compiling aesni-x86_64-linux.S
[584/1202] Compiling aesv8-armv8-apple.S
[585/1202] Compiling aesni-x86-linux.S
[586/1202] Compiling aesv8-armv7-linux.S
[587/1202] Compiling aesni-x86-apple.S
[588/1202] Compiling aesni-x86_64-apple.S
[589/1202] Compiling aesni-gcm-x86_64-apple.S
[590/1202] Compiling aesni-gcm-x86_64-linux.S
[591/1202] Compiling aes-gcm-avx2-x86_64-linux.S
[592/1202] Compiling d1_lib.cc
[593/1202] Compiling aes-gcm-avx10-x86_64-linux.S
[594/1202] Compiling aes-gcm-avx2-x86_64-apple.S
[595/1202] Compiling aes-gcm-avx10-x86_64-apple.S
[596/1202] Compiling x_pubkey.cc
[597/1202] Compiling x_req.cc
[598/1202] Compiling x_sig.cc
[599/1202] Compiling x_x509a.cc
[600/1202] Compiling x_x509.cc
[601/1202] Compiling x_val.cc
[602/1202] Compiling x_spki.cc
[603/1202] Compiling x_name.cc
[604/1202] Compiling x_attrib.cc
[605/1202] Compiling x_crl.cc
[606/1202] Compiling x_exten.cc
[607/1202] Compiling x509spki.cc
[608/1202] Compiling x_algor.cc
[609/1202] Compiling x509name.cc
[610/1202] Compiling x_all.cc
[611/1202] Compiling x509rset.cc
[612/1202] Compiling x509cset.cc
[613/1202] Compiling x509_vpm.cc
[614/1202] Compiling x509_vfy.cc
[615/1202] Compiling x509_txt.cc
[616/1202] Compiling x509_v3.cc
[617/1202] Compiling x509_trs.cc
[618/1202] Compiling x509_set.cc
[619/1202] Compiling x509_lu.cc
[620/1202] Compiling x509_req.cc
[621/1202] Compiling x509_obj.cc
[622/1202] Compiling x509_def.cc
[623/1202] Compiling x509_d2.cc
[624/1202] Compiling x509_ext.cc
[625/1202] Compiling x509_cmp.cc
[626/1202] Compiling x509.cc
[627/1202] Compiling x509_att.cc
[628/1202] Compiling v3_utl.cc
[629/1202] Compiling v3_skey.cc
[630/1202] Compiling v3_pmaps.cc
[631/1202] Compiling v3_prn.cc
[632/1202] Compiling v3_purp.cc
[633/1202] Compiling v3_pcons.cc
[634/1202] Compiling v3_ocsp.cc
[635/1202] Compiling v3_ncons.cc
[636/1202] Compiling v3_int.cc
[637/1202] Compiling v3_lib.cc
[638/1202] Compiling v3_ia5.cc
[639/1202] Compiling v3_info.cc
[640/1202] Compiling v3_genn.cc
[641/1202] Compiling v3_extku.cc
[642/1202] Compiling v3_crld.cc
[643/1202] Compiling v3_enum.cc
[644/1202] Compiling v3_cpols.cc
[645/1202] Compiling v3_conf.cc
[646/1202] Compiling v3_bcons.cc
[647/1202] Compiling v3_bitst.cc
[648/1202] Compiling v3_akeya.cc
[649/1202] Compiling v3_alt.cc
[650/1202] Compiling v3_akey.cc
[651/1202] Compiling t_x509a.cc
[652/1202] Compiling t_crl.cc
[653/1202] Compiling t_x509.cc
[654/1202] Compiling t_req.cc
[655/1202] Compiling i2d_pr.cc
[656/1202] Compiling rsa_pss.cc
[657/1202] Compiling policy.cc
[658/1202] Compiling name_print.cc
[659/1202] Compiling by_file.cc
[660/1202] Compiling asn1_gen.cc
[661/1202] Compiling by_dir.cc
[662/1202] Compiling algorithm.cc
[663/1202] Compiling a_verify.cc
[664/1202] Compiling voprf.cc
[664/1202] Compiling a_sign.cc
[666/1202] Compiling a_digest.cc
[667/1202] Compiling thread_pthread.cc
[668/1202] Compiling thread_win.cc
[669/1202] Compiling thread_none.cc
[670/1202] Compiling trust_token.cc
[671/1202] Compiling pmbtoken.cc
[672/1202] Compiling thread.cc
[673/1202] Compiling stack.cc
[674/1202] Compiling siphash.cc
[675/1202] Compiling sha256.cc
[676/1202] Compiling sha512.cc
[677/1202] Compiling slhdsa.cc
[678/1202] Compiling rsa_print.cc
[679/1202] Compiling spake2plus.cc
[680/1202] Compiling sha1.cc
[681/1202] Compiling rsa_extra.cc
[682/1202] Compiling rc4.cc
[683/1202] Compiling refcount.cc
[684/1202] Compiling rsa_crypt.cc
[685/1202] Compiling windows.cc
[686/1202] Compiling urandom.cc
[687/1202] Compiling trusty.cc
[688/1202] Compiling rsa_asn1.cc
[689/1202] Compiling rand.cc
[690/1202] Compiling passive.cc
[691/1202] Compiling poly1305_arm_asm.S
[692/1202] Compiling getentropy.cc
[693/1202] Compiling ios.cc
[694/1202] Compiling deterministic.cc
[695/1202] Compiling fork_detect.cc
[696/1202] Compiling forkunsafe.cc
[697/1202] Compiling poly1305_vec.cc
[698/1202] Compiling poly1305_arm.cc
[699/1202] Compiling pool.cc
[700/1202] Compiling poly1305.cc
[701/1202] Compiling pkcs7.cc
[702/1202] Compiling pkcs8_x509.cc
[703/1202] Compiling p5_pbev2.cc
[704/1202] Compiling pkcs8.cc
[705/1202] Compiling pkcs7_x509.cc
[706/1202] Compiling pem_xaux.cc
[707/1202] Compiling pem_x509.cc
[708/1202] Compiling pem_pkey.cc
[709/1202] Compiling pem_oth.cc
[710/1202] Compiling mlkem.cc
[711/1202] Compiling pem_pk8.cc
[712/1202] Compiling pem_info.cc
[713/1202] Compiling obj.cc
[714/1202] Compiling obj_xref.cc
[715/1202] Compiling pem_all.cc
[716/1202] Compiling pem_lib.cc
[717/1202] Compiling poly_rq_mul.S
[718/1202] Compiling mldsa.cc
[719/1202] Compiling mem.cc
[720/1202] Compiling lhash.cc
[721/1202] Compiling fips_shared_support.cc
[722/1202] Compiling md5.cc
[723/1202] Compiling md4.cc
[724/1202] Compiling kyber.cc
[725/1202] Compiling ex_data.cc
[726/1202] Compiling hrss.cc
[727/1202] Compiling hpke.cc
[728/1202] Compiling sign.cc
[729/1202] Compiling print.cc
[730/1202] Compiling scrypt.cc
[731/1202] Compiling pbkdf.cc
[732/1202] Compiling p_x25519.cc
[733/1202] Compiling p_ed25519_asn1.cc
[734/1202] Compiling p_x25519_asn1.cc
[735/1202] Compiling p_rsa_asn1.cc
[736/1202] Compiling p_rsa.cc
[737/1202] Compiling p_hkdf.cc
[738/1202] Compiling p_ed25519.cc
[739/1202] Compiling p_ec.cc
[740/1202] Compiling p_dsa_asn1.cc
[741/1202] Compiling p_ec_asn1.cc
[742/1202] Compiling p_dh_asn1.cc
[743/1202] Compiling p_dh.cc
[744/1202] Compiling evp.cc
[745/1202] Compiling evp_ctx.cc
[746/1202] Compiling evp_asn1.cc
[747/1202] Compiling err.cc
[748/1202] Compiling engine.cc
[749/1202] Compiling ecdh.cc
[750/1202] Compiling ec_derive.cc
[751/1202] Compiling hash_to_curve.cc
[752/1202] Compiling ecdsa_asn1.cc
[753/1202] Compiling dsa.cc
[754/1202] Compiling dsa_asn1.cc
[755/1202] Compiling ec_asn1.cc
[756/1202] Compiling des.cc
[757/1202] Compiling x25519-asm-arm.S
[758/1202] Compiling params.cc
[759/1202] Compiling digest_extra.cc
[760/1202] Compiling bcm.cc
[761/1202] Compiling curve25519_64_adx.cc
[762/1202] Compiling dh_asn1.cc
[763/1202] Compiling spake25519.cc
[764/1202] Compiling crypto.cc
[765/1202] Compiling curve25519.cc
[766/1202] Compiling cpu_intel.cc
[767/1202] Compiling cpu_aarch64_win.cc
[768/1202] Compiling cpu_aarch64_sysreg.cc
[769/1202] Compiling cpu_arm_freebsd.cc
[770/1202] Compiling cpu_arm_linux.cc
[771/1202] Compiling cpu_aarch64_openbsd.cc
[772/1202] Compiling cpu_aarch64_apple.cc
[773/1202] Compiling cpu_aarch64_linux.cc
[774/1202] Compiling cpu_aarch64_fuchsia.cc
[775/1202] Compiling e_tls.cc
[776/1202] Compiling get_cipher.cc
[777/1202] Compiling tls_cbc.cc
[778/1202] Compiling conf.cc
[779/1202] Compiling e_rc4.cc
[780/1202] Compiling e_rc2.cc
[781/1202] Compiling e_null.cc
[782/1202] Compiling e_aesgcmsiv.cc
[783/1202] Compiling derive_key.cc
[784/1202] Compiling e_chacha20poly1305.cc
[785/1202] Compiling e_des.cc
[786/1202] Compiling e_aesctrhmac.cc
[787/1202] Compiling chacha.cc
[788/1202] Compiling unicode.cc
[789/1202] Compiling buf.cc
[790/1202] Compiling cbs.cc
[791/1202] Compiling cbb.cc
[792/1202] Compiling asn1_compat.cc
[793/1202] Compiling convert.cc
[794/1202] Compiling bn_asn1.cc
[795/1202] Compiling blake2.cc
[796/1202] Compiling ber.cc
[797/1202] Compiling socket_helper.cc
[798/1202] Compiling socket.cc
[799/1202] Compiling printf.cc
[800/1202] Compiling errno.cc
[801/1202] Compiling pair.cc
[802/1202] Compiling file.cc
[803/1202] Compiling fd.cc
[804/1202] Compiling hexdump.cc
[805/1202] Compiling connect.cc
[806/1202] Compiling base64.cc
[807/1202] Compiling bio_mem.cc
[808/1202] Compiling tasn_fre.cc
[809/1202] Compiling tasn_typ.cc
[810/1202] Compiling bio.cc
[811/1202] Compiling tasn_new.cc
[812/1202] Compiling tasn_dec.cc
[813/1202] Compiling tasn_enc.cc
[814/1202] Compiling f_string.cc
[815/1202] Compiling tasn_utl.cc
[816/1202] Compiling f_int.cc
[817/1202] Compiling posix_time.cc
[818/1202] Compiling asn_pack.cc
[819/1202] Compiling asn1_par.cc
[820/1202] Compiling a_octet.cc
[821/1202] Compiling a_utctm.cc
[822/1202] Compiling a_type.cc
[823/1202] Compiling a_time.cc
[824/1202] Compiling asn1_lib.cc
[825/1202] Compiling a_strnid.cc
[826/1202] Compiling a_strex.cc
[827/1202] Compiling a_i2d_fp.cc
[828/1202] Compiling a_object.cc
[829/1202] Compiling a_dup.cc
[830/1202] Compiling a_mbstr.cc
[831/1202] Compiling a_int.cc
[832/1202] Compiling a_d2i_fp.cc
[833/1202] Compiling a_gentm.cc
[834/1202] Compiling fiat_p256_adx_sqr.S
[835/1202] Compiling fiat_p256_adx_mul.S
[836/1202] Compiling fiat_curve25519_adx_square.S
[837/1202] Compiling fiat_curve25519_adx_mul.S
[838/1202] Compiling md5-x86_64-linux.S
[839/1202] Compiling md5-x86_64-apple.S
[840/1202] Compiling a_bool.cc
[841/1202] Compiling md5-586-linux.S
[842/1202] Compiling md5-586-apple.S
[843/1202] Compiling chacha20_poly1305_x86_64-linux.S
[844/1202] Compiling chacha20_poly1305_x86_64-apple.S
[845/1202] Compiling chacha20_poly1305_armv8-win.S
[846/1202] Compiling CCryptoBoringSSLShims shims.c
[847/1202] Compiling chacha20_poly1305_armv8-linux.S
[848/1202] Compiling chacha-x86_64-linux.S
[849/1202] Compiling chacha20_poly1305_armv8-apple.S
[850/1202] Compiling chacha-x86_64-apple.S
[851/1202] Compiling chacha-x86-linux.S
[852/1202] Compiling chacha-x86-apple.S
[853/1202] Compiling chacha-armv8-win.S
[854/1202] Compiling chacha-armv8-apple.S
[855/1202] Compiling a_bitstr.cc
[856/1202] Compiling chacha-armv8-linux.S
[857/1202] Compiling chacha-armv4-linux.S
[858/1202] Compiling aes128gcmsiv-x86_64-linux.S
[859/1202] Compiling x86_64-mont5-linux.S
[860/1202] Compiling x86_64-mont5-apple.S
[861/1202] Compiling aes128gcmsiv-x86_64-apple.S
[862/1202] Compiling err_data.cc
[863/1202] Compiling x86_64-mont-linux.S
[864/1202] Compiling x86-mont-linux.S
[865/1202] Compiling x86_64-mont-apple.S
[866/1202] Compiling vpaes-x86_64-apple.S
[867/1202] Compiling x86-mont-apple.S
[868/1202] Compiling vpaes-x86_64-linux.S
[869/1202] Compiling vpaes-x86-linux.S
[870/1202] Compiling vpaes-x86-apple.S
[871/1202] Compiling vpaes-armv8-win.S
[872/1202] Compiling vpaes-armv8-apple.S
[873/1202] Compiling vpaes-armv8-linux.S
[874/1202] Compiling vpaes-armv7-linux.S
[875/1202] Compiling sha512-x86_64-linux.S
[876/1202] Compiling sha512-x86_64-apple.S
[877/1202] Compiling sha512-armv8-win.S
[878/1202] Compiling sha512-586-apple.S
[879/1202] Compiling sha512-armv4-linux.S
[880/1202] Compiling sha512-586-linux.S
[881/1202] Compiling sha256-x86_64-linux.S
[882/1202] Compiling sha512-armv8-apple.S
[883/1202] Compiling sha256-x86_64-apple.S
[884/1202] Compiling sha512-armv8-linux.S
[885/1202] Compiling sha256-armv8-win.S
[886/1202] Compiling sha256-armv8-apple.S
[887/1202] Compiling sha1-x86_64-linux.S
[888/1202] Compiling sha256-586-apple.S
[889/1202] Compiling sha256-armv4-linux.S
[890/1202] Compiling sha256-586-linux.S
[891/1202] Compiling sha256-armv8-linux.S
[892/1202] Compiling sha1-x86_64-apple.S
[893/1202] Compiling sha1-armv8-win.S
[894/1202] Compiling sha1-armv8-linux.S
[895/1202] Compiling sha1-armv8-apple.S
[896/1202] Compiling rsaz-avx2-linux.S
[897/1202] Compiling sha1-armv4-large-linux.S
[898/1202] Compiling sha1-586-apple.S
[899/1202] Compiling rdrand-x86_64-linux.S
[900/1202] Compiling sha1-586-linux.S
[901/1202] Compiling rsaz-avx2-apple.S
[902/1202] Compiling p256_beeu-armv8-asm-win.S
[903/1202] Compiling p256_beeu-x86_64-asm-apple.S
[904/1202] Compiling rdrand-x86_64-apple.S
[904/1202] Compiling p256_beeu-armv8-asm-linux.S
[906/1202] Compiling p256_beeu-x86_64-asm-linux.S
[907/1202] Compiling p256_beeu-armv8-asm-apple.S
[908/1202] Compiling p256-x86_64-asm-linux.S
[909/1202] Compiling p256-armv8-asm-apple.S
[910/1202] Compiling p256-x86_64-asm-apple.S
[911/1202] Compiling ghashv8-armv8-win.S
[912/1202] Compiling p256-armv8-asm-win.S
[913/1202] Compiling p256-armv8-asm-linux.S
[914/1202] Compiling ghashv8-armv8-linux.S
[915/1202] Compiling ghashv8-armv8-apple.S
[916/1202] Compiling ghashv8-armv7-linux.S
[917/1202] Compiling ghash-x86_64-linux.S
[918/1202] Compiling ghash-x86_64-apple.S
[919/1202] Compiling ghash-x86-apple.S
[920/1202] Compiling ghash-x86-linux.S
[921/1202] Compiling ghash-ssse3-x86_64-linux.S
[922/1202] Compiling ghash-ssse3-x86-linux.S
[923/1202] Compiling ghash-ssse3-x86-apple.S
[924/1202] Compiling ghash-ssse3-x86_64-apple.S
[925/1202] Compiling ghash-neon-armv8-win.S
[926/1202] Compiling ghash-neon-armv8-linux.S
[927/1202] Compiling ghash-neon-armv8-apple.S
[928/1202] Compiling ghash-armv4-linux.S
[929/1202] Compiling bsaes-armv7-linux.S
[930/1202] Compiling co-586-linux.S
[931/1202] Compiling co-586-apple.S
[932/1202] Compiling bn-armv8-win.S
[933/1202] Compiling bn-armv8-linux.S
[934/1202] Compiling bn-586-apple.S
[935/1202] Compiling bn-586-linux.S
[936/1202] Compiling bn-armv8-apple.S
[937/1202] Compiling armv8-mont-win.S
[938/1202] Compiling armv8-mont-apple.S
[939/1202] Compiling aesv8-gcm-armv8-win.S
[940/1202] Compiling armv8-mont-linux.S
[941/1202] Compiling armv4-mont-linux.S
[942/1202] Compiling aesv8-gcm-armv8-linux.S
[943/1202] Compiling aesv8-armv8-win.S
[944/1202] Compiling aesv8-gcm-armv8-apple.S
[945/1202] Compiling aesv8-armv8-apple.S
[946/1202] Compiling aesv8-armv8-linux.S
[947/1202] Compiling aesni-x86-linux.S
[948/1202] Compiling aesv8-armv7-linux.S
[949/1202] Compiling aesni-x86_64-apple.S
[950/1202] Compiling aesni-x86_64-linux.S
[951/1202] Compiling aesni-gcm-x86_64-linux.S
[952/1202] Compiling aesni-x86-apple.S
[953/1202] Compiling aes-gcm-avx10-x86_64-linux.S
[954/1202] Compiling aesni-gcm-x86_64-apple.S
[955/1202] Compiling aes-gcm-avx10-x86_64-apple.S
[956/1202] Compiling x_val.cc
[957/1202] Compiling x_req.cc
[958/1202] Compiling x_x509a.cc
[959/1202] Compiling x_x509.cc
[960/1202] Compiling x_sig.cc
[961/1202] Compiling x_spki.cc
[962/1202] Compiling x_pubkey.cc
[963/1202] Compiling c-nioatomics.c
[964/1202] Compiling c-atomics.c
[965/1202] Compiling x_name.cc
[966/1204] Compiling x_exten.cc
[967/1208] Compiling x_crl.cc
[968/1208] Compiling x_attrib.cc
[970/1208] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[971/1208] Compiling NIOConcurrencyHelpers NIOLock.swift
[971/1208] Compiling x_all.cc
[971/1208] Compiling x_algor.cc
[974/1208] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[974/1208] Compiling x509rset.cc
[976/1208] Compiling NIOConcurrencyHelpers lock.swift
[976/1208] Compiling x509spki.cc
[978/1208] Emitting module NIOConcurrencyHelpers
[979/1208] Compiling NIOConcurrencyHelpers atomics.swift
[979/1209] Compiling x509_txt.cc
[981/1209] Compiling x509name.cc
[982/1209] Compiling x509cset.cc
[983/1235] Compiling x509_vpm.cc
[984/1235] Compiling x509_v3.cc
[985/1235] Compiling x509_trs.cc
[986/1235] Compiling x509_vfy.cc
[988/1235] Emitting module ConsoleKitTerminal
[989/1238] Compiling ConsoleKitTerminal CustomActivity.swift
[990/1238] Compiling ConsoleKitTerminal LoadingBar.swift
[991/1238] Compiling ConsoleKitTerminal ProgressBar.swift
[992/1238] Compiling ConsoleKitTerminal Console+Clear.swift
[993/1238] Compiling ConsoleKitTerminal ActivityBar.swift
[994/1238] Compiling ConsoleKitTerminal ActivityIndicator.swift
[995/1238] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[996/1238] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[996/1238] Compiling x509_obj.cc
[998/1238] Compiling ConsoleKitTerminal Console+Wait.swift
[999/1238] Compiling ConsoleKitTerminal ConsoleColor.swift
[1000/1238] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1001/1238] Compiling ConsoleKitTerminal Console+Confirm.swift
[1002/1238] Compiling ConsoleKitTerminal Console+Input.swift
[1003/1238] Compiling ConsoleKitTerminal Console+Center.swift
[1004/1238] Compiling ConsoleKitTerminal Console+Output.swift
[1004/1238] Compiling x509_req.cc
[1005/1238] Compiling x509_set.cc
[1007/1238] Compiling ConsoleKitTerminal ConsoleText.swift
[1008/1238] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1009/1238] Compiling ConsoleKitTerminal ANSI.swift
[1010/1238] Compiling ConsoleKitTerminal Console.swift
[1011/1238] Compiling ConsoleKitTerminal Terminal.swift
[1012/1238] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1013/1238] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1014/1238] Compiling ConsoleKitTerminal ConsoleClear.swift
[1015/1238] Compiling ConsoleKitTerminal Console+Ask.swift
[1016/1238] Compiling ConsoleKitTerminal Console+Choose.swift
[1017/1238] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1018/1238] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1019/1238] Compiling ConsoleKitTerminal LoggerFragment.swift
[1019/1239] Compiling x509_cmp.cc
[1021/1239] Compiling x509_def.cc
[1022/1239] Compiling x509_ext.cc
[1023/1239] Compiling x509_d2.cc
[1024/1258] Compiling x509_lu.cc
[1025/1261] Compiling x509_att.cc
[1026/1261] Compiling x509.cc
[1028/1261] Compiling ConsoleKitCommands CommandSignature.swift
[1029/1261] Compiling ConsoleKitCommands Flag.swift
[1030/1261] Compiling ConsoleKitCommands Option.swift
[1031/1263] Emitting module ConsoleKitCommands
[1031/1263] Compiling v3_skey.cc
[1033/1263] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1034/1263] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1035/1263] Compiling ConsoleKitCommands Argument.swift
[1036/1263] Compiling ConsoleKitCommands AsyncCommands.swift
[1037/1263] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1038/1263] Compiling ConsoleKitCommands AnyCommand.swift
[1038/1263] Compiling v3_utl.cc
[1040/1263] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1041/1263] Compiling ConsoleKitCommands Utilities.swift
[1041/1263] Compiling v3_pmaps.cc
[1041/1263] Compiling v3_purp.cc
[1043/1263] Compiling v3_prn.cc
[1044/1263] Compiling v3_pcons.cc
[1046/1263] Compiling ConsoleKitCommands CommandGroup.swift
[1047/1263] Compiling ConsoleKitCommands CommandInput.swift
[1048/1263] Compiling ConsoleKitCommands Commands.swift
[1049/1263] Compiling ConsoleKitCommands Command.swift
[1050/1263] Compiling ConsoleKitCommands CommandContext.swift
[1051/1263] Compiling ConsoleKitCommands CommandError.swift
[1052/1263] Compiling ConsoleKitCommands Console+Run.swift
[1053/1263] Compiling ConsoleKitCommands ConsoleError.swift
[1054/1263] Compiling ConsoleKitCommands Completion.swift
[1055/1263] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1056/1263] Compiling ConsoleKitCommands AsyncCommand.swift
[1057/1263] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1057/1263] Compiling v3_lib.cc
[1058/1263] Compiling v3_ocsp.cc
[1060/1264] Compiling v3_ncons.cc
[1061/1264] Compiling v3_ia5.cc
[1062/1264] Compiling v3_info.cc
[1063/1264] Compiling v3_int.cc
[1065/1266] Compiling ConsoleKit Exports.swift
[1066/1266] Emitting module ConsoleKit
[1066/1267] Compiling v3_genn.cc
[1067/1267] Compiling v3_enum.cc
[1069/1267] Compiling v3_extku.cc
[1070/1267] Compiling v3_bitst.cc
[1071/1267] Compiling v3_alt.cc
[1072/1267] Compiling v3_cpols.cc
[1073/1267] Compiling v3_bcons.cc
[1074/1267] Compiling v3_akeya.cc
[1075/1267] Compiling v3_crld.cc
[1076/1267] Compiling v3_conf.cc
[1077/1267] Compiling v3_akey.cc
[1078/1267] Compiling t_x509a.cc
[1079/1267] Compiling policy.cc
[1080/1267] Compiling t_crl.cc
[1081/1267] Compiling t_x509.cc
[1082/1267] Compiling t_req.cc
[1083/1267] Compiling by_file.cc
[1084/1267] Compiling i2d_pr.cc
[1085/1267] Compiling name_print.cc
[1086/1267] Compiling rsa_pss.cc
[1087/1267] Compiling asn1_gen.cc
[1088/1267] Compiling by_dir.cc
[1089/1267] Compiling a_digest.cc
[1090/1267] Compiling a_verify.cc
[1091/1267] Compiling trust_token.cc
[1092/1267] Compiling voprf.cc
[1093/1267] Compiling a_sign.cc
[1094/1267] Compiling algorithm.cc
[1095/1267] Compiling pmbtoken.cc
[1096/1267] Compiling thread_none.cc
[1097/1267] Compiling stack.cc
[1098/1267] Compiling thash.cc
[1099/1267] Compiling wots.cc
[1100/1267] Compiling thread_win.cc
[1101/1267] Compiling thread.cc
[1102/1267] Compiling thread_pthread.cc
[1103/1267] Compiling merkle.cc
[1104/1267] Compiling slhdsa.cc
[1105/1267] Compiling sha256.cc
[1106/1267] Compiling fors.cc
[1107/1267] Compiling siphash.cc
[1108/1267] Compiling sha512.cc
[1109/1267] Compiling sha1.cc
[1110/1267] Compiling rsa_print.cc
[1111/1267] Compiling rsa_crypt.cc
[1112/1267] Compiling refcount.cc
[1113/1267] Compiling rsa_extra.cc
[1114/1267] Compiling rc4.cc
[1115/1267] Compiling windows.cc
[1116/1267] Compiling urandom.cc
[1117/1267] Compiling getentropy.cc
[1118/1267] Compiling rsa_asn1.cc
[1119/1267] Compiling ios.cc
[1120/1267] Compiling trusty.cc
[1121/1267] Compiling rand_extra.cc
[1122/1267] Compiling poly1305_arm_asm.S
[1123/1267] Compiling passive.cc
[1124/1267] Compiling forkunsafe.cc
[1125/1267] Compiling fork_detect.cc
[1126/1267] Compiling deterministic.cc
[1127/1267] Compiling pool.cc
[1128/1267] Compiling poly1305_vec.cc
[1129/1267] Compiling poly1305_arm.cc
[1130/1267] Compiling poly1305.cc
[1131/1267] Compiling pkcs8.cc
[1132/1267] Compiling pkcs7.cc
[1133/1267] Compiling pkcs8_x509.cc
[1134/1267] Compiling pem_x509.cc
[1135/1267] Compiling pem_xaux.cc
[1136/1267] Compiling p5_pbev2.cc
[1137/1267] Compiling pkcs7_x509.cc
[1138/1267] Compiling pem_pkey.cc
[1139/1267] Compiling pem_lib.cc
[1140/1267] Compiling obj_xref.cc
[1141/1267] Compiling pem_pk8.cc
[1142/1267] Compiling pem_oth.cc
[1143/1267] Compiling pem_info.cc
[1144/1267] Compiling pem_all.cc
[1145/1267] Compiling obj.cc
[1146/1267] Compiling mldsa.cc
[1147/1267] Compiling poly_rq_mul.S
[1148/1267] Compiling mlkem.cc
[1149/1267] Compiling fips_shared_support.cc
[1150/1267] Compiling md4.cc
[1151/1267] Compiling md5.cc
[1152/1267] Compiling mem.cc
[1153/1267] Compiling lhash.cc
[1154/1267] Compiling kyber.cc
[1155/1267] Compiling hrss.cc
[1156/1267] Compiling ex_data.cc
[1157/1267] Compiling hpke.cc
[1158/1267] Compiling sign.cc
[1159/1267] Compiling scrypt.cc
[1160/1267] Compiling print.cc
[1161/1267] Compiling pbkdf.cc
[1162/1267] Compiling p_x25519_asn1.cc
[1163/1267] Compiling p_x25519.cc
[1164/1267] Compiling p_rsa.cc
[1165/1267] Compiling p_rsa_asn1.cc
[1166/1267] Compiling p_ed25519.cc
[1167/1267] Compiling p_ed25519_asn1.cc
[1168/1267] Compiling p_hkdf.cc
[1169/1267] Compiling p_ec.cc
[1170/1267] Compiling p_ec_asn1.cc
[1171/1267] Compiling p_dsa_asn1.cc
[1172/1267] Compiling p_dh_asn1.cc
[1173/1267] Compiling p_dh.cc
[1174/1267] Compiling engine.cc
[1175/1267] Compiling evp_ctx.cc
[1176/1267] Compiling err.cc
[1177/1267] Compiling evp.cc
[1178/1267] Compiling evp_asn1.cc
[1179/1267] Compiling dsa.cc
[1180/1267] Compiling ecdh_extra.cc
[1181/1267] Compiling ecdsa_asn1.cc
[1182/1267] Compiling ec_derive.cc
[1183/1267] Compiling hash_to_curve.cc
[1184/1267] Compiling dsa_asn1.cc
[1185/1267] Compiling ec_asn1.cc
[1186/1267] Compiling params.cc
[1187/1267] Compiling des.cc
[1188/1267] Compiling x25519-asm-arm.S
[1189/1267] Compiling digest_extra.cc
[1190/1267] Compiling dh_asn1.cc
[1191/1267] Compiling spake25519.cc
[1192/1267] Compiling bcm.cc
[1193/1267] Compiling curve25519_64_adx.cc
[1194/1267] Compiling cpu_intel.cc
[1195/1267] Compiling crypto.cc
[1196/1267] Compiling curve25519.cc
[1197/1267] Compiling cpu_arm_linux.cc
[1198/1267] Compiling cpu_aarch64_win.cc
[1199/1267] Compiling cpu_arm_freebsd.cc
[1200/1267] Compiling cpu_aarch64_sysreg.cc
[1201/1267] Compiling cpu_aarch64_openbsd.cc
[1202/1267] Compiling cpu_aarch64_fuchsia.cc
[1203/1267] Compiling cpu_aarch64_linux.cc
[1204/1267] Compiling cpu_aarch64_apple.cc
[1205/1267] Compiling e_tls.cc
[1206/1267] Compiling conf.cc
[1207/1267] Compiling tls_cbc.cc
[1208/1267] Compiling e_rc4.cc
[1209/1267] Compiling e_rc2.cc
[1210/1267] Compiling e_null.cc
[1211/1267] Compiling e_des.cc
[1212/1267] Compiling e_chacha20poly1305.cc
[1213/1267] Compiling e_aesgcmsiv.cc
[1214/1267] Compiling derive_key.cc
[1215/1267] Compiling chacha.cc
[1216/1267] Compiling e_aesctrhmac.cc
[1217/1267] Compiling cipher_extra.cc
[1218/1267] Compiling unicode.cc
[1219/1267] Compiling cbs.cc
[1220/1267] Compiling buf.cc
[1221/1267] Compiling cbb.cc
[1222/1267] Compiling asn1_compat.cc
[1223/1267] Compiling ber.cc
[1224/1267] Compiling blake2.cc
[1225/1267] Compiling convert.cc
[1226/1267] Compiling printf.cc
[1227/1267] Compiling bn_asn1.cc
[1228/1267] Compiling hexdump.cc
[1229/1267] Compiling file.cc
[1230/1267] Compiling pair.cc
[1231/1267] Compiling fd.cc
[1232/1267] Compiling errno.cc
[1233/1267] Compiling bio_mem.cc
[1234/1267] Compiling base64.cc
[1235/1267] Compiling tasn_typ.cc
[1236/1267] Compiling tasn_utl.cc
[1237/1267] Compiling bio.cc
[1238/1267] Compiling tasn_fre.cc
[1239/1267] Compiling tasn_enc.cc
[1240/1267] Compiling tasn_new.cc
[1241/1267] Compiling posix_time.cc
[1242/1267] Compiling f_string.cc
[1243/1267] Compiling f_int.cc
[1244/1267] Compiling asn_pack.cc
[1245/1267] Compiling tasn_dec.cc
[1246/1267] Compiling asn1_lib.cc
[1247/1267] Compiling a_type.cc
[1248/1267] Compiling asn1_par.cc
[1249/1267] Compiling a_utctm.cc
[1250/1267] Compiling a_octet.cc
[1251/1267] Compiling a_object.cc
[1252/1267] Compiling a_i2d_fp.cc
[1253/1267] Compiling a_mbstr.cc
[1254/1267] Compiling a_time.cc
[1255/1267] Compiling a_strnid.cc
[1256/1267] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1257/1267] Write sources
[1259/1267] Compiling a_strex.cc
[1260/1267] Compiling a_int.cc
[1261/1267] Write sources
[1262/1332] Compiling a_dup.cc
[1263/1339] Compiling a_d2i_fp.cc
[1264/1364] Compiling a_gentm.cc
[1265/1364] Compiling a_bitstr.cc
[1267/1364] Compiling Algorithms Reductions.swift
[1268/1364] Compiling Algorithms Rotate.swift
[1269/1366] Compiling Algorithms Joined.swift
[1270/1366] Compiling Algorithms Keyed.swift
[1270/1366] Compiling a_bool.cc
[1272/1366] Compiling Algorithms MinMax.swift
[1273/1366] Compiling Algorithms FlattenCollection.swift
[1274/1366] Compiling Algorithms AdjacentPairs.swift
[1275/1366] Compiling Algorithms Chain.swift
[1276/1366] Compiling Algorithms Chunked.swift
[1277/1366] Compiling Algorithms Combinations.swift
[1278/1366] Compiling Algorithms Compacted.swift
[1279/1366] Compiling Algorithms Cycle.swift
[1280/1366] Compiling Algorithms EitherSequence.swift
[1281/1366] Compiling Algorithms FirstNonNil.swift
[1285/1366] Compiling Algorithms Permutations.swift
[1286/1366] Compiling Algorithms Product.swift
[1287/1366] Compiling Algorithms RandomSample.swift
[1290/1369] Compiling Algorithms Partition.swift
[1291/1380] Compiling Atomics IntegerOperations.swift
[1292/1380] Compiling Atomics Unmanaged extensions.swift
[1293/1381] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1294/1381] Compiling BitCollections BitSet+CustomReflectable.swift
[1295/1381] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1296/1381] Compiling BitCollections BitSet+Equatable.swift
[1297/1381] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1298/1381] Compiling BitCollections BitSet+Extras.swift
[1299/1381] Compiling BitCollections BitSet+Hashable.swift
[1300/1381] Compiling BitCollections BitSet+Initializers.swift
[1301/1381] Compiling BitCollections BitSet+Invariants.swift
[1302/1381] Compiling BitCollections BitSet+Random.swift
[1303/1381] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1304/1381] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1305/1381] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1306/1381] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1307/1381] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1308/1381] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1309/1381] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1310/1381] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1311/1381] Compiling BitCollections BitSet+SetAlgebra union.swift
[1312/1381] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1313/1381] Compiling BitCollections BitSet.Counted.swift
[1314/1381] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1315/1381] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1316/1381] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1317/1381] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1318/1381] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1319/1381] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1320/1381] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1321/1381] Emitting module BitCollections
[1325/1384] Compiling Algorithms Split.swift
[1326/1384] Compiling Algorithms Stride.swift
[1327/1384] Compiling Algorithms Suffix.swift
[1344/1384] Compiling Algorithms Intersperse.swift
[1348/1384] Compiling BitCollections BitSet.Index.swift
[1349/1384] Compiling BitCollections BitSet._UnsafeHandle.swift
[1350/1384] Compiling BitCollections BitSet.swift
[1351/1384] Compiling BitCollections Range+Utilities.swift
[1352/1384] Compiling BitCollections Slice+Utilities.swift
[1353/1384] Compiling BitCollections UInt+Tricks.swift
[1354/1384] Compiling BitCollections _Word.swift
[1355/1384] Compiling CryptoBoringWrapper RandomBytes.swift
[1367/1385] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1368/1385] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1369/1385] Compiling Algorithms Trim.swift
[1370/1385] Compiling Algorithms Unique.swift
[1371/1385] Compiling Algorithms Windows.swift
[1372/1385] Compiling CryptoBoringWrapper EllipticCurve.swift
[1373/1387] Emitting module CryptoBoringWrapper
[1374/1387] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1375/1387] Emitting module Collections
[1376/1387] Compiling Collections Collections.swift
[1377/1387] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1378/1387] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1385/1460] Compiling Crypto ChaChaPoly.swift
[1386/1460] Compiling Crypto Cipher.swift
[1387/1460] Compiling Crypto Nonces.swift
[1388/1460] Emitting module Atomics
[1390/1461] Emitting module Algorithms
[1392/1522] Compiling NIOCore MulticastChannel.swift
[1393/1522] Compiling NIOCore NIOAny.swift
[1394/1522] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1395/1522] Compiling NIOCore NIOLoopBound.swift
[1396/1522] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1397/1522] Compiling NIOCore NIOScheduledCallback.swift
[1398/1522] Compiling NIOCore NIOSendable.swift
[1399/1522] Compiling NIOCore RecvByteBufferAllocator.swift
[1400/1530] Compiling NIOCore IO.swift
[1401/1530] Compiling NIOCore IOData.swift
[1402/1530] Compiling NIOCore IPProtocol.swift
[1403/1530] Compiling NIOCore IntegerBitPacking.swift
[1404/1530] Compiling NIOCore IntegerTypes.swift
[1405/1530] Compiling NIOCore Interfaces.swift
[1406/1530] Compiling NIOCore Linux.swift
[1407/1530] Compiling NIOCore MarkedCircularBuffer.swift
[1408/1530] Emitting module Crypto
[1409/1539] Compiling NIOCore DeadChannel.swift
[1410/1539] Compiling NIOCore DispatchQueue+WithFuture.swift
[1411/1539] Compiling NIOCore EventLoop+Deprecated.swift
[1412/1539] Compiling NIOCore EventLoop+SerialExecutor.swift
[1413/1539] Compiling NIOCore EventLoop.swift
[1414/1539] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1415/1539] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1416/1539] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1417/1539] Compiling NIOCore EventLoopFuture.swift
[1418/1539] Compiling NIOCore FileDescriptor.swift
[1419/1539] Compiling NIOCore FileHandle.swift
[1420/1539] Compiling NIOCore FileRegion.swift
[1421/1539] Compiling NIOCore GlobalSingletons.swift
[1429/1539] Compiling NIOCore BSDSocketAPI.swift
[1430/1539] Compiling NIOCore ByteBuffer-aux.swift
[1431/1539] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1432/1539] Compiling NIOCore ByteBuffer-conversions.swift
[1433/1539] Compiling NIOCore ByteBuffer-core.swift
[1434/1539] Compiling NIOCore ByteBuffer-hex.swift
[1435/1539] Compiling NIOCore ByteBuffer-int.swift
[1436/1539] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1437/1539] Compiling NIOCore ByteBuffer-multi-int.swift
[1438/1539] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1439/1539] Compiling NIOCore SocketAddresses.swift
[1440/1539] Compiling NIOCore SocketOptionProvider.swift
[1441/1539] Compiling NIOCore SystemCallHelpers.swift
[1442/1539] Compiling NIOCore TimeAmount+Duration.swift
[1443/1539] Compiling NIOCore TypeAssistedChannelHandler.swift
[1444/1539] Compiling NIOCore UniversalBootstrapSupport.swift
[1445/1539] Compiling NIOCore Utilities.swift
[1446/1539] Compiling Crypto Ed25519Keys.swift
[1447/1539] Compiling Crypto NISTCurvesKeys.swift
[1448/1539] Compiling Crypto X25519Keys.swift
[1458/1539] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1467/1539] Compiling NIOCore AddressedEnvelope.swift
[1468/1539] Compiling NIOCore AsyncAwaitSupport.swift
[1469/1539] Compiling NIOCore AsyncChannel.swift
[1470/1539] Compiling NIOCore AsyncChannelHandler.swift
[1471/1539] Compiling NIOCore AsyncChannelInboundStream.swift
[1472/1539] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1473/1539] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1474/1539] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1475/1539] Compiling NIOCore NIOAsyncWriter.swift
[1476/1539] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1477/1539] Compiling NIOCore ByteBuffer-views.swift
[1478/1539] Compiling NIOCore Channel.swift
[1479/1539] Compiling NIOCore ChannelHandler.swift
[1480/1539] Compiling NIOCore ChannelHandlers.swift
[1481/1539] Compiling NIOCore ChannelInvoker.swift
[1482/1539] Compiling NIOCore ChannelOption.swift
[1483/1539] Compiling NIOCore ChannelPipeline.swift
[1484/1539] Compiling NIOCore CircularBuffer.swift
[1485/1539] Compiling NIOCore Codec.swift
[1486/1539] Compiling NIOCore ConvenienceOptionSupport.swift
[1495/1539] Compiling Crypto Signature.swift
[1496/1539] Compiling Crypto CryptoKitErrors_boring.swift
[1497/1539] Compiling Crypto RNG_boring.swift
[1498/1539] Compiling Crypto SafeCompare_boring.swift
[1499/1539] Compiling Crypto Zeroization_boring.swift
[1500/1539] Compiling Crypto PrettyBytes.swift
[1501/1539] Compiling Crypto SafeCompare.swift
[1502/1539] Compiling Crypto SecureBytes.swift
[1503/1539] Compiling Crypto Zeroization.swift
[1540/1540] Emitting module NIOCore
[1542/1591] Emitting module NIOEmbedded
[1543/1591] Compiling NIOEmbedded AsyncTestingChannel.swift
[1544/1591] Compiling NIOEmbedded Embedded.swift
[1545/1591] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1547/1592] Emitting module NIOPosix
[1548/1592] Compiling NIOPosix BSDSocketAPICommon.swift
[1549/1592] Compiling NIOPosix BSDSocketAPIPosix.swift
[1550/1592] Compiling NIOPosix BSDSocketAPIWindows.swift
[1551/1592] Compiling NIOPosix BaseSocket.swift
[1552/1592] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1553/1592] Compiling NIOPosix BaseSocketChannel.swift
[1554/1592] Compiling NIOPosix BaseStreamSocketChannel.swift
[1555/1598] Compiling NIOPosix Pool.swift
[1556/1598] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1557/1598] Compiling NIOPosix PosixSingletons.swift
[1558/1598] Compiling NIOPosix RawSocketBootstrap.swift
[1559/1598] Compiling NIOPosix Resolver.swift
[1560/1598] Compiling NIOPosix Selectable.swift
[1561/1598] Compiling NIOPosix SelectableChannel.swift
[1562/1598] Compiling NIOPosix SelectableEventLoop.swift
[1563/1598] Compiling NIOPosix SelectorEpoll.swift
[1564/1598] Compiling NIOPosix SelectorGeneric.swift
[1565/1598] Compiling NIOPosix SelectorKqueue.swift
[1566/1598] Compiling NIOPosix SelectorUring.swift
[1567/1598] Compiling NIOPosix ServerSocket.swift
[1568/1598] Compiling NIOPosix Socket.swift
[1569/1598] Compiling NIOPosix SocketChannel.swift
[1570/1598] Compiling NIOPosix SocketProtocols.swift
[1571/1598] Compiling NIOPosix System.swift
[1572/1598] Compiling NIOPosix Thread.swift
[1573/1598] Compiling NIOPosix Bootstrap.swift
[1574/1598] Compiling NIOPosix ControlMessage.swift
[1575/1598] Compiling NIOPosix DatagramVectorReadManager.swift
[1576/1598] Compiling NIOPosix Errors+Any.swift
[1577/1598] Compiling NIOPosix FileDescriptor.swift
[1578/1598] Compiling NIOPosix GetaddrinfoResolver.swift
[1579/1598] Compiling NIOPosix HappyEyeballs.swift
[1580/1598] Compiling NIOPosix NIOThreadPool.swift
[1581/1598] Compiling NIOPosix NonBlockingFileIO.swift
[1582/1598] Compiling NIOPosix PendingDatagramWritesManager.swift
[1583/1598] Compiling NIOPosix PendingWritesManager.swift
[1584/1598] Compiling NIOPosix PipeChannel.swift
[1585/1598] Compiling NIOPosix PipePair.swift
[1586/1598] Compiling NIOPosix IO.swift
[1587/1598] Compiling NIOPosix IntegerBitPacking.swift
[1588/1598] Compiling NIOPosix IntegerTypes.swift
[1589/1598] Compiling NIOPosix Linux.swift
[1590/1598] Compiling NIOPosix LinuxCPUSet.swift
[1591/1598] Compiling NIOPosix LinuxUring.swift
[1592/1598] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1593/1598] Compiling NIOPosix ThreadPosix.swift
[1594/1598] Compiling NIOPosix ThreadWindows.swift
[1595/1598] Compiling NIOPosix UnsafeTransfer.swift
[1596/1598] Compiling NIOPosix Utilities.swift
[1597/1598] Compiling NIOPosix VsockAddress.swift
[1598/1598] Compiling NIOPosix VsockChannelEvents.swift
[1600/1658] Emitting module NIO
[1601/1658] Compiling NIO Exports.swift
[1602/1659] Compiling _NIOFileSystem Array+FileSystem.swift
[1603/1659] Compiling _NIOFileSystem ArraySlice+FileSystem.swift
[1604/1659] Compiling _NIOFileSystem BufferedReader.swift
[1606/1661] Compiling _NIOFileSystem BufferedWriter.swift
[1607/1661] Compiling _NIOFileSystem ByteBuffer+FileSystem.swift
[1608/1661] Compiling _NIOFileSystem ByteCount.swift
[1609/1661] Compiling _NIOFileSystem FileChunks.swift
[1610/1661] Compiling _NIOFileSystem FileHandle.swift
[1611/1661] Compiling _NIOFileSystem FileHandleProtocol.swift
[1612/1661] Compiling _NIOFileSystem FileInfo.swift
[1613/1661] Compiling _NIOFileSystem FileSystem.swift
[1614/1661] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[1615/1702] Compiling NIOTLS TLSEvents.swift
[1616/1702] Emitting module NIOTLS
[1617/1702] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1618/1702] Emitting module _NIOFileSystem
[1619/1706] Compiling NIOSOCKS Messages.swift
[1620/1706] Compiling NIOSOCKS SOCKSRequest.swift
[1621/1706] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1622/1706] Compiling NIOCronScheduler NIOCronScheduler.swift
[1623/1706] Emitting module NIOCronScheduler
[1624/1706] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1625/1706] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1626/1706] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1627/1706] Compiling NIOSOCKS AuthenticationMethod.swift
[1628/1706] Compiling NIOSOCKS ClientGreeting.swift
[1629/1706] Compiling NIOSOCKS Errors.swift
[1630/1706] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1631/1706] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1632/1706] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1633/1707] Compiling NIOSOCKS Helpers.swift
[1637/1707] Compiling NIOHTTP1 HTTPDecoder.swift
[1638/1707] Compiling NIOSOCKS ClientStateMachine.swift
[1639/1707] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1642/1708] Compiling NIOSOCKS SOCKSResponse.swift
[1648/1708] Emitting module NIOSOCKS
[1651/1708] Compiling AsyncKit Optional+StrictMap.swift
[1652/1708] Compiling AsyncKit Exports.swift
[1653/1708] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1654/1708] Compiling NIOTLS SNIHandler.swift
[1655/1709] Compiling NIOSOCKS ServerStateMachine.swift
[1656/1710] Emitting module NIOFoundationCompat
[1657/1710] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1664/1711] Compiling _NIOFileSystem TokenBucket.swift
[1665/1711] Compiling _NIOFileSystem UnsafeTransfer.swift
[1666/1711] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1667/1711] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1668/1713] Compiling _NIOFileSystem ParallelDirCopy.swift
[1669/1713] Compiling _NIOFileSystem ParallelRemoval.swift
[1670/1713] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[1671/1713] Compiling _NIOFileSystem CInterop.swift
[1672/1713] Compiling _NIOFileSystem Errno.swift
[1673/1713] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1674/1713] Compiling _NIOFileSystem Mocking.swift
[1675/1713] Compiling _NIOFileSystem Syscall.swift
[1676/1713] Compiling _NIOFileSystem Syscalls.swift
[1677/1713] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1678/1713] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1679/1713] Compiling NIOHTTP1 HTTPEncoder.swift
[1684/1733] Emitting module AsyncKit
[1685/1764] Emitting module NIOTransportServices
[1686/1766] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1687/1766] Compiling NIOTransportServices NIOTSErrors.swift
[1688/1766] Compiling NIOTransportServices NIOTSEventLoop.swift
[1689/1766] Compiling NIOTransportServices StateManagedChannel.swift
[1690/1766] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1691/1766] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1692/1766] Compiling NIOTransportServices NIOTSBootstraps.swift
[1693/1766] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1694/1766] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1695/1766] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1696/1766] Compiling NIOTransportServices NIOTSSingletons.swift
[1697/1766] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1698/1766] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1699/1766] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1700/1766] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1701/1766] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1702/1766] Compiling NIOSSL NIOSSLHandler.swift
[1703/1766] Compiling NIOSSL AndroidCABundle.swift
[1704/1766] Compiling NIOSSL ByteBufferBIO.swift
[1709/1766] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1710/1766] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1711/1766] Compiling _NIOFileSystem SystemFileHandle.swift
[1712/1766] Compiling _NIOFileSystem Utilities.swift
[1713/1766] Compiling _NIOFileSystem OpenOptions.swift
[1714/1766] Compiling _NIOFileSystem String+FileSystem.swift
[1715/1766] Compiling NIOSSL LinuxCABundle.swift
[1716/1766] Compiling NIOSSL NIOSSLClientHandler.swift
[1722/1767] Emitting module NIOHTTP1
[1732/1833] Compiling NIOSSL SafeCompare.swift
[1733/1833] Compiling NIOExtras NIOExtrasError.swift
[1734/1833] Compiling MultipartKit MultipartPartConvertible.swift
[1737/1837] Emitting module NIOSSL
[1738/1837] Compiling NIOHPACK DynamicHeaderTable.swift
[1739/1837] Compiling NIOHPACK HPACKDecoder.swift
[1740/1837] Compiling NIOHPACK HPACKEncoder.swift
[1741/1837] Compiling NIOHPACK HPACKErrors.swift
[1742/1837] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1748/1838] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1749/1838] Compiling NIOHTTPCompression HTTPDecompression.swift
[1750/1838] Emitting module NIOHTTPCompression
[1751/1838] Compiling NIOHTTPCompression HTTPCompression.swift
[1752/1838] Emitting module NIOExtras
[1753/1840] Compiling NIOExtras QuiescingHelper.swift
[1754/1840] Compiling NIOExtras RequestResponseHandler.swift
[1755/1840] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1758/1842] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1759/1842] Compiling NIOExtras LengthFieldPrepender.swift
[1760/1842] Compiling NIOExtras LineBasedFrameDecoder.swift
[1762/1842] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1763/1842] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1764/1842] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1765/1843] Compiling NIOWebSocket WebSocketOpcode.swift
[1766/1843] Compiling NIOHPACK HPACKHeader.swift
[1767/1843] Compiling NIOHPACK HeaderTables.swift
[1768/1843] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1769/1843] Compiling NIOExtras NIORequestIdentifiable.swift
[1770/1843] Compiling NIOSSL NIOSSLServerHandler.swift
[1771/1843] Compiling NIOSSL ObjectIdentifier.swift
[1772/1843] Compiling NIOSSL PosixPort.swift
[1773/1843] Compiling NIOSSL SSLCallbacks.swift
[1774/1843] Compiling NIOExtras PCAPRingBuffer.swift
[1778/1844] Compiling NIOHPACK IndexedHeaderTable.swift
[1779/1844] Compiling NIOHPACK IntegerCoding.swift
[1781/1848] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1783/1848] Compiling NIOExtras UnsafeTransfer.swift
[1784/1848] Compiling NIOHPACK StaticHeaderTable.swift
[1791/1848] Compiling MultipartKit MultipartSerializer.swift
[1792/1848] Compiling MultipartKit Utilities.swift
[1793/1848] Emitting module _NIOFileSystemFoundationCompat
[1794/1848] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1795/1848] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1796/1848] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1797/1848] Compiling NIOHPACK HuffmanCoding.swift
[1798/1848] Compiling NIOHPACK HuffmanTables.swift
[1802/1849] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1803/1849] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1805/1851] Compiling NIOWebSocket WebSocketFrame.swift
[1809/1851] Emitting module MultipartKit
[1813/1851] Emitting module NIOWebSocket
[1818/1852] Emitting module NIOFileSystem
[1819/1852] Compiling NIOFileSystem Exports.swift
[1838/1854] Emitting module NIOHPACK
[1844/1855] Compiling NIOSSL Zeroization.swift
[1845/1855] Compiling NIOSSL TLSConfiguration.swift
[1846/1855] Compiling NIOSSL UniversalBootstrapSupport.swift
[1847/1855] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1849/1914] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1850/1914] Compiling NIOHTTP2 DOSHeuristics.swift
[1852/1915] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1853/1915] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1854/1915] Compiling NIOHTTP2 HasLocalSettings.swift
[1855/1915] Compiling NIOHTTP2 HasRemoteSettings.swift
[1856/1915] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1857/1915] Compiling NIOHTTP2 QuiescingState.swift
[1858/1915] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1859/1915] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1860/1931] Emitting module NIOHTTP2
[1861/1931] Compiling WebSocketKit WebSocket+Concurrency.swift
[1862/1931] Compiling WebSocketKit WebSocketHandler.swift
[1863/1931] Emitting module WebSocketKit
[1864/1931] Compiling WebSocketKit Exports.swift
[1865/1931] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1866/1931] Compiling WebSocketKit WebSocket.swift
[1867/1931] Compiling WebSocketKit WebSocket+Connect.swift
[1868/1931] Compiling WebSocketKit WebSocketClient.swift
[1870/1932] Compiling NIOHTTP2 InboundWindowManager.swift
[1871/1932] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1872/1932] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1873/1932] Compiling NIOHTTP2 StreamChannelList.swift
[1874/1932] Compiling NIOHTTP2 StreamMap.swift
[1875/1932] Compiling NIOHTTP2 StreamStateMachine.swift
[1876/1932] Compiling NIOHTTP2 UnsafeTransfer.swift
[1877/1932] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1878/1932] Compiling NIOHTTP2 MaySendFrames.swift
[1879/1932] Compiling NIOHTTP2 SendingDataState.swift
[1880/1932] Compiling NIOHTTP2 SendingGoawayState.swift
[1881/1932] Compiling NIOHTTP2 SendingHeadersState.swift
[1882/1932] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1883/1932] Compiling NIOHTTP2 SendingRstStreamState.swift
[1884/1932] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1885/1932] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1886/1932] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1887/1932] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1888/1932] Compiling NIOHTTP2 MayReceiveFrames.swift
[1889/1932] Compiling NIOHTTP2 ReceivingDataState.swift
[1890/1932] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1891/1932] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1892/1932] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1893/1932] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1894/1932] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1895/1932] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1896/1932] Compiling NIOHTTP2 HTTP2Frame.swift
[1897/1932] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1898/1932] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1899/1932] Compiling NIOHTTP2 HTTP2PingData.swift
[1900/1932] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1901/1932] Compiling NIOHTTP2 HTTP2Settings.swift
[1902/1932] Compiling NIOHTTP2 HTTP2Stream.swift
[1903/1932] Compiling NIOHTTP2 StateMachineResult.swift
[1906/1932] Compiling NIOHTTP2 Error+Any.swift
[1907/1932] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1908/1932] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1909/1932] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1910/1932] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1911/1932] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1912/1932] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1913/1932] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1914/1932] Compiling NIOHTTP2 HTTP2StreamID.swift
[1915/1932] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1916/1932] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1917/1932] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1918/1932] Compiling NIOHTTP2 InboundEventBuffer.swift
[1919/1932] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1920/1932] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1921/1932] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1922/1932] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1923/1932] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1924/1932] Compiling NIOHTTP2 HTTP2Error.swift
[1926/1933] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1933/1933] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1935/1994] Emitting module AsyncHTTPClient
[1936/2002] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1937/2002] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1938/2002] Compiling AsyncHTTPClient Transaction.swift
[1939/2002] Compiling AsyncHTTPClient Base64.swift
[1940/2002] Compiling AsyncHTTPClient BasicAuth.swift
[1941/2002] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1942/2002] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1943/2002] Compiling AsyncHTTPClient ConnectionPool.swift
[1944/2002] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1945/2002] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1946/2002] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1947/2002] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1948/2002] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1949/2002] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1950/2002] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1951/2002] Compiling AsyncHTTPClient RequestBodyLength.swift
[1952/2002] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1953/2002] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1954/2002] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1955/2002] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1956/2002] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1957/2002] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1958/2002] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1959/2002] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1960/2002] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1961/2002] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1962/2002] Compiling AsyncHTTPClient ConnectionTarget.swift
[1963/2002] Compiling AsyncHTTPClient DeconstructedURL.swift
[1964/2002] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1965/2002] Compiling AsyncHTTPClient FoundationExtensions.swift
[1966/2002] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1967/2002] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1968/2002] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1969/2002] Compiling AsyncHTTPClient HTTPClient.swift
[1970/2002] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1971/2002] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1972/2002] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1973/2002] Compiling AsyncHTTPClient HTTP1Connection.swift
[1974/2002] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1975/2002] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1976/2002] Compiling AsyncHTTPClient HTTP2Connection.swift
[1977/2002] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1978/2002] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1979/2002] Compiling AsyncHTTPClient HTTPHandler.swift
[1980/2002] Compiling AsyncHTTPClient LRUCache.swift
[1981/2002] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1982/2002] Compiling AsyncHTTPClient NWErrorHandler.swift
[1983/2002] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1984/2002] Compiling AsyncHTTPClient TLSConfiguration.swift
[1985/2002] Compiling AsyncHTTPClient RedirectState.swift
[1986/2002] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1987/2002] Compiling AsyncHTTPClient RequestOptions.swift
[1988/2002] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1989/2002] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1990/2002] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1991/2002] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1992/2002] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1993/2002] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1994/2002] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1995/2002] Compiling AsyncHTTPClient RequestBag.swift
[1996/2002] Compiling AsyncHTTPClient RequestValidation.swift
[1997/2002] Compiling AsyncHTTPClient SSLContextCache.swift
[1998/2002] Compiling AsyncHTTPClient Scheme.swift
[1999/2002] Compiling AsyncHTTPClient Singleton.swift
[2000/2002] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2001/2002] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2002/2002] Compiling AsyncHTTPClient Utils.swift
[2004/2172] Compiling Vapor Core.swift
[2005/2172] Compiling Vapor Running.swift
[2006/2172] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2007/2172] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2008/2172] Compiling Vapor DotEnvFile+load.swift
[2009/2172] Compiling Vapor Routes+caseInsenstive.swift
[2010/2172] Compiling Vapor Validatable+validate.swift
[2011/2172] Compiling Vapor Environment+Process.swift
[2012/2172] Compiling Vapor Environment+Secret.swift
[2013/2172] Compiling Vapor Environment.swift
[2014/2172] Compiling Vapor Abort.swift
[2015/2172] Compiling Vapor AbortError.swift
[2016/2172] Compiling Vapor DebuggableError.swift
[2017/2172] Compiling Vapor Demangler.swift
[2018/2172] Compiling Vapor ErrorSource.swift
[2019/2172] Compiling Vapor StackTrace.swift
[2020/2172] Compiling Vapor Exports.swift
[2021/2172] Compiling Vapor Application+HTTP.swift
[2022/2172] Compiling Vapor BasicResponder.swift
[2023/2172] Compiling Vapor BodyStream.swift
[2024/2172] Compiling Vapor Application+HTTP+Client.swift
[2025/2172] Compiling Vapor EventLoopHTTPClient.swift
[2026/2172] Compiling Vapor EndpointCache.swift
[2027/2172] Compiling Vapor HTTPMethod+String.swift
[2028/2196] Compiling Vapor AsyncBasicResponder.swift
[2029/2196] Compiling Vapor AsyncMiddleware.swift
[2030/2196] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2031/2196] Compiling Vapor AsyncSessionDriver.swift
[2032/2196] Compiling Vapor Authentication+Concurrency.swift
[2033/2196] Compiling Vapor Cache+Concurrency.swift
[2034/2196] Compiling Vapor Client+Concurrency.swift
[2035/2196] Compiling Vapor RequestBody+Concurrency.swift
[2036/2196] Compiling Vapor Responder+Concurrency.swift
[2037/2196] Compiling Vapor ResponseCodable+Concurrency.swift
[2038/2196] Compiling Vapor RoutesBuilder+Concurrency.swift
[2039/2196] Compiling Vapor ViewRenderer+Concurrency.swift
[2040/2196] Compiling Vapor WebSocket+Concurrency.swift
[2041/2196] Compiling Vapor ContainerGetPathExecutor.swift
[2042/2196] Compiling Vapor Content.swift
[2043/2196] Compiling Vapor ContentCoders.swift
[2044/2196] Compiling Vapor ContentConfiguration.swift
[2045/2196] Compiling Vapor ContentContainer.swift
[2046/2196] Compiling Vapor JSONCoder+Custom.swift
[2047/2196] Compiling Vapor JSONCoders+Content.swift
[2048/2196] Compiling Vapor PlaintextDecoder.swift
[2049/2196] Compiling Vapor PlaintextEncoder.swift
[2050/2196] Compiling Vapor URLQueryCoders.swift
[2051/2196] Compiling Vapor URLQueryContainer.swift
[2052/2220] Compiling Vapor Application.swift
[2053/2220] Compiling Vapor AuthenticationCache.swift
[2054/2220] Compiling Vapor Authenticator.swift
[2055/2220] Compiling Vapor BasicAuthorization.swift
[2056/2220] Compiling Vapor BearerAuthorization.swift
[2057/2220] Compiling Vapor GuardMiddleware.swift
[2058/2220] Compiling Vapor RedirectMiddleware.swift
[2059/2220] Compiling Vapor SessionAuthenticatable.swift
[2060/2220] Compiling Vapor Bcrypt.swift
[2061/2220] Compiling Vapor Application+Cache.swift
[2062/2220] Compiling Vapor Cache.swift
[2063/2220] Compiling Vapor CacheExpirationTime.swift
[2064/2220] Compiling Vapor MemoryCache.swift
[2065/2220] Compiling Vapor Request+Cache.swift
[2066/2220] Compiling Vapor Application+Clients.swift
[2067/2220] Compiling Vapor Client.swift
[2068/2220] Compiling Vapor ClientRequest.swift
[2069/2220] Compiling Vapor ClientResponse.swift
[2070/2220] Compiling Vapor Request+Client.swift
[2071/2220] Compiling Vapor BootCommand.swift
[2072/2220] Compiling Vapor CommandContext+Application.swift
[2073/2220] Compiling Vapor RoutesCommand.swift
[2074/2220] Compiling Vapor ServeCommand.swift
[2075/2220] Compiling Vapor AnyResponse+Concurrency.swift
[2076/2220] Compiling Vapor Validator.swift
[2077/2220] Compiling Vapor ValidatorResult.swift
[2078/2220] Compiling Vapor And.swift
[2079/2220] Compiling Vapor Case.swift
[2080/2220] Compiling Vapor CharacterSet.swift
[2081/2220] Compiling Vapor Count.swift
[2082/2220] Compiling Vapor Custom.swift
[2083/2220] Compiling Vapor Email.swift
[2084/2220] Compiling Vapor Empty.swift
[2085/2220] Compiling Vapor In.swift
[2086/2220] Compiling Vapor Nil.swift
[2087/2220] Compiling Vapor NilIgnoring.swift
[2088/2220] Compiling Vapor Not.swift
[2089/2220] Compiling Vapor Or.swift
[2090/2220] Compiling Vapor Pattern.swift
[2091/2220] Compiling Vapor Range.swift
[2092/2220] Compiling Vapor URL.swift
[2093/2220] Compiling Vapor Valid.swift
[2094/2220] Compiling Vapor Application+Views.swift
[2095/2220] Compiling Vapor PlaintextRenderer.swift
[2096/2220] Compiling Vapor Request+View.swift
[2097/2220] Compiling Vapor View.swift
[2098/2220] Compiling Vapor ViewRenderer.swift
[2099/2220] Compiling Vapor _Deprecations.swift
[2100/2220] Compiling Vapor Service.swift
[2101/2220] Compiling Vapor Application+Sessions.swift
[2102/2220] Compiling Vapor MemorySessions.swift
[2103/2220] Compiling Vapor Request+Session.swift
[2104/2220] Compiling Vapor Session.swift
[2105/2220] Compiling Vapor SessionCache.swift
[2106/2220] Compiling Vapor SessionData.swift
[2107/2220] Compiling Vapor SessionDriver.swift
[2108/2220] Compiling Vapor SessionsConfiguration.swift
[2109/2220] Compiling Vapor SessionsMiddleware.swift
[2110/2220] Compiling Vapor URLEncodedFormData.swift
[2111/2220] Compiling Vapor URLEncodedFormDecoder.swift
[2112/2220] Compiling Vapor URLEncodedFormEncoder.swift
[2113/2220] Compiling Vapor URLEncodedFormError.swift
[2114/2220] Compiling Vapor URLEncodedFormParser.swift
[2115/2220] Compiling Vapor URLEncodedFormSerializer.swift
[2116/2220] Compiling Vapor URLQueryFragmentConvertible.swift
[2117/2220] Compiling Vapor AnyResponse.swift
[2118/2220] Compiling Vapor Array+Random.swift
[2119/2220] Compiling Vapor Base32.swift
[2120/2220] Compiling Vapor Base64.swift
[2121/2220] Compiling Vapor BaseN.swift
[2122/2220] Compiling Vapor BasicCodingKey.swift
[2123/2220] Compiling Vapor ByteCount.swift
[2124/2220] Compiling Vapor Request+Body.swift
[2125/2220] Compiling Vapor Request+BodyStream.swift
[2126/2220] Compiling Vapor Request.swift
[2127/2220] Compiling Vapor Application+Responder.swift
[2128/2220] Compiling Vapor DefaultResponder.swift
[2129/2220] Compiling Vapor Response+Body.swift
[2130/2220] Compiling Vapor Response.swift
[2131/2220] Compiling Vapor ResponseCodable.swift
[2132/2220] Compiling Vapor Application+Routes.swift
[2133/2220] Compiling Vapor Parameters+Require.swift
[2134/2220] Compiling Vapor Request+WebSocket.swift
[2135/2220] Compiling Vapor Route.swift
[2136/2220] Compiling Vapor RouteCollection.swift
[2137/2220] Compiling Vapor Routes.swift
[2138/2220] Compiling Vapor RoutesBuilder+Group.swift
[2139/2220] Compiling Vapor RoutesBuilder+Method.swift
[2140/2220] Compiling Vapor RoutesBuilder+Middleware.swift
[2141/2220] Compiling Vapor RoutesBuilder+WebSocket.swift
[2142/2220] Compiling Vapor RoutesBuilder.swift
[2143/2220] Compiling Vapor OTP.swift
[2144/2220] Compiling Vapor Application+Servers.swift
[2145/2220] Compiling Vapor Server.swift
[2146/2220] Compiling Vapor App+Service.swift
[2147/2220] Compiling Vapor Req+Service.swift
[2148/2220] Emitting module Vapor
[2149/2220] Compiling Vapor Bytes+Hex.swift
[2150/2220] Compiling Vapor Bytes+SecureCompare.swift
[2151/2220] Compiling Vapor Collection+Safe.swift
[2152/2220] Compiling Vapor DataProtocol+Copy.swift
[2153/2220] Compiling Vapor DecoderUnwrapper.swift
[2154/2220] Compiling Vapor DirectoryConfiguration.swift
[2155/2220] Compiling Vapor DotEnv.swift
[2156/2220] Compiling Vapor Extendable.swift
[2157/2220] Compiling Vapor File.swift
[2158/2220] Compiling Vapor FileIO.swift
[2159/2220] Compiling Vapor LifecycleHandler.swift
[2160/2220] Compiling Vapor OptionalType.swift
[2161/2220] Compiling Vapor RFC1123.swift
[2162/2220] Compiling Vapor SocketAddress+Hostname.swift
[2163/2220] Compiling Vapor Storage.swift
[2164/2220] Compiling Vapor String+IsIPAddress.swift
[2165/2220] Compiling Vapor Thread.swift
[2166/2220] Compiling Vapor URI.swift
[2167/2220] Compiling Vapor RangeResult.swift
[2168/2220] Compiling Vapor Validatable.swift
[2169/2220] Compiling Vapor Validation.swift
[2170/2220] Compiling Vapor ValidationKey.swift
[2171/2220] Compiling Vapor Validations.swift
[2172/2220] Compiling Vapor ValidationsError.swift
[2173/2220] Compiling Vapor HTTPServerResponseEncoder.swift
[2174/2220] Compiling Vapor HTTPServerUpgradeHandler.swift
[2175/2220] Compiling Vapor Logger+Report.swift
[2176/2220] Compiling Vapor LoggingSystem+Environment.swift
[2177/2220] Compiling Vapor Application+Middleware.swift
[2178/2220] Compiling Vapor CORSMiddleware.swift
[2179/2220] Compiling Vapor ErrorMiddleware.swift
[2180/2220] Compiling Vapor FileMiddleware.swift
[2181/2220] Compiling Vapor Middleware.swift
[2182/2220] Compiling Vapor MiddlewareConfiguration.swift
[2183/2220] Compiling Vapor ResponseCompressionMiddleware.swift
[2184/2220] Compiling Vapor RouteLoggingMiddleware.swift
[2185/2220] Compiling Vapor TracingMiddleware.swift
[2186/2220] Compiling Vapor File+Multipart.swift
[2187/2220] Compiling Vapor FormDataDecoder+Content.swift
[2188/2220] Compiling Vapor FormDataEncoder+Content.swift
[2189/2220] Compiling Vapor Application+Password.swift
[2190/2220] Compiling Vapor Application+Passwords.swift
[2191/2220] Compiling Vapor AsyncPasswordHasher.swift
[2192/2220] Compiling Vapor BcryptHasher.swift
[2193/2220] Compiling Vapor PasswordHasher.swift
[2194/2220] Compiling Vapor PlaintextHasher.swift
[2195/2220] Compiling Vapor Request+Password.swift
[2196/2220] Compiling Vapor Redirect.swift
[2197/2220] Compiling Vapor HTTPStatus.swift
[2198/2220] Compiling Vapor HTTPCookies.swift
[2199/2220] Compiling Vapor HTTPHeaderCacheControl.swift
[2200/2220] Compiling Vapor HTTPHeaderExpires.swift
[2201/2220] Compiling Vapor HTTPHeaderLastModified.swift
[2202/2220] Compiling Vapor HTTPHeaders+Cache.swift
[2203/2220] Compiling Vapor HTTPHeaders+Connection.swift
[2204/2220] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2205/2220] Compiling Vapor HTTPHeaders+ContentRange.swift
[2206/2220] Compiling Vapor HTTPHeaders+Directive.swift
[2207/2220] Compiling Vapor HTTPHeaders+Forwarded.swift
[2208/2220] Compiling Vapor HTTPHeaders+Link.swift
[2209/2220] Compiling Vapor HTTPHeaders+Name.swift
[2210/2220] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2211/2220] Compiling Vapor HTTPHeaders.swift
[2212/2220] Compiling Vapor HTTPMediaType.swift
[2213/2220] Compiling Vapor HTTPMediaTypePreference.swift
[2214/2220] Compiling Vapor Responder.swift
[2215/2220] Compiling Vapor Application+HTTP+Server.swift
[2216/2220] Compiling Vapor HTTPServer.swift
[2217/2220] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2218/2220] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2219/2220] Compiling Vapor HTTPServerHandler.swift
[2220/2220] Compiling Vapor HTTPServerRequestDecoder.swift
[2222/2224] Compiling VaporCron VaporCron+Concurrency.swift
/host/spi-builder-workspace/Sources/VaporCron/VaporCron+Concurrency.swift:15:17: warning: type 'Self.T' does not conform to the 'Sendable' protocol
13 | public static func task(on application: Application) -> EventLoopFuture<T> {
14 | let promise = application.eventLoopGroup.next().makePromise(of: T.self)
15 | promise.completeWithTask {
| `- warning: type 'Self.T' does not conform to the 'Sendable' protocol
16 | try await task(on: application)
17 | }
/host/spi-builder-workspace/Sources/VaporCron/VaporCron+Concurrency.swift:34:17: warning: type 'Self.T' does not conform to the 'Sendable' protocol
32 | public func task() -> EventLoopFuture<T> {
33 | let promise = application.eventLoopGroup.next().makePromise(of: T.self)
34 | promise.completeWithTask {
| `- warning: type 'Self.T' does not conform to the 'Sendable' protocol
35 | try await task()
36 | }
/host/spi-builder-workspace/Sources/VaporCron/VaporCron+Concurrency.swift:35:23: warning: capture of 'self' with non-sendable type 'Self' in a '@Sendable' closure
33 | let promise = application.eventLoopGroup.next().makePromise(of: T.self)
34 | promise.completeWithTask {
35 | try await task()
| `- warning: capture of 'self' with non-sendable type 'Self' in a '@Sendable' closure
36 | }
37 | return promise.futureResult
VaporCron.AsyncVaporCronInstanceSchedulable.Self:2:1: note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
1 | protocol AsyncVaporCronInstanceSchedulable {
2 | Self : VaporCron.AsyncVaporCronInstanceSchedulable}
| `- note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
3 |
[2223/2224] Emitting module VaporCron
[2224/2224] Compiling VaporCron VaporCron.swift
Build complete! (434.07s)
Build complete.
{
"dependencies" : [
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
},
{
"identity" : "niocronscheduler",
"requirement" : {
"range" : [
{
"lower_bound" : "2.1.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/MihaelIsaev/NIOCronScheduler.git"
}
],
"manifest_display_name" : "VaporCron",
"name" : "VaporCron",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "VaporCron",
"targets" : [
"VaporCron"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "VaporCronTests",
"module_type" : "SwiftTarget",
"name" : "VaporCronTests",
"path" : "Tests/VaporCronTests",
"sources" : [
"VaporCronTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"VaporCron"
],
"type" : "test"
},
{
"c99name" : "VaporCron",
"module_type" : "SwiftTarget",
"name" : "VaporCron",
"path" : "Sources/VaporCron",
"product_dependencies" : [
"Vapor",
"NIOCronScheduler"
],
"product_memberships" : [
"VaporCron"
],
"sources" : [
"VaporCron+Concurrency.swift",
"VaporCron.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.