Build Information
Successful build of VaporCron, reference 2.6.0 (d6253e
), with Swift 6.1 for Linux on 27 Apr 2025 03:01:31 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mihaelisaev/VaporCron.git
Reference: 2.6.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/mihaelisaev/VaporCron
* tag 2.6.0 -> FETCH_HEAD
HEAD is now at d6253e4 Seconds support
Cloned https://github.com/mihaelisaev/VaporCron.git
Revision (git rev-parse @):
d6253e413b4bf306cbf5aac85ef33f1fe48de814
SUCCESS checkout https://github.com/mihaelisaev/VaporCron.git at 2.6.0
========================================
Build
========================================
Selected platform: linux
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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/MihaelIsaev/NIOCronScheduler.git
Fetching https://github.com/vapor/vapor.git
[1/88] Fetching niocronscheduler
[71/74401] Fetching niocronscheduler, vapor
Fetched https://github.com/MihaelIsaev/NIOCronScheduler.git from cache (1.64s)
Fetched https://github.com/vapor/vapor.git from cache (1.67s)
Computing version for https://github.com/MihaelIsaev/NIOCronScheduler.git
Computed https://github.com/MihaelIsaev/NIOCronScheduler.git at 2.1.0 (2.13s)
Fetching https://github.com/MihaelIsaev/SwifCron.git
Fetching https://github.com/apple/swift-nio.git
[1/169] Fetching swifcron
Fetched https://github.com/MihaelIsaev/SwifCron.git from cache (0.19s)
[1/75431] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (3.49s)
Computing version for https://github.com/MihaelIsaev/SwifCron.git
Computed https://github.com/MihaelIsaev/SwifCron.git at 2.0.0 (5.43s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (1.19s)
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/1705] Fetching swift-atomics
[428/6058] Fetching swift-atomics, swift-system
[6059/22300] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.96s)
Fetched https://github.com/apple/swift-system.git from cache (0.96s)
Fetched https://github.com/apple/swift-collections.git from cache (0.98s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.41s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.42s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.36s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.114.1 (0.53s)
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/vapor/websocket-kit.git
[1/1059] Fetching swift-service-context
[1060/3259] Fetching swift-service-context, swift-metrics
[1434/8229] Fetching swift-service-context, swift-metrics, swift-distributed-tracing
[3269/11437] Fetching swift-service-context, swift-metrics, swift-distributed-tracing, multipart-kit
Fetched https://github.com/apple/swift-service-context.git from cache (0.23s)
[4509/10378] Fetching swift-metrics, swift-distributed-tracing, multipart-kit
Fetching https://github.com/apple/swift-log.git
[6921/16281] Fetching swift-metrics, swift-distributed-tracing, multipart-kit, swift-algorithms
[8462/18877] Fetching swift-metrics, swift-distributed-tracing, multipart-kit, swift-algorithms, websocket-kit
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.40s)
Fetching https://github.com/apple/swift-nio-extras.git
[11791/17743] Fetching swift-metrics, multipart-kit, swift-algorithms, websocket-kit, swift-log
Fetched https://github.com/vapor/websocket-kit.git from cache (0.46s)
[9233/15147] Fetching swift-metrics, multipart-kit, swift-algorithms, swift-log
Fetched https://github.com/apple/swift-algorithms.git from cache (0.47s)
[3560/9244] Fetching swift-metrics, multipart-kit, swift-log
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-log.git from cache (0.37s)
Fetching https://github.com/vapor/routing-kit.git
[3292/11070] Fetching swift-metrics, multipart-kit, swift-nio-extras
[8954/31793] Fetching swift-metrics, multipart-kit, swift-nio-extras, routing-kit
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.38s)
[4742/26131] Fetching swift-metrics, multipart-kit, routing-kit
Fetching https://github.com/apple/swift-crypto.git
[10131/40924] Fetching swift-metrics, multipart-kit, routing-kit, swift-nio-ssl
[23155/54708] Fetching swift-metrics, multipart-kit, routing-kit, swift-nio-ssl, swift-crypto
Fetched https://github.com/apple/swift-metrics.git from cache (1.44s)
Fetching https://github.com/vapor/console-kit.git
[38738/52508] Fetching multipart-kit, routing-kit, swift-nio-ssl, swift-crypto
Fetched https://github.com/vapor/multipart-kit.git from cache (1.50s)
Fetched https://github.com/vapor/routing-kit.git from cache (0.89s)
[15823/28577] Fetching swift-nio-ssl, swift-crypto
Fetching https://github.com/vapor/async-kit.git
[21411/34062] Fetching swift-nio-ssl, swift-crypto, console-kit
[22921/36432] Fetching swift-nio-ssl, swift-crypto, console-kit, async-kit
Fetching https://github.com/swift-server/async-http-client.git
Fetched https://github.com/vapor/async-kit.git from cache (0.33s)
[30203/34062] Fetching swift-nio-ssl, swift-crypto, console-kit
Fetched https://github.com/vapor/console-kit.git from cache (0.41s)
[25407/28577] Fetching swift-nio-ssl, swift-crypto
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.65s)
[1/13787] Fetching async-http-client
[13788/25279] Fetching async-http-client, swift-nio-http2
Fetched https://github.com/apple/swift-crypto.git from cache (1.59s)
Fetched https://github.com/swift-server/async-http-client.git from cache (0.77s)
[5402/11492] Fetching swift-nio-http2
Fetched https://github.com/apple/swift-nio-http2.git from cache (0.94s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.1 (3.45s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.15.0 (0.48s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2619] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.27s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (0.70s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.46s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.38s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.6.1 (0.82s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.51s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/1127] Fetching swift-http-structured-headers
[249/2031] Fetching swift-http-structured-headers, swift-http-types
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.24s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.24s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (0.67s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.43s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.49s)
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.46s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.74s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (0.46s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.43s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.46s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.50s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.43s)
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.50s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.46s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.49s)
Fetching https://github.com/apple/swift-asn1.git
[1/1573] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.21s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.69s)
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.6.1
Creating working copy for https://github.com/apple/swift-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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.114.1
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.15.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/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-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-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-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/MihaelIsaev/NIOCronScheduler.git
Working copy of https://github.com/MihaelIsaev/NIOCronScheduler.git resolved at 2.1.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/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.0
Creating working copy for https://github.com/MihaelIsaev/SwifCron.git
Working copy of https://github.com/MihaelIsaev/SwifCron.git resolved at 2.0.0
Creating working copy for https://github.com/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/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.25.2
Building for debugging...
[0/833] Write sources
[40/833] Compiling CNIOWindows shim.c
[40/833] Compiling CNIOWindows WSAStartup.c
[42/833] Write sources
[43/833] Compiling CNIOWASI CNIOWASI.c
[44/833] Write sources
[51/833] Compiling CVaporBcrypt bcrypt.c
[52/833] Compiling _NumericsShims _NumericsShims.c
[53/833] Compiling CVaporBcrypt blf.c
[54/833] Compiling CNIOSHA1 c_nio_sha1.c
[55/833] Compiling _AtomicsShims.c
[56/833] Compiling CSystem shims.c
[57/833] Compiling CNIOLinux liburing_shims.c
[58/833] Compiling CNIOLinux shim.c
[59/833] Compiling CNIOLLHTTP c_nio_http.c
[59/833] Compiling CNIOExtrasZlib empty.c
[61/833] Compiling CNIODarwin shim.c
[62/833] Compiling CNIOLLHTTP c_nio_api.c
[63/833] Compiling fiat_p256_adx_sqr.S
[64/833] Compiling fiat_p256_adx_mul.S
[65/833] Write swift-version-24593BA9C3E375BF.txt
[66/833] Compiling fiat_curve25519_adx_square.S
[67/833] Compiling fiat_curve25519_adx_mul.S
[68/833] Compiling CNIOLLHTTP c_nio_llhttp.c
[69/844] Compiling CNIOBoringSSLShims shims.c
[71/873] Emitting module _NIOBase64
[71/873] Compiling tls13_enc.cc
[72/873] Compiling tls_method.cc
[73/873] Compiling tls_record.cc
[74/891] Compiling tls13_server.cc
[76/908] Emitting module InternalCollectionsUtilities
[77/910] Emitting module RealModule
[78/911] Compiling _NIODataStructures _TinyArray.swift
[79/911] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[80/911] Compiling InternalCollectionsUtilities Specialize.swift
[81/911] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[82/911] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[83/911] Compiling InternalCollectionsUtilities _SortedCollection.swift
[84/911] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[85/911] Compiling InternalCollectionsUtilities Debugging.swift
[86/911] Compiling InternalCollectionsUtilities Descriptions.swift
[87/911] Compiling ServiceContextModule ServiceContextKey.swift
[88/911] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[89/911] Compiling InternalCollectionsUtilities Integer rank.swift
[90/911] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[91/911] Compiling InternalCollectionsUtilities UInt+reversed.swift
[92/911] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[93/911] Compiling SwifCron SwifCronError.swift
[94/911] Compiling _NIODataStructures PriorityQueue.swift
[95/911] Emitting module ServiceContextModule
[96/911] Compiling ServiceContextModule ServiceContext.swift
[97/912] Compiling RealModule Real.swift
[98/912] Compiling RealModule Float80+Real.swift
[99/912] Compiling RealModule Float16+Real.swift
[102/912] Compiling _NIOBase64 Base64.swift
[103/913] Compiling SystemPackage MachPort.swift
[104/913] Compiling SystemPackage PlatformString.swift
[105/913] Compiling SystemPackage SystemString.swift
[107/913] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[108/913] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[109/913] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[110/913] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[111/913] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[114/916] Compiling RealModule ElementaryFunctions.swift
[122/916] Compiling RealModule Float+Real.swift
[127/917] Emitting module SystemPackage
[129/917] Compiling RealModule RealFunctions.swift
[133/995] Compiling Instrumentation NoOpInstrument.swift
[134/995] Compiling Instrumentation MultiplexInstrument.swift
[135/995] Emitting module Instrumentation
[136/995] Compiling Instrumentation Instrument.swift
[137/995] Compiling _RopeModule Range+BigString.swift
[138/995] Compiling _RopeModule BigString+UTF16View.swift
[139/995] Compiling _RopeModule BigString+UTF8View.swift
[140/995] Compiling Instrumentation InstrumentationSystem.swift
[141/995] Compiling Instrumentation Locks.swift
[142/996] Compiling Logging MetadataProvider.swift
[143/996] Emitting module CoreMetrics
[144/996] Emitting module Logging
[145/996] Compiling Logging Locks.swift
[146/996] Compiling _RopeModule BigString+Append.swift
[147/996] Compiling _RopeModule BigString+Initializers.swift
[148/996] Compiling _RopeModule BigString+Insert.swift
[149/996] Compiling _RopeModule BigString+Managing Breaks.swift
[150/996] Compiling Logging LogHandler.swift
[151/996] Compiling Logging Logging.swift
[153/997] Compiling _RopeModule BigString+CustomStringConvertible.swift
[154/997] Compiling _RopeModule BigString+Equatable.swift
[155/997] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[156/997] Compiling _RopeModule BigString+Hashing.swift
[157/997] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[158/997] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[159/997] Compiling _RopeModule BigString+Sequence.swift
[160/997] Compiling _RopeModule BigString+TextOutputStream.swift
[161/998] Compiling _NIODataStructures Heap.swift
[162/998] Emitting module _NIODataStructures
[166/999] Compiling SwifCron SwifCron.swift
[167/999] Compiling SwifCron Helper.swift
[168/999] Compiling SwifCron ExpressionParser.swift
[169/999] Compiling SwifCron Array+Each.swift
[170/999] Emitting module SwifCron
[172/1076] Compiling CoreMetrics Locks.swift
[173/1076] Compiling CoreMetrics Metrics.swift
[175/1077] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[176/1077] Compiling HeapModule Heap+Descriptions.swift
[177/1077] Compiling HeapModule _HeapNode.swift
[178/1077] Emitting module HeapModule
[179/1078] Compiling Tracing TracingTime.swift
[180/1078] Emitting module Tracing
[181/1151] Compiling HeapModule Heap.swift
[182/1162] Compiling HeapModule Heap+UnsafeHandle.swift
[183/1162] Compiling HeapModule Heap+Invariants.swift
[184/1169] Compiling Tracing TracerProtocol+Legacy.swift
[185/1169] Compiling Tracing TracerProtocol.swift
[187/1169] Compiling DequeModule Deque+Codable.swift
[188/1169] Compiling DequeModule Deque+Collection.swift
[189/1169] Compiling DequeModule Deque+CustomReflectable.swift
[190/1169] Compiling DequeModule Deque+Descriptions.swift
[191/1169] Compiling DequeModule Deque+Equatable.swift
[192/1169] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[193/1169] Compiling DequeModule Deque+Testing.swift
[194/1169] Compiling DequeModule Deque._Storage.swift
[195/1169] Compiling DequeModule Deque+Extras.swift
[196/1169] Compiling DequeModule Deque+Hashable.swift
[197/1169] Compiling Tracing Tracer.swift
[198/1178] Compiling HashTreeCollections TreeDictionary+Keys.swift
[199/1178] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[200/1178] Compiling HashTreeCollections TreeDictionary+Merge.swift
[201/1178] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[202/1178] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[203/1178] Compiling HashTreeCollections TreeDictionary+Values.swift
[204/1178] Compiling HashTreeCollections TreeDictionary.swift
[205/1178] Compiling HashTreeCollections TreeSet+Codable.swift
[206/1178] Compiling HashTreeCollections TreeSet+Collection.swift
[207/1178] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[208/1178] Compiling HashTreeCollections TreeSet+Debugging.swift
[209/1178] Compiling HashTreeCollections TreeSet+Descriptions.swift
[210/1178] Compiling HashTreeCollections TreeSet+Equatable.swift
[211/1178] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[212/1178] Compiling HashTreeCollections TreeSet+Extras.swift
[213/1178] Compiling HashTreeCollections TreeSet+Filter.swift
[214/1178] Compiling HashTreeCollections TreeSet+Hashable.swift
[215/1178] Compiling HashTreeCollections TreeSet+Sendable.swift
[216/1178] Compiling HashTreeCollections _HashNode+Initializers.swift
[217/1178] Compiling HashTreeCollections _HashNode+Invariants.swift
[218/1178] Compiling HashTreeCollections _HashNode+Lookups.swift
[219/1178] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[220/1178] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[221/1178] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[222/1178] Compiling HashTreeCollections TreeDictionary+Filter.swift
[222/1185] Compiling tls13_client.cc
[224/1185] Compiling DequeModule _DequeBuffer.swift
[225/1185] Compiling DequeModule _DequeBufferHeader.swift
[226/1187] Compiling DequeModule Deque._UnsafeHandle.swift
[227/1187] Compiling DequeModule Deque.swift
[230/1187] Compiling DequeModule _DequeSlot.swift
[231/1187] Compiling DequeModule _UnsafeWrappedBuffer.swift
[232/1187] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[233/1187] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[234/1187] Compiling HashTreeCollections _HashNode.swift
[235/1187] Compiling HashTreeCollections _HashNodeHeader.swift
[236/1187] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[237/1187] Compiling HashTreeCollections _AncestorHashSlots.swift
[238/1187] Compiling HashTreeCollections _Bitmap.swift
[239/1187] Compiling HashTreeCollections _Bucket.swift
[240/1187] Compiling HashTreeCollections _Hash.swift
[241/1187] Compiling HashTreeCollections _HashLevel.swift
[242/1187] Compiling HashTreeCollections _HashNode+Builder.swift
[243/1187] Compiling HashTreeCollections _HashNode+Debugging.swift
[246/1187] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[247/1187] Compiling HashTreeCollections _RawHashNode.swift
[248/1187] Compiling HashTreeCollections _UnmanagedHashNode.swift
[249/1187] Compiling HashTreeCollections _UnsafePath.swift
[250/1187] Compiling HashTreeCollections TreeDictionary+Codable.swift
[251/1187] Compiling HashTreeCollections TreeDictionary+Collection.swift
[252/1187] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[253/1187] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[254/1189] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[255/1189] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[265/1189] Compiling Tracing InstrumentationSystem+Tracing.swift
[266/1189] Compiling Tracing NoOpTracer.swift
[267/1189] Compiling Tracing SpanProtocol.swift
[281/1190] Compiling HashTreeCollections _HashSlot.swift
[282/1190] Compiling HashTreeCollections _HashStack.swift
[283/1190] Compiling HashTreeCollections _HashTreeIterator.swift
[284/1190] Compiling HashTreeCollections _HashTreeStatistics.swift
[287/1190] Compiling _RopeModule Rope+Join.swift
[288/1190] Compiling _RopeModule Rope+MutatingForEach.swift
[289/1190] Compiling _RopeModule Rope+Remove.swift
[290/1190] Compiling _RopeModule Rope+RemoveSubrange.swift
[291/1190] Compiling _RopeModule Rope+Split.swift
[292/1190] Compiling _RopeModule Optional Utilities.swift
[293/1190] Compiling _RopeModule String Utilities.swift
[294/1190] Compiling _RopeModule String.Index+ABI.swift
[295/1190] Compiling OrderedCollections OrderedSet+SubSequence.swift
[296/1190] Compiling OrderedCollections OrderedSet+Testing.swift
[297/1190] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[298/1190] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[299/1190] Compiling OrderedCollections OrderedSet.swift
[300/1190] Compiling OrderedCollections _UnsafeBitset.swift
[305/1200] Compiling OrderedCollections OrderedSet+Sendable.swift
[312/1200] Emitting module DequeModule
[332/1201] Emitting module _RopeModule
[333/1201] Emitting module RoutingKit
[334/1201] Compiling RoutingKit AnyRouter.swift
[336/1201] Compiling Metrics Metrics.swift
[337/1201] Emitting module Metrics
[338/1202] Compiling RoutingKit Parameters.swift
[339/1202] Compiling RoutingKit PathComponent.swift
[352/1202] Compiling RoutingKit Router.swift
[353/1202] Compiling RoutingKit TrieRouter.swift
[355/1203] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[356/1203] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[357/1203] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[358/1203] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[359/1203] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[360/1203] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[361/1203] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[362/1203] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[363/1203] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[364/1203] Compiling HashTreeCollections TreeSet.swift
[373/1203] Emitting module OrderedCollections
[373/1204] Compiling tls13_both.cc
[413/1205] Compiling t1_enc.cc
[415/1205] Compiling ssl_versions.cc
[449/1205] Compiling ssl_x509.cc
[450/1205] Compiling ssl_transcript.cc
[452/1205] Emitting module HashTreeCollections
[453/1206] Compiling ssl_session.cc
[454/1206] Compiling ssl_stat.cc
[455/1206] Compiling ssl_privkey.cc
[456/1206] Compiling ssl_key_share.cc
[457/1206] Compiling ssl_cipher.cc
[458/1206] Compiling ssl_credential.cc
[459/1206] Compiling ssl_lib.cc
[460/1206] Compiling ssl_file.cc
[461/1206] Compiling ssl_buffer.cc
[462/1206] Compiling ssl_cert.cc
[463/1206] Compiling ssl_asn1.cc
[464/1206] Compiling ssl_aead_ctx.cc
[465/1206] Compiling s3_both.cc
[466/1206] Compiling s3_pkt.cc
[467/1206] Compiling s3_lib.cc
[468/1206] Compiling handshake_server.cc
[469/1206] Compiling handshake_client.cc
[470/1206] Compiling handshake.cc
[471/1206] Compiling handoff.cc
[472/1206] Compiling dtls_method.cc
[473/1206] Compiling extensions.cc
[474/1206] Compiling md5-x86_64-linux.S
[475/1206] Compiling encrypted_client_hello.cc
[476/1206] Compiling md5-x86_64-apple.S
[477/1206] Compiling md5-586-linux.S
[478/1206] Compiling md5-586-apple.S
[479/1206] Compiling dtls_record.cc
[480/1206] Compiling chacha20_poly1305_x86_64-apple.S
[481/1206] Compiling chacha20_poly1305_x86_64-linux.S
[482/1206] Compiling chacha20_poly1305_armv8-win.S
[483/1206] Compiling chacha20_poly1305_armv8-linux.S
[484/1206] Compiling chacha20_poly1305_armv8-apple.S
[485/1206] Compiling d1_pkt.cc
[486/1206] Compiling err_data.cc
[487/1206] Compiling chacha-x86_64-linux.S
[488/1206] Compiling chacha-x86_64-apple.S
[489/1206] Compiling chacha-x86-linux.S
[490/1206] Compiling chacha-x86-apple.S
[491/1206] Compiling chacha-armv8-win.S
[492/1206] Compiling chacha-armv8-linux.S
[493/1206] Compiling d1_srtp.cc
[494/1206] Compiling aes128gcmsiv-x86_64-linux.S
[495/1206] Compiling chacha-armv4-linux.S
[496/1206] Compiling chacha-armv8-apple.S
[497/1206] Compiling d1_lib.cc
[498/1206] Compiling aes128gcmsiv-x86_64-apple.S
[499/1206] Compiling x86_64-mont5-apple.S
[500/1206] Compiling x86_64-mont5-linux.S
[501/1206] Compiling x86_64-mont-linux.S
[502/1206] Compiling x86_64-mont-apple.S
[503/1206] Compiling x86-mont-linux.S
[504/1206] Compiling x86-mont-apple.S
[505/1206] Compiling vpaes-x86_64-linux.S
[506/1206] Compiling vpaes-x86_64-apple.S
[506/1206] Compiling vpaes-x86-linux.S
[508/1206] Compiling vpaes-x86-apple.S
[509/1206] Compiling vpaes-armv8-win.S
[510/1206] Compiling bio_ssl.cc
[511/1206] Compiling vpaes-armv8-linux.S
[512/1206] Compiling vpaes-armv8-apple.S
[513/1206] Compiling vpaes-armv7-linux.S
[514/1206] Compiling sha512-x86_64-linux.S
[515/1206] Compiling sha512-x86_64-apple.S
[516/1206] Compiling sha512-armv8-win.S
[517/1206] Compiling sha512-586-linux.S
[518/1206] Compiling sha512-armv8-apple.S
[519/1206] Compiling sha512-armv8-linux.S
[520/1206] Compiling sha512-armv4-linux.S
[521/1206] Compiling sha256-x86_64-apple.S
[522/1206] Compiling sha512-586-apple.S
[523/1206] Compiling sha256-x86_64-linux.S
[524/1206] Compiling sha256-armv8-win.S
[525/1206] Compiling sha256-armv8-linux.S
[526/1206] Compiling sha256-armv8-apple.S
[527/1206] Compiling sha256-586-linux.S
[528/1206] Compiling sha256-armv4-linux.S
[529/1206] Compiling sha256-586-apple.S
[530/1206] Compiling sha1-x86_64-apple.S
[531/1206] Compiling sha1-armv8-win.S
[532/1206] Compiling sha1-armv8-linux.S
[533/1206] Compiling sha1-armv8-apple.S
[534/1206] Compiling sha1-armv4-large-linux.S
[535/1206] Compiling sha1-x86_64-linux.S
[536/1206] Compiling sha1-586-linux.S
[537/1206] Compiling rsaz-avx2-linux.S
[538/1206] Compiling rsaz-avx2-apple.S
[539/1206] Compiling sha1-586-apple.S
[540/1206] Compiling rdrand-x86_64-linux.S
[541/1206] Compiling p256_beeu-armv8-asm-win.S
[542/1206] Compiling p256_beeu-x86_64-asm-linux.S
[543/1206] Compiling p256_beeu-armv8-asm-linux.S
[543/1206] Compiling rdrand-x86_64-apple.S
[545/1206] Compiling p256_beeu-x86_64-asm-apple.S
[545/1206] Compiling p256_beeu-armv8-asm-apple.S
[547/1206] Compiling p256-x86_64-asm-apple.S
[548/1206] Compiling p256-armv8-asm-win.S
[549/1206] Compiling p256-x86_64-asm-linux.S
[550/1206] Compiling ghashv8-armv8-apple.S
[551/1206] Compiling p256-armv8-asm-apple.S
[552/1206] Compiling ghashv8-armv8-win.S
[553/1206] Compiling p256-armv8-asm-linux.S
[554/1206] Compiling ghashv8-armv8-linux.S
[555/1206] Compiling ghashv8-armv7-linux.S
[556/1206] Compiling ghash-x86_64-linux.S
[557/1206] Compiling ghash-x86_64-apple.S
[558/1206] Compiling ghash-x86-apple.S
[559/1206] Compiling ghash-x86-linux.S
[560/1206] Compiling ghash-ssse3-x86_64-linux.S
[561/1206] Compiling ghash-ssse3-x86-linux.S
[562/1206] Compiling ghash-ssse3-x86_64-apple.S
[563/1206] Compiling ghash-neon-armv8-linux.S
[564/1206] Compiling ghash-ssse3-x86-apple.S
[565/1206] Compiling ghash-neon-armv8-win.S
[566/1206] Compiling ghash-neon-armv8-apple.S
[567/1206] Compiling ghash-armv4-linux.S
[568/1206] Compiling co-586-apple.S
[569/1206] Compiling bsaes-armv7-linux.S
[570/1206] Compiling co-586-linux.S
[571/1206] Compiling bn-armv8-win.S
[572/1206] Compiling bn-586-linux.S
[573/1206] Compiling bn-armv8-apple.S
[574/1206] Compiling bn-armv8-linux.S
[575/1206] Compiling bn-586-apple.S
[576/1206] Compiling armv8-mont-apple.S
[577/1206] Compiling armv8-mont-linux.S
[578/1206] Compiling d1_both.cc
[579/1206] Compiling armv8-mont-win.S
[580/1206] Compiling armv4-mont-linux.S
[581/1206] Compiling aesv8-gcm-armv8-linux.S
[582/1206] Compiling aesv8-gcm-armv8-win.S
[583/1206] Compiling aesv8-armv8-win.S
[584/1206] Compiling aesv8-armv8-linux.S
[585/1206] Compiling aesv8-armv8-apple.S
[586/1206] Compiling aesni-x86-apple.S
[587/1206] Compiling aesv8-gcm-armv8-apple.S
[588/1206] Compiling aesv8-armv7-linux.S
[589/1206] Compiling aesni-x86-linux.S
[590/1206] Compiling aesni-x86_64-apple.S
[591/1206] Compiling aesni-gcm-x86_64-apple.S
[592/1206] Compiling aesni-x86_64-linux.S
[593/1206] Compiling aesni-gcm-x86_64-linux.S
[594/1206] Compiling aes-gcm-avx2-x86_64-linux.S
[595/1206] Compiling aes-gcm-avx10-x86_64-linux.S
[596/1206] Compiling aes-gcm-avx2-x86_64-apple.S
[597/1206] Compiling aes-gcm-avx10-x86_64-apple.S
[598/1206] Compiling x_sig.cc
[599/1206] Compiling x_pubkey.cc
[600/1206] Compiling x_x509.cc
[601/1206] Compiling x_x509a.cc
[602/1206] Compiling x_name.cc
[603/1206] Compiling x_req.cc
[604/1206] Compiling x_spki.cc
[605/1206] Compiling x_val.cc
[606/1206] Compiling x_exten.cc
[607/1206] Compiling x_attrib.cc
[608/1206] Compiling x_crl.cc
[609/1206] Compiling x_algor.cc
[610/1206] Compiling x509spki.cc
[611/1206] Compiling x509rset.cc
[612/1206] Compiling x509name.cc
[613/1206] Compiling x_all.cc
[614/1206] Compiling x509_vpm.cc
[615/1206] Compiling x509cset.cc
[616/1206] Compiling x509_vfy.cc
[617/1206] Compiling x509_trs.cc
[618/1206] Compiling x509_txt.cc
[619/1206] Compiling x509_set.cc
[620/1206] Compiling x509_v3.cc
[621/1206] Compiling x509_obj.cc
[622/1206] Compiling x509_lu.cc
[623/1206] Compiling x509_req.cc
[624/1206] Compiling x509_ext.cc
[625/1206] Compiling x509_def.cc
[626/1206] Compiling x509_d2.cc
[627/1206] Compiling x509_cmp.cc
[628/1206] Compiling x509_att.cc
[629/1206] Compiling x509.cc
[630/1206] Compiling v3_skey.cc
[631/1206] Compiling v3_prn.cc
[632/1206] Compiling v3_utl.cc
[633/1206] Compiling v3_purp.cc
[634/1206] Compiling v3_pmaps.cc
[635/1206] Compiling v3_pcons.cc
[636/1206] Compiling v3_ncons.cc
[637/1206] Compiling v3_ocsp.cc
[638/1206] Compiling v3_enum.cc
[639/1206] Compiling v3_info.cc
[640/1206] Compiling v3_int.cc
[641/1206] Compiling v3_lib.cc
[642/1206] Compiling v3_ia5.cc
[643/1206] Compiling v3_crld.cc
[644/1206] Compiling v3_genn.cc
[645/1206] Compiling v3_extku.cc
[646/1206] Compiling v3_conf.cc
[647/1206] Compiling v3_bitst.cc
[648/1206] Compiling v3_cpols.cc
[649/1206] Compiling v3_bcons.cc
[650/1206] Compiling v3_alt.cc
[651/1206] Compiling v3_akeya.cc
[652/1206] Compiling t_x509a.cc
[653/1206] Compiling t_req.cc
[654/1206] Compiling v3_akey.cc
[655/1206] Compiling by_file.cc
[656/1206] Compiling t_x509.cc
[657/1206] Compiling i2d_pr.cc
[658/1206] Compiling t_crl.cc
[659/1206] Compiling name_print.cc
[660/1206] Compiling rsa_pss.cc
[661/1206] Compiling policy.cc
[662/1206] Compiling by_dir.cc
[663/1206] Compiling a_sign.cc
[664/1206] Compiling algorithm.cc
[665/1206] Compiling a_verify.cc
[666/1206] Compiling asn1_gen.cc
[667/1206] Compiling thread_none.cc
[668/1206] Compiling thread_win.cc
[669/1206] Compiling voprf.cc
[670/1206] Compiling thread_pthread.cc
[671/1206] Compiling trust_token.cc
[672/1206] Compiling stack.cc
[673/1206] Compiling thread.cc
[674/1206] Compiling a_digest.cc
[675/1206] Compiling pmbtoken.cc
[676/1206] Compiling siphash.cc
[677/1206] Compiling sha1.cc
[678/1206] Compiling sha512.cc
[679/1206] Compiling spake2plus.cc
[680/1206] Compiling rsa_print.cc
[681/1206] Compiling slhdsa.cc
[682/1206] Compiling sha256.cc
[683/1206] Compiling rsa_asn1.cc
[684/1206] Compiling rc4.cc
[685/1206] Compiling rsa_crypt.cc
[686/1206] Compiling rsa_extra.cc
[687/1206] Compiling rand.cc
[688/1206] Compiling refcount.cc
[689/1206] Compiling forkunsafe.cc
[690/1206] Compiling passive.cc
[691/1206] Compiling urandom.cc
[692/1206] Compiling getentropy.cc
[693/1206] Compiling trusty.cc
[694/1206] Compiling ios.cc
[695/1206] Compiling poly1305_arm_asm.S
[696/1206] Compiling windows.cc
[697/1206] Compiling fork_detect.cc
[698/1206] Compiling deterministic.cc
[699/1206] Compiling poly1305_arm.cc
[700/1206] Compiling poly1305_vec.cc
[701/1206] Compiling poly1305.cc
[702/1206] Compiling p5_pbev2.cc
[703/1206] Compiling pool.cc
[704/1206] Compiling pkcs7.cc
[705/1206] Compiling pkcs8.cc
[706/1206] Compiling pem_pkey.cc
[707/1206] Compiling pkcs8_x509.cc
[708/1206] Compiling pem_xaux.cc
[709/1206] Compiling pem_oth.cc
[710/1206] Compiling pem_x509.cc
[711/1206] Compiling pkcs7_x509.cc
[712/1206] Compiling pem_pk8.cc
[713/1206] Compiling mldsa.cc
[714/1206] Compiling mlkem.cc
[715/1206] Compiling obj_xref.cc
[716/1206] Compiling pem_info.cc
[717/1206] Compiling md5.cc
[718/1206] Compiling mem.cc
[719/1206] Compiling pem_lib.cc
[720/1206] Compiling pem_all.cc
[721/1206] Compiling fips_shared_support.cc
[722/1206] Compiling obj.cc
[723/1206] Compiling poly_rq_mul.S
[724/1206] Compiling md4.cc
[725/1206] Compiling lhash.cc
[726/1206] Compiling hrss.cc
[727/1206] Compiling kyber.cc
[728/1206] Compiling sign.cc
[729/1206] Compiling ex_data.cc
[730/1206] Compiling scrypt.cc
[731/1206] Compiling hpke.cc
[732/1206] Compiling print.cc
[733/1206] Compiling pbkdf.cc
[734/1206] Compiling p_x25519.cc
[735/1206] Compiling p_x25519_asn1.cc
[736/1206] Compiling p_hkdf.cc
[737/1206] Compiling p_rsa.cc
[738/1206] Compiling p_ed25519.cc
[739/1206] Compiling p_rsa_asn1.cc
[740/1206] Compiling p_ed25519_asn1.cc
[741/1206] Compiling p_ec_asn1.cc
[742/1206] Compiling p_ec.cc
[743/1206] Compiling p_dh.cc
[744/1206] Compiling p_dh_asn1.cc
[745/1206] Compiling evp_ctx.cc
[746/1206] Compiling p_dsa_asn1.cc
[747/1206] Compiling err.cc
[748/1206] Compiling evp.cc
[749/1206] Compiling engine.cc
[750/1206] Compiling ecdh.cc
[751/1206] Compiling evp_asn1.cc
[752/1206] Compiling ecdsa_asn1.cc
[753/1206] Compiling hash_to_curve.cc
[754/1206] Compiling ec_derive.cc
[755/1206] Compiling dsa.cc
[756/1206] Compiling params.cc
[757/1206] Compiling dsa_asn1.cc
[758/1206] Compiling ec_asn1.cc
[759/1206] Compiling digest_extra.cc
[760/1206] Compiling des.cc
[761/1206] Compiling x25519-asm-arm.S
[762/1206] Compiling dh_asn1.cc
[763/1206] Compiling bcm.cc
[764/1206] Compiling crypto.cc
[765/1206] Compiling spake25519.cc
[766/1206] Compiling cpu_arm_linux.cc
[767/1206] Compiling cpu_aarch64_win.cc
[768/1206] Compiling cpu_intel.cc
[769/1206] Compiling curve25519.cc
[770/1206] Compiling cpu_aarch64_sysreg.cc
[771/1206] Compiling cpu_aarch64_openbsd.cc
[772/1206] Compiling cpu_arm_freebsd.cc
[773/1206] Compiling curve25519_64_adx.cc
[774/1206] Compiling cpu_aarch64_fuchsia.cc
[775/1206] Compiling cpu_aarch64_apple.cc
[776/1206] Compiling get_cipher.cc
[777/1206] Compiling cpu_aarch64_linux.cc
[778/1206] Compiling conf.cc
[779/1206] Compiling e_rc4.cc
[780/1206] Compiling tls_cbc.cc
[781/1206] Compiling e_tls.cc
[782/1206] Compiling e_rc2.cc
[783/1206] Compiling e_des.cc
[784/1206] Compiling derive_key.cc
[785/1206] Compiling chacha.cc
[786/1206] Compiling e_null.cc
[787/1206] Compiling e_chacha20poly1305.cc
[788/1206] Compiling e_aesctrhmac.cc
[789/1206] Compiling e_aesgcmsiv.cc
[790/1206] Compiling buf.cc
[791/1206] Compiling bn_asn1.cc
[792/1206] Compiling cbs.cc
[793/1206] Compiling cbb.cc
[794/1206] Compiling unicode.cc
[795/1206] Compiling ber.cc
[796/1206] Compiling asn1_compat.cc
[797/1206] Compiling socket_helper.cc
[798/1206] Compiling blake2.cc
[799/1206] Compiling convert.cc
[800/1206] Compiling printf.cc
[801/1206] Compiling hexdump.cc
[802/1206] Compiling pair.cc
[803/1206] Compiling file.cc
[804/1206] Compiling socket.cc
[805/1206] Compiling fd.cc
[806/1206] Compiling connect.cc
[807/1206] Compiling errno.cc
[808/1206] Compiling bio.cc
[809/1206] Compiling bio_mem.cc
[810/1206] Compiling base64.cc
[811/1206] Compiling tasn_fre.cc
[812/1206] Compiling tasn_typ.cc
[813/1206] Compiling tasn_utl.cc
[814/1206] Compiling tasn_enc.cc
[815/1206] Compiling f_string.cc
[816/1206] Compiling f_int.cc
[817/1206] Compiling posix_time.cc
[818/1206] Compiling asn_pack.cc
[819/1206] Compiling tasn_new.cc
[820/1206] Compiling asn1_par.cc
[821/1206] Compiling tasn_dec.cc
[822/1206] Compiling a_utctm.cc
[823/1206] Compiling a_octet.cc
[824/1206] Compiling asn1_lib.cc
[825/1206] Compiling a_time.cc
[826/1206] Compiling a_strnid.cc
[827/1206] Compiling a_type.cc
[828/1206] Compiling a_strex.cc
[829/1206] Compiling a_object.cc
[830/1206] Compiling a_i2d_fp.cc
[831/1206] Compiling a_mbstr.cc
[832/1206] Compiling a_int.cc
[833/1206] Compiling a_dup.cc
[834/1206] Compiling a_d2i_fp.cc
[835/1206] Compiling fiat_p256_adx_sqr.S
[836/1206] Compiling a_gentm.cc
[837/1206] Compiling fiat_p256_adx_mul.S
[838/1206] Compiling fiat_curve25519_adx_mul.S
[839/1206] Compiling fiat_curve25519_adx_square.S
[840/1206] Compiling md5-x86_64-linux.S
[841/1206] Compiling CCryptoBoringSSLShims shims.c
[842/1206] Compiling md5-586-linux.S
[843/1206] Compiling md5-x86_64-apple.S
[844/1206] Compiling md5-586-apple.S
[845/1206] Compiling a_bool.cc
[846/1206] Compiling a_bitstr.cc
[847/1206] Compiling chacha20_poly1305_x86_64-apple.S
[848/1206] Compiling chacha20_poly1305_armv8-linux.S
[849/1206] Compiling chacha20_poly1305_armv8-win.S
[850/1206] Compiling chacha20_poly1305_armv8-apple.S
[851/1206] Compiling chacha20_poly1305_x86_64-linux.S
[852/1206] Compiling chacha-x86_64-linux.S
[853/1206] Compiling chacha-x86_64-apple.S
[854/1206] Compiling chacha-x86-linux.S
[855/1206] Compiling chacha-x86-apple.S
[856/1206] Compiling chacha-armv8-win.S
[857/1206] Compiling chacha-armv8-linux.S
[858/1206] Compiling aes128gcmsiv-x86_64-apple.S
[859/1206] Compiling chacha-armv8-apple.S
[860/1206] Compiling aes128gcmsiv-x86_64-linux.S
[861/1206] Compiling chacha-armv4-linux.S
[862/1206] Compiling x86_64-mont5-apple.S
[863/1206] Compiling x86_64-mont-linux.S
[864/1206] Compiling x86_64-mont5-linux.S
[865/1206] Compiling x86-mont-linux.S
[866/1206] Compiling x86-mont-apple.S
[867/1206] Compiling x86_64-mont-apple.S
[868/1206] Compiling err_data.cc
[869/1206] Compiling vpaes-x86_64-linux.S
[870/1206] Compiling vpaes-x86-linux.S
[871/1206] Compiling vpaes-armv8-win.S
[872/1206] Compiling vpaes-x86-apple.S
[873/1206] Compiling vpaes-x86_64-apple.S
[874/1206] Compiling vpaes-armv8-linux.S
[875/1206] Compiling vpaes-armv7-linux.S
[876/1206] Compiling vpaes-armv8-apple.S
[877/1206] Compiling sha512-x86_64-linux.S
[878/1206] Compiling sha512-x86_64-apple.S
[879/1206] Compiling sha512-armv8-win.S
[880/1206] Compiling sha512-armv8-apple.S
[881/1206] Compiling sha512-armv8-linux.S
[882/1206] Compiling sha512-586-linux.S
[882/1206] Compiling sha512-armv4-linux.S
[884/1206] Compiling sha512-586-apple.S
[885/1206] Compiling sha256-x86_64-apple.S
[886/1206] Compiling sha256-x86_64-linux.S
[887/1206] Compiling sha256-armv8-apple.S
[887/1206] Compiling sha256-armv8-win.S
[889/1206] Compiling sha256-armv8-linux.S
[890/1206] Compiling sha256-armv4-linux.S
[891/1206] Compiling sha256-586-linux.S
[892/1206] Compiling sha256-586-apple.S
[893/1206] Compiling sha1-x86_64-apple.S
[894/1206] Compiling sha1-x86_64-linux.S
[895/1206] Compiling sha1-armv8-linux.S
[896/1206] Compiling sha1-armv8-win.S
[897/1206] Compiling sha1-armv4-large-linux.S
[898/1206] Compiling sha1-armv8-apple.S
[899/1206] Compiling sha1-586-apple.S
[900/1206] Compiling sha1-586-linux.S
[901/1206] Compiling rsaz-avx2-apple.S
[902/1206] Compiling rsaz-avx2-linux.S
[903/1206] Compiling p256_beeu-x86_64-asm-linux.S
[904/1206] Compiling rdrand-x86_64-linux.S
[905/1206] Compiling rdrand-x86_64-apple.S
[906/1206] Compiling p256_beeu-x86_64-asm-apple.S
[907/1206] Compiling p256_beeu-armv8-asm-win.S
[908/1206] Compiling p256_beeu-armv8-asm-apple.S
[909/1206] Compiling p256_beeu-armv8-asm-linux.S
[910/1206] Compiling p256-x86_64-asm-linux.S
[911/1206] Compiling p256-x86_64-asm-apple.S
[912/1206] Compiling p256-armv8-asm-win.S
[913/1206] Compiling p256-armv8-asm-linux.S
[914/1206] Compiling p256-armv8-asm-apple.S
[915/1206] Compiling ghashv8-armv8-linux.S
[916/1206] Compiling ghashv8-armv8-win.S
[917/1206] Compiling ghashv8-armv8-apple.S
[918/1206] Compiling ghash-x86_64-linux.S
[919/1206] Compiling ghashv8-armv7-linux.S
[920/1206] Compiling ghash-x86-linux.S
[921/1206] Compiling ghash-ssse3-x86_64-linux.S
[921/1206] Compiling ghash-x86_64-apple.S
[923/1206] Compiling ghash-x86-apple.S
[924/1206] Compiling ghash-ssse3-x86_64-apple.S
[925/1206] Compiling ghash-ssse3-x86-linux.S
[926/1206] Compiling ghash-ssse3-x86-apple.S
[927/1206] Compiling ghash-neon-armv8-linux.S
[928/1206] Compiling ghash-neon-armv8-win.S
[929/1206] Compiling ghash-neon-armv8-apple.S
[930/1206] Compiling ghash-armv4-linux.S
[931/1206] Compiling co-586-linux.S
[932/1206] Compiling bn-armv8-win.S
[933/1206] Compiling co-586-apple.S
[934/1206] Compiling bsaes-armv7-linux.S
[935/1206] Compiling bn-armv8-linux.S
[936/1206] Compiling bn-armv8-apple.S
[937/1206] Compiling bn-586-linux.S
[938/1206] Compiling bn-586-apple.S
[939/1206] Compiling armv8-mont-win.S
[940/1206] Compiling armv8-mont-linux.S
[941/1206] Compiling armv8-mont-apple.S
[942/1206] Compiling armv4-mont-linux.S
[943/1206] Compiling aesv8-gcm-armv8-win.S
[944/1206] Compiling aesv8-gcm-armv8-linux.S
[945/1206] Compiling aesv8-armv8-win.S
[946/1206] Compiling aesv8-armv7-linux.S
[947/1206] Compiling aesv8-armv8-apple.S
[948/1206] Compiling aesv8-gcm-armv8-apple.S
[949/1206] Compiling aesv8-armv8-linux.S
[950/1206] Compiling aesni-x86_64-apple.S
[951/1206] Compiling aesni-x86-linux.S
[952/1206] Compiling aesni-x86-apple.S
[953/1206] Compiling aesni-x86_64-linux.S
[954/1206] Compiling aesni-gcm-x86_64-linux.S
[955/1206] Compiling aesni-gcm-x86_64-apple.S
[956/1206] Compiling aes-gcm-avx10-x86_64-apple.S
[957/1206] Compiling aes-gcm-avx10-x86_64-linux.S
[958/1206] Compiling x_x509a.cc
[959/1206] Compiling x_x509.cc
[960/1206] Compiling c-nioatomics.c
[961/1206] Compiling x_val.cc
[962/1206] Compiling x_spki.cc
[963/1206] Compiling x_sig.cc
[964/1206] Compiling x_req.cc
[965/1206] Compiling x_pubkey.cc
[966/1206] Compiling x_name.cc
[967/1206] Compiling c-atomics.c
[968/1206] Compiling x_algor.cc
[969/1206] Compiling x_exten.cc
[970/1212] Compiling x_attrib.cc
[971/1212] Compiling x_crl.cc
[973/1212] Compiling NIOConcurrencyHelpers lock.swift
[973/1212] Compiling x_all.cc
[974/1212] Compiling x509spki.cc
[976/1212] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[977/1212] Compiling NIOConcurrencyHelpers NIOLock.swift
[978/1212] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[979/1212] Compiling NIOConcurrencyHelpers atomics.swift
[980/1212] Emitting module NIOConcurrencyHelpers
[980/1213] Compiling x509name.cc
[982/1213] Compiling x509_vfy.cc
[983/1213] Compiling x509rset.cc
[984/1213] Compiling x509cset.cc
[985/1213] Compiling x509_vpm.cc
[986/1213] Compiling x509_txt.cc
[987/1239] Compiling x509_v3.cc
[989/1239] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[990/1239] Compiling ConsoleKitTerminal ConsoleClear.swift
[991/1239] Compiling ConsoleKitTerminal Console+Ask.swift
[992/1239] Compiling ConsoleKitTerminal Console+Choose.swift
[993/1239] Emitting module ConsoleKitTerminal
[994/1242] Compiling ConsoleKitTerminal Console+Wait.swift
[995/1242] Compiling ConsoleKitTerminal ConsoleColor.swift
[996/1242] Compiling ConsoleKitTerminal ConsoleStyle.swift
[997/1242] Compiling ConsoleKitTerminal Console+Confirm.swift
[998/1242] Compiling ConsoleKitTerminal Console+Input.swift
[999/1242] Compiling ConsoleKitTerminal Console+Center.swift
[1000/1242] Compiling ConsoleKitTerminal Console+Output.swift
[1000/1242] Compiling x509_trs.cc
[1002/1242] Compiling ConsoleKitTerminal CustomActivity.swift
[1003/1242] Compiling ConsoleKitTerminal LoadingBar.swift
[1004/1242] Compiling ConsoleKitTerminal ProgressBar.swift
[1005/1242] Compiling ConsoleKitTerminal Console+Clear.swift
[1005/1242] Compiling x509_set.cc
[1006/1242] Compiling ConsoleKitTerminal ActivityBar.swift
[1007/1242] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1008/1242] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1009/1242] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1010/1242] Compiling x509_ext.cc
[1011/1242] Compiling x509_obj.cc
[1012/1242] Compiling x509_req.cc
[1014/1242] Compiling ConsoleKitTerminal Console.swift
[1015/1242] Compiling ConsoleKitTerminal Terminal.swift
[1016/1242] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1017/1242] Compiling ConsoleKitTerminal ConsoleText.swift
[1018/1242] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1019/1242] Compiling ConsoleKitTerminal ANSI.swift
[1019/1242] Compiling x509_lu.cc
[1020/1242] Compiling x509_def.cc
[1021/1242] Compiling x509_cmp.cc
[1022/1242] Compiling x509_d2.cc
[1024/1242] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1025/1242] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1026/1242] Compiling ConsoleKitTerminal LoggerFragment.swift
[1027/1243] Compiling v3_skey.cc
[1028/1243] Compiling x509.cc
[1029/1243] Compiling v3_purp.cc
[1030/1256] Compiling x509_att.cc
[1031/1265] Compiling v3_utl.cc
[1032/1265] Compiling v3_prn.cc
[1034/1265] Emitting module ConsoleKitCommands
[1035/1267] Compiling ConsoleKitCommands CommandSignature.swift
[1036/1267] Compiling ConsoleKitCommands Flag.swift
[1037/1267] Compiling ConsoleKitCommands Option.swift
[1037/1267] Compiling v3_pcons.cc
[1038/1267] Compiling v3_pmaps.cc
[1040/1267] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1041/1267] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1042/1267] Compiling ConsoleKitCommands Argument.swift
[1043/1267] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1044/1267] Compiling ConsoleKitCommands Utilities.swift
[1045/1267] Compiling ConsoleKitCommands AsyncCommands.swift
[1046/1267] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1047/1267] Compiling ConsoleKitCommands AnyCommand.swift
[1048/1267] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1049/1267] Compiling ConsoleKitCommands AsyncCommand.swift
[1050/1267] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1051/1267] Compiling ConsoleKitCommands Command.swift
[1052/1267] Compiling ConsoleKitCommands CommandContext.swift
[1053/1267] Compiling ConsoleKitCommands CommandError.swift
[1053/1267] Compiling v3_ocsp.cc
[1054/1267] Compiling v3_lib.cc
[1055/1267] Compiling v3_int.cc
[1056/1267] Compiling v3_ncons.cc
[1057/1267] Compiling v3_info.cc
[1058/1267] Compiling v3_extku.cc
[1059/1267] Compiling v3_genn.cc
[1060/1267] Compiling v3_ia5.cc
[1061/1267] Compiling v3_enum.cc
[1062/1267] Compiling v3_conf.cc
[1063/1267] Compiling v3_crld.cc
[1064/1267] Compiling v3_cpols.cc
[1065/1267] Compiling v3_bitst.cc
[1067/1267] Compiling ConsoleKitCommands Console+Run.swift
[1068/1267] Compiling ConsoleKitCommands ConsoleError.swift
[1069/1267] Compiling ConsoleKitCommands Completion.swift
[1070/1267] Compiling ConsoleKitCommands CommandGroup.swift
[1071/1267] Compiling ConsoleKitCommands CommandInput.swift
[1072/1267] Compiling ConsoleKitCommands Commands.swift
[1073/1268] Compiling v3_alt.cc
[1074/1268] Compiling v3_bcons.cc
[1075/1268] Compiling t_x509a.cc
[1076/1270] Compiling v3_akeya.cc
[1078/1270] Emitting module ConsoleKit
[1079/1270] Compiling ConsoleKit Exports.swift
[1079/1271] Compiling v3_akey.cc
[1080/1271] Compiling t_x509.cc
[1082/1271] Compiling t_req.cc
[1083/1271] Compiling i2d_pr.cc
[1084/1271] Compiling t_crl.cc
[1085/1271] Compiling rsa_pss.cc
[1086/1271] Compiling policy.cc
[1087/1271] Compiling name_print.cc
[1088/1271] Compiling by_dir.cc
[1089/1271] Compiling algorithm.cc
[1090/1271] Compiling asn1_gen.cc
[1091/1271] Compiling by_file.cc
[1092/1271] Compiling a_digest.cc
[1093/1271] Compiling trust_token.cc
[1094/1271] Compiling a_verify.cc
[1095/1271] Compiling voprf.cc
[1096/1271] Compiling a_sign.cc
[1097/1271] Compiling thread_none.cc
[1098/1271] Compiling thread_win.cc
[1099/1271] Compiling thread_pthread.cc
[1100/1271] Compiling thread.cc
[1101/1271] Compiling slhdsa.cc
[1102/1271] Compiling stack.cc
[1103/1271] Compiling wots.cc
[1104/1271] Compiling pmbtoken.cc
[1105/1271] Compiling siphash.cc
[1106/1271] Compiling merkle.cc
[1107/1271] Compiling sha512.cc
[1108/1271] Compiling thash.cc
[1109/1271] Compiling sha1.cc
[1110/1271] Compiling fors.cc
[1111/1271] Compiling sha256.cc
[1112/1271] Compiling rc4.cc
[1113/1271] Compiling rsa_extra.cc
[1114/1271] Compiling rsa_print.cc
[1115/1271] Compiling rsa_asn1.cc
[1116/1271] Compiling refcount.cc
[1117/1271] Compiling windows.cc
[1118/1271] Compiling rsa_crypt.cc
[1119/1271] Compiling trusty.cc
[1120/1271] Compiling getentropy.cc
[1121/1271] Compiling urandom.cc
[1122/1271] Compiling rand_extra.cc
[1123/1271] Compiling passive.cc
[1124/1271] Compiling ios.cc
[1125/1271] Compiling forkunsafe.cc
[1126/1271] Compiling deterministic.cc
[1127/1271] Compiling poly1305_arm_asm.S
[1128/1271] Compiling fork_detect.cc
[1129/1271] Compiling poly1305.cc
[1130/1271] Compiling pool.cc
[1131/1271] Compiling poly1305_arm.cc
[1132/1271] Compiling poly1305_vec.cc
[1133/1271] Compiling pkcs8.cc
[1134/1271] Compiling pkcs7.cc
[1135/1271] Compiling pkcs8_x509.cc
[1136/1271] Compiling pem_x509.cc
[1137/1271] Compiling pkcs7_x509.cc
[1138/1271] Compiling pem_xaux.cc
[1139/1271] Compiling p5_pbev2.cc
[1140/1271] Compiling pem_pkey.cc
[1141/1271] Compiling pem_pk8.cc
[1142/1271] Compiling obj_xref.cc
[1143/1271] Compiling pem_oth.cc
[1144/1271] Compiling mldsa.cc
[1145/1271] Compiling mlkem.cc
[1146/1271] Compiling pem_info.cc
[1147/1271] Compiling obj.cc
[1148/1271] Compiling pem_lib.cc
[1149/1271] Compiling pem_all.cc
[1150/1271] Compiling mem.cc
[1151/1271] Compiling lhash.cc
[1152/1271] Compiling fips_shared_support.cc
[1153/1271] Compiling md4.cc
[1153/1271] Compiling poly_rq_mul.S
[1155/1271] Compiling md5.cc
[1156/1271] Compiling kyber.cc
[1157/1271] Compiling hpke.cc
[1158/1271] Compiling hrss.cc
[1159/1271] Compiling sign.cc
[1160/1271] Compiling ex_data.cc
[1161/1271] Compiling scrypt.cc
[1162/1271] Compiling p_x25519.cc
[1163/1271] Compiling p_x25519_asn1.cc
[1164/1271] Compiling pbkdf.cc
[1165/1271] Compiling print.cc
[1166/1271] Compiling p_rsa_asn1.cc
[1167/1271] Compiling p_hkdf.cc
[1168/1271] Compiling p_rsa.cc
[1169/1271] Compiling p_ed25519_asn1.cc
[1170/1271] Compiling p_ed25519.cc
[1171/1271] Compiling p_ec.cc
[1172/1271] Compiling p_ec_asn1.cc
[1173/1271] Compiling p_dh_asn1.cc
[1174/1271] Compiling p_dsa_asn1.cc
[1175/1271] Compiling p_dh.cc
[1176/1271] Compiling evp_ctx.cc
[1177/1271] Compiling evp.cc
[1178/1271] Compiling evp_asn1.cc
[1179/1271] Compiling engine.cc
[1180/1271] Compiling err.cc
[1181/1271] Compiling ecdh_extra.cc
[1182/1271] Compiling ecdsa_asn1.cc
[1183/1271] Compiling hash_to_curve.cc
[1184/1271] Compiling ec_derive.cc
[1185/1271] Compiling dsa_asn1.cc
[1186/1271] Compiling ec_asn1.cc
[1187/1271] Compiling params.cc
[1188/1271] Compiling des.cc
[1189/1271] Compiling dsa.cc
[1189/1271] Compiling digest_extra.cc
[1191/1271] Compiling x25519-asm-arm.S
[1192/1271] Compiling dh_asn1.cc
[1193/1271] Compiling spake25519.cc
[1194/1271] Compiling cpu_intel.cc
[1195/1271] Compiling crypto.cc
[1196/1271] Compiling cpu_aarch64_win.cc
[1197/1271] Compiling cpu_aarch64_sysreg.cc
[1198/1271] Compiling cpu_arm_freebsd.cc
[1199/1271] Compiling cpu_arm_linux.cc
[1200/1271] Compiling cpu_aarch64_openbsd.cc
[1201/1271] Compiling bcm.cc
[1202/1271] Compiling curve25519.cc
[1203/1271] Compiling cpu_aarch64_linux.cc
[1204/1271] Compiling cpu_aarch64_fuchsia.cc
[1205/1271] Compiling e_tls.cc
[1206/1271] Compiling cpu_aarch64_apple.cc
[1207/1271] Compiling curve25519_64_adx.cc
[1208/1271] Compiling conf.cc
[1209/1271] Compiling tls_cbc.cc
[1210/1271] Compiling e_rc4.cc
[1211/1271] Compiling e_rc2.cc
[1212/1271] Compiling e_des.cc
[1213/1271] Compiling e_null.cc
[1214/1271] Compiling e_aesgcmsiv.cc
[1215/1271] Compiling e_chacha20poly1305.cc
[1216/1271] Compiling derive_key.cc
[1217/1271] Compiling e_aesctrhmac.cc
[1218/1271] Compiling cipher_extra.cc
[1219/1271] Compiling chacha.cc
[1220/1271] Compiling unicode.cc
[1221/1271] Compiling ber.cc
[1222/1271] Compiling buf.cc
[1223/1271] Compiling asn1_compat.cc
[1224/1271] Compiling convert.cc
[1225/1271] Compiling bn_asn1.cc
[1226/1271] Compiling cbs.cc
[1227/1271] Compiling cbb.cc
[1228/1271] Compiling blake2.cc
[1229/1271] Compiling printf.cc
[1230/1271] Compiling bio_mem.cc
[1231/1271] Compiling hexdump.cc
[1232/1271] Compiling errno.cc
[1233/1271] Compiling file.cc
[1234/1271] Compiling fd.cc
[1235/1271] Compiling pair.cc
[1236/1271] Compiling bio.cc
[1237/1271] Compiling tasn_typ.cc
[1238/1271] Compiling base64.cc
[1239/1271] Compiling tasn_utl.cc
[1240/1271] Compiling tasn_fre.cc
[1241/1271] Compiling tasn_enc.cc
[1242/1271] Compiling f_string.cc
[1243/1271] Compiling asn_pack.cc
[1244/1271] Compiling f_int.cc
[1245/1271] Compiling posix_time.cc
[1246/1271] Compiling tasn_new.cc
[1247/1271] Compiling tasn_dec.cc
[1248/1271] Compiling asn1_par.cc
[1249/1271] Compiling a_utctm.cc
[1250/1271] Compiling asn1_lib.cc
[1251/1271] Compiling a_time.cc
[1252/1271] Compiling a_type.cc
[1253/1271] Compiling a_strnid.cc
[1254/1271] Compiling a_octet.cc
[1255/1271] Compiling a_strex.cc
[1256/1271] Compiling a_int.cc
[1257/1271] Compiling a_object.cc
[1258/1271] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1258/1271] Write sources
[1264/1271] Compiling a_gentm.cc
[1265/1271] Compiling a_i2d_fp.cc
[1266/1271] Compiling a_dup.cc
[1267/1271] Compiling a_mbstr.cc
[1268/1322] Compiling a_d2i_fp.cc
[1269/1339] Compiling a_bool.cc
[1271/1368] Compiling Algorithms EitherSequence.swift
[1272/1368] Compiling Algorithms FirstNonNil.swift
[1273/1368] Compiling Algorithms FlattenCollection.swift
[1273/1370] Compiling a_bitstr.cc
[1275/1370] Compiling Algorithms Joined.swift
[1276/1370] Compiling Algorithms Keyed.swift
[1277/1370] Compiling Algorithms MinMax.swift
[1278/1370] Compiling Algorithms RandomSample.swift
[1279/1370] Compiling Algorithms Reductions.swift
[1280/1370] Compiling Algorithms Rotate.swift
[1281/1378] Compiling Atomics IntegerOperations.swift
[1282/1378] Compiling Atomics Unmanaged extensions.swift
[1283/1378] Compiling Algorithms Grouped.swift
[1284/1378] Compiling Algorithms Indexed.swift
[1285/1378] Compiling Algorithms Intersperse.swift
[1290/1378] Compiling Algorithms Product.swift
[1291/1378] Compiling Algorithms Split.swift
[1292/1378] Compiling Algorithms Stride.swift
[1293/1378] Compiling Algorithms Suffix.swift
[1294/1378] Compiling BitCollections BitSet+Invariants.swift
[1295/1378] Compiling BitCollections BitSet+Random.swift
[1296/1378] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1297/1378] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1298/1378] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1299/1378] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1303/1388] Compiling Algorithms AdjacentPairs.swift
[1304/1388] Compiling Algorithms Chain.swift
[1305/1388] Compiling Algorithms Chunked.swift
[1306/1388] Compiling Algorithms Combinations.swift
[1307/1388] Compiling Algorithms Compacted.swift
[1308/1388] Compiling Algorithms Cycle.swift
[1311/1388] Emitting module BitCollections
[1312/1388] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1313/1388] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1314/1388] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1315/1388] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1316/1388] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1317/1388] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1318/1388] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1319/1388] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1320/1388] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1321/1388] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1322/1388] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1323/1388] Compiling BitCollections BitSet+SetAlgebra union.swift
[1324/1388] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1325/1388] Compiling BitCollections BitSet.Counted.swift
[1329/1388] Compiling CryptoBoringWrapper RandomBytes.swift
[1338/1388] Compiling BitCollections BitArray+RandomBits.swift
[1339/1388] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[1340/1388] Compiling BitCollections BitArray+Shifts.swift
[1341/1388] Compiling BitCollections BitArray+Testing.swift
[1342/1388] Compiling BitCollections BitArray._UnsafeHandle.swift
[1343/1388] Compiling BitCollections BitArray.swift
[1344/1388] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1345/1388] Compiling BitCollections BitSet+Codable.swift
[1352/1388] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1353/1388] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1354/1388] Compiling CryptoBoringWrapper EllipticCurve.swift
[1355/1388] Compiling BitCollections BitSet.Index.swift
[1356/1388] Compiling BitCollections BitSet._UnsafeHandle.swift
[1357/1388] Compiling BitCollections BitSet.swift
[1358/1388] Compiling BitCollections Range+Utilities.swift
[1359/1388] Compiling BitCollections Slice+Utilities.swift
[1360/1388] Compiling BitCollections UInt+Tricks.swift
[1361/1388] Compiling BitCollections _Word.swift
[1370/1389] Emitting module CryptoBoringWrapper
[1371/1389] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1372/1389] Compiling Algorithms Trim.swift
[1373/1389] Compiling Algorithms Unique.swift
[1374/1389] Compiling Algorithms Windows.swift
[1376/1389] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1377/1389] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1379/1392] Emitting module Atomics
[1380/1392] Compiling Collections Collections.swift
[1381/1392] Emitting module Collections
[1383/1429] Compiling Crypto HPKE-Ciphersuite.swift
[1384/1429] Compiling Crypto HPKE-KDF.swift
[1385/1429] Compiling Crypto HPKE-KexKeyDerivation.swift
[1386/1429] Compiling Crypto HPKE-LabeledExtract.swift
[1391/1464] Compiling Crypto HPKE-Utils.swift
[1392/1464] Compiling Crypto DHKEM.swift
[1394/1524] Emitting module Algorithms
[1396/1525] Emitting module Crypto
[1397/1534] Compiling Crypto PKCS8PrivateKey.swift
[1398/1534] Compiling Crypto SEC1PrivateKey.swift
[1399/1534] Compiling Crypto SubjectPublicKeyInfo.swift
[1400/1534] Compiling Crypto CryptoKitErrors.swift
[1401/1534] Compiling Crypto Digest_boring.swift
[1402/1534] Compiling Crypto Digest.swift
[1403/1534] Compiling Crypto Digests.swift
[1404/1534] Compiling Crypto HashFunctions.swift
[1405/1534] Compiling Crypto HashFunctions_SHA2.swift
[1406/1534] Compiling Crypto HPKE-AEAD.swift
[1407/1534] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1408/1534] Compiling NIOCore ByteBuffer-conversions.swift
[1409/1534] Compiling NIOCore ByteBuffer-core.swift
[1410/1534] Compiling NIOCore ByteBuffer-hex.swift
[1411/1534] Compiling NIOCore ByteBuffer-int.swift
[1412/1534] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1413/1534] Compiling NIOCore ChannelPipeline.swift
[1414/1534] Compiling NIOCore CircularBuffer.swift
[1415/1534] Compiling NIOCore Codec.swift
[1416/1534] Compiling NIOCore ConvenienceOptionSupport.swift
[1417/1534] Compiling NIOCore DeadChannel.swift
[1418/1534] Compiling NIOCore DispatchQueue+WithFuture.swift
[1419/1534] Compiling NIOCore EventLoop+Deprecated.swift
[1420/1534] Compiling NIOCore EventLoop+SerialExecutor.swift
[1421/1534] Compiling NIOCore GlobalSingletons.swift
[1422/1534] Compiling NIOCore IO.swift
[1423/1534] Compiling NIOCore IOData.swift
[1424/1534] Compiling NIOCore IPProtocol.swift
[1425/1534] Compiling NIOCore IntegerBitPacking.swift
[1426/1534] Compiling NIOCore IntegerTypes.swift
[1427/1534] Compiling NIOCore MarkedCircularBuffer.swift
[1428/1534] Compiling NIOCore MulticastChannel.swift
[1429/1534] Compiling NIOCore NIOAny.swift
[1430/1534] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1431/1534] Compiling NIOCore NIOLoopBound.swift
[1432/1534] Compiling NIOCore NIOScheduledCallback.swift
[1433/1534] Compiling NIOCore NIOSendable.swift
[1434/1534] Compiling NIOCore RecvByteBufferAllocator.swift
[1435/1534] Compiling Crypto ASN1BitString.swift
[1436/1534] Compiling Crypto ASN1Boolean.swift
[1445/1542] Compiling NIOCore Interfaces.swift
[1446/1542] Compiling NIOCore Linux.swift
[1447/1542] Compiling NIOCore EventLoop.swift
[1448/1542] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1449/1542] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1450/1542] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1451/1542] Compiling NIOCore EventLoopFuture.swift
[1452/1542] Compiling NIOCore FileDescriptor.swift
[1453/1542] Compiling NIOCore FileHandle.swift
[1454/1542] Compiling NIOCore FileRegion.swift
[1455/1542] Compiling NIOCore AddressedEnvelope.swift
[1456/1542] Compiling NIOCore AsyncAwaitSupport.swift
[1457/1542] Compiling NIOCore AsyncChannel.swift
[1458/1542] Compiling NIOCore AsyncChannelHandler.swift
[1459/1542] Compiling NIOCore AsyncChannelInboundStream.swift
[1460/1542] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1461/1542] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1462/1542] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1463/1542] Compiling NIOCore NIOAsyncWriter.swift
[1464/1542] Compiling NIOCore ByteBuffer-multi-int.swift
[1473/1542] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1474/1542] Compiling NIOCore ByteBuffer-views.swift
[1475/1542] Compiling NIOCore Channel.swift
[1476/1542] Compiling NIOCore ChannelHandler.swift
[1477/1542] Compiling NIOCore ChannelHandlers.swift
[1478/1542] Compiling NIOCore ChannelInvoker.swift
[1479/1542] Compiling NIOCore ChannelOption.swift
[1480/1542] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1481/1542] Compiling NIOCore BSDSocketAPI.swift
[1482/1542] Compiling NIOCore ByteBuffer-aux.swift
[1483/1542] Compiling Crypto Signature.swift
[1484/1542] Compiling Crypto CryptoKitErrors_boring.swift
[1485/1542] Compiling Crypto RNG_boring.swift
[1486/1542] Compiling Crypto SafeCompare_boring.swift
[1487/1542] Compiling Crypto Zeroization_boring.swift
[1488/1542] Compiling Crypto PrettyBytes.swift
[1489/1542] Compiling Crypto SafeCompare.swift
[1490/1542] Compiling Crypto SecureBytes.swift
[1491/1542] Compiling Crypto Zeroization.swift
[1509/1543] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1510/1543] Compiling NIOCore SocketAddresses.swift
[1511/1543] Compiling NIOCore SocketOptionProvider.swift
[1512/1543] Compiling NIOCore SystemCallHelpers.swift
[1513/1543] Compiling NIOCore TimeAmount+Duration.swift
[1514/1543] Compiling NIOCore TypeAssistedChannelHandler.swift
[1515/1543] Compiling NIOCore UniversalBootstrapSupport.swift
[1516/1543] Compiling NIOCore Utilities.swift
[1543/1543] Emitting module NIOCore
[1545/1595] Compiling NIOEmbedded AsyncTestingChannel.swift
[1546/1595] Compiling NIOEmbedded Embedded.swift
[1547/1595] Emitting module NIOEmbedded
[1548/1595] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1550/1596] Compiling NIOPosix SelectableChannel.swift
[1551/1596] Compiling NIOPosix SelectableEventLoop.swift
[1552/1596] Compiling NIOPosix SelectorEpoll.swift
[1553/1596] Compiling NIOPosix SelectorGeneric.swift
[1554/1596] Compiling NIOPosix SelectorKqueue.swift
[1555/1596] Compiling NIOPosix SelectorUring.swift
[1556/1602] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1557/1602] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1558/1602] Compiling NIOPosix PosixSingletons.swift
[1559/1602] Compiling NIOPosix RawSocketBootstrap.swift
[1560/1602] Compiling NIOPosix Resolver.swift
[1561/1602] Compiling NIOPosix Selectable.swift
[1562/1602] Compiling NIOPosix ServerSocket.swift
[1563/1602] Compiling NIOPosix Socket.swift
[1564/1602] Compiling NIOPosix SocketChannel.swift
[1565/1602] Compiling NIOPosix SocketProtocols.swift
[1566/1602] Compiling NIOPosix System.swift
[1567/1602] Compiling NIOPosix Thread.swift
[1568/1602] Compiling NIOPosix IO.swift
[1569/1602] Compiling NIOPosix IntegerBitPacking.swift
[1570/1602] Compiling NIOPosix IntegerTypes.swift
[1571/1602] Compiling NIOPosix Linux.swift
[1572/1602] Compiling NIOPosix LinuxCPUSet.swift
[1573/1602] Compiling NIOPosix LinuxUring.swift
[1574/1602] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1575/1602] Compiling NIOPosix NIOThreadPool.swift
[1576/1602] Compiling NIOPosix NonBlockingFileIO.swift
[1577/1602] Compiling NIOPosix PendingDatagramWritesManager.swift
[1578/1602] Compiling NIOPosix PendingWritesManager.swift
[1579/1602] Compiling NIOPosix PipeChannel.swift
[1580/1602] Compiling NIOPosix PipePair.swift
[1581/1602] Compiling NIOPosix Pool.swift
[1582/1602] Compiling NIOPosix ThreadPosix.swift
[1583/1602] Compiling NIOPosix ThreadWindows.swift
[1584/1602] Compiling NIOPosix UnsafeTransfer.swift
[1585/1602] Compiling NIOPosix Utilities.swift
[1586/1602] Compiling NIOPosix VsockAddress.swift
[1587/1602] Compiling NIOPosix VsockChannelEvents.swift
[1588/1602] Compiling NIOPosix BSDSocketAPICommon.swift
[1589/1602] Compiling NIOPosix BSDSocketAPIPosix.swift
[1590/1602] Compiling NIOPosix BSDSocketAPIWindows.swift
[1591/1602] Compiling NIOPosix BaseSocket.swift
[1592/1602] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1593/1602] Compiling NIOPosix BaseSocketChannel.swift
[1594/1602] Compiling NIOPosix BaseStreamSocketChannel.swift
[1595/1602] Compiling NIOPosix Bootstrap.swift
[1596/1602] Compiling NIOPosix ControlMessage.swift
[1597/1602] Compiling NIOPosix DatagramVectorReadManager.swift
[1598/1602] Compiling NIOPosix Errors+Any.swift
[1599/1602] Compiling NIOPosix FileDescriptor.swift
[1600/1602] Compiling NIOPosix GetaddrinfoResolver.swift
[1601/1602] Compiling NIOPosix HappyEyeballs.swift
[1602/1602] Emitting module NIOPosix
[1604/1662] Emitting module NIO
[1605/1662] Compiling NIO Exports.swift
[1606/1663] Compiling AsyncKit EventLoop+Flatten.swift
[1607/1663] Compiling AsyncKit EventLoop+Future.swift
[1608/1663] Compiling AsyncKit EventLoopGroup+Concurrency.swift
[1610/1665] Compiling AsyncKit EventLoopGroup+Throwing.swift
[1611/1665] Compiling AsyncKit Collection+Flatten.swift
[1612/1665] Compiling AsyncKit EventLoopFutureQueue+Sequence.swift
[1613/1665] Compiling AsyncKit Future+Transform.swift
[1614/1665] Compiling AsyncKit Future+Try.swift
[1615/1665] Compiling AsyncKit FutureOperators.swift
[1616/1706] Compiling NIOTLS TLSEvents.swift
[1617/1706] Compiling _NIOFileSystem ParallelDirCopy.swift
[1618/1706] Compiling _NIOFileSystem ParallelRemoval.swift
[1619/1706] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[1620/1706] Compiling _NIOFileSystem CInterop.swift
[1621/1706] Compiling _NIOFileSystem Errno.swift
[1622/1710] Emitting module NIOTLS
[1623/1710] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1624/1710] Emitting module NIOCronScheduler
[1625/1710] Compiling NIOCronScheduler NIOCronScheduler.swift
[1626/1710] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1627/1710] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1628/1710] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1629/1710] Compiling NIOSOCKS ClientStateMachine.swift
[1630/1710] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1631/1711] Compiling NIOSOCKS SOCKSResponse.swift
[1632/1712] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1633/1712] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1635/1712] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1636/1712] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1637/1712] Compiling AsyncKit Optional+StrictMap.swift
[1638/1712] Compiling AsyncKit Exports.swift
[1641/1712] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1642/1712] Compiling NIOHTTP1 HTTPDecoder.swift
[1643/1712] Compiling NIOHTTP1 HTTPEncoder.swift
[1644/1712] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1645/1712] Emitting module NIOSOCKS
[1646/1712] Compiling NIOSOCKS ServerStateMachine.swift
[1647/1712] Compiling NIOTLS SNIHandler.swift
[1658/1713] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1659/1713] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1660/1714] Emitting module NIOHTTP1
[1662/1717] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1663/1717] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1664/1733] Emitting module NIOFoundationCompat
[1665/1733] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1666/1746] Compiling NIOSSL NIOSSLClientHandler.swift
[1667/1746] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1668/1746] Compiling NIOSSL NIOSSLHandler.swift
[1669/1746] Compiling NIOSSL NIOSSLServerHandler.swift
[1670/1746] Compiling NIOSSL ObjectIdentifier.swift
[1671/1746] Emitting module _NIOFileSystem
[1672/1746] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1673/1746] Compiling _NIOFileSystem Mocking.swift
[1674/1746] Compiling _NIOFileSystem Syscall.swift
[1675/1746] Compiling _NIOFileSystem Syscalls.swift
[1677/1746] Compiling NIOSSL SSLCallbacks.swift
[1678/1746] Compiling NIOSSL SSLCertificate.swift
[1679/1746] Compiling NIOSSL AndroidCABundle.swift
[1680/1746] Compiling NIOSSL ByteBufferBIO.swift
[1681/1768] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1682/1768] Compiling NIOTransportServices NIOTSSingletons.swift
[1683/1768] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1684/1768] Compiling NIOTransportServices StateManagedChannel.swift
[1685/1768] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1686/1768] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1687/1768] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1688/1768] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1691/1768] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1695/1770] Compiling NIOTransportServices NIOTSBootstraps.swift
[1696/1770] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1697/1770] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1698/1770] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1699/1770] Compiling NIOTransportServices NIOTSErrors.swift
[1700/1770] Compiling NIOTransportServices NIOTSEventLoop.swift
[1701/1770] Emitting module NIOTransportServices
[1703/1770] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1704/1770] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1705/1770] Compiling NIOSSL Zeroization.swift
[1706/1770] Compiling NIOSSL SSLPublicKey.swift
[1709/1770] Compiling NIOTransportServices AcceptHandler.swift
[1710/1770] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1711/1770] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1712/1770] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1713/1770] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1714/1770] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1727/1772] Compiling _NIOFileSystem SystemFileHandle.swift
[1728/1772] Compiling _NIOFileSystem Utilities.swift
[1729/1772] Compiling _NIOFileSystem OpenOptions.swift
[1730/1772] Compiling _NIOFileSystem String+FileSystem.swift
[1732/1772] Emitting module AsyncKit
[1733/1837] Emitting module NIOSSL
[1734/1840] Compiling NIOWebSocket WebSocketOpcode.swift
[1735/1841] Emitting module NIOHTTPCompression
[1736/1841] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1737/1841] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[1738/1841] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[1739/1841] Compiling MultipartKit MultipartPart.swift
[1740/1841] Compiling MultipartKit MultipartPartConvertible.swift
[1743/1843] Compiling NIOHPACK IndexedHeaderTable.swift
[1744/1843] Compiling NIOHPACK IntegerCoding.swift
[1745/1844] Emitting module MultipartKit
[1746/1846] Compiling MultipartKit FormDataDecoder.Decoder.swift
[1747/1846] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[1748/1846] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[1749/1846] Compiling MultipartKit BasicCodingKey.swift
[1750/1846] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1751/1846] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1752/1846] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1755/1846] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[1757/1846] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1758/1846] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1759/1846] Compiling NIOSSL SubjectAlternativeName.swift
[1764/1846] Emitting module NIOWebSocket
[1766/1846] Compiling NIOExtras UnsafeTransfer.swift
[1767/1846] Compiling NIOHTTPCompression HTTPDecompression.swift
[1768/1846] Compiling NIOHPACK HuffmanTables.swift
[1769/1846] Compiling NIOHTTPCompression HTTPCompression.swift
[1770/1846] Compiling MultipartKit MultipartError.swift
[1771/1846] Compiling MultipartKit Exports.swift
[1772/1846] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[1773/1846] Compiling MultipartKit FormDataDecoder.swift
[1774/1846] Compiling MultipartKit FormDataEncoder.Encoder.swift
[1778/1846] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1782/1846] Compiling MultipartKit MultipartParser.swift
[1784/1846] Compiling NIOHPACK StaticHeaderTable.swift
[1786/1846] Compiling MultipartKit FormDataEncoder.swift
[1787/1846] Compiling MultipartKit Storage.swift
[1788/1846] Compiling MultipartKit MultipartFormData.swift
[1799/1846] Emitting module NIOHPACK
[1800/1846] Compiling NIOHPACK HuffmanCoding.swift
[1803/1846] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1804/1846] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1805/1847] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1806/1847] Compiling NIOWebSocket WebSocketFrame.swift
[1809/1848] Emitting module NIOExtras
[1811/1848] Compiling MultipartKit MultipartSerializer.swift
[1812/1848] Compiling MultipartKit Utilities.swift
[1837/1914] Compiling NIOFileSystem Exports.swift
[1838/1914] Emitting module NIOFileSystem
[1839/1914] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1840/1914] Emitting module _NIOFileSystemFoundationCompat
[1841/1915] Compiling NIOHTTP2 Error+Any.swift
[1842/1915] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1843/1915] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1844/1915] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1847/1916] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1848/1916] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1849/1917] Compiling NIOHTTP2 SendingHeadersState.swift
[1850/1917] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1851/1917] Compiling NIOHTTP2 SendingRstStreamState.swift
[1852/1917] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1855/1918] Compiling NIOHTTP2 MaySendFrames.swift
[1856/1918] Compiling NIOHTTP2 SendingDataState.swift
[1857/1918] Compiling NIOHTTP2 SendingGoawayState.swift
[1862/1918] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1863/1934] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1864/1934] Compiling WebSocketKit Exports.swift
[1865/1934] Emitting module WebSocketKit
[1866/1934] Compiling WebSocketKit WebSocket+Concurrency.swift
[1867/1934] Compiling WebSocketKit WebSocketClient.swift
[1868/1934] Compiling WebSocketKit WebSocketHandler.swift
[1869/1934] Compiling NIOHTTP2 StateMachineResult.swift
[1870/1934] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1871/1934] Compiling NIOHTTP2 DOSHeuristics.swift
[1875/1934] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1876/1934] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1879/1934] Compiling NIOHTTP2 HasLocalSettings.swift
[1880/1934] Compiling NIOHTTP2 HasRemoteSettings.swift
[1881/1934] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1882/1934] Compiling NIOHTTP2 QuiescingState.swift
[1883/1934] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1884/1934] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1885/1934] Emitting module NIOHTTP2
[1886/1934] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1887/1934] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1888/1934] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1889/1934] Compiling NIOHTTP2 HTTP2StreamID.swift
[1890/1934] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1891/1934] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1892/1934] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1893/1934] Compiling NIOHTTP2 InboundEventBuffer.swift
[1894/1934] Compiling WebSocketKit WebSocket+Connect.swift
[1895/1934] Compiling WebSocketKit WebSocket.swift
[1897/1935] Compiling NIOHTTP2 InboundWindowManager.swift
[1898/1935] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1899/1935] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1900/1935] Compiling NIOHTTP2 StreamChannelList.swift
[1901/1935] Compiling NIOHTTP2 StreamMap.swift
[1902/1935] Compiling NIOHTTP2 StreamStateMachine.swift
[1903/1935] Compiling NIOHTTP2 UnsafeTransfer.swift
[1904/1935] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1905/1935] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1906/1935] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1907/1935] Compiling NIOHTTP2 MayReceiveFrames.swift
[1908/1935] Compiling NIOHTTP2 ReceivingDataState.swift
[1909/1935] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1910/1935] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1911/1935] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1912/1935] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1913/1935] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1914/1935] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1915/1935] Compiling NIOHTTP2 HTTP2Frame.swift
[1916/1935] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1917/1935] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1918/1935] Compiling NIOHTTP2 HTTP2PingData.swift
[1919/1935] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1920/1935] Compiling NIOHTTP2 HTTP2Settings.swift
[1921/1935] Compiling NIOHTTP2 HTTP2Stream.swift
[1928/1936] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1929/1936] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1930/1936] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1931/1936] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1932/1936] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1933/1936] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1934/1936] Compiling NIOHTTP2 HTTP2Error.swift
[1935/1936] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1938/1996] Emitting module AsyncHTTPClient
[1939/2004] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1940/2004] Compiling AsyncHTTPClient ConnectionTarget.swift
[1941/2004] Compiling AsyncHTTPClient DeconstructedURL.swift
[1942/2004] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1943/2004] Compiling AsyncHTTPClient FoundationExtensions.swift
[1944/2004] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1945/2004] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1946/2004] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1947/2004] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1948/2004] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1949/2004] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1950/2004] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1951/2004] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1952/2004] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1953/2004] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1954/2004] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1955/2004] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1956/2004] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1957/2004] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1958/2004] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1959/2004] Compiling AsyncHTTPClient HTTP1Connection.swift
[1960/2004] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1961/2004] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1962/2004] Compiling AsyncHTTPClient HTTP2Connection.swift
[1963/2004] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1964/2004] Compiling AsyncHTTPClient RequestBag.swift
[1965/2004] Compiling AsyncHTTPClient RequestValidation.swift
[1966/2004] Compiling AsyncHTTPClient SSLContextCache.swift
[1967/2004] Compiling AsyncHTTPClient Scheme.swift
[1968/2004] Compiling AsyncHTTPClient Singleton.swift
[1969/2004] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1970/2004] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1971/2004] Compiling AsyncHTTPClient Utils.swift
[1972/2004] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1973/2004] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1974/2004] Compiling AsyncHTTPClient Transaction.swift
[1975/2004] Compiling AsyncHTTPClient Base64.swift
[1976/2004] Compiling AsyncHTTPClient BasicAuth.swift
[1977/2004] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1978/2004] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1979/2004] Compiling AsyncHTTPClient ConnectionPool.swift
[1980/2004] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1981/2004] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1982/2004] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1983/2004] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1984/2004] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1985/2004] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1986/2004] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1987/2004] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1988/2004] Compiling AsyncHTTPClient RequestBodyLength.swift
[1989/2004] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1990/2004] Compiling AsyncHTTPClient RequestOptions.swift
[1991/2004] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1992/2004] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1993/2004] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1994/2004] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1995/2004] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1996/2004] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1997/2004] Compiling AsyncHTTPClient HTTPClient.swift
[1998/2004] Compiling AsyncHTTPClient HTTPHandler.swift
[1999/2004] Compiling AsyncHTTPClient LRUCache.swift
[2000/2004] Compiling AsyncHTTPClient NWErrorHandler.swift
[2001/2004] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2002/2004] Compiling AsyncHTTPClient TLSConfiguration.swift
[2003/2004] Compiling AsyncHTTPClient RedirectState.swift
[2004/2004] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2006/2174] Compiling Vapor Application.swift
[2007/2174] Compiling Vapor AuthenticationCache.swift
[2008/2174] Compiling Vapor Authenticator.swift
[2009/2174] Compiling Vapor BasicAuthorization.swift
[2010/2174] Compiling Vapor BearerAuthorization.swift
[2011/2174] Compiling Vapor GuardMiddleware.swift
[2012/2174] Compiling Vapor RedirectMiddleware.swift
[2013/2174] Compiling Vapor SessionAuthenticatable.swift
[2014/2174] Compiling Vapor Bcrypt.swift
[2015/2174] Compiling Vapor Application+Cache.swift
[2016/2174] Compiling Vapor Cache.swift
[2017/2174] Compiling Vapor CacheExpirationTime.swift
[2018/2174] Compiling Vapor MemoryCache.swift
[2019/2174] Compiling Vapor Request+Cache.swift
[2020/2174] Compiling Vapor Application+Clients.swift
[2021/2174] Compiling Vapor Client.swift
[2022/2174] Compiling Vapor ClientRequest.swift
[2023/2174] Compiling Vapor ClientResponse.swift
[2024/2174] Compiling Vapor Request+Client.swift
[2025/2174] Compiling Vapor BootCommand.swift
[2026/2174] Compiling Vapor CommandContext+Application.swift
[2027/2174] Compiling Vapor RoutesCommand.swift
[2028/2174] Compiling Vapor ServeCommand.swift
[2029/2174] Compiling Vapor AnyResponse+Concurrency.swift
[2030/2198] Emitting module Vapor
[2031/2222] Compiling Vapor Bytes+Hex.swift
[2032/2222] Compiling Vapor Bytes+SecureCompare.swift
[2033/2222] Compiling Vapor Collection+Safe.swift
[2034/2222] Compiling Vapor DataProtocol+Copy.swift
[2035/2222] Compiling Vapor DecoderUnwrapper.swift
[2036/2222] Compiling Vapor DirectoryConfiguration.swift
[2037/2222] Compiling Vapor DotEnv.swift
[2038/2222] Compiling Vapor Extendable.swift
[2039/2222] Compiling Vapor File.swift
[2040/2222] Compiling Vapor FileIO.swift
[2041/2222] Compiling Vapor LifecycleHandler.swift
[2042/2222] Compiling Vapor OptionalType.swift
[2043/2222] Compiling Vapor RFC1123.swift
[2044/2222] Compiling Vapor SocketAddress+Hostname.swift
[2045/2222] Compiling Vapor Storage.swift
[2046/2222] Compiling Vapor String+IsIPAddress.swift
[2047/2222] Compiling Vapor Thread.swift
[2048/2222] Compiling Vapor URI.swift
[2049/2222] Compiling Vapor RangeResult.swift
[2050/2222] Compiling Vapor Validatable.swift
[2051/2222] Compiling Vapor Validation.swift
[2052/2222] Compiling Vapor ValidationKey.swift
[2053/2222] Compiling Vapor Validations.swift
[2054/2222] Compiling Vapor ValidationsError.swift
[2055/2222] Compiling Vapor AsyncBasicResponder.swift
[2056/2222] Compiling Vapor AsyncMiddleware.swift
[2057/2222] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2058/2222] Compiling Vapor AsyncSessionDriver.swift
[2059/2222] Compiling Vapor Authentication+Concurrency.swift
[2060/2222] Compiling Vapor Cache+Concurrency.swift
[2061/2222] Compiling Vapor Client+Concurrency.swift
[2062/2222] Compiling Vapor RequestBody+Concurrency.swift
[2063/2222] Compiling Vapor Responder+Concurrency.swift
[2064/2222] Compiling Vapor ResponseCodable+Concurrency.swift
[2065/2222] Compiling Vapor RoutesBuilder+Concurrency.swift
[2066/2222] Compiling Vapor ViewRenderer+Concurrency.swift
[2067/2222] Compiling Vapor WebSocket+Concurrency.swift
[2068/2222] Compiling Vapor ContainerGetPathExecutor.swift
[2069/2222] Compiling Vapor Content.swift
[2070/2222] Compiling Vapor ContentCoders.swift
[2071/2222] Compiling Vapor ContentConfiguration.swift
[2072/2222] Compiling Vapor ContentContainer.swift
[2073/2222] Compiling Vapor JSONCoder+Custom.swift
[2074/2222] Compiling Vapor JSONCoders+Content.swift
[2075/2222] Compiling Vapor PlaintextDecoder.swift
[2076/2222] Compiling Vapor PlaintextEncoder.swift
[2077/2222] Compiling Vapor URLQueryCoders.swift
[2078/2222] Compiling Vapor URLQueryContainer.swift
[2079/2222] Compiling Vapor HTTPStatus.swift
[2080/2222] Compiling Vapor HTTPCookies.swift
[2081/2222] Compiling Vapor HTTPHeaderCacheControl.swift
[2082/2222] Compiling Vapor HTTPHeaderExpires.swift
[2083/2222] Compiling Vapor HTTPHeaderLastModified.swift
[2084/2222] Compiling Vapor HTTPHeaders+Cache.swift
[2085/2222] Compiling Vapor HTTPHeaders+Connection.swift
[2086/2222] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2087/2222] Compiling Vapor HTTPHeaders+ContentRange.swift
[2088/2222] Compiling Vapor HTTPHeaders+Directive.swift
[2089/2222] Compiling Vapor HTTPHeaders+Forwarded.swift
[2090/2222] Compiling Vapor HTTPHeaders+Link.swift
[2091/2222] Compiling Vapor HTTPHeaders+Name.swift
[2092/2222] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2093/2222] Compiling Vapor HTTPHeaders.swift
[2094/2222] Compiling Vapor HTTPMediaType.swift
[2095/2222] Compiling Vapor HTTPMediaTypePreference.swift
[2096/2222] Compiling Vapor Responder.swift
[2097/2222] Compiling Vapor Application+HTTP+Server.swift
[2098/2222] Compiling Vapor HTTPServer.swift
[2099/2222] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2100/2222] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2101/2222] Compiling Vapor HTTPServerHandler.swift
[2102/2222] Compiling Vapor HTTPServerRequestDecoder.swift
[2103/2222] Compiling Vapor Core.swift
[2104/2222] Compiling Vapor Running.swift
[2105/2222] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2106/2222] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2107/2222] Compiling Vapor DotEnvFile+load.swift
[2108/2222] Compiling Vapor Routes+caseInsenstive.swift
[2109/2222] Compiling Vapor Validatable+validate.swift
[2110/2222] Compiling Vapor Environment+Process.swift
[2111/2222] Compiling Vapor Environment+Secret.swift
[2112/2222] Compiling Vapor Environment.swift
[2113/2222] Compiling Vapor Abort.swift
[2114/2222] Compiling Vapor AbortError.swift
[2115/2222] Compiling Vapor DebuggableError.swift
[2116/2222] Compiling Vapor Demangler.swift
[2117/2222] Compiling Vapor ErrorSource.swift
[2118/2222] Compiling Vapor StackTrace.swift
[2119/2222] Compiling Vapor Exports.swift
[2120/2222] Compiling Vapor Application+HTTP.swift
[2121/2222] Compiling Vapor BasicResponder.swift
[2122/2222] Compiling Vapor BodyStream.swift
[2123/2222] Compiling Vapor Application+HTTP+Client.swift
[2124/2222] Compiling Vapor EventLoopHTTPClient.swift
[2125/2222] Compiling Vapor EndpointCache.swift
[2126/2222] Compiling Vapor HTTPMethod+String.swift
[2127/2222] Compiling Vapor Request+Body.swift
[2128/2222] Compiling Vapor Request+BodyStream.swift
[2129/2222] Compiling Vapor Request.swift
[2130/2222] Compiling Vapor Application+Responder.swift
[2131/2222] Compiling Vapor DefaultResponder.swift
[2132/2222] Compiling Vapor Response+Body.swift
[2133/2222] Compiling Vapor Response.swift
[2134/2222] Compiling Vapor ResponseCodable.swift
[2135/2222] Compiling Vapor Application+Routes.swift
[2136/2222] Compiling Vapor Parameters+Require.swift
[2137/2222] Compiling Vapor Request+WebSocket.swift
[2138/2222] Compiling Vapor Route.swift
[2139/2222] Compiling Vapor RouteCollection.swift
[2140/2222] Compiling Vapor Routes.swift
[2141/2222] Compiling Vapor RoutesBuilder+Group.swift
[2142/2222] Compiling Vapor RoutesBuilder+Method.swift
[2143/2222] Compiling Vapor RoutesBuilder+Middleware.swift
[2144/2222] Compiling Vapor RoutesBuilder+WebSocket.swift
[2145/2222] Compiling Vapor RoutesBuilder.swift
[2146/2222] Compiling Vapor OTP.swift
[2147/2222] Compiling Vapor Application+Servers.swift
[2148/2222] Compiling Vapor Server.swift
[2149/2222] Compiling Vapor App+Service.swift
[2150/2222] Compiling Vapor Req+Service.swift
[2151/2222] Compiling Vapor Service.swift
[2152/2222] Compiling Vapor Application+Sessions.swift
[2153/2222] Compiling Vapor MemorySessions.swift
[2154/2222] Compiling Vapor Request+Session.swift
[2155/2222] Compiling Vapor Session.swift
[2156/2222] Compiling Vapor SessionCache.swift
[2157/2222] Compiling Vapor SessionData.swift
[2158/2222] Compiling Vapor SessionDriver.swift
[2159/2222] Compiling Vapor SessionsConfiguration.swift
[2160/2222] Compiling Vapor SessionsMiddleware.swift
[2161/2222] Compiling Vapor URLEncodedFormData.swift
[2162/2222] Compiling Vapor URLEncodedFormDecoder.swift
[2163/2222] Compiling Vapor URLEncodedFormEncoder.swift
[2164/2222] Compiling Vapor URLEncodedFormError.swift
[2165/2222] Compiling Vapor URLEncodedFormParser.swift
[2166/2222] Compiling Vapor URLEncodedFormSerializer.swift
[2167/2222] Compiling Vapor URLQueryFragmentConvertible.swift
[2168/2222] Compiling Vapor AnyResponse.swift
[2169/2222] Compiling Vapor Array+Random.swift
[2170/2222] Compiling Vapor Base32.swift
[2171/2222] Compiling Vapor Base64.swift
[2172/2222] Compiling Vapor BaseN.swift
[2173/2222] Compiling Vapor BasicCodingKey.swift
[2174/2222] Compiling Vapor ByteCount.swift
[2175/2222] Compiling Vapor HTTPServerResponseEncoder.swift
[2176/2222] Compiling Vapor HTTPServerUpgradeHandler.swift
[2177/2222] Compiling Vapor Logger+Report.swift
[2178/2222] Compiling Vapor LoggingSystem+Environment.swift
[2179/2222] Compiling Vapor Application+Middleware.swift
[2180/2222] Compiling Vapor CORSMiddleware.swift
[2181/2222] Compiling Vapor ErrorMiddleware.swift
[2182/2222] Compiling Vapor FileMiddleware.swift
[2183/2222] Compiling Vapor Middleware.swift
[2184/2222] Compiling Vapor MiddlewareConfiguration.swift
[2185/2222] Compiling Vapor ResponseCompressionMiddleware.swift
[2186/2222] Compiling Vapor RouteLoggingMiddleware.swift
[2187/2222] Compiling Vapor TracingMiddleware.swift
[2188/2222] Compiling Vapor File+Multipart.swift
[2189/2222] Compiling Vapor FormDataDecoder+Content.swift
[2190/2222] Compiling Vapor FormDataEncoder+Content.swift
[2191/2222] Compiling Vapor Application+Password.swift
[2192/2222] Compiling Vapor Application+Passwords.swift
[2193/2222] Compiling Vapor AsyncPasswordHasher.swift
[2194/2222] Compiling Vapor BcryptHasher.swift
[2195/2222] Compiling Vapor PasswordHasher.swift
[2196/2222] Compiling Vapor PlaintextHasher.swift
[2197/2222] Compiling Vapor Request+Password.swift
[2198/2222] Compiling Vapor Redirect.swift
[2199/2222] Compiling Vapor Validator.swift
[2200/2222] Compiling Vapor ValidatorResult.swift
[2201/2222] Compiling Vapor And.swift
[2202/2222] Compiling Vapor Case.swift
[2203/2222] Compiling Vapor CharacterSet.swift
[2204/2222] Compiling Vapor Count.swift
[2205/2222] Compiling Vapor Custom.swift
[2206/2222] Compiling Vapor Email.swift
[2207/2222] Compiling Vapor Empty.swift
[2208/2222] Compiling Vapor In.swift
[2209/2222] Compiling Vapor Nil.swift
[2210/2222] Compiling Vapor NilIgnoring.swift
[2211/2222] Compiling Vapor Not.swift
[2212/2222] Compiling Vapor Or.swift
[2213/2222] Compiling Vapor Pattern.swift
[2214/2222] Compiling Vapor Range.swift
[2215/2222] Compiling Vapor URL.swift
[2216/2222] Compiling Vapor Valid.swift
[2217/2222] Compiling Vapor Application+Views.swift
[2218/2222] Compiling Vapor PlaintextRenderer.swift
[2219/2222] Compiling Vapor Request+View.swift
[2220/2222] Compiling Vapor View.swift
[2221/2222] Compiling Vapor ViewRenderer.swift
[2222/2222] Compiling Vapor _Deprecations.swift
[2224/2226] Emitting module VaporCron
[2225/2226] 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 |
[2226/2226] Compiling VaporCron VaporCron.swift
Build complete! (308.70s)
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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.