Build Information
Successful build of VaporCron, reference master (d6253e
), with Swift 6.1 for Android on 28 May 2025 08:54:37 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images: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: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/mihaelisaev/VaporCron
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
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 master
========================================
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-3":/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 (0.52s)
[14876/74378] Fetching vapor
Fetched https://github.com/vapor/vapor.git from cache (1.72s)
Computing version for https://github.com/MihaelIsaev/NIOCronScheduler.git
Computed https://github.com/MihaelIsaev/NIOCronScheduler.git at 2.1.0 (2.22s)
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.22s)
[1/76055] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.15s)
Computing version for https://github.com/MihaelIsaev/SwifCron.git
Computed https://github.com/MihaelIsaev/SwifCron.git at 2.0.0 (9.86s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.06s)
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
[138/6101] Fetching swift-atomics, swift-system
[1850/22692] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (1.59s)
Fetched https://github.com/apple/swift-system.git from cache (1.59s)
Fetched https://github.com/apple/swift-collections.git from cache (1.62s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.07s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.44s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.67s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (0.65s)
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-distributed-tracing.git
[1/1063] Fetching swift-service-context
[1064/4382] Fetching swift-service-context, multipart-kit
[1496/9356] Fetching swift-service-context, multipart-kit, swift-distributed-tracing
[2193/11562] Fetching swift-service-context, multipart-kit, swift-distributed-tracing, swift-metrics
[8441/17521] Fetching swift-service-context, multipart-kit, swift-distributed-tracing, swift-metrics, swift-algorithms
[9443/20130] Fetching swift-service-context, multipart-kit, swift-distributed-tracing, swift-metrics, swift-algorithms, websocket-kit
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.95s)
Fetching https://github.com/apple/swift-log.git
Fetched https://github.com/vapor/websocket-kit.git from cache (2.56s)
Fetched https://github.com/apple/swift-service-context.git from cache (2.56s)
Fetched https://github.com/apple/swift-algorithms.git from cache (2.56s)
Fetched https://github.com/apple/swift-metrics.git from cache (2.57s)
Fetching https://github.com/vapor/routing-kit.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetched https://github.com/vapor/multipart-kit.git from cache (2.63s)
Fetching https://github.com/apple/swift-crypto.git
[1/3836] Fetching swift-log
[3837/24563] Fetching swift-log, routing-kit
[18968/36090] Fetching swift-log, routing-kit, swift-nio-http2
[22103/42004] Fetching swift-log, routing-kit, swift-nio-http2, swift-nio-extras
[25823/56847] Fetching swift-log, routing-kit, swift-nio-http2, swift-nio-extras, swift-nio-ssl
[28991/70783] Fetching swift-log, routing-kit, swift-nio-http2, swift-nio-extras, swift-nio-ssl, swift-crypto
Fetched https://github.com/apple/swift-log.git from cache (3.24s)
Fetching https://github.com/vapor/console-kit.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (2.65s)
Fetching https://github.com/vapor/async-kit.git
Fetched https://github.com/vapor/routing-kit.git from cache (2.99s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (3.00s)
Fetching https://github.com/swift-server/async-http-client.git
[1/2370] Fetching async-kit
[2371/7947] Fetching async-kit, console-kit
Fetched https://github.com/apple/swift-crypto.git from cache (3.23s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.35s)
Fetched https://github.com/vapor/async-kit.git from cache (0.69s)
Fetched https://github.com/vapor/console-kit.git from cache (0.74s)
[1/14014] Fetching async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.12s)
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.69s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.48s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.53s)
Fetching https://github.com/apple/swift-numerics.git
[1/5691] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.42s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.96s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.56s)
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.34s)
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.90s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (1.62s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.49s)
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.65s)
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/2426] Fetching swift-service-lifecycle
[1166/4016] Fetching swift-service-lifecycle, swift-asn1
[3143/4920] Fetching swift-service-lifecycle, swift-asn1, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.35s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.35s)
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetched https://github.com/apple/swift-asn1.git from cache (0.36s)
[1/1141] Fetching swift-http-structured-headers
[1142/6126] Fetching swift-http-structured-headers, swift-async-algorithms
[5529/12281] Fetching swift-http-structured-headers, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.37s)
[11140/11140] Fetching swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.38s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.47s)
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.33s)
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.72s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.74s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.79s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.51s)
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.68s)
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.90s)
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.55s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.46s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.63s)
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.72s)
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 (2.92s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.96s)
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-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-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/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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/vapor/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-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-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-nio-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.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-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/MihaelIsaev/NIOCronScheduler.git
Working copy of https://github.com/MihaelIsaev/NIOCronScheduler.git resolved at 2.1.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-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/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.2
Creating working copy for https://github.com/apple/swift-nio-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-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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.1
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/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.115.0
Building for debugging...
[0/833] Write sources
[40/833] Compiling CNIOWindows WSAStartup.c
[40/833] Compiling CNIOWindows shim.c
[40/833] Write sources
[43/833] Compiling CVaporBcrypt bcrypt.c
[43/833] Write sources
[51/833] Compiling CNIOWASI CNIOWASI.c
[52/833] Compiling CNIOLinux liburing_shims.c
[53/833] Compiling _AtomicsShims.c
[54/833] Compiling _NumericsShims _NumericsShims.c
[55/833] Compiling CNIOLLHTTP c_nio_http.c
[56/833] Compiling CSystem shims.c
[57/833] Compiling CNIOSHA1 c_nio_sha1.c
[58/833] Compiling CNIOLinux shim.c
[59/833] Compiling CNIOLLHTTP c_nio_api.c
[60/833] Compiling CNIOExtrasZlib empty.c
[61/833] Compiling CNIODarwin shim.c
[62/833] Compiling fiat_p256_adx_sqr.S
[63/833] Compiling fiat_curve25519_adx_square.S
[64/833] Compiling fiat_p256_adx_mul.S
[65/833] Compiling fiat_curve25519_adx_mul.S
[66/833] Write swift-version-24593BA9C3E375BF.txt
[67/833] Compiling CVaporBcrypt blf.c
[68/833] Compiling CNIOLLHTTP c_nio_llhttp.c
[69/835] Compiling CNIOBoringSSLShims shims.c
[71/867] Emitting module _NIOBase64
[71/867] Compiling tls13_client.cc
[72/867] Compiling tls_record.cc
[73/867] Compiling tls13_server.cc
[74/867] Compiling tls_method.cc
[75/867] Compiling tls13_enc.cc
[77/905] Compiling _NIOBase64 Base64.swift
[78/905] Emitting module ServiceContextModule
[79/905] Compiling ServiceContextModule ServiceContext.swift
[80/905] Compiling ServiceContextModule ServiceContextKey.swift
[81/905] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[82/906] Compiling RealModule Float80+Real.swift
[83/909] Compiling _NIODataStructures Heap.swift
[84/909] Emitting module _NIODataStructures
[85/909] Compiling _NIODataStructures PriorityQueue.swift
[86/909] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[87/909] Compiling InternalCollectionsUtilities Debugging.swift
[88/909] Compiling RealModule Float16+Real.swift
[89/909] Emitting module SystemPackage
[90/912] Compiling RealModule Real.swift
[92/912] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[93/912] Compiling InternalCollectionsUtilities UInt+reversed.swift
[94/912] Compiling InternalCollectionsUtilities Descriptions.swift
[95/912] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[96/912] Compiling RealModule Float+Real.swift
[97/912] Compiling RealModule RealFunctions.swift
[98/912] Compiling _NIODataStructures _TinyArray.swift
[99/912] Emitting module InternalCollectionsUtilities
[100/912] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[101/912] Compiling InternalCollectionsUtilities Integer rank.swift
[103/913] Compiling SystemPackage MachPort.swift
[104/913] Compiling SystemPackage PlatformString.swift
[105/913] Compiling SystemPackage SystemString.swift
[106/913] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[107/913] Compiling InternalCollectionsUtilities _SortedCollection.swift
[108/913] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[109/913] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[112/913] Compiling RealModule ElementaryFunctions.swift
[113/913] Emitting module RealModule
[130/914] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[132/915] Compiling SystemPackage Util+StringArray.swift
[133/915] Compiling SystemPackage Util.swift
[134/915] Compiling SystemPackage UtilConsumers.swift
[135/1047] Compiling Instrumentation NoOpInstrument.swift
[136/1047] Compiling Instrumentation MultiplexInstrument.swift
[137/1047] Compiling SwifCron SwifCronError.swift
[137/1047] Compiling tls13_both.cc
[139/1054] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[140/1054] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[141/1054] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[142/1054] Compiling OrderedCollections OrderedDictionary+Values.swift
[143/1054] Compiling Instrumentation InstrumentationSystem.swift
[144/1054] Compiling Instrumentation Instrument.swift
[145/1054] Compiling Instrumentation Locks.swift
[146/1054] Emitting module Instrumentation
[147/1054] Compiling Logging MetadataProvider.swift
[148/1055] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[149/1055] Compiling OrderedCollections _HashTable+Bucket.swift
[150/1055] Compiling OrderedCollections _HashTable+BucketIterator.swift
[151/1055] Compiling OrderedCollections _HashTable+Constants.swift
[152/1055] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[153/1055] Compiling OrderedCollections _HashTable+Testing.swift
[154/1055] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[155/1055] Compiling OrderedCollections _HashTable.swift
[156/1055] Compiling OrderedCollections _Hashtable+Header.swift
[157/1055] Emitting module Logging
[158/1056] Compiling CoreMetrics Metrics.swift
[159/1056] Emitting module CoreMetrics
[160/1056] Compiling CoreMetrics Locks.swift
[161/1057] Compiling HeapModule Heap+Descriptions.swift
[162/1057] Compiling Logging LogHandler.swift
[163/1057] Compiling Logging Locks.swift
[164/1057] Compiling Logging Logging.swift
[168/1058] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[169/1058] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[170/1058] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[171/1058] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[172/1058] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[173/1058] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[174/1058] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[175/1065] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[176/1065] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[177/1065] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[178/1065] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[179/1065] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[180/1065] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[181/1065] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[182/1065] Compiling HeapModule _HeapNode.swift
[183/1065] Compiling HeapModule Heap.swift
[185/1065] Compiling HeapModule Heap+Invariants.swift
[186/1065] Compiling HeapModule Heap+UnsafeHandle.swift
[187/1065] Compiling OrderedCollections OrderedSet+Initializers.swift
[188/1065] Compiling OrderedCollections OrderedSet+Insertions.swift
[189/1065] Compiling OrderedCollections OrderedSet+Invariants.swift
[190/1065] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[191/1065] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[192/1065] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[193/1065] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[194/1065] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[195/1080] Emitting module HeapModule
[196/1081] Compiling DequeModule Deque+Testing.swift
[197/1081] Compiling DequeModule Deque._Storage.swift
[198/1081] Compiling DequeModule Deque._UnsafeHandle.swift
[199/1081] Compiling DequeModule Deque.swift
[200/1081] Compiling DequeModule _DequeBuffer.swift
[201/1081] Compiling DequeModule _DequeBufferHeader.swift
[205/1091] Compiling DequeModule Deque+Equatable.swift
[206/1091] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[207/1091] Compiling DequeModule Deque+CustomReflectable.swift
[208/1091] Compiling DequeModule Deque+Descriptions.swift
[209/1156] Compiling SwifCron SwifCron.swift
[210/1175] Compiling SwifCron Array+Each.swift
[211/1175] Compiling HashTreeCollections _Bitmap.swift
[212/1175] Compiling HashTreeCollections _Bucket.swift
[213/1175] Emitting module SwifCron
[214/1175] Compiling SwifCron ExpressionParser.swift
[215/1175] Compiling SwifCron Helper.swift
[217/1176] Compiling Tracing TracingTime.swift
[218/1176] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[219/1176] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[220/1176] Emitting module Tracing
[221/1176] Compiling HashTreeCollections TreeSet+Hashable.swift
[222/1176] Compiling HashTreeCollections TreeSet+Sendable.swift
[223/1176] Compiling HashTreeCollections TreeSet+Sequence.swift
[224/1176] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[225/1176] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[226/1176] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[227/1176] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[228/1176] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[229/1176] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[230/1176] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[231/1186] Compiling Tracing TracerProtocol.swift
[232/1186] Compiling Tracing Tracer.swift
[233/1186] Compiling Tracing TracerProtocol+Legacy.swift
[234/1186] Compiling HashTreeCollections _Hash.swift
[235/1186] Compiling HashTreeCollections _HashLevel.swift
[236/1186] Compiling HashTreeCollections _HashStack.swift
[237/1186] Compiling HashTreeCollections _HashTreeIterator.swift
[238/1186] Compiling HashTreeCollections _HashTreeStatistics.swift
[239/1186] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[240/1186] Compiling HashTreeCollections _RawHashNode.swift
[241/1186] Compiling HashTreeCollections _UnmanagedHashNode.swift
[242/1186] Compiling HashTreeCollections _UnsafePath.swift
[243/1186] Compiling HashTreeCollections TreeDictionary+Codable.swift
[244/1186] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[245/1186] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[246/1186] Compiling HashTreeCollections _HashNode+Storage.swift
[247/1186] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[248/1186] Compiling HashTreeCollections _HashNode+Structural filter.swift
[249/1186] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[252/1186] Compiling HashTreeCollections _HashNode+Builder.swift
[253/1186] Compiling HashTreeCollections _HashNode+Debugging.swift
[254/1186] Compiling HashTreeCollections _HashNode+Initializers.swift
[255/1186] Compiling HashTreeCollections _HashNode+Invariants.swift
[256/1186] Compiling HashTreeCollections _HashNode+Lookups.swift
[257/1186] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[258/1186] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[259/1186] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[262/1186] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[263/1186] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[264/1186] Compiling HashTreeCollections _HashNode+Structural merge.swift
[265/1186] Compiling HashTreeCollections _AncestorHashSlots.swift
[286/1195] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[287/1195] Compiling HashTreeCollections TreeSet+Debugging.swift
[288/1195] Compiling HashTreeCollections TreeSet+Descriptions.swift
[289/1195] Compiling HashTreeCollections TreeSet+Equatable.swift
[290/1195] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[291/1195] Compiling HashTreeCollections TreeSet+Extras.swift
[292/1195] Compiling HashTreeCollections TreeSet+Filter.swift
[295/1195] Compiling HashTreeCollections TreeDictionary+Keys.swift
[296/1195] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[297/1195] Compiling HashTreeCollections TreeDictionary+Merge.swift
[298/1195] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[299/1195] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[300/1195] Compiling HashTreeCollections TreeDictionary+Values.swift
[301/1195] Compiling HashTreeCollections TreeDictionary.swift
[302/1195] Compiling HashTreeCollections TreeSet+Codable.swift
[303/1195] Compiling HashTreeCollections TreeSet+Collection.swift
[304/1195] Compiling Tracing NoOpTracer.swift
[305/1195] Compiling Tracing InstrumentationSystem+Tracing.swift
[306/1195] Compiling Tracing SpanProtocol.swift
[314/1196] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[315/1196] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[316/1196] Compiling HashTreeCollections TreeDictionary+Filter.swift
[317/1196] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[318/1196] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[325/1196] Emitting module DequeModule
[337/1197] Emitting module OrderedCollections
[339/1198] Compiling _RopeModule _CharacterRecognizer.swift
[340/1198] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[341/1198] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[342/1198] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[343/1198] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[344/1198] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[345/1198] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[346/1198] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[347/1198] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[348/1198] Compiling HashTreeCollections TreeSet.swift
[357/1198] Compiling HashTreeCollections TreeDictionary+Collection.swift
[358/1198] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[359/1198] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[360/1198] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[361/1198] Emitting module _RopeModule
[362/1198] Compiling RoutingKit PathComponent.swift
[363/1198] Compiling RoutingKit AnyRouter.swift
[364/1198] Emitting module RoutingKit
[365/1198] Emitting module Metrics
[366/1198] Compiling Metrics Metrics.swift
[366/1199] Compiling t1_enc.cc
[368/1199] Compiling RoutingKit Router.swift
[369/1199] Compiling RoutingKit Parameters.swift
[370/1199] Compiling RoutingKit TrieRouter.swift
[383/1200] Compiling HashTreeCollections _HashNodeHeader.swift
[384/1200] Compiling HashTreeCollections _HashSlot.swift
[396/1200] Compiling HashTreeCollections _HashNode+Structural union.swift
[397/1200] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[398/1200] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[399/1200] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[400/1200] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[401/1200] Compiling HashTreeCollections _HashNode.swift
[402/1200] Compiling _RopeModule Rope+Join.swift
[403/1200] Compiling _RopeModule Rope+MutatingForEach.swift
[404/1200] Compiling _RopeModule Rope+Remove.swift
[405/1200] Compiling _RopeModule Rope+RemoveSubrange.swift
[406/1200] Compiling _RopeModule Rope+Split.swift
[407/1200] Compiling _RopeModule Optional Utilities.swift
[408/1200] Compiling _RopeModule String Utilities.swift
[409/1200] Compiling _RopeModule String.Index+ABI.swift
[444/1201] Compiling ssl_transcript.cc
[445/1201] Compiling ssl_x509.cc
[446/1201] Compiling ssl_versions.cc
[448/1201] Emitting module HashTreeCollections
[449/1202] Compiling ssl_stat.cc
[450/1202] Compiling ssl_session.cc
[451/1202] Compiling ssl_privkey.cc
[452/1202] Compiling ssl_credential.cc
[453/1202] Compiling ssl_file.cc
[454/1202] Compiling ssl_cert.cc
[455/1202] Compiling ssl_key_share.cc
[456/1202] Compiling ssl_lib.cc
[457/1202] Compiling ssl_cipher.cc
[458/1202] Compiling ssl_buffer.cc
[459/1202] Compiling ssl_asn1.cc
[460/1202] Compiling ssl_aead_ctx.cc
[461/1202] Compiling s3_pkt.cc
[462/1202] Compiling handshake.cc
[463/1202] Compiling s3_both.cc
[464/1202] Compiling s3_lib.cc
[465/1202] Compiling handoff.cc
[466/1202] Compiling handshake_server.cc
[467/1202] Compiling handshake_client.cc
[468/1202] Compiling dtls_record.cc
[469/1202] Compiling dtls_method.cc
[470/1202] Compiling d1_lib.cc
[471/1202] Compiling md5-x86_64-apple.S
[472/1202] Compiling md5-x86_64-linux.S
[473/1202] Compiling extensions.cc
[474/1202] Compiling md5-586-linux.S
[475/1202] Compiling encrypted_client_hello.cc
[476/1202] Compiling md5-586-apple.S
[477/1202] Compiling d1_srtp.cc
[478/1202] Compiling chacha20_poly1305_x86_64-linux.S
[479/1202] Compiling chacha20_poly1305_x86_64-apple.S
[480/1202] Compiling chacha20_poly1305_armv8-win.S
[481/1202] Compiling chacha20_poly1305_armv8-apple.S
[482/1202] Compiling chacha20_poly1305_armv8-linux.S
[483/1202] Compiling chacha-x86_64-linux.S
[484/1202] Compiling chacha-x86-linux.S
[485/1202] Compiling chacha-x86_64-apple.S
[486/1202] Compiling chacha-x86-apple.S
[487/1202] Compiling chacha-armv8-win.S
[488/1202] Compiling chacha-armv8-apple.S
[489/1202] Compiling aes128gcmsiv-x86_64-linux.S
[490/1202] Compiling aes128gcmsiv-x86_64-apple.S
[491/1202] Compiling chacha-armv8-linux.S
[492/1202] Compiling chacha-armv4-linux.S
[493/1202] Compiling x86_64-mont5-linux.S
[494/1202] Compiling err_data.cc
[495/1202] Compiling x86_64-mont5-apple.S
[496/1202] Compiling x86_64-mont-apple.S
[497/1202] Compiling x86_64-mont-linux.S
[498/1202] Compiling x86-mont-linux.S
[499/1202] Compiling d1_pkt.cc
[500/1202] Compiling x86-mont-apple.S
[501/1202] Compiling vpaes-x86_64-linux.S
[502/1202] Compiling vpaes-x86_64-apple.S
[503/1202] Compiling vpaes-x86-linux.S
[504/1202] Compiling vpaes-x86-apple.S
[505/1202] Compiling vpaes-armv8-apple.S
[506/1202] Compiling vpaes-armv8-linux.S
[507/1202] Compiling vpaes-armv8-win.S
[508/1202] Compiling sha512-x86_64-apple.S
[509/1202] Compiling vpaes-armv7-linux.S
[510/1202] Compiling sha512-armv8-apple.S
[511/1202] Compiling sha512-armv8-win.S
[511/1202] Compiling sha512-x86_64-linux.S
[513/1202] Compiling sha512-armv4-linux.S
[514/1202] Compiling sha512-586-linux.S
[515/1202] Compiling sha512-586-apple.S
[516/1202] Compiling sha256-x86_64-linux.S
[516/1202] Compiling sha512-armv8-linux.S
[518/1202] Compiling d1_both.cc
[519/1202] Compiling sha256-armv8-win.S
[519/1202] Compiling sha256-x86_64-apple.S
[521/1202] Compiling sha256-armv8-apple.S
[522/1202] Compiling sha256-586-apple.S
[523/1202] Compiling sha256-armv4-linux.S
[524/1202] Compiling sha256-armv8-linux.S
[525/1202] Compiling sha256-586-linux.S
[526/1202] Compiling bio_ssl.cc
[527/1202] Compiling sha1-x86_64-linux.S
[528/1202] Compiling sha1-armv8-win.S
[529/1202] Compiling sha1-x86_64-apple.S
[529/1202] Compiling sha1-armv4-large-linux.S
[531/1202] Compiling sha1-586-linux.S
[532/1202] Compiling sha1-armv8-apple.S
[533/1202] Compiling rsaz-avx2-linux.S
[534/1202] Compiling rdrand-x86_64-apple.S
[535/1202] Compiling rdrand-x86_64-linux.S
[536/1202] Compiling rsaz-avx2-apple.S
[537/1202] Compiling p256_beeu-x86_64-asm-linux.S
[538/1202] Compiling sha1-586-apple.S
[539/1202] Compiling sha1-armv8-linux.S
[540/1202] Compiling p256_beeu-x86_64-asm-apple.S
[541/1202] Compiling p256_beeu-armv8-asm-linux.S
[542/1202] Compiling p256-x86_64-asm-linux.S
[542/1202] Compiling p256_beeu-armv8-asm-apple.S
[544/1202] Compiling p256_beeu-armv8-asm-win.S
[545/1202] Compiling p256-armv8-asm-win.S
[546/1202] Compiling p256-x86_64-asm-apple.S
[547/1202] Compiling p256-armv8-asm-apple.S
[548/1202] Compiling p256-armv8-asm-linux.S
[549/1202] Compiling ghashv8-armv7-linux.S
[550/1202] Compiling ghash-x86_64-apple.S
[551/1202] Compiling ghashv8-armv8-linux.S
[552/1202] Compiling ghashv8-armv8-win.S
[553/1202] Compiling ghashv8-armv8-apple.S
[554/1202] Compiling ghash-x86-linux.S
[555/1202] Compiling ghash-ssse3-x86_64-linux.S
[556/1202] Compiling ghash-x86-apple.S
[557/1202] Compiling ghash-x86_64-linux.S
[558/1202] Compiling ghash-ssse3-x86-linux.S
[559/1202] Compiling ghash-ssse3-x86_64-apple.S
[560/1202] Compiling ghash-neon-armv8-win.S
[561/1202] Compiling ghash-neon-armv8-apple.S
[562/1202] Compiling ghash-ssse3-x86-apple.S
[563/1202] Compiling co-586-linux.S
[564/1202] Compiling co-586-apple.S
[565/1202] Compiling ghash-armv4-linux.S
[566/1202] Compiling ghash-neon-armv8-linux.S
[567/1202] Compiling bn-armv8-win.S
[568/1202] Compiling bn-armv8-linux.S
[569/1202] Compiling bn-586-linux.S
[570/1202] Compiling armv8-mont-win.S
[571/1202] Compiling bn-armv8-apple.S
[572/1202] Compiling bn-586-apple.S
[573/1202] Compiling bsaes-armv7-linux.S
[574/1202] Compiling armv4-mont-linux.S
[575/1202] Compiling aesv8-gcm-armv8-apple.S
[576/1202] Compiling armv8-mont-linux.S
[576/1202] Compiling armv8-mont-apple.S
[578/1202] Compiling aesv8-gcm-armv8-win.S
[579/1202] Compiling aesv8-gcm-armv8-linux.S
[580/1202] Compiling aesv8-armv8-win.S
[581/1202] Compiling aesv8-armv7-linux.S
[582/1202] Compiling aesni-x86-linux.S
[583/1202] Compiling aesni-x86_64-linux.S
[584/1202] Compiling aesv8-armv8-apple.S
[585/1202] Compiling aesni-x86_64-apple.S
[586/1202] Compiling aesni-gcm-x86_64-linux.S
[587/1202] Compiling aesv8-armv8-linux.S
[588/1202] Compiling aesni-x86-apple.S
[589/1202] Compiling aesni-gcm-x86_64-apple.S
[590/1202] Compiling aes-gcm-avx2-x86_64-linux.S
[591/1202] Compiling aes-gcm-avx2-x86_64-apple.S
[592/1202] Compiling aes-gcm-avx10-x86_64-apple.S
[593/1202] Compiling aes-gcm-avx10-x86_64-linux.S
[594/1202] Compiling x_name.cc
[595/1202] Compiling x_val.cc
[596/1202] Compiling x_x509a.cc
[597/1202] Compiling x_exten.cc
[598/1202] Compiling x_req.cc
[599/1202] Compiling x_spki.cc
[600/1202] Compiling x_sig.cc
[601/1202] Compiling x_x509.cc
[602/1202] Compiling x_pubkey.cc
[603/1202] Compiling x_all.cc
[604/1202] Compiling x_crl.cc
[605/1202] Compiling x509spki.cc
[606/1202] Compiling x509rset.cc
[607/1202] Compiling x_algor.cc
[608/1202] Compiling x509name.cc
[609/1202] Compiling x_attrib.cc
[610/1202] Compiling x509cset.cc
[611/1202] Compiling x509_vfy.cc
[612/1202] Compiling x509_vpm.cc
[613/1202] Compiling x509_ext.cc
[614/1202] Compiling x509_set.cc
[615/1202] Compiling x509_v3.cc
[616/1202] Compiling x509_txt.cc
[617/1202] Compiling x509_req.cc
[618/1202] Compiling x509_obj.cc
[619/1202] Compiling x509_trs.cc
[620/1202] Compiling x509_lu.cc
[621/1202] Compiling x509_def.cc
[622/1202] Compiling x509_d2.cc
[623/1202] Compiling x509_cmp.cc
[624/1202] Compiling x509.cc
[625/1202] Compiling v3_skey.cc
[626/1202] Compiling v3_utl.cc
[627/1202] Compiling x509_att.cc
[628/1202] Compiling v3_purp.cc
[629/1202] Compiling v3_ncons.cc
[630/1202] Compiling v3_pmaps.cc
[631/1202] Compiling v3_ocsp.cc
[632/1202] Compiling v3_lib.cc
[633/1202] Compiling v3_prn.cc
[634/1202] Compiling v3_pcons.cc
[635/1202] Compiling v3_int.cc
[636/1202] Compiling v3_info.cc
[637/1202] Compiling v3_extku.cc
[638/1202] Compiling v3_ia5.cc
[639/1202] Compiling v3_genn.cc
[640/1202] Compiling v3_enum.cc
[641/1202] Compiling v3_conf.cc
[642/1202] Compiling v3_crld.cc
[643/1202] Compiling v3_cpols.cc
[644/1202] Compiling v3_bitst.cc
[645/1202] Compiling v3_bcons.cc
[646/1202] Compiling v3_akey.cc
[647/1202] Compiling v3_akeya.cc
[648/1202] Compiling v3_alt.cc
[649/1202] Compiling t_x509.cc
[650/1202] Compiling t_x509a.cc
[651/1202] Compiling t_req.cc
[652/1202] Compiling i2d_pr.cc
[653/1202] Compiling t_crl.cc
[654/1202] Compiling rsa_pss.cc
[655/1202] Compiling asn1_gen.cc
[656/1202] Compiling name_print.cc
[657/1202] Compiling by_file.cc
[658/1202] Compiling by_dir.cc
[659/1202] Compiling policy.cc
[660/1202] Compiling a_verify.cc
[661/1202] Compiling a_digest.cc
[662/1202] Compiling a_sign.cc
[663/1202] Compiling voprf.cc
[664/1202] Compiling algorithm.cc
[665/1202] Compiling thread_win.cc
[666/1202] Compiling trust_token.cc
[667/1202] Compiling thread_pthread.cc
[668/1202] Compiling thread.cc
[669/1202] Compiling pmbtoken.cc
[670/1202] Compiling thread_none.cc
[671/1202] Compiling sha512.cc
[672/1202] Compiling stack.cc
[673/1202] Compiling siphash.cc
[674/1202] Compiling rsa_extra.cc
[675/1202] Compiling sha1.cc
[676/1202] Compiling sha256.cc
[677/1202] Compiling slhdsa.cc
[678/1202] Compiling spake2plus.cc
[679/1202] Compiling rsa_print.cc
[680/1202] Compiling refcount.cc
[681/1202] Compiling rsa_crypt.cc
[682/1202] Compiling rc4.cc
[683/1202] Compiling windows.cc
[684/1202] Compiling urandom.cc
[685/1202] Compiling rsa_asn1.cc
[686/1202] Compiling rand.cc
[687/1202] Compiling trusty.cc
[688/1202] Compiling fork_detect.cc
[689/1202] Compiling poly1305_arm_asm.S
[690/1202] Compiling passive.cc
[691/1202] Compiling ios.cc
[692/1202] Compiling getentropy.cc
[693/1202] Compiling forkunsafe.cc
[694/1202] Compiling deterministic.cc
[695/1202] Compiling poly1305_vec.cc
[696/1202] Compiling poly1305_arm.cc
[697/1202] Compiling pool.cc
[698/1202] Compiling pkcs8_x509.cc
[699/1202] Compiling poly1305.cc
[700/1202] Compiling p5_pbev2.cc
[701/1202] Compiling pkcs8.cc
[702/1202] Compiling pkcs7.cc
[703/1202] Compiling pem_xaux.cc
[704/1202] Compiling pem_x509.cc
[705/1202] Compiling pkcs7_x509.cc
[706/1202] Compiling pem_pk8.cc
[707/1202] Compiling pem_pkey.cc
[708/1202] Compiling mlkem.cc
[709/1202] Compiling obj_xref.cc
[710/1202] Compiling pem_oth.cc
[711/1202] Compiling mldsa.cc
[712/1202] Compiling pem_lib.cc
[713/1202] Compiling obj.cc
[714/1202] Compiling pem_all.cc
[715/1202] Compiling pem_info.cc
[716/1202] Compiling mem.cc
[717/1202] Compiling poly_rq_mul.S
[718/1202] Compiling fips_shared_support.cc
[719/1202] Compiling lhash.cc
[720/1202] Compiling md4.cc
[721/1202] Compiling md5.cc
[722/1202] Compiling kyber.cc
[723/1202] Compiling hrss.cc
[724/1202] Compiling sign.cc
[725/1202] Compiling scrypt.cc
[726/1202] Compiling ex_data.cc
[727/1202] Compiling print.cc
[728/1202] Compiling hpke.cc
[729/1202] Compiling pbkdf.cc
[730/1202] Compiling p_x25519_asn1.cc
[731/1202] Compiling p_x25519.cc
[732/1202] Compiling p_rsa_asn1.cc
[733/1202] Compiling p_hkdf.cc
[734/1202] Compiling p_rsa.cc
[735/1202] Compiling p_ed25519_asn1.cc
[736/1202] Compiling p_ed25519.cc
[737/1202] Compiling p_ec.cc
[738/1202] Compiling p_dh_asn1.cc
[739/1202] Compiling p_dsa_asn1.cc
[740/1202] Compiling evp_ctx.cc
[741/1202] Compiling p_ec_asn1.cc
[742/1202] Compiling p_dh.cc
[743/1202] Compiling evp_asn1.cc
[744/1202] Compiling evp.cc
[745/1202] Compiling err.cc
[746/1202] Compiling engine.cc
[747/1202] Compiling ecdh.cc
[748/1202] Compiling ec_derive.cc
[749/1202] Compiling hash_to_curve.cc
[750/1202] Compiling ecdsa_asn1.cc
[751/1202] Compiling dsa_asn1.cc
[752/1202] Compiling dsa.cc
[753/1202] Compiling ec_asn1.cc
[754/1202] Compiling params.cc
[755/1202] Compiling bcm.cc
[756/1202] Compiling des.cc
[757/1202] Compiling x25519-asm-arm.S
[758/1202] Compiling dh_asn1.cc
[759/1202] Compiling digest_extra.cc
[760/1202] Compiling curve25519_64_adx.cc
[761/1202] Compiling cpu_intel.cc
[762/1202] Compiling crypto.cc
[763/1202] Compiling cpu_arm_linux.cc
[764/1202] Compiling spake25519.cc
[765/1202] Compiling cpu_aarch64_openbsd.cc
[766/1202] Compiling cpu_arm_freebsd.cc
[767/1202] Compiling cpu_aarch64_win.cc
[768/1202] Compiling cpu_aarch64_sysreg.cc
[769/1202] Compiling curve25519.cc
[770/1202] Compiling tls_cbc.cc
[771/1202] Compiling cpu_aarch64_linux.cc
[772/1202] Compiling cpu_aarch64_apple.cc
[773/1202] Compiling cpu_aarch64_fuchsia.cc
[774/1202] Compiling conf.cc
[775/1202] Compiling e_tls.cc
[776/1202] Compiling e_rc4.cc
[777/1202] Compiling e_rc2.cc
[778/1202] Compiling get_cipher.cc
[779/1202] Compiling e_chacha20poly1305.cc
[780/1202] Compiling e_aesgcmsiv.cc
[781/1202] Compiling e_null.cc
[782/1202] Compiling e_aesctrhmac.cc
[783/1202] Compiling e_des.cc
[784/1202] Compiling chacha.cc
[785/1202] Compiling derive_key.cc
[786/1202] Compiling cbs.cc
[787/1202] Compiling unicode.cc
[788/1202] Compiling ber.cc
[789/1202] Compiling buf.cc
[790/1202] Compiling asn1_compat.cc
[791/1202] Compiling cbb.cc
[792/1202] Compiling convert.cc
[793/1202] Compiling blake2.cc
[794/1202] Compiling bn_asn1.cc
[795/1202] Compiling socket_helper.cc
[796/1202] Compiling hexdump.cc
[797/1202] Compiling socket.cc
[798/1202] Compiling printf.cc
[799/1202] Compiling errno.cc
[800/1202] Compiling connect.cc
[801/1202] Compiling pair.cc
[802/1202] Compiling file.cc
[803/1202] Compiling bio_mem.cc
[804/1202] Compiling fd.cc
[805/1202] Compiling base64.cc
[806/1202] Compiling bio.cc
[807/1202] Compiling tasn_enc.cc
[808/1202] Compiling tasn_fre.cc
[809/1202] Compiling tasn_typ.cc
[810/1202] Compiling tasn_utl.cc
[811/1202] Compiling tasn_new.cc
[812/1202] Compiling posix_time.cc
[813/1202] Compiling tasn_dec.cc
[814/1202] Compiling f_int.cc
[815/1202] Compiling asn1_par.cc
[816/1202] Compiling asn_pack.cc
[817/1202] Compiling f_string.cc
[818/1202] Compiling a_utctm.cc
[819/1202] Compiling a_octet.cc
[820/1202] Compiling a_type.cc
[821/1202] Compiling asn1_lib.cc
[822/1202] Compiling a_time.cc
[823/1202] Compiling a_object.cc
[824/1202] Compiling a_strex.cc
[825/1202] Compiling a_strnid.cc
[826/1202] Compiling a_i2d_fp.cc
[827/1202] Compiling a_int.cc
[828/1202] Compiling a_dup.cc
[829/1202] Compiling a_mbstr.cc
[830/1202] Compiling fiat_p256_adx_sqr.S
[831/1202] Compiling a_gentm.cc
[832/1202] Compiling fiat_p256_adx_mul.S
[833/1202] Compiling a_d2i_fp.cc
[834/1202] Compiling fiat_curve25519_adx_square.S
[835/1202] Compiling fiat_curve25519_adx_mul.S
[836/1202] Compiling md5-x86_64-apple.S
[837/1202] Compiling md5-x86_64-linux.S
[838/1202] Compiling md5-586-linux.S
[839/1202] Compiling md5-586-apple.S
[840/1202] Compiling chacha20_poly1305_x86_64-linux.S
[841/1202] Compiling a_bitstr.cc
[842/1202] Compiling chacha20_poly1305_x86_64-apple.S
[843/1202] Compiling chacha20_poly1305_armv8-win.S
[844/1202] Compiling chacha20_poly1305_armv8-apple.S
[845/1202] Compiling a_bool.cc
[846/1202] Compiling CCryptoBoringSSLShims shims.c
[847/1202] Compiling chacha-x86_64-linux.S
[848/1202] Compiling chacha-x86-linux.S
[849/1202] Compiling chacha-x86_64-apple.S
[850/1202] Compiling chacha20_poly1305_armv8-linux.S
[851/1202] Compiling chacha-x86-apple.S
[852/1202] Compiling chacha-armv8-win.S
[853/1202] Compiling chacha-armv4-linux.S
[854/1202] Compiling chacha-armv8-apple.S
[855/1202] Compiling aes128gcmsiv-x86_64-linux.S
[856/1202] Compiling chacha-armv8-linux.S
[857/1202] Compiling aes128gcmsiv-x86_64-apple.S
[858/1202] Compiling x86_64-mont5-linux.S
[859/1202] Compiling x86_64-mont5-apple.S
[860/1202] Compiling x86_64-mont-linux.S
[861/1202] Compiling x86_64-mont-apple.S
[862/1202] Compiling vpaes-x86_64-linux.S
[863/1202] Compiling x86-mont-linux.S
[864/1202] Compiling x86-mont-apple.S
[865/1202] Compiling vpaes-x86_64-apple.S
[866/1202] Compiling vpaes-x86-linux.S
[867/1202] Compiling vpaes-x86-apple.S
[868/1202] Compiling vpaes-armv8-win.S
[869/1202] Compiling vpaes-armv8-apple.S
[870/1202] Compiling vpaes-armv8-linux.S
[871/1202] Compiling vpaes-armv7-linux.S
[872/1202] Compiling sha512-x86_64-apple.S
[873/1202] Compiling sha512-armv8-win.S
[874/1202] Compiling sha512-x86_64-linux.S
[875/1202] Compiling err_data.cc
[876/1202] Compiling sha512-armv8-apple.S
[877/1202] Compiling sha512-armv4-linux.S
[878/1202] Compiling sha512-armv8-linux.S
[879/1202] Compiling sha256-x86_64-linux.S
[880/1202] Compiling sha512-586-apple.S
[881/1202] Compiling sha512-586-linux.S
[881/1202] Compiling sha256-x86_64-apple.S
[883/1202] Compiling sha256-armv8-apple.S
[884/1202] Compiling sha256-armv8-win.S
[885/1202] Compiling sha256-586-linux.S
[886/1202] Compiling sha256-armv4-linux.S
[887/1202] Compiling sha256-586-apple.S
[888/1202] Compiling sha256-armv8-linux.S
[889/1202] Compiling sha1-x86_64-apple.S
[890/1202] Compiling sha1-x86_64-linux.S
[891/1202] Compiling sha1-armv8-win.S
[892/1202] Compiling sha1-armv8-apple.S
[893/1202] Compiling sha1-armv4-large-linux.S
[894/1202] Compiling sha1-586-linux.S
[895/1202] Compiling sha1-586-apple.S
[896/1202] Compiling sha1-armv8-linux.S
[897/1202] Compiling rsaz-avx2-apple.S
[898/1202] Compiling rsaz-avx2-linux.S
[899/1202] Compiling rdrand-x86_64-linux.S
[900/1202] Compiling p256_beeu-x86_64-asm-apple.S
[901/1202] Compiling rdrand-x86_64-apple.S
[902/1202] Compiling p256_beeu-x86_64-asm-linux.S
[903/1202] Compiling p256_beeu-armv8-asm-win.S
[904/1202] Compiling p256_beeu-armv8-asm-apple.S
[905/1202] Compiling p256_beeu-armv8-asm-linux.S
[906/1202] Compiling p256-x86_64-asm-linux.S
[907/1202] Compiling p256-x86_64-asm-apple.S
[908/1202] Compiling p256-armv8-asm-win.S
[909/1202] Compiling p256-armv8-asm-apple.S
[910/1202] Compiling ghashv8-armv8-win.S
[911/1202] Compiling p256-armv8-asm-linux.S
[912/1202] Compiling ghashv8-armv8-apple.S
[913/1202] Compiling ghashv8-armv8-linux.S
[914/1202] Compiling ghash-x86_64-linux.S
[915/1202] Compiling ghashv8-armv7-linux.S
[916/1202] Compiling ghash-x86-apple.S
[917/1202] Compiling ghash-x86_64-apple.S
[918/1202] Compiling ghash-x86-linux.S
[919/1202] Compiling ghash-ssse3-x86_64-apple.S
[920/1202] Compiling ghash-ssse3-x86_64-linux.S
[921/1202] Compiling ghash-neon-armv8-win.S
[922/1202] Compiling ghash-neon-armv8-linux.S
[923/1202] Compiling ghash-ssse3-x86-apple.S
[924/1202] Compiling ghash-neon-armv8-apple.S
[925/1202] Compiling ghash-ssse3-x86-linux.S
[926/1202] Compiling ghash-armv4-linux.S
[927/1202] Compiling co-586-linux.S
[928/1202] Compiling bn-armv8-linux.S
[929/1202] Compiling bn-armv8-win.S
[930/1202] Compiling bsaes-armv7-linux.S
[931/1202] Compiling co-586-apple.S
[932/1202] Compiling bn-armv8-apple.S
[933/1202] Compiling bn-586-linux.S
[934/1202] Compiling armv8-mont-win.S
[935/1202] Compiling armv4-mont-linux.S
[936/1202] Compiling bn-586-apple.S
[937/1202] Compiling armv8-mont-linux.S
[938/1202] Compiling aesv8-gcm-armv8-win.S
[939/1202] Compiling armv8-mont-apple.S
[940/1202] Compiling aesv8-gcm-armv8-linux.S
[941/1202] Compiling aesv8-armv7-linux.S
[942/1202] Compiling aesv8-gcm-armv8-apple.S
[943/1202] Compiling aesv8-armv8-apple.S
[944/1202] Compiling aesv8-armv8-win.S
[945/1202] Compiling aesv8-armv8-linux.S
[946/1202] Compiling aesni-x86-linux.S
[947/1202] Compiling aesni-x86_64-linux.S
[948/1202] Compiling aesni-gcm-x86_64-linux.S
[949/1202] Compiling aesni-x86_64-apple.S
[950/1202] Compiling aesni-x86-apple.S
[951/1202] Compiling aes-gcm-avx10-x86_64-apple.S
[952/1202] Compiling aesni-gcm-x86_64-apple.S
[953/1202] Compiling aes-gcm-avx10-x86_64-linux.S
[954/1202] Compiling x_sig.cc
[955/1202] Compiling x_req.cc
[956/1202] Compiling x_x509a.cc
[957/1202] Compiling x_val.cc
[958/1202] Compiling x_spki.cc
[959/1202] Compiling x_x509.cc
[960/1202] Compiling x_exten.cc
[961/1202] Compiling x_crl.cc
[962/1202] Compiling x_name.cc
[963/1202] Compiling x_pubkey.cc
[964/1202] Compiling x_attrib.cc
[965/1202] Compiling x_all.cc
[966/1202] Compiling x509rset.cc
[967/1202] Compiling x_algor.cc
[968/1202] Compiling x509spki.cc
[969/1202] Compiling c-nioatomics.c
[970/1202] Compiling x509name.cc
[971/1202] Compiling x509_vpm.cc
[972/1202] Compiling x509cset.cc
[973/1202] Compiling x509_txt.cc
[974/1202] Compiling x509_vfy.cc
[975/1202] Compiling x509_v3.cc
[976/1202] Compiling x509_trs.cc
[977/1202] Compiling c-atomics.c
[978/1202] Compiling x509_req.cc
[979/1202] Compiling x509_set.cc
[980/1208] Compiling x509_obj.cc
[982/1208] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[982/1208] Compiling x509_def.cc
[983/1208] Compiling x509_lu.cc
[984/1208] Compiling x509_ext.cc
[985/1208] Compiling x509_d2.cc
[987/1208] Compiling NIOConcurrencyHelpers NIOLock.swift
[987/1208] Compiling x509_cmp.cc
[989/1208] Compiling NIOConcurrencyHelpers lock.swift
[990/1208] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[991/1208] Emitting module NIOConcurrencyHelpers
[992/1208] Compiling NIOConcurrencyHelpers atomics.swift
[993/1209] Compiling x509_att.cc
[994/1209] Compiling x509.cc
[995/1210] Compiling v3_skey.cc
[996/1235] Compiling v3_prn.cc
[997/1235] Compiling v3_utl.cc
[998/1235] Compiling v3_purp.cc
[999/1235] Compiling v3_pmaps.cc
[1001/1235] Compiling ConsoleKitTerminal Console+Wait.swift
[1002/1235] Compiling ConsoleKitTerminal ConsoleColor.swift
[1003/1235] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1004/1238] Emitting module ConsoleKitTerminal
[1004/1238] Compiling v3_pcons.cc
[1005/1238] Compiling v3_ocsp.cc
[1007/1238] Compiling ConsoleKitTerminal ConsoleText.swift
[1008/1238] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1009/1238] Compiling ConsoleKitTerminal ANSI.swift
[1010/1238] Compiling ConsoleKitTerminal Console+Confirm.swift
[1011/1238] Compiling ConsoleKitTerminal Console+Input.swift
[1012/1238] Compiling ConsoleKitTerminal Console+Center.swift
[1013/1238] Compiling ConsoleKitTerminal Console+Output.swift
[1014/1238] Compiling ConsoleKitTerminal ActivityBar.swift
[1015/1238] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1016/1238] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1017/1238] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1018/1238] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1019/1238] Compiling ConsoleKitTerminal ConsoleClear.swift
[1020/1238] Compiling ConsoleKitTerminal Console+Ask.swift
[1021/1238] Compiling ConsoleKitTerminal Console+Choose.swift
[1022/1238] Compiling ConsoleKitTerminal CustomActivity.swift
[1023/1238] Compiling ConsoleKitTerminal LoadingBar.swift
[1024/1238] Compiling ConsoleKitTerminal ProgressBar.swift
[1025/1238] Compiling ConsoleKitTerminal Console+Clear.swift
[1026/1238] Compiling ConsoleKitTerminal Console.swift
[1027/1238] Compiling ConsoleKitTerminal Terminal.swift
[1028/1238] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1028/1238] Compiling v3_int.cc
[1029/1238] Compiling v3_ncons.cc
[1030/1238] Compiling v3_info.cc
[1032/1238] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1033/1238] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1034/1238] Compiling ConsoleKitTerminal LoggerFragment.swift
[1034/1238] Compiling v3_ia5.cc
[1035/1239] Compiling v3_lib.cc
[1037/1239] Compiling v3_genn.cc
[1038/1239] Compiling v3_extku.cc
[1039/1261] Compiling v3_enum.cc
[1040/1261] Compiling v3_conf.cc
[1042/1261] Compiling ConsoleKitCommands CommandSignature.swift
[1043/1261] Compiling ConsoleKitCommands Flag.swift
[1044/1261] Compiling ConsoleKitCommands Option.swift
[1044/1263] Compiling v3_cpols.cc
[1046/1263] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1047/1263] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1048/1263] Compiling ConsoleKitCommands Argument.swift
[1048/1263] Compiling v3_crld.cc
[1049/1263] Compiling v3_bitst.cc
[1051/1263] Emitting module ConsoleKitCommands
[1052/1263] Compiling ConsoleKitCommands CommandGroup.swift
[1053/1263] Compiling ConsoleKitCommands CommandInput.swift
[1054/1263] Compiling ConsoleKitCommands Commands.swift
[1055/1263] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1056/1263] Compiling ConsoleKitCommands AsyncCommand.swift
[1057/1263] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1057/1263] Compiling v3_bcons.cc
[1059/1263] Compiling ConsoleKitCommands AsyncCommands.swift
[1060/1263] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1061/1263] Compiling ConsoleKitCommands AnyCommand.swift
[1062/1263] Compiling ConsoleKitCommands Command.swift
[1063/1263] Compiling ConsoleKitCommands CommandContext.swift
[1064/1263] Compiling ConsoleKitCommands CommandError.swift
[1065/1263] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1066/1263] Compiling ConsoleKitCommands Utilities.swift
[1066/1263] Compiling v3_alt.cc
[1067/1263] Compiling v3_akeya.cc
[1068/1263] Compiling v3_akey.cc
[1069/1263] Compiling t_x509.cc
[1070/1263] Compiling t_crl.cc
[1071/1263] Compiling t_req.cc
[1072/1263] Compiling t_x509a.cc
[1073/1263] Compiling i2d_pr.cc
[1075/1263] Compiling ConsoleKitCommands Console+Run.swift
[1076/1263] Compiling ConsoleKitCommands ConsoleError.swift
[1077/1263] Compiling ConsoleKitCommands Completion.swift
[1077/1264] Compiling rsa_pss.cc
[1079/1264] Compiling policy.cc
[1080/1264] Compiling name_print.cc
[1082/1266] Emitting module ConsoleKit
[1083/1266] Compiling ConsoleKit Exports.swift
[1083/1267] Compiling by_dir.cc
[1085/1267] Compiling asn1_gen.cc
[1086/1267] Compiling by_file.cc
[1087/1267] Compiling algorithm.cc
[1088/1267] Compiling voprf.cc
[1089/1267] Compiling a_sign.cc
[1090/1267] Compiling a_verify.cc
[1091/1267] Compiling a_digest.cc
[1092/1267] Compiling thread_win.cc
[1093/1267] Compiling thread.cc
[1094/1267] Compiling thread_pthread.cc
[1095/1267] Compiling trust_token.cc
[1096/1267] Compiling pmbtoken.cc
[1097/1267] Compiling slhdsa.cc
[1098/1267] Compiling thread_none.cc
[1099/1267] Compiling wots.cc
[1100/1267] Compiling thash.cc
[1101/1267] Compiling stack.cc
[1102/1267] Compiling fors.cc
[1103/1267] Compiling merkle.cc
[1104/1267] Compiling siphash.cc
[1105/1267] Compiling sha512.cc
[1106/1267] Compiling sha1.cc
[1107/1267] Compiling sha256.cc
[1108/1267] Compiling rsa_print.cc
[1109/1267] Compiling rsa_extra.cc
[1110/1267] Compiling rsa_crypt.cc
[1111/1267] Compiling rc4.cc
[1112/1267] Compiling refcount.cc
[1113/1267] Compiling urandom.cc
[1114/1267] Compiling windows.cc
[1115/1267] Compiling rsa_asn1.cc
[1116/1267] Compiling trusty.cc
[1117/1267] Compiling rand_extra.cc
[1118/1267] Compiling passive.cc
[1119/1267] Compiling poly1305_arm_asm.S
[1120/1267] Compiling getentropy.cc
[1121/1267] Compiling ios.cc
[1122/1267] Compiling forkunsafe.cc
[1123/1267] Compiling fork_detect.cc
[1124/1267] Compiling poly1305_vec.cc
[1125/1267] Compiling deterministic.cc
[1126/1267] Compiling pool.cc
[1127/1267] Compiling poly1305_arm.cc
[1128/1267] Compiling poly1305.cc
[1129/1267] Compiling pkcs7.cc
[1130/1267] Compiling pkcs8.cc
[1131/1267] Compiling pkcs7_x509.cc
[1132/1267] Compiling p5_pbev2.cc
[1133/1267] Compiling pkcs8_x509.cc
[1134/1267] Compiling pem_xaux.cc
[1135/1267] Compiling pem_x509.cc
[1136/1267] Compiling pem_lib.cc
[1137/1267] Compiling pem_pkey.cc
[1138/1267] Compiling pem_pk8.cc
[1139/1267] Compiling pem_oth.cc
[1140/1267] Compiling pem_info.cc
[1141/1267] Compiling obj_xref.cc
[1142/1267] Compiling pem_all.cc
[1142/1267] Compiling mldsa.cc
[1142/1267] Compiling mem.cc
[1142/1267] Compiling mlkem.cc
[1146/1267] Compiling obj.cc
[1147/1267] Compiling md5.cc
[1148/1267] Compiling fips_shared_support.cc
[1149/1267] Compiling md4.cc
[1150/1267] Compiling poly_rq_mul.S
[1151/1267] Compiling lhash.cc
[1152/1267] Compiling kyber.cc
[1153/1267] Compiling scrypt.cc
[1154/1267] Compiling sign.cc
[1155/1267] Compiling hpke.cc
[1156/1267] Compiling ex_data.cc
[1157/1267] Compiling hrss.cc
[1158/1267] Compiling print.cc
[1159/1267] Compiling pbkdf.cc
[1160/1267] Compiling p_x25519.cc
[1161/1267] Compiling p_x25519_asn1.cc
[1162/1267] Compiling p_rsa_asn1.cc
[1163/1267] Compiling p_rsa.cc
[1164/1267] Compiling p_ed25519_asn1.cc
[1165/1267] Compiling p_ed25519.cc
[1166/1267] Compiling p_ec.cc
[1167/1267] Compiling p_hkdf.cc
[1168/1267] Compiling p_ec_asn1.cc
[1169/1267] Compiling p_dh_asn1.cc
[1170/1267] Compiling p_dh.cc
[1171/1267] Compiling p_dsa_asn1.cc
[1172/1267] Compiling evp_ctx.cc
[1173/1267] Compiling err.cc
[1174/1267] Compiling evp.cc
[1175/1267] Compiling evp_asn1.cc
[1176/1267] Compiling engine.cc
[1177/1267] Compiling ecdh_extra.cc
[1178/1267] Compiling hash_to_curve.cc
[1179/1267] Compiling ec_derive.cc
[1180/1267] Compiling ecdsa_asn1.cc
[1181/1267] Compiling ec_asn1.cc
[1182/1267] Compiling dsa_asn1.cc
[1183/1267] Compiling dsa.cc
[1184/1267] Compiling params.cc
[1185/1267] Compiling x25519-asm-arm.S
[1186/1267] Compiling des.cc
[1187/1267] Compiling bcm.cc
[1188/1267] Compiling digest_extra.cc
[1189/1267] Compiling spake25519.cc
[1190/1267] Compiling curve25519_64_adx.cc
[1191/1267] Compiling dh_asn1.cc
[1192/1267] Compiling cpu_intel.cc
[1193/1267] Compiling cpu_aarch64_win.cc
[1194/1267] Compiling cpu_arm_linux.cc
[1195/1267] Compiling crypto.cc
[1196/1267] Compiling cpu_arm_freebsd.cc
[1197/1267] Compiling cpu_aarch64_openbsd.cc
[1198/1267] Compiling cpu_aarch64_fuchsia.cc
[1199/1267] Compiling cpu_aarch64_sysreg.cc
[1200/1267] Compiling cpu_aarch64_linux.cc
[1201/1267] Compiling curve25519.cc
[1202/1267] Compiling conf.cc
[1203/1267] Compiling cpu_aarch64_apple.cc
[1204/1267] Compiling e_rc4.cc
[1205/1267] Compiling e_rc2.cc
[1206/1267] Compiling e_des.cc
[1207/1267] Compiling e_null.cc
[1208/1267] Compiling tls_cbc.cc
[1209/1267] Compiling e_chacha20poly1305.cc
[1210/1267] Compiling e_tls.cc
[1211/1267] Compiling derive_key.cc
[1212/1267] Compiling e_aesgcmsiv.cc
[1213/1267] Compiling e_aesctrhmac.cc
[1214/1267] Compiling cipher_extra.cc
[1215/1267] Compiling chacha.cc
[1216/1267] Compiling unicode.cc
[1217/1267] Compiling cbb.cc
[1218/1267] Compiling cbs.cc
[1219/1267] Compiling asn1_compat.cc
[1220/1267] Compiling buf.cc
[1221/1267] Compiling pair.cc
[1222/1267] Compiling bn_asn1.cc
[1223/1267] Compiling printf.cc
[1224/1267] Compiling ber.cc
[1225/1267] Compiling convert.cc
[1226/1267] Compiling blake2.cc
[1227/1267] Compiling hexdump.cc
[1228/1267] Compiling errno.cc
[1229/1267] Compiling file.cc
[1230/1267] Compiling fd.cc
[1231/1267] Compiling bio_mem.cc
[1232/1267] Compiling base64.cc
[1233/1267] Compiling tasn_fre.cc
[1234/1267] Compiling bio.cc
[1235/1267] Compiling tasn_new.cc
[1236/1267] Compiling posix_time.cc
[1237/1267] Compiling tasn_typ.cc
[1238/1267] Compiling tasn_utl.cc
[1239/1267] Compiling asn1_par.cc
[1240/1267] Compiling tasn_enc.cc
[1241/1267] Compiling f_int.cc
[1242/1267] Compiling f_string.cc
[1243/1267] Compiling tasn_dec.cc
[1244/1267] Compiling asn_pack.cc
[1245/1267] Compiling a_utctm.cc
[1246/1267] Compiling asn1_lib.cc
[1247/1267] Compiling a_type.cc
[1248/1267] Compiling a_time.cc
[1249/1267] Compiling a_strnid.cc
[1250/1267] Compiling a_octet.cc
[1251/1267] Compiling a_object.cc
[1252/1267] Compiling a_strex.cc
[1253/1267] Compiling a_mbstr.cc
[1254/1267] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1255/1267] Write sources
[1256/1267] Compiling a_i2d_fp.cc
[1257/1267] Write sources
[1258/1287] Compiling a_int.cc
[1259/1287] Write sources
[1262/1336] Compiling a_gentm.cc
[1263/1339] Compiling a_dup.cc
[1264/1339] Compiling a_d2i_fp.cc
[1266/1364] Compiling Algorithms Suffix.swift
[1267/1364] Compiling Algorithms RandomSample.swift
[1268/1366] Compiling Algorithms Split.swift
[1269/1366] Compiling Algorithms Stride.swift
[1270/1366] Compiling Algorithms Permutations.swift
[1271/1366] Compiling Algorithms Product.swift
[1271/1366] Compiling a_bool.cc
[1272/1366] Compiling a_bitstr.cc
[1274/1366] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1275/1366] Compiling BitCollections BitSet+CustomReflectable.swift
[1276/1366] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1277/1366] Compiling BitCollections BitSet+Equatable.swift
[1278/1366] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1279/1366] Compiling BitCollections BitSet+Extras.swift
[1280/1366] Compiling BitCollections BitSet+Hashable.swift
[1281/1373] Compiling Algorithms Joined.swift
[1282/1373] Compiling Algorithms Keyed.swift
[1283/1373] Compiling Algorithms MinMax.swift
[1284/1373] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1285/1373] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1286/1373] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1287/1373] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1288/1373] Compiling BitCollections BitSet+SetAlgebra union.swift
[1289/1373] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1290/1373] Compiling BitCollections BitSet.Counted.swift
[1291/1380] Compiling BitCollections BitSet+Initializers.swift
[1292/1380] Compiling BitCollections BitSet+Invariants.swift
[1293/1380] Compiling BitCollections BitSet+Random.swift
[1294/1380] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1295/1380] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1296/1380] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1297/1380] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1298/1381] Compiling Algorithms Intersperse.swift
[1299/1381] Compiling Algorithms AdjacentPairs.swift
[1300/1381] Compiling Algorithms Chain.swift
[1301/1381] Compiling Algorithms FlattenCollection.swift
[1302/1381] Compiling Algorithms Grouped.swift
[1303/1381] Compiling Algorithms Indexed.swift
[1304/1381] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1305/1381] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1306/1381] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1307/1381] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1308/1381] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1309/1381] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1310/1381] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1311/1381] Compiling Atomics IntegerOperations.swift
[1312/1381] Compiling Atomics Unmanaged extensions.swift
[1313/1381] Emitting module BitCollections
[1320/1384] Compiling Algorithms Partition.swift
[1330/1384] Compiling Algorithms Compacted.swift
[1331/1384] Compiling Algorithms Cycle.swift
[1332/1384] Compiling Algorithms EitherSequence.swift
[1333/1384] Compiling Algorithms FirstNonNil.swift
[1334/1384] Compiling CryptoBoringWrapper RandomBytes.swift
[1335/1384] Compiling BitCollections BitSet.Index.swift
[1336/1384] Compiling BitCollections BitSet._UnsafeHandle.swift
[1337/1384] Compiling BitCollections BitSet.swift
[1338/1384] Compiling BitCollections Range+Utilities.swift
[1339/1384] Compiling BitCollections Slice+Utilities.swift
[1340/1384] Compiling BitCollections UInt+Tricks.swift
[1341/1384] Compiling BitCollections _Word.swift
[1359/1384] Compiling Algorithms Chunked.swift
[1360/1384] Compiling Algorithms Combinations.swift
[1366/1385] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1368/1385] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1369/1385] Compiling CryptoBoringWrapper EllipticCurve.swift
[1370/1385] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1371/1385] Emitting module CryptoBoringWrapper
[1372/1385] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1373/1385] Compiling Algorithms Trim.swift
[1374/1385] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1375/1385] Compiling Algorithms Unique.swift
[1376/1385] Compiling Algorithms Windows.swift
[1382/1388] Compiling Collections Collections.swift
[1383/1388] Emitting module Collections
[1385/1460] Emitting module Atomics
[1386/1460] Compiling Crypto X25519Keys.swift
[1387/1460] Compiling Crypto ASN1Identifier.swift
[1388/1460] Compiling Crypto ASN1Integer.swift
[1389/1461] Emitting module Algorithms
[1392/1522] Compiling NIOCore AddressedEnvelope.swift
[1393/1522] Compiling NIOCore AsyncAwaitSupport.swift
[1394/1522] Compiling NIOCore AsyncChannel.swift
[1395/1522] Compiling NIOCore AsyncChannelHandler.swift
[1396/1522] Compiling NIOCore AsyncChannelInboundStream.swift
[1397/1522] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1398/1522] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1399/1522] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1400/1522] Compiling NIOCore NIOAsyncWriter.swift
[1401/1522] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1402/1531] Compiling NIOCore ConvenienceOptionSupport.swift
[1403/1531] Compiling NIOCore DeadChannel.swift
[1404/1531] Compiling NIOCore DispatchQueue+WithFuture.swift
[1405/1531] Compiling NIOCore EventLoop+Deprecated.swift
[1406/1531] Compiling NIOCore EventLoop+SerialExecutor.swift
[1407/1531] Compiling NIOCore EventLoop.swift
[1408/1531] Compiling NIOCore ByteBuffer-multi-int.swift
[1409/1531] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1410/1531] Compiling NIOCore ByteBuffer-views.swift
[1411/1531] Compiling NIOCore Channel.swift
[1412/1531] Compiling NIOCore MulticastChannel.swift
[1413/1531] Compiling NIOCore NIOAny.swift
[1414/1531] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1415/1531] Compiling NIOCore NIOLoopBound.swift
[1416/1531] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1417/1531] Compiling NIOCore NIOScheduledCallback.swift
[1418/1531] Compiling NIOCore NIOSendable.swift
[1419/1531] Compiling NIOCore RecvByteBufferAllocator.swift
[1420/1539] Emitting module Crypto
[1421/1539] Compiling NIOCore ChannelHandler.swift
[1422/1539] Compiling NIOCore ChannelHandlers.swift
[1423/1539] Compiling NIOCore ChannelInvoker.swift
[1424/1539] Compiling NIOCore ChannelOption.swift
[1425/1539] Compiling NIOCore ChannelPipeline.swift
[1426/1539] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1427/1539] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1428/1539] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1429/1539] Compiling NIOCore EventLoopFuture.swift
[1430/1539] Compiling NIOCore FileDescriptor.swift
[1431/1539] Compiling NIOCore MarkedCircularBuffer.swift
[1440/1539] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1441/1539] Compiling NIOCore SocketAddresses.swift
[1442/1539] Compiling NIOCore SocketOptionProvider.swift
[1443/1539] Compiling NIOCore SystemCallHelpers.swift
[1444/1539] Compiling NIOCore TimeAmount+Duration.swift
[1445/1539] Compiling NIOCore TypeAssistedChannelHandler.swift
[1446/1539] Compiling NIOCore UniversalBootstrapSupport.swift
[1447/1539] Compiling NIOCore Utilities.swift
[1448/1539] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1449/1539] Compiling Crypto HPKE-KEM.swift
[1450/1539] Compiling Crypto HPKE-Errors.swift
[1451/1539] Compiling NIOCore FileHandle.swift
[1452/1539] Compiling NIOCore FileRegion.swift
[1453/1539] Compiling NIOCore GlobalSingletons.swift
[1454/1539] Compiling NIOCore IO.swift
[1455/1539] Compiling NIOCore IOData.swift
[1456/1539] Compiling NIOCore IPProtocol.swift
[1457/1539] Compiling NIOCore IntegerBitPacking.swift
[1458/1539] Compiling NIOCore IntegerTypes.swift
[1459/1539] Compiling NIOCore Interfaces.swift
[1460/1539] Compiling NIOCore Linux.swift
[1461/1539] Compiling NIOCore BSDSocketAPI.swift
[1462/1539] Compiling NIOCore ByteBuffer-aux.swift
[1463/1539] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1464/1539] Compiling NIOCore ByteBuffer-conversions.swift
[1465/1539] Compiling NIOCore ByteBuffer-core.swift
[1466/1539] Compiling NIOCore ByteBuffer-hex.swift
[1467/1539] Compiling NIOCore ByteBuffer-int.swift
[1468/1539] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1469/1539] Compiling NIOCore CircularBuffer.swift
[1470/1539] Compiling NIOCore Codec.swift
[1479/1539] Compiling Crypto Signature.swift
[1480/1539] Compiling Crypto CryptoKitErrors_boring.swift
[1481/1539] Compiling Crypto RNG_boring.swift
[1482/1539] Compiling Crypto SafeCompare_boring.swift
[1483/1539] Compiling Crypto Zeroization_boring.swift
[1484/1539] Compiling Crypto PrettyBytes.swift
[1485/1539] Compiling Crypto SafeCompare.swift
[1486/1539] Compiling Crypto SecureBytes.swift
[1487/1539] Compiling Crypto Zeroization.swift
[1540/1540] Emitting module NIOCore
[1542/1591] Emitting module NIOEmbedded
[1543/1591] Compiling NIOEmbedded Embedded.swift
[1544/1591] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1545/1591] Compiling NIOEmbedded AsyncTestingChannel.swift
[1547/1592] Compiling NIOPosix IO.swift
[1548/1592] Compiling NIOPosix IntegerBitPacking.swift
[1549/1592] Compiling NIOPosix IntegerTypes.swift
[1550/1592] Compiling NIOPosix Linux.swift
[1551/1592] Compiling NIOPosix LinuxCPUSet.swift
[1552/1592] Compiling NIOPosix LinuxUring.swift
[1553/1592] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1554/1598] Compiling NIOPosix ThreadPosix.swift
[1555/1598] Compiling NIOPosix ThreadWindows.swift
[1556/1598] Compiling NIOPosix UnsafeTransfer.swift
[1557/1598] Compiling NIOPosix Utilities.swift
[1558/1598] Compiling NIOPosix VsockAddress.swift
[1559/1598] Compiling NIOPosix VsockChannelEvents.swift
[1560/1598] Compiling NIOPosix Pool.swift
[1561/1598] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1562/1598] Compiling NIOPosix PosixSingletons.swift
[1563/1598] Compiling NIOPosix RawSocketBootstrap.swift
[1564/1598] Compiling NIOPosix Resolver.swift
[1565/1598] Compiling NIOPosix Selectable.swift
[1566/1598] Emitting module NIOPosix
[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 SelectableChannel.swift
[1574/1598] Compiling NIOPosix SelectableEventLoop.swift
[1575/1598] Compiling NIOPosix SelectorEpoll.swift
[1576/1598] Compiling NIOPosix SelectorGeneric.swift
[1577/1598] Compiling NIOPosix SelectorKqueue.swift
[1578/1598] Compiling NIOPosix SelectorUring.swift
[1579/1598] Compiling NIOPosix Bootstrap.swift
[1580/1598] Compiling NIOPosix ControlMessage.swift
[1581/1598] Compiling NIOPosix DatagramVectorReadManager.swift
[1582/1598] Compiling NIOPosix Errors+Any.swift
[1583/1598] Compiling NIOPosix FileDescriptor.swift
[1584/1598] Compiling NIOPosix GetaddrinfoResolver.swift
[1585/1598] Compiling NIOPosix HappyEyeballs.swift
[1586/1598] Compiling NIOPosix BSDSocketAPICommon.swift
[1587/1598] Compiling NIOPosix BSDSocketAPIPosix.swift
[1588/1598] Compiling NIOPosix BSDSocketAPIWindows.swift
[1589/1598] Compiling NIOPosix BaseSocket.swift
[1590/1598] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1591/1598] Compiling NIOPosix BaseSocketChannel.swift
[1592/1598] Compiling NIOPosix BaseStreamSocketChannel.swift
[1593/1598] Compiling NIOPosix NIOThreadPool.swift
[1594/1598] Compiling NIOPosix NonBlockingFileIO.swift
[1595/1598] Compiling NIOPosix PendingDatagramWritesManager.swift
[1596/1598] Compiling NIOPosix PendingWritesManager.swift
[1597/1598] Compiling NIOPosix PipeChannel.swift
[1598/1598] Compiling NIOPosix PipePair.swift
[1600/1654] Compiling NIO Exports.swift
[1601/1658] Emitting module NIO
[1603/1659] Compiling _NIOFileSystem FileChunks.swift
[1604/1659] Compiling _NIOFileSystem FileHandle.swift
[1605/1659] Compiling _NIOFileSystem FileHandleProtocol.swift
[1606/1667] Compiling _NIOFileSystem Convenience.swift
[1607/1667] Compiling _NIOFileSystem DirectoryEntries.swift
[1608/1667] Compiling _NIOFileSystem DirectoryEntry.swift
[1609/1702] Compiling NIOTLS TLSEvents.swift
[1610/1702] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[1611/1702] Compiling NIOHTTP1 HTTPTypes.swift
[1612/1702] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1613/1702] Compiling _NIOFileSystem FileType.swift
[1614/1702] Compiling _NIOFileSystem IOStrategy.swift
[1615/1702] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[1616/1702] Compiling _NIOFileSystem FileSystemError+Syscall.swift
[1617/1702] Compiling _NIOFileSystem FileSystemError.swift
[1618/1702] Compiling _NIOFileSystem FileSystemProtocol.swift
[1619/1702] Emitting module NIOTLS
[1620/1702] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1621/1702] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1622/1702] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1623/1702] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1624/1702] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1625/1702] Emitting module NIOCronScheduler
[1626/1702] Compiling NIOCronScheduler NIOCronScheduler.swift
[1627/1703] Compiling NIOSOCKS SOCKSResponse.swift
[1628/1703] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1629/1703] Compiling NIOSOCKS ClientStateMachine.swift
[1631/1704] Emitting module NIOSOCKS
[1632/1704] Compiling NIOSOCKS SOCKSClientHandler.swift
[1633/1704] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[1634/1704] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1635/1704] Compiling NIOTLS SNIHandler.swift
[1637/1705] Emitting module _NIOFileSystem
[1638/1709] Compiling AsyncKit Optional+StrictMap.swift
[1639/1709] Compiling AsyncKit Exports.swift
[1640/1709] Compiling NIOSOCKS Helpers.swift
[1641/1709] Compiling NIOSOCKS Messages.swift
[1642/1709] Compiling NIOSOCKS SOCKSRequest.swift
[1643/1709] Compiling NIOSOCKS Errors.swift
[1649/1711] Compiling NIOSOCKS AuthenticationMethod.swift
[1650/1711] Compiling NIOSOCKS ClientGreeting.swift
[1651/1711] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1652/1711] Emitting module NIOFoundationCompat
[1653/1712] Compiling NIOSOCKS ServerStateMachine.swift
[1654/1713] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1655/1713] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1659/1713] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1660/1764] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1661/1764] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1662/1764] Compiling NIOTransportServices NIOTSBootstraps.swift
[1663/1764] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1664/1764] Compiling NIOSSL NIOSSLClientHandler.swift
[1665/1764] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1666/1764] Compiling NIOSSL NIOSSLHandler.swift
[1667/1764] Compiling _NIOFileSystem CInterop.swift
[1668/1764] Compiling _NIOFileSystem Errno.swift
[1669/1764] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1670/1764] Compiling _NIOFileSystem Mocking.swift
[1671/1764] Compiling _NIOFileSystem Syscall.swift
[1672/1764] Compiling _NIOFileSystem Syscalls.swift
[1673/1764] Compiling NIOTransportServices StateManagedChannel.swift
[1674/1764] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1675/1764] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1676/1766] Emitting module NIOTransportServices
[1679/1766] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1680/1766] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1681/1766] Compiling NIOTransportServices NIOTSSingletons.swift
[1682/1766] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1683/1766] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1684/1766] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1685/1766] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1686/1766] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1687/1766] Compiling NIOTransportServices NIOTSErrors.swift
[1688/1766] Compiling NIOTransportServices NIOTSEventLoop.swift
[1689/1766] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1690/1766] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1693/1766] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1696/1766] Compiling NIOTransportServices AcceptHandler.swift
[1697/1766] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1698/1766] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1707/1767] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1708/1767] Compiling NIOSSL LinuxCABundle.swift
[1715/1767] Emitting module NIOHTTP1
[1717/1816] Emitting module AsyncKit
[1718/1833] Compiling NIOHPACK IntegerCoding.swift
[1719/1834] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[1720/1834] Compiling MultipartKit FormDataDecoder.swift
[1721/1836] Compiling NIOHPACK IndexedHeaderTable.swift
[1722/1836] Compiling _NIOFileSystem SystemFileHandle.swift
[1723/1836] Compiling _NIOFileSystem Utilities.swift
[1724/1836] Compiling _NIOFileSystem OpenOptions.swift
[1725/1836] Compiling _NIOFileSystem String+FileSystem.swift
[1726/1836] Emitting module NIOSSL
[1727/1840] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[1728/1840] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[1731/1840] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[1732/1842] Compiling NIOWebSocket WebSocketOpcode.swift
[1733/1843] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1734/1843] Compiling MultipartKit MultipartPart.swift
[1735/1843] Compiling MultipartKit MultipartPartConvertible.swift
[1736/1843] Compiling NIOHPACK StaticHeaderTable.swift
[1737/1843] Compiling NIOHPACK HuffmanCoding.swift
[1738/1843] Emitting module NIOHTTPCompression
[1739/1843] Compiling NIOHTTPCompression HTTPCompression.swift
[1740/1843] Compiling MultipartKit FormDataEncoder.Encoder.swift
[1743/1843] Compiling MultipartKit MultipartFormData.swift
[1744/1843] Compiling NIOExtras RequestResponseHandler.swift
[1745/1843] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1746/1843] Compiling NIOWebSocket SHA1.swift
[1747/1843] Compiling NIOHPACK HPACKHeader.swift
[1748/1843] Compiling NIOHPACK HeaderTables.swift
[1749/1843] Compiling MultipartKit BasicCodingKey.swift
[1750/1843] Compiling MultipartKit MultipartError.swift
[1751/1843] Compiling MultipartKit Exports.swift
[1755/1843] Emitting module MultipartKit
[1756/1843] Compiling NIOHPACK HuffmanTables.swift
[1757/1843] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1758/1843] Compiling NIOHTTPCompression HTTPDecompression.swift
[1759/1843] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1760/1843] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1761/1844] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1762/1844] Emitting module NIOHPACK
[1763/1844] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1764/1844] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1766/1844] Compiling MultipartKit MultipartSerializer.swift
[1767/1844] Compiling MultipartKit Utilities.swift
[1768/1844] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1769/1844] Emitting module NIOWebSocket
[1772/1844] Compiling NIOWebSocket WebSocketFrame.swift
[1778/1844] Emitting module NIOExtras
[1786/1845] Compiling NIOExtras UnsafeTransfer.swift
[1840/1906] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1841/1906] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1842/1907] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1843/1907] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1844/1907] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1845/1907] Compiling NIOHTTP2 InboundEventBuffer.swift
[1848/1913] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1849/1913] Compiling NIOFileSystem Exports.swift
[1850/1913] Emitting module NIOFileSystem
[1851/1922] Emitting module _NIOFileSystemFoundationCompat
[1852/1922] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1853/1923] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1854/1923] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1855/1923] Compiling NIOHTTP2 HasLocalSettings.swift
[1856/1923] Compiling NIOHTTP2 HasRemoteSettings.swift
[1857/1923] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1858/1923] Compiling NIOHTTP2 QuiescingState.swift
[1859/1923] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1860/1923] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1863/1931] Compiling WebSocketKit Exports.swift
[1864/1931] Compiling WebSocketKit WebSocket+Concurrency.swift
[1865/1931] Compiling WebSocketKit WebSocketHandler.swift
[1866/1931] Emitting module WebSocketKit
[1867/1931] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1868/1931] Compiling WebSocketKit WebSocket.swift
[1869/1931] Compiling WebSocketKit WebSocket+Connect.swift
[1870/1931] Compiling WebSocketKit WebSocketClient.swift
[1872/1932] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1873/1932] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1874/1932] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1875/1932] Compiling NIOHTTP2 HTTP2StreamID.swift
[1880/1932] Emitting module NIOHTTP2
[1881/1932] Compiling NIOHTTP2 InboundWindowManager.swift
[1882/1932] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1883/1932] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1884/1932] Compiling NIOHTTP2 StreamChannelList.swift
[1885/1932] Compiling NIOHTTP2 StreamMap.swift
[1886/1932] Compiling NIOHTTP2 StreamStateMachine.swift
[1887/1932] Compiling NIOHTTP2 UnsafeTransfer.swift
[1888/1932] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1889/1932] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1890/1932] Compiling NIOHTTP2 SendingRstStreamState.swift
[1891/1932] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1893/1933] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1894/1933] Compiling NIOHTTP2 HTTP2Frame.swift
[1895/1933] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1896/1933] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1897/1933] Compiling NIOHTTP2 HTTP2PingData.swift
[1898/1933] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1899/1933] Compiling NIOHTTP2 HTTP2Settings.swift
[1900/1933] Compiling NIOHTTP2 HTTP2Stream.swift
[1901/1933] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1902/1933] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1903/1933] Compiling NIOHTTP2 MayReceiveFrames.swift
[1904/1933] Compiling NIOHTTP2 ReceivingDataState.swift
[1905/1933] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1906/1933] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1907/1933] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1908/1933] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1909/1933] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1910/1933] Compiling NIOHTTP2 StateMachineResult.swift
[1911/1933] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1912/1933] Compiling NIOHTTP2 DOSHeuristics.swift
[1913/1933] Compiling NIOHTTP2 Error+Any.swift
[1914/1933] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1915/1933] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1916/1933] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1917/1933] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1918/1933] Compiling NIOHTTP2 MaySendFrames.swift
[1919/1933] Compiling NIOHTTP2 SendingDataState.swift
[1920/1933] Compiling NIOHTTP2 SendingGoawayState.swift
[1921/1933] Compiling NIOHTTP2 SendingHeadersState.swift
[1925/1933] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1926/1933] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1929/1933] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1930/1933] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1931/1933] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1932/1933] Compiling NIOHTTP2 HTTP2Error.swift
[1933/1933] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1935/1994] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1936/1994] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1937/1994] Compiling AsyncHTTPClient Transaction.swift
[1938/1994] Compiling AsyncHTTPClient Base64.swift
[1939/1994] Compiling AsyncHTTPClient BasicAuth.swift
[1940/1994] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1941/1994] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1942/1994] Compiling AsyncHTTPClient ConnectionPool.swift
[1943/1994] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1944/2002] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1945/2002] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1946/2002] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1947/2002] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1948/2002] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1949/2002] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1950/2002] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1951/2002] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1952/2002] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1953/2002] Emitting module AsyncHTTPClient
[1954/2002] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1955/2002] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1956/2002] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1957/2002] Compiling AsyncHTTPClient HTTP1Connection.swift
[1958/2002] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1959/2002] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1960/2002] Compiling AsyncHTTPClient HTTP2Connection.swift
[1961/2002] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1962/2002] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1963/2002] Compiling AsyncHTTPClient RequestOptions.swift
[1964/2002] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1965/2002] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1966/2002] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1967/2002] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1968/2002] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1969/2002] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1970/2002] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1971/2002] Compiling AsyncHTTPClient ConnectionTarget.swift
[1972/2002] Compiling AsyncHTTPClient DeconstructedURL.swift
[1973/2002] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1974/2002] Compiling AsyncHTTPClient FoundationExtensions.swift
[1975/2002] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1976/2002] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1977/2002] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1978/2002] Compiling AsyncHTTPClient HTTPClient.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 HTTPConnectionPool+Factory.swift
[1988/2002] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1989/2002] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1990/2002] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1991/2002] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1992/2002] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1993/2002] Compiling AsyncHTTPClient RequestBodyLength.swift
[1994/2002] Compiling AsyncHTTPClient RequestFramingMetadata.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 HTTPServerResponseEncoder.swift
[2029/2196] Compiling Vapor HTTPServerUpgradeHandler.swift
[2030/2196] Compiling Vapor Logger+Report.swift
[2031/2196] Compiling Vapor LoggingSystem+Environment.swift
[2032/2196] Compiling Vapor Application+Middleware.swift
[2033/2196] Compiling Vapor CORSMiddleware.swift
[2034/2196] Compiling Vapor ErrorMiddleware.swift
[2035/2196] Compiling Vapor FileMiddleware.swift
[2036/2196] Compiling Vapor Middleware.swift
[2037/2196] Compiling Vapor MiddlewareConfiguration.swift
[2038/2196] Compiling Vapor ResponseCompressionMiddleware.swift
[2039/2196] Compiling Vapor RouteLoggingMiddleware.swift
[2040/2196] Compiling Vapor TracingMiddleware.swift
[2041/2196] Compiling Vapor File+Multipart.swift
[2042/2196] Compiling Vapor FormDataDecoder+Content.swift
[2043/2196] Compiling Vapor FormDataEncoder+Content.swift
[2044/2196] Compiling Vapor Application+Password.swift
[2045/2196] Compiling Vapor Application+Passwords.swift
[2046/2196] Compiling Vapor AsyncPasswordHasher.swift
[2047/2196] Compiling Vapor BcryptHasher.swift
[2048/2196] Compiling Vapor PasswordHasher.swift
[2049/2196] Compiling Vapor PlaintextHasher.swift
[2050/2196] Compiling Vapor Request+Password.swift
[2051/2196] Compiling Vapor Redirect.swift
[2052/2196] Compiling Vapor Request+Body.swift
[2053/2196] Compiling Vapor Request+BodyStream.swift
[2054/2196] Compiling Vapor Request.swift
[2055/2196] Compiling Vapor Application+Responder.swift
[2056/2196] Compiling Vapor DefaultResponder.swift
[2057/2196] Compiling Vapor Response+Body.swift
[2058/2196] Compiling Vapor Response.swift
[2059/2196] Compiling Vapor ResponseCodable.swift
[2060/2196] Compiling Vapor Application+Routes.swift
[2061/2196] Compiling Vapor Parameters+Require.swift
[2062/2196] Compiling Vapor Request+WebSocket.swift
[2063/2196] Compiling Vapor Route.swift
[2064/2196] Compiling Vapor RouteCollection.swift
[2065/2196] Compiling Vapor Routes.swift
[2066/2196] Compiling Vapor RoutesBuilder+Group.swift
[2067/2196] Compiling Vapor RoutesBuilder+Method.swift
[2068/2196] Compiling Vapor RoutesBuilder+Middleware.swift
[2069/2196] Compiling Vapor RoutesBuilder+WebSocket.swift
[2070/2196] Compiling Vapor RoutesBuilder.swift
[2071/2196] Compiling Vapor OTP.swift
[2072/2196] Compiling Vapor Application+Servers.swift
[2073/2196] Compiling Vapor Server.swift
[2074/2196] Compiling Vapor App+Service.swift
[2075/2196] Compiling Vapor Req+Service.swift
[2076/2220] Compiling Vapor Application.swift
[2077/2220] Compiling Vapor AuthenticationCache.swift
[2078/2220] Compiling Vapor Authenticator.swift
[2079/2220] Compiling Vapor BasicAuthorization.swift
[2080/2220] Compiling Vapor BearerAuthorization.swift
[2081/2220] Compiling Vapor GuardMiddleware.swift
[2082/2220] Compiling Vapor RedirectMiddleware.swift
[2083/2220] Compiling Vapor SessionAuthenticatable.swift
[2084/2220] Compiling Vapor Bcrypt.swift
[2085/2220] Compiling Vapor Application+Cache.swift
[2086/2220] Compiling Vapor Cache.swift
[2087/2220] Compiling Vapor CacheExpirationTime.swift
[2088/2220] Compiling Vapor MemoryCache.swift
[2089/2220] Compiling Vapor Request+Cache.swift
[2090/2220] Compiling Vapor Application+Clients.swift
[2091/2220] Compiling Vapor Client.swift
[2092/2220] Compiling Vapor ClientRequest.swift
[2093/2220] Compiling Vapor ClientResponse.swift
[2094/2220] Compiling Vapor Request+Client.swift
[2095/2220] Compiling Vapor BootCommand.swift
[2096/2220] Compiling Vapor CommandContext+Application.swift
[2097/2220] Compiling Vapor RoutesCommand.swift
[2098/2220] Compiling Vapor ServeCommand.swift
[2099/2220] Compiling Vapor AnyResponse+Concurrency.swift
[2100/2220] Compiling Vapor Validator.swift
[2101/2220] Compiling Vapor ValidatorResult.swift
[2102/2220] Compiling Vapor And.swift
[2103/2220] Compiling Vapor Case.swift
[2104/2220] Compiling Vapor CharacterSet.swift
[2105/2220] Compiling Vapor Count.swift
[2106/2220] Compiling Vapor Custom.swift
[2107/2220] Compiling Vapor Email.swift
[2108/2220] Compiling Vapor Empty.swift
[2109/2220] Compiling Vapor In.swift
[2110/2220] Compiling Vapor Nil.swift
[2111/2220] Compiling Vapor NilIgnoring.swift
[2112/2220] Compiling Vapor Not.swift
[2113/2220] Compiling Vapor Or.swift
[2114/2220] Compiling Vapor Pattern.swift
[2115/2220] Compiling Vapor Range.swift
[2116/2220] Compiling Vapor URL.swift
[2117/2220] Compiling Vapor Valid.swift
[2118/2220] Compiling Vapor Application+Views.swift
[2119/2220] Compiling Vapor PlaintextRenderer.swift
[2120/2220] Compiling Vapor Request+View.swift
[2121/2220] Compiling Vapor View.swift
[2122/2220] Compiling Vapor ViewRenderer.swift
[2123/2220] Compiling Vapor _Deprecations.swift
[2124/2220] Compiling Vapor Bytes+Hex.swift
[2125/2220] Compiling Vapor Bytes+SecureCompare.swift
[2126/2220] Compiling Vapor Collection+Safe.swift
[2127/2220] Compiling Vapor DataProtocol+Copy.swift
[2128/2220] Compiling Vapor DecoderUnwrapper.swift
[2129/2220] Compiling Vapor DirectoryConfiguration.swift
[2130/2220] Compiling Vapor DotEnv.swift
[2131/2220] Compiling Vapor Extendable.swift
[2132/2220] Compiling Vapor File.swift
[2133/2220] Compiling Vapor FileIO.swift
[2134/2220] Compiling Vapor LifecycleHandler.swift
[2135/2220] Compiling Vapor OptionalType.swift
[2136/2220] Compiling Vapor RFC1123.swift
[2137/2220] Compiling Vapor SocketAddress+Hostname.swift
[2138/2220] Compiling Vapor Storage.swift
[2139/2220] Compiling Vapor String+IsIPAddress.swift
[2140/2220] Compiling Vapor Thread.swift
[2141/2220] Compiling Vapor URI.swift
[2142/2220] Compiling Vapor RangeResult.swift
[2143/2220] Compiling Vapor Validatable.swift
[2144/2220] Compiling Vapor Validation.swift
[2145/2220] Compiling Vapor ValidationKey.swift
[2146/2220] Compiling Vapor Validations.swift
[2147/2220] Compiling Vapor ValidationsError.swift
[2148/2220] Emitting module Vapor
[2149/2220] Compiling Vapor HTTPStatus.swift
[2150/2220] Compiling Vapor HTTPCookies.swift
[2151/2220] Compiling Vapor HTTPHeaderCacheControl.swift
[2152/2220] Compiling Vapor HTTPHeaderExpires.swift
[2153/2220] Compiling Vapor HTTPHeaderLastModified.swift
[2154/2220] Compiling Vapor HTTPHeaders+Cache.swift
[2155/2220] Compiling Vapor HTTPHeaders+Connection.swift
[2156/2220] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2157/2220] Compiling Vapor HTTPHeaders+ContentRange.swift
[2158/2220] Compiling Vapor HTTPHeaders+Directive.swift
[2159/2220] Compiling Vapor HTTPHeaders+Forwarded.swift
[2160/2220] Compiling Vapor HTTPHeaders+Link.swift
[2161/2220] Compiling Vapor HTTPHeaders+Name.swift
[2162/2220] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2163/2220] Compiling Vapor HTTPHeaders.swift
[2164/2220] Compiling Vapor HTTPMediaType.swift
[2165/2220] Compiling Vapor HTTPMediaTypePreference.swift
[2166/2220] Compiling Vapor Responder.swift
[2167/2220] Compiling Vapor Application+HTTP+Server.swift
[2168/2220] Compiling Vapor HTTPServer.swift
[2169/2220] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2170/2220] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2171/2220] Compiling Vapor HTTPServerHandler.swift
[2172/2220] Compiling Vapor HTTPServerRequestDecoder.swift
[2173/2220] Compiling Vapor AsyncBasicResponder.swift
[2174/2220] Compiling Vapor AsyncMiddleware.swift
[2175/2220] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2176/2220] Compiling Vapor AsyncSessionDriver.swift
[2177/2220] Compiling Vapor Authentication+Concurrency.swift
[2178/2220] Compiling Vapor Cache+Concurrency.swift
[2179/2220] Compiling Vapor Client+Concurrency.swift
[2180/2220] Compiling Vapor RequestBody+Concurrency.swift
[2181/2220] Compiling Vapor Responder+Concurrency.swift
[2182/2220] Compiling Vapor ResponseCodable+Concurrency.swift
[2183/2220] Compiling Vapor RoutesBuilder+Concurrency.swift
[2184/2220] Compiling Vapor ViewRenderer+Concurrency.swift
[2185/2220] Compiling Vapor WebSocket+Concurrency.swift
[2186/2220] Compiling Vapor ContainerGetPathExecutor.swift
[2187/2220] Compiling Vapor Content.swift
[2188/2220] Compiling Vapor ContentCoders.swift
[2189/2220] Compiling Vapor ContentConfiguration.swift
[2190/2220] Compiling Vapor ContentContainer.swift
[2191/2220] Compiling Vapor JSONCoder+Custom.swift
[2192/2220] Compiling Vapor JSONCoders+Content.swift
[2193/2220] Compiling Vapor PlaintextDecoder.swift
[2194/2220] Compiling Vapor PlaintextEncoder.swift
[2195/2220] Compiling Vapor URLQueryCoders.swift
[2196/2220] Compiling Vapor URLQueryContainer.swift
[2197/2220] Compiling Vapor Service.swift
[2198/2220] Compiling Vapor Application+Sessions.swift
[2199/2220] Compiling Vapor MemorySessions.swift
[2200/2220] Compiling Vapor Request+Session.swift
[2201/2220] Compiling Vapor Session.swift
[2202/2220] Compiling Vapor SessionCache.swift
[2203/2220] Compiling Vapor SessionData.swift
[2204/2220] Compiling Vapor SessionDriver.swift
[2205/2220] Compiling Vapor SessionsConfiguration.swift
[2206/2220] Compiling Vapor SessionsMiddleware.swift
[2207/2220] Compiling Vapor URLEncodedFormData.swift
[2208/2220] Compiling Vapor URLEncodedFormDecoder.swift
[2209/2220] Compiling Vapor URLEncodedFormEncoder.swift
[2210/2220] Compiling Vapor URLEncodedFormError.swift
[2211/2220] Compiling Vapor URLEncodedFormParser.swift
[2212/2220] Compiling Vapor URLEncodedFormSerializer.swift
[2213/2220] Compiling Vapor URLQueryFragmentConvertible.swift
[2214/2220] Compiling Vapor AnyResponse.swift
[2215/2220] Compiling Vapor Array+Random.swift
[2216/2220] Compiling Vapor Base32.swift
[2217/2220] Compiling Vapor Base64.swift
[2218/2220] Compiling Vapor BaseN.swift
[2219/2220] Compiling Vapor BasicCodingKey.swift
[2220/2220] Compiling Vapor ByteCount.swift
[2222/2224] Compiling VaporCron VaporCron.swift
[2223/2224] Emitting module VaporCron
[2224/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 |
Build complete! (407.20s)
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.