Build Information
Successful build of TwitterVapor, reference 1.1.0 (a33b9e
), with Swift 6.1 for Linux on 26 Apr 2025 05:26:00 UTC.
Swift 6 data race errors: 1
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/handya/TwitterVapor.git
Reference: 1.1.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/handya/TwitterVapor
* tag 1.1.0 -> FETCH_HEAD
HEAD is now at a33b9e5 Refactor credentials
Cloned https://github.com/handya/TwitterVapor.git
Revision (git rev-parse @):
a33b9e5d832a02e269c67d54a9fabdc8d2bde855
SUCCESS checkout https://github.com/handya/TwitterVapor.git at 1.1.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/handya/TwitterVapor.git
https://github.com/handya/TwitterVapor.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" : "ohhauth",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/handya/OhhAuth.git"
}
],
"manifest_display_name" : "TwitterVapor",
"name" : "TwitterVapor",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "TwitterVapor",
"targets" : [
"TwitterVapor"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TwitterVaporTests",
"module_type" : "SwiftTarget",
"name" : "TwitterVaporTests",
"path" : "Tests/TwitterVaporTests",
"product_dependencies" : [
"XCTVapor"
],
"sources" : [
"TwitterVaporTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"TwitterVapor"
],
"type" : "test"
},
{
"c99name" : "TwitterVapor",
"module_type" : "SwiftTarget",
"name" : "TwitterVapor",
"path" : "Sources/TwitterVapor",
"product_dependencies" : [
"Vapor",
"OhhAuth"
],
"product_memberships" : [
"TwitterVapor"
],
"sources" : [
"Application+TwitterVapor.swift",
"Request+TwitterVapor.swift",
"TwitterVapor.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/handya/OhhAuth.git
Fetching https://github.com/vapor/vapor.git
[1/44] Fetching ohhauth
Fetched https://github.com/handya/OhhAuth.git from cache (0.25s)
[1/74313] Fetching vapor
Fetched https://github.com/vapor/vapor.git from cache (2.86s)
Computing version for https://github.com/handya/OhhAuth.git
Computed https://github.com/handya/OhhAuth.git at 1.4.0 (3.46s)
Fetching https://github.com/apple/swift-crypto.git
[1/13784] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.68s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 1.1.7 (2.52s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.114.1 (0.63s)
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-distributed-tracing.git
[1/3208] Fetching multipart-kit
[1477/4267] Fetching multipart-kit, swift-service-context
[2210/9237] Fetching multipart-kit, swift-service-context, swift-distributed-tracing
[2986/11770] Fetching multipart-kit, swift-service-context, swift-distributed-tracing, websocket-kit
[3394/13475] Fetching multipart-kit, swift-service-context, swift-distributed-tracing, websocket-kit, swift-atomics
[10002/19378] Fetching multipart-kit, swift-service-context, swift-distributed-tracing, websocket-kit, swift-atomics, swift-algorithms
Fetched https://github.com/apple/swift-service-context.git from cache (0.47s)
Fetching https://github.com/apple/swift-metrics.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.52s)
Fetching https://github.com/apple/swift-log.git
Fetched https://github.com/vapor/websocket-kit.git from cache (0.56s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.56s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.56s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-http2.git
[1638/5408] Fetching multipart-kit, swift-metrics
[3838/11070] Fetching multipart-kit, swift-metrics, swift-nio-extras
[3952/14906] Fetching multipart-kit, swift-metrics, swift-nio-extras, swift-log
Fetched https://github.com/apple/swift-metrics.git from cache (0.36s)
[9548/12706] Fetching multipart-kit, swift-nio-extras, swift-log
Fetching https://github.com/apple/swift-nio.git
[11080/24198] Fetching multipart-kit, swift-nio-extras, swift-log, swift-nio-http2
[12516/38991] Fetching multipart-kit, swift-nio-extras, swift-log, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-log.git from cache (0.48s)
[11456/35155] Fetching multipart-kit, swift-nio-extras, swift-nio-http2, swift-nio-ssl
Fetching https://github.com/vapor/routing-kit.git
[18349/55878] Fetching multipart-kit, swift-nio-extras, swift-nio-http2, swift-nio-ssl, routing-kit
[23014/131309] Fetching multipart-kit, swift-nio-extras, swift-nio-http2, swift-nio-ssl, routing-kit, swift-nio
Fetched https://github.com/vapor/multipart-kit.git from cache (1.94s)
[66296/128101] Fetching swift-nio-extras, swift-nio-http2, swift-nio-ssl, routing-kit, swift-nio
Fetching https://github.com/vapor/console-kit.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.42s)
[56634/116609] Fetching swift-nio-extras, swift-nio-ssl, routing-kit, swift-nio
Fetching https://github.com/vapor/async-kit.git
[72861/122094] Fetching swift-nio-extras, swift-nio-ssl, routing-kit, swift-nio, console-kit
[82871/124464] Fetching swift-nio-extras, swift-nio-ssl, routing-kit, swift-nio, console-kit, async-kit
Fetched https://github.com/vapor/routing-kit.git from cache (1.30s)
[65173/103741] Fetching swift-nio-extras, swift-nio-ssl, swift-nio, console-kit, async-kit
Fetching https://github.com/swift-server/async-http-client.git
Fetched https://github.com/vapor/console-kit.git from cache (0.44s)
[65821/98256] Fetching swift-nio-extras, swift-nio-ssl, swift-nio, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.65s)
[67977/95886] Fetching swift-nio-extras, swift-nio-ssl, swift-nio
[68732/109669] Fetching swift-nio-extras, swift-nio-ssl, swift-nio, async-http-client
Fetched https://github.com/apple/swift-nio-extras.git from cache (2.33s)
[76156/104007] Fetching swift-nio-ssl, swift-nio, async-http-client
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.35s)
[62052/89214] Fetching swift-nio, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (0.94s)
[55819/75431] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.44s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (6.80s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (0.89s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4353] Fetching swift-system
[4354/20595] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.38s)
[1137/16242] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.12s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.1 (1.62s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.15.0 (0.57s)
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.30s)
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.80s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.50s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.57s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.44s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.6.1 (0.94s)
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.59s)
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
[24/2031] Fetching swift-http-structured-headers, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.26s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.26s)
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.76s)
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.50s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.58s)
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.58s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.01s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.56s)
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.63s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.50s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.64s)
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.86s)
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.52s)
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.61s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.87s)
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-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/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-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 1.1.7
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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.114.1
Creating working copy for https://github.com/apple/swift-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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.25.2
Creating working copy for https://github.com/apple/swift-nio-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-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-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/handya/OhhAuth.git
Working copy of https://github.com/handya/OhhAuth.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.6.1
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.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.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/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-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-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/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.15.0
Building for debugging...
[0/876] Write sources
[39/876] Compiling CNIOWindows shim.c
[40/876] Write sources
[41/876] Compiling CNIOWindows WSAStartup.c
[42/876] Compiling CNIOWASI CNIOWASI.c
[42/876] Write sources
[49/876] Compiling CNIOLinux liburing_shims.c
[50/876] Compiling CVaporBcrypt bcrypt.c
[51/876] Compiling CVaporBcrypt blf.c
[52/876] Compiling _NumericsShims _NumericsShims.c
[53/876] Compiling _AtomicsShims.c
[54/876] Compiling CNIOSHA1 c_nio_sha1.c
[55/876] Compiling CSystem shims.c
[56/876] Compiling CNIOExtrasZlib empty.c
[57/876] Compiling CNIOLinux shim.c
[58/876] Compiling CNIODarwin shim.c
[58/876] Compiling CNIOLLHTTP c_nio_http.c
[60/876] Compiling fiat_p256_adx_mul.S
[61/876] Compiling fiat_p256_adx_sqr.S
[62/876] Compiling CNIOLLHTTP c_nio_api.c
[63/876] Compiling fiat_curve25519_adx_square.S
[64/876] Compiling fiat_curve25519_adx_mul.S
[65/876] Write swift-version-24593BA9C3E375BF.txt
[66/876] Compiling CNIOLLHTTP c_nio_llhttp.c
[67/880] Compiling CNIOBoringSSLShims shims.c
[68/882] Compiling tls_record.cc
[69/882] Compiling tls_method.cc
[70/913] Compiling tls13_server.cc
[71/913] Compiling tls13_enc.cc
[73/928] Emitting module RealModule
[73/929] Compiling tls13_both.cc
[74/929] Compiling tls13_client.cc
[76/949] Compiling ServiceContextModule ServiceContextKey.swift
[77/949] Emitting module _NIOBase64
[78/949] Compiling _NIOBase64 Base64.swift
[79/949] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[80/949] Compiling InternalCollectionsUtilities Integer rank.swift
[81/949] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[82/949] Compiling RealModule Real.swift
[83/952] Compiling RealModule RealFunctions.swift
[84/952] Compiling InternalCollectionsUtilities UInt+reversed.swift
[85/952] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[86/952] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[87/952] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[88/952] Compiling InternalCollectionsUtilities _SortedCollection.swift
[89/952] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[90/952] Compiling InternalCollectionsUtilities Debugging.swift
[91/952] Compiling InternalCollectionsUtilities Descriptions.swift
[92/952] Emitting module SystemPackage
[93/952] Emitting module InternalCollectionsUtilities
[94/955] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[95/955] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[96/955] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[97/955] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[98/955] Compiling InternalCollectionsUtilities Specialize.swift
[99/955] Compiling RealModule Float80+Real.swift
[100/955] Emitting module ServiceContextModule
[103/955] Compiling SystemPackage MachPort.swift
[104/955] Compiling SystemPackage PlatformString.swift
[105/955] Compiling SystemPackage SystemString.swift
[106/955] Compiling ServiceContextModule ServiceContext.swift
[115/956] Compiling RealModule Float+Real.swift
[116/956] Compiling _NIODataStructures PriorityQueue.swift
[117/956] Compiling _NIODataStructures _TinyArray.swift
[118/956] Compiling RealModule Float16+Real.swift
[121/956] Compiling RealModule ElementaryFunctions.swift
[125/957] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[126/957] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[128/964] Compiling SystemPackage Util+StringArray.swift
[129/964] Compiling SystemPackage Util.swift
[130/964] Compiling SystemPackage UtilConsumers.swift
[131/964] Compiling Instrumentation NoOpInstrument.swift
[132/964] Compiling Instrumentation MultiplexInstrument.swift
[133/964] Emitting module Instrumentation
[134/964] Compiling Logging MetadataProvider.swift
[135/964] Compiling Logging Locks.swift
[136/964] Emitting module Logging
[137/964] Compiling Instrumentation Locks.swift
[138/964] Compiling Instrumentation Instrument.swift
[139/964] Compiling Instrumentation InstrumentationSystem.swift
[140/965] Compiling CoreMetrics Metrics.swift
[141/965] Compiling CoreMetrics Locks.swift
[142/965] Emitting module CoreMetrics
[143/965] Compiling SystemPackage Mocking.swift
[144/965] Compiling SystemPackage RawBuffer.swift
[145/965] Compiling SystemPackage Syscalls.swift
[146/965] Compiling SystemPackage WindowsSyscallAdapters.swift
[157/965] Compiling SystemPackage Constants.swift
[158/965] Compiling SystemPackage Exports.swift
[159/966] Compiling _NIODataStructures Heap.swift
[160/966] Emitting module _NIODataStructures
[161/967] Compiling Logging Logging.swift
[162/967] Compiling Logging LogHandler.swift
[168/1108] Compiling Tracing TracingTime.swift
[169/1108] Emitting module Tracing
[170/1108] Compiling Tracing TracerProtocol.swift
[171/1108] Compiling Tracing Tracer.swift
[172/1108] Compiling Tracing TracerProtocol+Legacy.swift
[173/1108] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[174/1108] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[175/1108] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[176/1108] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[177/1108] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[178/1108] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[179/1108] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[180/1108] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[181/1108] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[182/1108] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[183/1108] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[184/1108] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[185/1108] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[186/1108] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[186/1115] Compiling t1_enc.cc
[188/1115] Compiling OrderedCollections OrderedDictionary.swift
[189/1115] Compiling OrderedCollections OrderedSet+Codable.swift
[190/1115] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[191/1115] Compiling OrderedCollections OrderedSet+Descriptions.swift
[192/1115] Compiling OrderedCollections OrderedSet+Diffing.swift
[193/1115] Compiling OrderedCollections OrderedSet+Equatable.swift
[194/1115] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[195/1115] Compiling OrderedCollections OrderedSet+Hashable.swift
[196/1115] Compiling Tracing NoOpTracer.swift
[197/1115] Compiling Tracing SpanProtocol.swift
[198/1115] Compiling Tracing InstrumentationSystem+Tracing.swift
[199/1116] Compiling OrderedCollections OrderedSet+Initializers.swift
[200/1116] Compiling OrderedCollections OrderedSet+Insertions.swift
[201/1116] Compiling OrderedCollections OrderedSet+Invariants.swift
[202/1116] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[203/1116] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[204/1116] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[205/1116] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[206/1116] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[207/1116] Compiling ssl_versions.cc
[209/1119] Compiling OrderedCollections OrderedDictionary+Codable.swift
[210/1119] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[211/1119] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[212/1119] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[213/1119] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[214/1119] Compiling OrderedCollections OrderedDictionary+Elements.swift
[215/1119] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[216/1119] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[217/1119] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[218/1119] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[219/1119] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[220/1119] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[221/1119] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[222/1119] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[223/1119] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[224/1119] Compiling OrderedCollections OrderedDictionary+Values.swift
[224/1123] Compiling ssl_x509.cc
[226/1123] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[227/1123] Compiling HeapModule Heap+Descriptions.swift
[233/1134] Compiling OrderedCollections OrderedSet+Sendable.swift
[234/1134] Compiling OrderedCollections OrderedSet+SubSequence.swift
[235/1134] Compiling OrderedCollections OrderedSet+Testing.swift
[236/1134] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[237/1211] Compiling HeapModule _HeapNode.swift
[238/1223] Compiling HeapModule Heap.swift
[239/1223] Compiling HashTreeCollections _HashLevel.swift
[240/1223] Compiling HashTreeCollections _HashNode+Builder.swift
[241/1223] Compiling HashTreeCollections _Bucket.swift
[242/1223] Compiling HashTreeCollections _Hash.swift
[243/1225] Emitting module HeapModule
[244/1225] Compiling HeapModule Heap+UnsafeHandle.swift
[245/1225] Compiling HeapModule Heap+Invariants.swift
[246/1226] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[247/1226] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[249/1226] Compiling HashTreeCollections _AncestorHashSlots.swift
[250/1226] Compiling HashTreeCollections _Bitmap.swift
[255/1226] Compiling HashTreeCollections _HashNode+Debugging.swift
[256/1226] Compiling HashTreeCollections _HashNode+Initializers.swift
[259/1226] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[260/1226] Compiling HashTreeCollections TreeSet+Debugging.swift
[261/1226] Compiling HashTreeCollections TreeSet+Descriptions.swift
[262/1226] Compiling HashTreeCollections TreeSet+Equatable.swift
[263/1226] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[264/1226] Compiling HashTreeCollections TreeSet+Extras.swift
[265/1226] Compiling HashTreeCollections TreeSet+Filter.swift
[266/1226] Compiling HashTreeCollections TreeSet+Hashable.swift
[267/1226] Compiling HashTreeCollections TreeSet+Sendable.swift
[270/1226] Compiling HashTreeCollections TreeSet+Sequence.swift
[271/1226] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[272/1226] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[273/1226] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[274/1226] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[275/1226] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[276/1226] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[277/1226] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[278/1229] Compiling DequeModule _DequeSlot.swift
[279/1229] Compiling DequeModule _UnsafeWrappedBuffer.swift
[280/1236] Compiling HashTreeCollections TreeDictionary+Values.swift
[281/1236] Compiling HashTreeCollections TreeDictionary.swift
[282/1236] Compiling HashTreeCollections TreeSet+Codable.swift
[283/1236] Compiling HashTreeCollections TreeSet+Collection.swift
[295/1236] Compiling HashTreeCollections _HashNode+Invariants.swift
[296/1236] Compiling HashTreeCollections _HashNode+Lookups.swift
[297/1236] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[298/1236] Compiling HashTreeCollections _HashNode+Storage.swift
[311/1236] Emitting module RoutingKit
[314/1236] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[315/1236] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[316/1236] Compiling HashTreeCollections TreeDictionary+Filter.swift
[317/1236] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[318/1236] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[319/1236] Compiling HashTreeCollections TreeDictionary+Keys.swift
[320/1236] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[321/1236] Compiling HashTreeCollections TreeDictionary+Merge.swift
[322/1236] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[323/1236] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[325/1236] Compiling RoutingKit PathComponent.swift
[326/1236] Emitting module OrderedCollections
[327/1237] Emitting module DequeModule
[328/1238] Compiling RoutingKit TrieRouter.swift
[329/1238] Compiling RoutingKit Router.swift
[332/1238] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[333/1238] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[334/1238] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[335/1238] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[336/1238] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[337/1238] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[338/1238] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[339/1238] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[340/1238] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[341/1238] Compiling HashTreeCollections TreeSet.swift
[341/1238] Compiling ssl_transcript.cc
[343/1238] Emitting module _RopeModule
[344/1238] Compiling HashTreeCollections _HashTreeIterator.swift
[345/1238] Compiling HashTreeCollections _HashTreeStatistics.swift
[346/1238] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[347/1238] Compiling HashTreeCollections _RawHashNode.swift
[348/1238] Compiling HashTreeCollections _UnmanagedHashNode.swift
[349/1238] Compiling HashTreeCollections _UnsafePath.swift
[350/1238] Compiling HashTreeCollections TreeDictionary+Codable.swift
[351/1238] Compiling HashTreeCollections TreeDictionary+Collection.swift
[352/1238] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[353/1238] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[354/1238] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[364/1238] Compiling RoutingKit AnyRouter.swift
[365/1238] Compiling RoutingKit Parameters.swift
[365/1239] Compiling ssl_stat.cc
[367/1239] Emitting module Metrics
[368/1239] Compiling Metrics Metrics.swift
[371/1240] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[372/1240] Compiling HashTreeCollections _HashNode+Structural merge.swift
[373/1240] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[374/1240] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[375/1240] Compiling HashTreeCollections _HashNode+Structural union.swift
[376/1240] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[377/1240] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[378/1240] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[379/1240] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[380/1240] Compiling HashTreeCollections _HashNode.swift
[381/1240] Compiling HashTreeCollections _HashNodeHeader.swift
[382/1240] Compiling HashTreeCollections _HashSlot.swift
[383/1240] Compiling HashTreeCollections _HashStack.swift
[406/1240] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[407/1240] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[408/1240] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[409/1240] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[442/1241] Compiling ssl_privkey.cc
[444/1241] Compiling ssl_session.cc
[446/1241] Emitting module HashTreeCollections
[446/1242] Compiling ssl_key_share.cc
[447/1242] Compiling ssl_file.cc
[448/1242] Compiling ssl_credential.cc
[449/1242] Compiling ssl_lib.cc
[451/1242] Compiling ssl_buffer.cc
[452/1242] Compiling ssl_cipher.cc
[453/1242] Compiling ssl_cert.cc
[454/1242] Compiling ssl_aead_ctx.cc
[455/1242] Compiling s3_lib.cc
[456/1242] Compiling s3_pkt.cc
[457/1242] Compiling ssl_asn1.cc
[458/1242] Compiling s3_both.cc
[459/1242] Compiling handshake_client.cc
[460/1242] Compiling handshake_server.cc
[461/1242] Compiling handshake.cc
[462/1242] Compiling encrypted_client_hello.cc
[463/1242] Compiling handoff.cc
[464/1242] Compiling dtls_record.cc
[465/1242] Compiling md5-x86_64-linux.S
[466/1242] Compiling dtls_method.cc
[467/1242] Compiling md5-x86_64-apple.S
[468/1242] Compiling md5-586-apple.S
[469/1242] Compiling md5-586-linux.S
[470/1242] Compiling chacha20_poly1305_x86_64-linux.S
[471/1242] Compiling chacha20_poly1305_x86_64-apple.S
[472/1242] Compiling extensions.cc
[473/1242] Compiling chacha20_poly1305_armv8-win.S
[474/1242] Compiling chacha20_poly1305_armv8-linux.S
[475/1242] Compiling chacha20_poly1305_armv8-apple.S
[476/1242] Compiling chacha-x86_64-linux.S
[477/1242] Compiling err_data.cc
[478/1242] Compiling chacha-x86_64-apple.S
[479/1242] Compiling chacha-x86-linux.S
[480/1242] Compiling chacha-x86-apple.S
[481/1242] Compiling chacha-armv8-win.S
[482/1242] Compiling chacha-armv8-apple.S
[483/1242] Compiling chacha-armv8-linux.S
[484/1242] Compiling chacha-armv4-linux.S
[485/1242] Compiling aes128gcmsiv-x86_64-linux.S
[486/1242] Compiling aes128gcmsiv-x86_64-apple.S
[487/1242] Compiling x86_64-mont5-linux.S
[488/1242] Compiling d1_srtp.cc
[489/1242] Compiling x86_64-mont5-apple.S
[490/1242] Compiling x86-mont-linux.S
[491/1242] Compiling x86_64-mont-apple.S
[492/1242] Compiling x86-mont-apple.S
[493/1242] Compiling d1_pkt.cc
[494/1242] Compiling x86_64-mont-linux.S
[495/1242] Compiling vpaes-x86-apple.S
[496/1242] Compiling vpaes-x86_64-apple.S
[497/1242] Compiling vpaes-x86_64-linux.S
[498/1242] Compiling vpaes-x86-linux.S
[499/1242] Compiling vpaes-armv8-win.S
[500/1242] Compiling vpaes-armv8-linux.S
[501/1242] Compiling vpaes-armv7-linux.S
[502/1242] Compiling bio_ssl.cc
[503/1242] Compiling vpaes-armv8-apple.S
[504/1242] Compiling sha512-x86_64-apple.S
[505/1242] Compiling sha512-armv8-win.S
[506/1242] Compiling sha512-armv8-linux.S
[507/1242] Compiling sha512-armv8-apple.S
[508/1242] Compiling sha512-x86_64-linux.S
[509/1242] Compiling sha512-armv4-linux.S
[510/1242] Compiling sha512-586-linux.S
[511/1242] Compiling sha512-586-apple.S
[512/1242] Compiling d1_lib.cc
[513/1242] Compiling sha256-x86_64-apple.S
[514/1242] Compiling sha256-armv8-linux.S
[515/1242] Compiling sha256-x86_64-linux.S
[516/1242] Compiling sha256-armv8-win.S
[517/1242] Compiling sha256-armv8-apple.S
[518/1242] Compiling sha256-armv4-linux.S
[519/1242] Compiling sha256-586-linux.S
[520/1242] Compiling sha1-armv8-linux.S
[521/1242] Compiling sha1-x86_64-apple.S
[521/1242] Compiling sha256-586-apple.S
[523/1242] Compiling sha1-armv8-apple.S
[524/1242] Compiling sha1-armv8-win.S
[525/1242] Compiling sha1-x86_64-linux.S
[526/1242] Compiling sha1-armv4-large-linux.S
[526/1242] Compiling d1_both.cc
[528/1242] Compiling sha1-586-linux.S
[529/1242] Compiling sha1-586-apple.S
[530/1242] Compiling rdrand-x86_64-apple.S
[530/1242] Compiling p256_beeu-x86_64-asm-apple.S
[530/1242] Compiling rsaz-avx2-linux.S
[530/1242] Compiling p256_beeu-armv8-asm-linux.S
[530/1242] Compiling rsaz-avx2-apple.S
[535/1242] Compiling rdrand-x86_64-linux.S
[536/1242] Compiling p256_beeu-armv8-asm-win.S
[537/1242] Compiling p256_beeu-x86_64-asm-linux.S
[538/1242] Compiling p256_beeu-armv8-asm-apple.S
[539/1242] Compiling p256-armv8-asm-win.S
[540/1242] Compiling p256-armv8-asm-linux.S
[541/1242] Compiling p256-armv8-asm-apple.S
[542/1242] Compiling p256-x86_64-asm-apple.S
[543/1242] Compiling ghashv8-armv8-win.S
[544/1242] Compiling ghashv8-armv8-linux.S
[544/1242] Compiling p256-x86_64-asm-linux.S
[546/1242] Compiling ghashv8-armv7-linux.S
[547/1242] Compiling ghashv8-armv8-apple.S
[548/1242] Compiling ghash-x86_64-apple.S
[549/1242] Compiling ghash-x86_64-linux.S
[550/1242] Compiling ghash-x86-linux.S
[551/1242] Compiling ghash-x86-apple.S
[552/1242] Compiling ghash-ssse3-x86_64-linux.S
[553/1242] Compiling ghash-ssse3-x86_64-apple.S
[554/1242] Compiling ghash-ssse3-x86-linux.S
[555/1242] Compiling ghash-neon-armv8-win.S
[556/1242] Compiling ghash-armv4-linux.S
[557/1242] Compiling ghash-ssse3-x86-apple.S
[558/1242] Compiling ghash-neon-armv8-apple.S
[559/1242] Compiling ghash-neon-armv8-linux.S
[560/1242] Compiling co-586-linux.S
[561/1242] Compiling co-586-apple.S
[562/1242] Compiling bn-armv8-apple.S
[563/1242] Compiling bn-armv8-linux.S
[564/1242] Compiling bsaes-armv7-linux.S
[565/1242] Compiling bn-586-apple.S
[566/1242] Compiling bn-586-linux.S
[566/1242] Compiling bn-armv8-win.S
[568/1242] Compiling armv8-mont-win.S
[569/1242] Compiling armv8-mont-linux.S
[570/1242] Compiling armv4-mont-linux.S
[571/1242] Compiling armv8-mont-apple.S
[572/1242] Compiling aesv8-gcm-armv8-win.S
[573/1242] Compiling aesv8-gcm-armv8-apple.S
[574/1242] Compiling aesv8-armv8-linux.S
[575/1242] Compiling aesv8-gcm-armv8-linux.S
[576/1242] Compiling aesv8-armv8-win.S
[577/1242] Compiling aesv8-armv8-apple.S
[578/1242] Compiling aesv8-armv7-linux.S
[579/1242] Compiling aesni-x86_64-apple.S
[580/1242] Compiling aesni-x86_64-linux.S
[581/1242] Compiling aesni-x86-linux.S
[582/1242] Compiling aesni-x86-apple.S
[583/1242] Compiling aesni-gcm-x86_64-linux.S
[584/1242] Compiling aesni-gcm-x86_64-apple.S
[585/1242] Compiling aes-gcm-avx2-x86_64-linux.S
[586/1242] Compiling aes-gcm-avx10-x86_64-linux.S
[587/1242] Compiling aes-gcm-avx10-x86_64-apple.S
[587/1242] Compiling aes-gcm-avx2-x86_64-apple.S
[589/1242] Compiling x_x509a.cc
[590/1242] Compiling x_x509.cc
[591/1242] Compiling x_sig.cc
[592/1242] Compiling x_val.cc
[593/1242] Compiling x_spki.cc
[594/1242] Compiling x_pubkey.cc
[595/1242] Compiling x_req.cc
[596/1242] Compiling x_name.cc
[597/1242] Compiling x_crl.cc
[598/1242] Compiling x_algor.cc
[599/1242] Compiling x_attrib.cc
[600/1242] Compiling x_exten.cc
[601/1242] Compiling x_all.cc
[602/1242] Compiling x509spki.cc
[603/1242] Compiling x509rset.cc
[604/1242] Compiling x509name.cc
[605/1242] Compiling x509_vpm.cc
[606/1242] Compiling x509_v3.cc
[607/1242] Compiling x509_req.cc
[608/1242] Compiling x509cset.cc
[609/1242] Compiling x509_txt.cc
[610/1242] Compiling x509_vfy.cc
[611/1242] Compiling x509_trs.cc
[612/1242] Compiling x509_set.cc
[613/1242] Compiling x509_obj.cc
[614/1242] Compiling x509_def.cc
[615/1242] Compiling x509_lu.cc
[616/1242] Compiling x509_cmp.cc
[617/1242] Compiling x509_d2.cc
[618/1242] Compiling x509_att.cc
[619/1242] Compiling x509_ext.cc
[620/1242] Compiling x509.cc
[621/1242] Compiling v3_pmaps.cc
[622/1242] Compiling v3_prn.cc
[623/1242] Compiling v3_utl.cc
[624/1242] Compiling v3_skey.cc
[625/1242] Compiling v3_purp.cc
[626/1242] Compiling v3_pcons.cc
[627/1242] Compiling v3_ocsp.cc
[628/1242] Compiling v3_info.cc
[629/1242] Compiling v3_int.cc
[630/1242] Compiling v3_ncons.cc
[631/1242] Compiling v3_genn.cc
[632/1242] Compiling v3_lib.cc
[633/1242] Compiling v3_ia5.cc
[634/1242] Compiling v3_extku.cc
[635/1242] Compiling v3_enum.cc
[636/1242] Compiling v3_crld.cc
[637/1242] Compiling v3_conf.cc
[638/1242] Compiling v3_bitst.cc
[639/1242] Compiling v3_cpols.cc
[640/1242] Compiling v3_bcons.cc
[641/1242] Compiling v3_akeya.cc
[642/1242] Compiling v3_alt.cc
[643/1242] Compiling t_x509a.cc
[644/1242] Compiling v3_akey.cc
[645/1242] Compiling t_x509.cc
[646/1242] Compiling i2d_pr.cc
[647/1242] Compiling t_req.cc
[648/1242] Compiling t_crl.cc
[649/1242] Compiling by_file.cc
[650/1242] Compiling name_print.cc
[651/1242] Compiling rsa_pss.cc
[652/1242] Compiling policy.cc
[653/1242] Compiling voprf.cc
[654/1242] Compiling asn1_gen.cc
[655/1242] Compiling algorithm.cc
[656/1242] Compiling a_verify.cc
[657/1242] Compiling by_dir.cc
[658/1242] Compiling trust_token.cc
[659/1242] Compiling a_sign.cc
[660/1242] Compiling a_digest.cc
[661/1242] Compiling pmbtoken.cc
[662/1242] Compiling thread_win.cc
[663/1242] Compiling thread.cc
[664/1242] Compiling thread_pthread.cc
[665/1242] Compiling thread_none.cc
[666/1242] Compiling stack.cc
[667/1242] Compiling sha512.cc
[668/1242] Compiling sha1.cc
[669/1242] Compiling sha256.cc
[670/1242] Compiling slhdsa.cc
[671/1242] Compiling siphash.cc
[672/1242] Compiling rsa_print.cc
[673/1242] Compiling rsa_extra.cc
[674/1242] Compiling spake2plus.cc
[675/1242] Compiling rc4.cc
[676/1242] Compiling refcount.cc
[677/1242] Compiling windows.cc
[678/1242] Compiling trusty.cc
[679/1242] Compiling rsa_crypt.cc
[680/1242] Compiling urandom.cc
[681/1242] Compiling rand.cc
[682/1242] Compiling rsa_asn1.cc
[683/1242] Compiling getentropy.cc
[684/1242] Compiling ios.cc
[685/1242] Compiling passive.cc
[686/1242] Compiling poly1305_arm_asm.S
[687/1242] Compiling deterministic.cc
[688/1242] Compiling forkunsafe.cc
[689/1242] Compiling fork_detect.cc
[690/1242] Compiling poly1305_arm.cc
[691/1242] Compiling poly1305.cc
[692/1242] Compiling poly1305_vec.cc
[693/1242] Compiling pool.cc
[694/1242] Compiling pkcs7.cc
[695/1242] Compiling pkcs8_x509.cc
[696/1242] Compiling pkcs8.cc
[697/1242] Compiling pkcs7_x509.cc
[698/1242] Compiling p5_pbev2.cc
[699/1242] Compiling pem_xaux.cc
[700/1242] Compiling pem_x509.cc
[701/1242] Compiling pem_pkey.cc
[702/1242] Compiling mlkem.cc
[703/1242] Compiling pem_pk8.cc
[704/1242] Compiling pem_oth.cc
[705/1242] Compiling obj_xref.cc
[706/1242] Compiling pem_info.cc
[707/1242] Compiling mldsa.cc
[708/1242] Compiling pem_lib.cc
[709/1242] Compiling pem_all.cc
[710/1242] Compiling md5.cc
[711/1242] Compiling obj.cc
[712/1242] Compiling mem.cc
[713/1242] Compiling fips_shared_support.cc
[714/1242] Compiling poly_rq_mul.S
[715/1242] Compiling md4.cc
[716/1242] Compiling lhash.cc
[717/1242] Compiling ex_data.cc
[718/1242] Compiling kyber.cc
[719/1242] Compiling hrss.cc
[720/1242] Compiling print.cc
[721/1242] Compiling sign.cc
[722/1242] Compiling scrypt.cc
[723/1242] Compiling hpke.cc
[724/1242] Compiling p_x25519.cc
[725/1242] Compiling pbkdf.cc
[726/1242] Compiling p_x25519_asn1.cc
[727/1242] Compiling p_rsa_asn1.cc
[728/1242] Compiling p_hkdf.cc
[729/1242] Compiling p_ed25519.cc
[730/1242] Compiling p_rsa.cc
[731/1242] Compiling p_ed25519_asn1.cc
[732/1242] Compiling p_ec_asn1.cc
[733/1242] Compiling p_dh.cc
[734/1242] Compiling p_ec.cc
[735/1242] Compiling p_dh_asn1.cc
[736/1242] Compiling evp_ctx.cc
[737/1242] Compiling err.cc
[738/1242] Compiling p_dsa_asn1.cc
[739/1242] Compiling engine.cc
[740/1242] Compiling evp.cc
[741/1242] Compiling evp_asn1.cc
[742/1242] Compiling ecdh.cc
[743/1242] Compiling ec_derive.cc
[744/1242] Compiling ecdsa_asn1.cc
[745/1242] Compiling hash_to_curve.cc
[746/1242] Compiling params.cc
[747/1242] Compiling dsa.cc
[748/1242] Compiling dsa_asn1.cc
[749/1242] Compiling ec_asn1.cc
[750/1242] Compiling des.cc
[751/1242] Compiling x25519-asm-arm.S
[752/1242] Compiling digest_extra.cc
[753/1242] Compiling spake25519.cc
[753/1242] Compiling dh_asn1.cc
[755/1242] Compiling crypto.cc
[756/1242] Compiling cpu_arm_linux.cc
[757/1242] Compiling cpu_intel.cc
[758/1242] Compiling curve25519.cc
[759/1242] Compiling cpu_arm_freebsd.cc
[760/1242] Compiling cpu_aarch64_openbsd.cc
[761/1242] Compiling cpu_aarch64_win.cc
[762/1242] Compiling cpu_aarch64_apple.cc
[763/1242] Compiling cpu_aarch64_sysreg.cc
[764/1242] Compiling cpu_aarch64_linux.cc
[765/1242] Compiling cpu_aarch64_fuchsia.cc
[766/1242] Compiling curve25519_64_adx.cc
[767/1242] Compiling bcm.cc
[768/1242] Compiling conf.cc
[769/1242] Compiling tls_cbc.cc
[770/1242] Compiling e_tls.cc
[771/1242] Compiling e_rc2.cc
[772/1242] Compiling get_cipher.cc
[773/1242] Compiling e_rc4.cc
[774/1242] Compiling e_aesctrhmac.cc
[775/1242] Compiling e_chacha20poly1305.cc
[776/1242] Compiling e_des.cc
[777/1242] Compiling e_null.cc
[778/1242] Compiling e_aesgcmsiv.cc
[779/1242] Compiling chacha.cc
[780/1242] Compiling derive_key.cc
[781/1242] Compiling ber.cc
[782/1242] Compiling asn1_compat.cc
[783/1242] Compiling cbb.cc
[784/1242] Compiling unicode.cc
[785/1242] Compiling buf.cc
[786/1242] Compiling cbs.cc
[787/1242] Compiling bn_asn1.cc
[788/1242] Compiling blake2.cc
[789/1242] Compiling convert.cc
[790/1242] Compiling pair.cc
[791/1242] Compiling printf.cc
[792/1242] Compiling socket_helper.cc
[793/1242] Compiling socket.cc
[794/1242] Compiling file.cc
[795/1242] Compiling errno.cc
[796/1242] Compiling hexdump.cc
[797/1242] Compiling base64.cc
[798/1242] Compiling fd.cc
[799/1242] Compiling bio.cc
[800/1242] Compiling bio_mem.cc
[801/1242] Compiling connect.cc
[802/1242] Compiling tasn_typ.cc
[803/1242] Compiling tasn_fre.cc
[804/1242] Compiling tasn_enc.cc
[805/1242] Compiling posix_time.cc
[806/1242] Compiling f_string.cc
[807/1242] Compiling tasn_utl.cc
[808/1242] Compiling tasn_new.cc
[809/1242] Compiling f_int.cc
[810/1242] Compiling tasn_dec.cc
[811/1242] Compiling asn_pack.cc
[812/1242] Compiling asn1_par.cc
[813/1242] Compiling a_type.cc
[814/1242] Compiling a_octet.cc
[815/1242] Compiling a_utctm.cc
[816/1242] Compiling a_time.cc
[817/1242] Compiling asn1_lib.cc
[818/1242] Compiling a_strnid.cc
[819/1242] Compiling a_mbstr.cc
[820/1242] Compiling a_object.cc
[821/1242] Compiling a_strex.cc
[822/1242] Compiling a_dup.cc
[823/1242] Compiling a_i2d_fp.cc
[824/1242] Compiling a_bitstr.cc
[825/1242] Compiling a_gentm.cc
[826/1242] Compiling a_d2i_fp.cc
[827/1242] Compiling a_int.cc
[828/1242] Compiling v3_utl.c
[829/1242] Compiling v3_skey.c
[830/1242] Compiling CCryptoBoringSSLShims shims.c
[831/1242] Compiling v3_prn.c
[832/1242] Compiling v3_pmaps.c
[833/1242] Compiling v3_purp.c
[834/1242] Compiling a_bool.cc
[835/1242] Compiling v3_pcia.c
[836/1242] Compiling v3_pcons.c
[837/1242] Compiling v3_pci.c
[838/1242] Compiling v3_int.c
[839/1242] Compiling v3_ocsp.c
[840/1242] Compiling v3_info.c
[841/1242] Compiling v3_lib.c
[842/1242] Compiling v3_ncons.c
[843/1242] Compiling v3_ia5.c
[844/1242] Compiling v3_enum.c
[845/1242] Compiling v3_genn.c
[846/1242] Compiling v3_extku.c
[847/1242] Compiling v3_cpols.c
[848/1242] Compiling v3_crld.c
[849/1242] Compiling v3_conf.c
[850/1242] Compiling v3_bitst.c
[851/1242] Compiling v3_bcons.c
[852/1242] Compiling v3_akeya.c
[853/1242] Compiling v3_alt.c
[854/1242] Compiling v3_akey.c
[855/1242] Compiling pcy_tree.c
[856/1242] Compiling pcy_node.c
[857/1242] Compiling pcy_map.c
[858/1242] Compiling pcy_lib.c
[859/1242] Compiling pcy_data.c
[860/1242] Compiling x_val.c
[861/1242] Compiling x_x509a.c
[862/1242] Compiling pcy_cache.c
[863/1242] Compiling x_x509.c
[864/1242] Compiling x_spki.c
[865/1242] Compiling x_sig.c
[866/1242] Compiling x_req.c
[867/1242] Compiling x_pkey.c
[868/1242] Compiling x_name.c
[869/1242] Compiling x_pubkey.c
[870/1242] Compiling x_exten.c
[871/1242] Compiling x_info.c
[872/1242] Compiling x_attrib.c
[873/1242] Compiling x_algor.c
[874/1242] Compiling x509spki.c
[875/1242] Compiling x_crl.c
[876/1242] Compiling x_all.c
[877/1242] Compiling x509cset.c
[878/1242] Compiling x509name.c
[879/1242] Compiling x509rset.c
[880/1242] Compiling x509_vpm.c
[881/1242] Compiling x509_set.c
[882/1242] Compiling x509_trs.c
[883/1242] Compiling c-nioatomics.c
[884/1242] Compiling x509_txt.c
[885/1242] Compiling x509_v3.c
[886/1242] Compiling x509_vfy.c
[887/1242] Compiling x509_req.c
[888/1242] Compiling x509_def.c
[889/1242] Compiling x509_obj.c
[890/1242] Compiling x509_ext.c
[891/1242] Compiling x509_cmp.c
[892/1242] Compiling x509_d2.c
[893/1242] Compiling x509_lu.c
[894/1242] Compiling x509_att.c
[894/1242] Compiling x509.c
[896/1242] Compiling t_x509a.c
[897/1242] Compiling i2d_pr.c
[898/1242] Compiling t_x509.c
[899/1242] Compiling by_file.c
[900/1242] Compiling t_crl.c
[901/1242] Compiling t_req.c
[902/1242] Compiling rsa_pss.c
[903/1242] Compiling by_dir.c
[904/1242] Compiling a_verify.c
[905/1242] Compiling asn1_gen.c
[906/1242] Compiling a_sign.c
[907/1242] Compiling algorithm.c
[908/1242] Compiling thread_win.c
[909/1242] Compiling trust_token.c
[910/1242] Compiling a_strex.c
[911/1242] Compiling thread_none.c
[912/1242] Compiling thread.c
[913/1242] Compiling a_digest.c
[914/1242] Compiling thread_pthread.c
[915/1242] Compiling siphash.c
[916/1242] Compiling rsa_print.c
[917/1242] Compiling voprf.c
[918/1242] Compiling stack.c
[919/1242] Compiling pmbtoken.c
[920/1242] Compiling refcount_c11.c
[921/1242] Compiling windows.c
[922/1242] Compiling rand_extra.c
[922/1242] Compiling rc4.c
[922/1242] Compiling refcount_lock.c
[925/1242] Compiling c-atomics.c
[926/1242] Compiling rsa_asn1.c
[927/1242] Compiling pool.c
[928/1242] Compiling poly1305_arm_asm.S
[929/1242] Compiling deterministic.c
[930/1242] Compiling fuchsia.c
[931/1242] Compiling forkunsafe.c
[932/1242] Compiling passive.c
[933/1242] Compiling poly1305_arm.c
[934/1242] Compiling poly1305.c
[935/1242] Compiling pkcs7.c
[936/1242] Compiling pkcs8.c
[937/1248] Compiling p5_pbev2.c
[938/1248] Compiling poly1305_vec.c
[939/1248] Compiling pem_pkey.c
[940/1248] Compiling pkcs7_x509.c
[941/1248] Compiling pkcs8_x509.c
[942/1248] Compiling pem_xaux.c
[943/1248] Compiling pem_pk8.c
[944/1248] Compiling pem_x509.c
[945/1248] Compiling pem_lib.c
[946/1248] Compiling obj_xref.c
[947/1248] Compiling pem_oth.c
[949/1248] Emitting module NIOConcurrencyHelpers
[949/1248] Compiling lhash.c
[950/1248] Compiling pem_info.c
[951/1248] Compiling pem_all.c
[952/1248] Compiling mem.c
[954/1248] Compiling NIOConcurrencyHelpers lock.swift
[954/1248] Compiling obj.c
[955/1248] Compiling x86_64-mont.mac.x86_64.S
[956/1248] Compiling x86_64-mont5.mac.x86_64.S
[957/1248] Compiling poly_rq_mul.S
[958/1248] Compiling hkdf.c
[959/1248] Compiling x86_64-mont5.linux.x86_64.S
[960/1248] Compiling hpke.c
[961/1248] Compiling x86-mont.windows.x86.S
[962/1248] Compiling x86-mont.linux.x86.S
[963/1248] Compiling x86_64-mont.linux.x86_64.S
[964/1248] Compiling hrss.c
[966/1248] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[967/1248] Compiling NIOConcurrencyHelpers NIOLock.swift
[967/1248] Compiling vpaes-x86_64.mac.x86_64.S
[969/1248] Compiling NIOConcurrencyHelpers atomics.swift
[970/1248] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[970/1248] Compiling vpaes-x86_64.linux.x86_64.S
[971/1249] Compiling vpaes-armv8.linux.aarch64.S
[972/1249] Compiling vpaes-x86.windows.x86.S
[973/1249] Compiling vpaes-x86.linux.x86.S
[974/1249] Compiling vpaes-armv7.linux.arm.S
[975/1249] Compiling vpaes-armv7.ios.arm.S
[976/1249] Compiling vpaes-armv8.ios.aarch64.S
[977/1249] Compiling sha512-x86_64.mac.x86_64.S
[978/1249] Compiling sha512-x86_64.linux.x86_64.S
[979/1249] Compiling sha512-armv8.ios.aarch64.S
[980/1249] Compiling sha512-armv4.ios.arm.S
[980/1249] Compiling sha512-armv8.linux.aarch64.S
[980/1249] Compiling sha512-586.windows.x86.S
[983/1249] Compiling sha512-armv4.linux.arm.S
[984/1249] Compiling kdf.c
[985/1249] Compiling sha512-586.linux.x86.S
[986/1249] Compiling sha256-x86_64.linux.x86_64.S
[988/1249] Compiling sha256-armv8.linux.aarch64.S
[989/1249] Compiling sha256-armv8.ios.aarch64.S
[990/1249] Compiling sha256-armv4.linux.arm.S
[990/1249] Compiling sha256-x86_64.mac.x86_64.S
[990/1249] Compiling sha256-armv4.ios.arm.S
[993/1249] Compiling sha256-586.linux.x86.S
[994/1249] Compiling sha256-586.windows.x86.S
[995/1249] Compiling sha1-x86_64.mac.x86_64.S
[996/1249] Compiling sha1-armv8.linux.aarch64.S
[997/1249] Compiling sha1-armv8.ios.aarch64.S
[998/1249] Compiling sha1-armv4-large.ios.arm.S
[999/1249] Compiling sha1-armv4-large.linux.arm.S
[1000/1249] Compiling sha1-586.windows.x86.S
[1001/1249] Compiling sha1-586.linux.x86.S
[1002/1249] Compiling sha1-x86_64.linux.x86_64.S
[1003/1249] Compiling sha512.c
[1004/1249] Compiling sha1-altivec.c
[1005/1249] Compiling rsaz-avx2.mac.x86_64.S
[1006/1249] Compiling rsaz-avx2.linux.x86_64.S
[1007/1249] Compiling sha1.c
[1008/1249] Compiling sha256.c
[1009/1275] Compiling self_check.c
[1010/1275] Compiling rdrand-x86_64.linux.x86_64.S
[1011/1275] Compiling rdrand-x86_64.mac.x86_64.S
[1012/1275] Compiling rsa.c
[1013/1275] Compiling blinding.c
[1013/1275] Compiling padding.c
[1015/1275] Compiling rsa_impl.c
[1016/1275] Compiling rand.c
[1017/1275] Compiling urandom.c
[1018/1275] Compiling p256_beeu-x86_64-asm.mac.x86_64.S
[1019/1275] Compiling p256_beeu-x86_64-asm.linux.x86_64.S
[1020/1275] Compiling p256-x86_64-asm.mac.x86_64.S
[1020/1275] Compiling ctrdrbg.c
[1022/1275] Compiling fork_detect.c
[1023/1275] Compiling polyval.c
[1024/1275] Compiling p256-x86_64-asm.linux.x86_64.S
[1026/1275] Compiling ConsoleKitTerminal Console+Wait.swift
[1027/1275] Compiling ConsoleKitTerminal ConsoleColor.swift
[1028/1275] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1028/1278] Compiling gcm_nohw.c
[1029/1278] Compiling ctr.c
[1030/1278] Compiling ofb.c
[1031/1278] Compiling cbc.c
[1032/1278] Compiling cfb.c
[1033/1278] Compiling md5.c
[1034/1278] Compiling md5-x86_64.mac.x86_64.S
[1035/1278] Compiling gcm.c
[1036/1278] Compiling md5-586.windows.x86.S
[1037/1278] Compiling md5-586.linux.x86.S
[1038/1278] Compiling md5-x86_64.linux.x86_64.S
[1039/1278] Compiling is_fips.c
[1040/1278] Compiling hmac.c
[1041/1278] Compiling ghashv8-armx32.ios.arm.S
[1042/1278] Compiling ghashv8-armx64.linux.aarch64.S
[1043/1278] Compiling ghashv8-armx32.linux.arm.S
[1044/1278] Compiling md4.c
[1046/1278] Emitting module ConsoleKitTerminal
[1046/1278] Compiling ghashv8-armx64.ios.aarch64.S
[1047/1278] Compiling ghash-x86_64.linux.x86_64.S
[1048/1278] Compiling ghash-ssse3-x86.windows.x86.S
[1049/1278] Compiling ghash-x86.windows.x86.S
[1050/1278] Compiling ghash-x86.linux.x86.S
[1052/1278] Compiling ConsoleKitTerminal Console+Confirm.swift
[1053/1278] Compiling ConsoleKitTerminal Console+Input.swift
[1054/1278] Compiling ConsoleKitTerminal Console+Center.swift
[1055/1278] Compiling ConsoleKitTerminal Console+Output.swift
[1056/1278] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1057/1278] Compiling ConsoleKitTerminal ConsoleClear.swift
[1058/1278] Compiling ConsoleKitTerminal Console+Ask.swift
[1059/1278] Compiling ConsoleKitTerminal Console+Choose.swift
[1059/1278] Compiling ghash-ssse3-x86_64.mac.x86_64.S
[1060/1278] Compiling ghash-x86_64.mac.x86_64.S
[1061/1278] Compiling ghash-neon-armv8.linux.aarch64.S
[1062/1278] Compiling ghash-ssse3-x86_64.linux.x86_64.S
[1063/1278] Compiling ghash-armv4.linux.arm.S
[1064/1278] Compiling ghash-neon-armv8.ios.aarch64.S
[1065/1278] Compiling ghash-ssse3-x86.linux.x86.S
[1066/1278] Compiling ghash-armv4.ios.arm.S
[1067/1278] Compiling fips_shared_support.c
[1068/1278] Compiling util.c
[1069/1278] Compiling simple_mul.c
[1071/1278] Compiling ConsoleKitTerminal ActivityBar.swift
[1072/1278] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1073/1278] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1074/1278] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1075/1278] Compiling ConsoleKitTerminal CustomActivity.swift
[1076/1278] Compiling ConsoleKitTerminal LoadingBar.swift
[1077/1278] Compiling ConsoleKitTerminal ProgressBar.swift
[1078/1278] Compiling ConsoleKitTerminal Console+Clear.swift
[1078/1278] Compiling ecdh.c
[1079/1278] Compiling wnaf.c
[1080/1278] Compiling scalar.c
[1081/1278] Compiling ecdsa.c
[1082/1278] Compiling simple.c
[1083/1278] Compiling felem.c
[1084/1278] Compiling p224-64.c
[1085/1278] Compiling oct.c
[1086/1278] Compiling p256.c
[1088/1278] Compiling ConsoleKitTerminal ConsoleText.swift
[1089/1278] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1090/1278] Compiling ConsoleKitTerminal ANSI.swift
[1091/1278] Compiling ConsoleKitTerminal Console.swift
[1092/1278] Compiling ConsoleKitTerminal Terminal.swift
[1093/1278] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1093/1278] Compiling ec.c
[1094/1278] Compiling digests.c
[1095/1278] Compiling ec_montgomery.c
[1096/1278] Compiling check.c
[1097/1278] Compiling ec_key.c
[1098/1278] Compiling co-586.windows.x86.S
[1099/1278] Compiling digest.c
[1100/1278] Compiling dh.c
[1101/1278] Compiling co-586.linux.x86.S
[1102/1278] Compiling des.c
[1103/1278] Compiling e_des.c
[1104/1278] Compiling bsaes-armv7.linux.arm.S
[1105/1278] Compiling bsaes-armv7.ios.arm.S
[1106/1278] Compiling e_aes.c
[1107/1278] Compiling aead.c
[1108/1278] Compiling sqrt.c
[1109/1278] Compiling cipher.c
[1110/1278] Compiling rsaz_exp.c
[1111/1278] Compiling shift.c
[1112/1278] Compiling montgomery_inv.c
[1113/1278] Compiling random.c
[1114/1278] Compiling prime.c
[1115/1278] Compiling jacobi.c
[1116/1278] Compiling montgomery.c
[1118/1278] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1119/1278] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1120/1278] Compiling ConsoleKitTerminal LoggerFragment.swift
[1120/1278] Compiling mul.c
[1121/1279] Compiling p256-x86_64.c
[1122/1279] Compiling generic.c
[1123/1279] Compiling gcd.c
[1124/1279] Compiling gcd_extra.c
[1126/1279] Compiling cmp.c
[1127/1279] Compiling div.c
[1128/1279] Compiling ctx.c
[1129/1279] Compiling div_extra.c
[1130/1279] Compiling bytes.c
[1131/1279] Compiling bn.c
[1132/1279] Compiling exponentiation.c
[1133/1279] Compiling bn-586.linux.x86.S
[1134/1279] Compiling bn-586.windows.x86.S
[1135/1279] Compiling add.c
[1136/1279] Compiling armv8-mont.linux.aarch64.S
[1137/1279] Compiling armv8-mont.ios.aarch64.S
[1138/1279] Compiling armv4-mont.linux.arm.S
[1139/1279] Compiling aesv8-armx64.linux.aarch64.S
[1140/1279] Compiling armv4-mont.ios.arm.S
[1141/1279] Compiling aesv8-armx64.ios.aarch64.S
[1142/1279] Compiling aesv8-armx32.linux.arm.S
[1143/1279] Compiling aesv8-armx32.ios.arm.S
[1144/1279] Compiling aesni-x86_64.mac.x86_64.S
[1145/1279] Compiling aesni-x86_64.linux.x86_64.S
[1146/1279] Compiling aesni-x86.windows.x86.S
[1147/1279] Compiling aesni-gcm-x86_64.mac.x86_64.S
[1148/1279] Compiling aesni-x86.linux.x86.S
[1149/1279] Compiling aesni-gcm-x86_64.linux.x86_64.S
[1150/1279] Compiling mode_wrappers.c
[1151/1279] Compiling x86_64-gcc.c
[1152/1279] Compiling key_wrap.c
[1153/1283] Compiling aes.c
[1154/1298] Compiling sign.c
[1155/1301] Compiling ex_data.c
[1156/1301] Compiling scrypt.c
[1157/1301] Compiling pbkdf.c
[1158/1301] Compiling print.c
[1159/1301] Compiling aes_nohw.c
[1160/1301] Compiling p_x25519.c
[1161/1301] Compiling p_x25519_asn1.c
[1162/1301] Compiling p_rsa_asn1.c
[1163/1301] Compiling p_ed25519_asn1.c
[1164/1301] Compiling p_rsa.c
[1165/1301] Compiling p_ed25519.c
[1166/1301] Compiling p_ec_asn1.c
[1167/1301] Compiling p_dsa_asn1.c
[1168/1301] Compiling p_ec.c
[1169/1301] Compiling evp_ctx.c
[1170/1301] Compiling err_data.c
[1171/1301] Compiling digestsign.c
[1172/1301] Compiling evp_asn1.c
[1173/1301] Compiling evp.c
[1174/1301] Compiling err.c
[1175/1301] Compiling ecdh_extra.c
[1176/1301] Compiling engine.c
[1177/1301] Compiling ecdsa_asn1.c
[1179/1301] Compiling ConsoleKitCommands CommandSignature.swift
[1180/1301] Compiling ConsoleKitCommands Flag.swift
[1181/1301] Compiling ConsoleKitCommands Option.swift
[1181/1303] Compiling ec_derive.c
[1182/1303] Compiling hash_to_curve.c
[1183/1303] Compiling dsa_asn1.c
[1184/1303] Compiling ec_asn1.c
[1186/1303] Emitting module ConsoleKitCommands
[1186/1303] Compiling x25519-asm-arm.S
[1187/1303] Compiling dsa.c
[1188/1303] Compiling spake25519.c
[1189/1303] Compiling digest_extra.c
[1190/1303] Compiling params.c
[1191/1303] Compiling dh_asn1.c
[1193/1303] Compiling ConsoleKitCommands CommandGroup.swift
[1194/1303] Compiling ConsoleKitCommands CommandInput.swift
[1195/1303] Compiling ConsoleKitCommands Commands.swift
[1195/1303] Compiling cpu-ppc64le.c
[1196/1303] Compiling cpu-arm-linux.c
[1197/1303] Compiling cpu-arm.c
[1199/1303] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1200/1303] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1201/1303] Compiling ConsoleKitCommands Argument.swift
[1201/1303] Compiling cpu-aarch64-win.c
[1202/1303] Compiling crypto.c
[1204/1303] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1205/1303] Compiling ConsoleKitCommands AsyncCommand.swift
[1206/1303] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1206/1303] Compiling cpu-intel.c
[1208/1303] Compiling ConsoleKitCommands AsyncCommands.swift
[1209/1303] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1210/1303] Compiling ConsoleKitCommands AnyCommand.swift
[1210/1303] Compiling cpu-aarch64-linux.c
[1212/1303] Compiling ConsoleKitCommands Command.swift
[1213/1303] Compiling ConsoleKitCommands CommandContext.swift
[1214/1303] Compiling ConsoleKitCommands CommandError.swift
[1214/1303] Compiling cpu-aarch64-fuchsia.c
[1215/1303] Compiling curve25519.c
[1216/1303] Compiling cmac.c
[1217/1303] Compiling conf.c
[1218/1303] Compiling e_rc4.c
[1219/1303] Compiling tls_cbc.c
[1220/1303] Compiling e_tls.c
[1221/1303] Compiling e_rc2.c
[1223/1303] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1224/1303] Compiling ConsoleKitCommands Utilities.swift
[1224/1303] Compiling e_null.c
[1225/1303] Compiling e_aesgcmsiv.c
[1226/1303] Compiling derive_key.c
[1227/1303] Compiling e_aesctrhmac.c
[1227/1303] Compiling e_chacha20poly1305.c
[1229/1303] Compiling e_aesccm.c
[1230/1303] Compiling chacha20_poly1305_x86_64.mac.x86_64.S
[1231/1303] Compiling cipher_extra.c
[1232/1303] Compiling aes128gcmsiv-x86_64.mac.x86_64.S
[1233/1303] Compiling chacha-x86_64.mac.x86_64.S
[1234/1303] Compiling aes128gcmsiv-x86_64.linux.x86_64.S
[1235/1303] Compiling chacha-x86.windows.x86.S
[1236/1303] Compiling chacha-x86_64.linux.x86_64.S
[1237/1303] Compiling chacha-armv8.linux.aarch64.S
[1238/1303] Compiling chacha20_poly1305_x86_64.linux.x86_64.S
[1239/1303] Compiling chacha-x86.linux.x86.S
[1240/1303] Compiling chacha.c
[1241/1303] Compiling chacha-armv8.ios.aarch64.S
[1242/1303] Compiling chacha-armv4.linux.arm.S
[1243/1303] Compiling chacha-armv4.ios.arm.S
[1244/1303] Compiling unicode.c
[1245/1303] Compiling ber.c
[1246/1303] Compiling cbs.c
[1247/1303] Compiling asn1_compat.c
[1248/1303] Compiling bn_asn1.c
[1249/1303] Compiling convert.c
[1250/1303] Compiling buf.c
[1251/1303] Compiling cbb.c
[1252/1303] Compiling blake2.c
[1253/1303] Compiling socket.c
[1254/1303] Compiling socket_helper.c
[1255/1303] Compiling hexdump.c
[1256/1303] Compiling printf.c
[1257/1303] Compiling pair.c
[1257/1303] Compiling file.c
[1259/1303] Compiling fd.c
[1260/1303] Compiling bio_mem.c
[1261/1303] Compiling base64.c
[1262/1303] Compiling connect.c
[1263/1303] Compiling time_support.c
[1264/1303] Compiling bio.c
[1265/1303] Compiling tasn_utl.c
[1266/1303] Compiling tasn_typ.c
[1267/1303] Compiling tasn_fre.c
[1268/1303] Compiling f_int.c
[1269/1303] Compiling tasn_new.c
[1270/1303] Compiling f_string.c
[1271/1303] Compiling tasn_enc.c
[1272/1303] Compiling f_enum.c
[1273/1303] Compiling tasn_dec.c
[1274/1303] Compiling asn1_par.c
[1274/1303] Compiling asn_pack.c
[1276/1303] Compiling asn1_lib.c
[1277/1303] Compiling a_utf8.c
[1278/1303] Compiling a_utctm.c
[1279/1303] Compiling a_print.c
[1280/1303] Compiling a_time.c
[1281/1303] Compiling a_type.c
[1282/1303] Compiling a_strnid.c
[1283/1303] Compiling a_octet.c
[1284/1303] Compiling a_i2d_fp.c
[1285/1303] Compiling a_int.c
[1286/1303] Compiling a_mbstr.c
[1287/1303] Compiling a_dup.c
[1288/1303] Compiling a_enum.c
[1288/1303] Write sources
[1294/1303] Compiling a_object.c
[1295/1303] Compiling a_gentm.c
[1296/1303] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1297/1303] Compiling a_d2i_fp.c
[1298/1303] Compiling a_bool.c
[1300/1303] Compiling ConsoleKitCommands Console+Run.swift
[1301/1303] Compiling ConsoleKitCommands ConsoleError.swift
[1302/1303] Compiling ConsoleKitCommands Completion.swift
[1302/1303] Compiling a_bitstr.c
[1305/1455] Compiling Crypto AES-GCM_boring.swift
[1306/1455] Compiling Crypto ChaChaPoly_boring.swift
[1307/1455] Compiling Crypto ChaChaPoly.swift
[1308/1459] Compiling Crypto ASN1Identifier.swift
[1309/1459] Compiling Crypto ASN1Integer.swift
[1310/1459] Compiling Crypto ASN1.swift
[1311/1459] Compiling Crypto ASN1BitString.swift
[1312/1459] Compiling Crypto Cipher.swift
[1313/1459] Compiling Crypto Nonces.swift
[1314/1459] Compiling ConsoleKit Exports.swift
[1315/1459] Emitting module ConsoleKit
[1317/1460] Compiling Atomics IntegerOperations.swift
[1318/1460] Compiling Atomics Unmanaged extensions.swift
[1319/1460] Compiling Crypto HashFunctions.swift
[1320/1460] Compiling Crypto HashFunctions_SHA2.swift
[1321/1460] Compiling Crypto AES-GCM.swift
[1330/1467] Compiling Crypto EllipticCurvePoint_boring.swift
[1331/1467] Compiling Crypto EllipticCurve_boring.swift
[1332/1467] Compiling Crypto NISTCurvesKeys_boring.swift
[1333/1467] Compiling Crypto X25519Keys_boring.swift
[1334/1467] Compiling Crypto Curve25519.swift
[1335/1467] Compiling Crypto Ed25519.swift
[1336/1467] Compiling Crypto NISTCurvesKeys.swift
[1337/1467] Compiling Crypto Insecure.swift
[1338/1467] Compiling Crypto Insecure_HashFunctions.swift
[1339/1467] Compiling Crypto ECDH_boring.swift
[1340/1467] Compiling Crypto DH.swift
[1341/1467] Compiling Crypto ECDH.swift
[1342/1467] Compiling Crypto HKDF.swift
[1343/1467] Compiling Crypto Ed25519_boring.swift
[1344/1467] Compiling Crypto ECDSA_boring.swift
[1345/1467] Compiling Crypto EdDSA_boring.swift
[1346/1467] Compiling Crypto ECDSA.swift
[1347/1467] Compiling Crypto EdDSA.swift
[1348/1467] Compiling Crypto Signature.swift
[1349/1467] Compiling Crypto ArbitraryPrecisionInteger_boring.swift
[1350/1467] Compiling Crypto CryptoKitErrors_boring.swift
[1351/1467] Compiling Crypto X25519Keys.swift
[1352/1467] Compiling Crypto SymmetricKeys.swift
[1353/1467] Compiling Crypto HMAC.swift
[1354/1467] Compiling Crypto MACFunctions.swift
[1355/1467] Compiling Crypto MessageAuthenticationCode.swift
[1356/1467] Compiling Crypto AES.swift
[1357/1467] Compiling Crypto ECDSASignature_boring.swift
[1360/1467] Compiling Crypto ObjectIdentifier.swift
[1361/1467] Compiling Crypto ECDSASignature.swift
[1362/1467] Compiling Crypto PEMDocument.swift
[1363/1467] Compiling Crypto PKCS8PrivateKey.swift
[1370/1470] Compiling Crypto SEC1PrivateKey.swift
[1371/1470] Compiling Crypto SubjectPublicKeyInfo.swift
[1372/1470] Compiling Crypto CryptoKitErrors.swift
[1373/1470] Compiling Crypto Digest_boring.swift
[1374/1470] Compiling Crypto Digest.swift
[1375/1470] Compiling Crypto Digests.swift
[1386/1470] Emitting module BitCollections
[1387/1470] Compiling BitCollections BitSet.Index.swift
[1388/1470] Compiling BitCollections BitSet._UnsafeHandle.swift
[1389/1470] Compiling BitCollections BitSet.swift
[1390/1470] Compiling BitCollections Range+Utilities.swift
[1391/1470] Compiling BitCollections Slice+Utilities.swift
[1392/1470] Compiling BitCollections UInt+Tricks.swift
[1393/1470] Compiling BitCollections _Word.swift
[1403/1471] Compiling Algorithms Trim.swift
[1404/1471] Compiling Algorithms Unique.swift
[1405/1471] Compiling Algorithms Windows.swift
[1406/1473] Emitting module Crypto
[1407/1480] Emitting module Collections
[1408/1480] Compiling Collections Collections.swift
[1473/1481] Emitting module Atomics
[1475/1541] Emitting module Algorithms
[1477/1542] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1478/1542] Compiling NIOCore NIOLoopBound.swift
[1479/1542] Compiling NIOCore NIOScheduledCallback.swift
[1480/1542] Compiling NIOCore NIOSendable.swift
[1481/1542] Compiling NIOCore RecvByteBufferAllocator.swift
[1482/1542] Compiling Crypto SecureBytes.swift
[1483/1542] Compiling Crypto Zeroization.swift
[1485/1545] Compiling NIOCore GlobalSingletons.swift
[1486/1545] Compiling NIOCore IO.swift
[1487/1545] Compiling NIOCore IOData.swift
[1488/1545] Compiling NIOCore IPProtocol.swift
[1489/1545] Compiling NIOCore IntegerBitPacking.swift
[1490/1545] Compiling NIOCore IntegerTypes.swift
[1491/1545] Compiling NIOCore Interfaces.swift
[1492/1545] Compiling NIOCore Linux.swift
[1493/1553] Compiling NIOCore MarkedCircularBuffer.swift
[1494/1553] Compiling NIOCore MulticastChannel.swift
[1495/1553] Compiling NIOCore NIOAny.swift
[1501/1553] Compiling OhhAuth OhhAuth.swift
[1502/1553] Emitting module OhhAuth
[1504/1554] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1505/1554] Compiling NIOCore SocketAddresses.swift
[1506/1554] Compiling NIOCore SocketOptionProvider.swift
[1507/1554] Compiling NIOCore SystemCallHelpers.swift
[1508/1554] Compiling NIOCore TimeAmount+Duration.swift
[1509/1554] Compiling NIOCore TypeAssistedChannelHandler.swift
[1510/1554] Compiling NIOCore UniversalBootstrapSupport.swift
[1511/1554] Compiling NIOCore Utilities.swift
[1512/1554] Compiling NIOCore ChannelPipeline.swift
[1513/1554] Compiling NIOCore CircularBuffer.swift
[1514/1554] Compiling NIOCore Codec.swift
[1515/1554] Compiling NIOCore ConvenienceOptionSupport.swift
[1516/1554] Compiling NIOCore DeadChannel.swift
[1517/1554] Compiling NIOCore DispatchQueue+WithFuture.swift
[1518/1554] Compiling NIOCore EventLoop+Deprecated.swift
[1519/1554] Compiling NIOCore EventLoop+SerialExecutor.swift
[1520/1554] Compiling NIOCore EventLoop.swift
[1521/1554] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1522/1554] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1523/1554] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1524/1554] Compiling NIOCore EventLoopFuture.swift
[1525/1554] Compiling NIOCore FileDescriptor.swift
[1526/1554] Compiling NIOCore FileHandle.swift
[1527/1554] Compiling NIOCore FileRegion.swift
[1528/1554] Compiling NIOCore AddressedEnvelope.swift
[1529/1554] Compiling NIOCore AsyncAwaitSupport.swift
[1530/1554] Compiling NIOCore AsyncChannel.swift
[1531/1554] Compiling NIOCore AsyncChannelHandler.swift
[1532/1554] Compiling NIOCore AsyncChannelInboundStream.swift
[1533/1554] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1534/1554] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1535/1554] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1536/1554] Compiling NIOCore NIOAsyncWriter.swift
[1537/1554] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1538/1554] Compiling NIOCore BSDSocketAPI.swift
[1539/1554] Compiling NIOCore ByteBuffer-aux.swift
[1540/1554] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1541/1554] Compiling NIOCore ByteBuffer-conversions.swift
[1542/1554] Compiling NIOCore ByteBuffer-core.swift
[1543/1554] Compiling NIOCore ByteBuffer-hex.swift
[1544/1554] Compiling NIOCore ByteBuffer-int.swift
[1545/1554] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1546/1554] Compiling NIOCore ByteBuffer-multi-int.swift
[1547/1554] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1548/1554] Compiling NIOCore ByteBuffer-views.swift
[1549/1554] Compiling NIOCore Channel.swift
[1550/1554] Compiling NIOCore ChannelHandler.swift
[1551/1554] Compiling NIOCore ChannelHandlers.swift
[1552/1554] Compiling NIOCore ChannelInvoker.swift
[1553/1554] Compiling NIOCore ChannelOption.swift
[1554/1554] Emitting module NIOCore
[1556/1606] Compiling NIOEmbedded AsyncTestingChannel.swift
[1557/1606] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1558/1606] Emitting module NIOEmbedded
[1559/1606] Compiling NIOEmbedded Embedded.swift
[1561/1607] Compiling NIOPosix SelectableChannel.swift
[1562/1607] Compiling NIOPosix SelectableEventLoop.swift
[1563/1607] Compiling NIOPosix SelectorEpoll.swift
[1564/1607] Compiling NIOPosix SelectorGeneric.swift
[1565/1607] Compiling NIOPosix SelectorKqueue.swift
[1566/1607] Compiling NIOPosix SelectorUring.swift
[1567/1607] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1568/1607] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1569/1607] Compiling NIOPosix PosixSingletons.swift
[1570/1607] Compiling NIOPosix RawSocketBootstrap.swift
[1571/1607] Compiling NIOPosix Resolver.swift
[1572/1607] Compiling NIOPosix Selectable.swift
[1573/1607] Compiling NIOPosix ServerSocket.swift
[1574/1607] Compiling NIOPosix Socket.swift
[1575/1607] Compiling NIOPosix SocketChannel.swift
[1576/1607] Compiling NIOPosix SocketProtocols.swift
[1577/1607] Compiling NIOPosix System.swift
[1578/1607] Compiling NIOPosix Thread.swift
[1579/1613] Compiling NIOPosix Bootstrap.swift
[1580/1613] Compiling NIOPosix ControlMessage.swift
[1581/1613] Compiling NIOPosix DatagramVectorReadManager.swift
[1582/1613] Compiling NIOPosix Errors+Any.swift
[1583/1613] Compiling NIOPosix FileDescriptor.swift
[1584/1613] Compiling NIOPosix GetaddrinfoResolver.swift
[1585/1613] Compiling NIOPosix HappyEyeballs.swift
[1586/1613] Compiling NIOPosix BSDSocketAPICommon.swift
[1587/1613] Compiling NIOPosix BSDSocketAPIPosix.swift
[1588/1613] Compiling NIOPosix BSDSocketAPIWindows.swift
[1589/1613] Compiling NIOPosix BaseSocket.swift
[1590/1613] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1591/1613] Compiling NIOPosix BaseSocketChannel.swift
[1592/1613] Compiling NIOPosix BaseStreamSocketChannel.swift
[1593/1613] Compiling NIOPosix IO.swift
[1594/1613] Compiling NIOPosix IntegerBitPacking.swift
[1595/1613] Compiling NIOPosix IntegerTypes.swift
[1596/1613] Compiling NIOPosix Linux.swift
[1597/1613] Compiling NIOPosix LinuxCPUSet.swift
[1598/1613] Compiling NIOPosix LinuxUring.swift
[1599/1613] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1600/1613] Compiling NIOPosix NIOThreadPool.swift
[1601/1613] Compiling NIOPosix NonBlockingFileIO.swift
[1602/1613] Compiling NIOPosix PendingDatagramWritesManager.swift
[1603/1613] Compiling NIOPosix PendingWritesManager.swift
[1604/1613] Compiling NIOPosix PipeChannel.swift
[1605/1613] Compiling NIOPosix PipePair.swift
[1606/1613] Compiling NIOPosix Pool.swift
[1607/1613] Emitting module NIOPosix
[1608/1613] Compiling NIOPosix ThreadPosix.swift
[1609/1613] Compiling NIOPosix ThreadWindows.swift
[1610/1613] Compiling NIOPosix UnsafeTransfer.swift
[1611/1613] Compiling NIOPosix Utilities.swift
[1612/1613] Compiling NIOPosix VsockAddress.swift
[1613/1613] Compiling NIOPosix VsockChannelEvents.swift
[1615/1673] Emitting module NIO
[1616/1673] Compiling NIO Exports.swift
[1618/1674] Compiling AsyncKit EventLoop+Flatten.swift
[1619/1674] Compiling AsyncKit EventLoop+Future.swift
[1620/1674] Compiling AsyncKit EventLoopGroup+Concurrency.swift
[1621/1674] Compiling AsyncKit Future+Miscellaneous.swift
[1622/1674] Compiling AsyncKit Future+Nonempty.swift
[1623/1674] Compiling AsyncKit Future+Optional.swift
[1624/1674] Compiling AsyncKit Future+Transform.swift
[1625/1674] Compiling AsyncKit Future+Try.swift
[1626/1674] Compiling AsyncKit FutureOperators.swift
[1627/1674] Compiling AsyncKit ConnectionPoolError.swift
[1628/1674] Compiling AsyncKit ConnectionPoolItem.swift
[1629/1674] Compiling AsyncKit ConnectionPoolSource.swift
[1630/1674] Compiling AsyncKit EventLoopGroup+Throwing.swift
[1631/1674] Compiling AsyncKit Collection+Flatten.swift
[1632/1674] Compiling AsyncKit EventLoopFutureQueue+Sequence.swift
[1633/1676] Emitting module _NIOFileSystem
[1634/1719] Compiling NIOTLS TLSEvents.swift
[1635/1719] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1636/1719] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1637/1719] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1638/1719] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1639/1720] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1640/1720] Compiling NIOSOCKS SOCKSResponse.swift
[1641/1720] Compiling NIOSOCKS ClientStateMachine.swift
[1642/1720] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1643/1720] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1644/1720] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1645/1720] Compiling NIOHTTP1 HTTPEncoder.swift
[1646/1720] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1647/1720] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1649/1720] Compiling NIOHTTP1 HTTPDecoder.swift
[1650/1720] Emitting module NIOFoundationCompat
[1651/1721] Compiling AsyncKit Optional+StrictMap.swift
[1652/1721] Compiling AsyncKit Exports.swift
[1654/1721] Compiling NIOSOCKS ServerStateMachine.swift
[1655/1721] Emitting module NIOSOCKS
[1658/1721] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1659/1721] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1661/1723] Compiling NIOSOCKS Messages.swift
[1662/1723] Compiling NIOSOCKS SOCKSRequest.swift
[1663/1723] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1668/1723] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1669/1723] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1670/1723] Compiling NIOTLS SNIHandler.swift
[1671/1723] Emitting module NIOTLS
[1672/1725] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1673/1725] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1676/1725] Emitting module NIOHTTP1
[1677/1725] Compiling _NIOFileSystem Array+FileSystem.swift
[1678/1725] Compiling _NIOFileSystem ArraySlice+FileSystem.swift
[1679/1725] Compiling _NIOFileSystem BufferedReader.swift
[1680/1725] Compiling _NIOFileSystem BufferedWriter.swift
[1681/1725] Compiling _NIOFileSystem ByteBuffer+FileSystem.swift
[1683/1725] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[1684/1725] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[1692/1754] Compiling NIOSSL NIOSSLServerHandler.swift
[1693/1754] Compiling NIOSSL ObjectIdentifier.swift
[1694/1754] Compiling NIOSSL ByteBufferBIO.swift
[1695/1754] Compiling NIOSSL CustomPrivateKey.swift
[1696/1776] Compiling _NIOFileSystem SystemFileHandle.swift
[1697/1776] Compiling _NIOFileSystem Utilities.swift
[1698/1776] Compiling _NIOFileSystem OpenOptions.swift
[1699/1776] Compiling _NIOFileSystem String+FileSystem.swift
[1700/1776] Compiling NIOTransportServices NIOTSBootstraps.swift
[1701/1776] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1702/1776] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1703/1778] Compiling NIOTransportServices StateManagedChannel.swift
[1704/1778] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1705/1778] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1706/1778] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1707/1778] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1708/1778] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1709/1778] Compiling NIOTransportServices NIOTSSingletons.swift
[1710/1778] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1711/1778] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1712/1778] Compiling NIOTransportServices NIOTSErrors.swift
[1713/1778] Compiling NIOTransportServices NIOTSEventLoop.swift
[1716/1778] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1717/1778] Emitting module NIOTransportServices
[1718/1778] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1719/1778] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1720/1778] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1721/1778] Compiling NIOTransportServices AcceptHandler.swift
[1722/1778] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1723/1778] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1726/1778] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1727/1778] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1729/1779] Emitting module AsyncKit
[1742/1780] Compiling NIOSSL SubjectAlternativeName.swift
[1743/1780] Compiling NIOSSL NIOSSLSecureBytes.swift
[1744/1780] Compiling NIOSSL RNG.swift
[1745/1780] Compiling NIOSSL SafeCompare.swift
[1746/1780] Compiling NIOSSL Zeroization.swift
[1747/1780] Compiling _NIOFileSystem FileSystem.swift
[1749/1781] Emitting module NIOSSL
[1751/1852] Compiling MultipartKit FormDataDecoder.swift
[1752/1852] Compiling MultipartKit FormDataEncoder.Encoder.swift
[1753/1852] Compiling MultipartKit FormDataDecoder.Decoder.swift
[1754/1852] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[1755/1852] Compiling MultipartKit BasicCodingKey.swift
[1756/1852] Compiling MultipartKit MultipartError.swift
[1757/1852] Compiling MultipartKit Exports.swift
[1758/1852] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[1759/1852] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1768/1852] Compiling MultipartKit MultipartPart.swift
[1769/1852] Compiling MultipartKit MultipartPartConvertible.swift
[1772/1852] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1773/1852] Emitting module _NIOFileSystemFoundationCompat
[1774/1853] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1775/1853] Compiling NIOHPACK IndexedHeaderTable.swift
[1776/1853] Compiling NIOHPACK IntegerCoding.swift
[1777/1854] Compiling NIOWebSocket WebSocketOpcode.swift
[1779/1855] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1780/1855] Compiling NIOHTTPCompression HTTPDecompression.swift
[1781/1855] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[1782/1855] Compiling MultipartKit MultipartFormData.swift
[1783/1855] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[1784/1855] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[1785/1855] Compiling MultipartKit FormDataEncoder.swift
[1786/1855] Compiling MultipartKit Storage.swift
[1787/1855] Compiling MultipartKit MultipartParser.swift
[1789/1857] Emitting module NIOHTTPCompression
[1790/1857] Compiling NIOHTTPCompression HTTPCompression.swift
[1791/1857] Emitting module MultipartKit
[1792/1859] Compiling NIOHPACK StaticHeaderTable.swift
[1795/1859] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[1799/1859] Compiling NIOHPACK HuffmanTables.swift
[1800/1859] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1804/1859] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1806/1859] Compiling NIOExtras UnsafeTransfer.swift
[1807/1859] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1808/1859] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1809/1859] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1810/1859] Emitting module NIOWebSocket
[1811/1859] Compiling NIOHPACK HuffmanCoding.swift
[1812/1860] Emitting module NIOHPACK
[1817/1862] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1822/1862] Compiling NIOWebSocket WebSocketFrame.swift
[1823/1863] Compiling NIOFileSystem Exports.swift
[1824/1863] Emitting module NIOFileSystem
[1832/1863] Compiling MultipartKit MultipartSerializer.swift
[1833/1863] Compiling MultipartKit Utilities.swift
[1846/1866] Emitting module NIOExtras
[1851/1924] Compiling NIOHTTP2 Error+Any.swift
[1852/1924] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1853/1924] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1854/1924] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1855/1924] Compiling NIOHTTP2 MaySendFrames.swift
[1856/1924] Compiling NIOHTTP2 SendingDataState.swift
[1857/1924] Compiling NIOHTTP2 SendingGoawayState.swift
[1858/1924] Compiling NIOHTTP2 SendingHeadersState.swift
[1859/1924] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1860/1924] Compiling NIOHTTP2 SendingRstStreamState.swift
[1861/1924] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1863/1925] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1864/1925] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1866/1934] Compiling WebSocketKit WebSocketHandler.swift
[1867/1934] Compiling WebSocketKit Exports.swift
[1868/1934] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1869/1934] Compiling WebSocketKit WebSocket.swift
[1870/1934] Emitting module WebSocketKit
[1871/1934] Compiling WebSocketKit WebSocket+Concurrency.swift
[1872/1934] Compiling WebSocketKit WebSocket+Connect.swift
[1873/1934] Compiling WebSocketKit WebSocketClient.swift
[1877/1935] Compiling NIOHTTP2 HasLocalSettings.swift
[1878/1935] Compiling NIOHTTP2 HasRemoteSettings.swift
[1879/1935] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1880/1935] Compiling NIOHTTP2 QuiescingState.swift
[1881/1935] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1882/1935] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1890/1935] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1891/1943] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1892/1943] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1893/1943] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1894/1943] Compiling NIOHTTP2 HTTP2StreamID.swift
[1895/1943] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1896/1943] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1897/1943] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1898/1943] Compiling NIOHTTP2 InboundEventBuffer.swift
[1899/1943] Emitting module NIOHTTP2
[1900/1943] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1901/1943] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1902/1943] Compiling NIOHTTP2 MayReceiveFrames.swift
[1903/1943] Compiling NIOHTTP2 ReceivingDataState.swift
[1904/1943] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1905/1943] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1906/1943] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1907/1943] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1909/1943] Compiling NIOHTTP2 InboundWindowManager.swift
[1910/1943] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1911/1943] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1912/1943] Compiling NIOHTTP2 StreamChannelList.swift
[1913/1943] Compiling NIOHTTP2 StreamMap.swift
[1914/1943] Compiling NIOHTTP2 StreamStateMachine.swift
[1915/1943] Compiling NIOHTTP2 UnsafeTransfer.swift
[1916/1943] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1917/1943] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1918/1943] Compiling NIOHTTP2 HTTP2Frame.swift
[1919/1943] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1920/1943] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1921/1943] Compiling NIOHTTP2 HTTP2PingData.swift
[1922/1943] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1923/1943] Compiling NIOHTTP2 HTTP2Settings.swift
[1924/1943] Compiling NIOHTTP2 HTTP2Stream.swift
[1925/1943] Compiling NIOHTTP2 StateMachineResult.swift
[1926/1943] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1927/1943] Compiling NIOHTTP2 DOSHeuristics.swift
[1931/1943] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1932/1943] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1933/1943] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1934/1943] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1935/1943] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1936/1943] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1937/1943] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1938/1943] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1939/1943] Compiling NIOHTTP2 HTTP2Error.swift
[1940/1943] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1946/2004] Emitting module AsyncHTTPClient
[1947/2012] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1948/2012] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1949/2012] Compiling AsyncHTTPClient Transaction.swift
[1950/2012] Compiling AsyncHTTPClient Base64.swift
[1951/2012] Compiling AsyncHTTPClient BasicAuth.swift
[1952/2012] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1953/2012] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1954/2012] Compiling AsyncHTTPClient ConnectionPool.swift
[1955/2012] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1956/2012] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1957/2012] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1958/2012] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1959/2012] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1960/2012] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1961/2012] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1962/2012] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1963/2012] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1964/2012] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1965/2012] Compiling AsyncHTTPClient RequestBag.swift
[1966/2012] Compiling AsyncHTTPClient RequestValidation.swift
[1967/2012] Compiling AsyncHTTPClient SSLContextCache.swift
[1968/2012] Compiling AsyncHTTPClient Scheme.swift
[1969/2012] Compiling AsyncHTTPClient Singleton.swift
[1970/2012] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1971/2012] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1972/2012] Compiling AsyncHTTPClient Utils.swift
[1973/2012] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1974/2012] Compiling AsyncHTTPClient ConnectionTarget.swift
[1975/2012] Compiling AsyncHTTPClient DeconstructedURL.swift
[1976/2012] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1977/2012] Compiling AsyncHTTPClient FoundationExtensions.swift
[1978/2012] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1979/2012] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1980/2012] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1981/2012] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1982/2012] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1983/2012] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1984/2012] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1985/2012] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1986/2012] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1987/2012] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1988/2012] Compiling AsyncHTTPClient RequestBodyLength.swift
[1989/2012] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1990/2012] Compiling AsyncHTTPClient RequestOptions.swift
[1991/2012] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1992/2012] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1993/2012] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1994/2012] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1995/2012] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1996/2012] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1997/2012] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1998/2012] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1999/2012] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2000/2012] Compiling AsyncHTTPClient HTTP1Connection.swift
[2001/2012] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2002/2012] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2003/2012] Compiling AsyncHTTPClient HTTP2Connection.swift
[2004/2012] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2005/2012] Compiling AsyncHTTPClient HTTPClient.swift
[2006/2012] Compiling AsyncHTTPClient HTTPHandler.swift
[2007/2012] Compiling AsyncHTTPClient LRUCache.swift
[2008/2012] Compiling AsyncHTTPClient NWErrorHandler.swift
[2009/2012] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2010/2012] Compiling AsyncHTTPClient TLSConfiguration.swift
[2011/2012] Compiling AsyncHTTPClient RedirectState.swift
[2012/2012] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2014/2182] Compiling Vapor HTTPServerResponseEncoder.swift
[2015/2182] Compiling Vapor HTTPServerUpgradeHandler.swift
[2016/2182] Compiling Vapor Logger+Report.swift
[2017/2182] Compiling Vapor LoggingSystem+Environment.swift
[2018/2182] Compiling Vapor Application+Middleware.swift
[2019/2182] Compiling Vapor CORSMiddleware.swift
[2020/2182] Compiling Vapor ErrorMiddleware.swift
[2021/2182] Compiling Vapor FileMiddleware.swift
[2022/2182] Compiling Vapor Middleware.swift
[2023/2182] Compiling Vapor MiddlewareConfiguration.swift
[2024/2182] Compiling Vapor ResponseCompressionMiddleware.swift
[2025/2182] Compiling Vapor RouteLoggingMiddleware.swift
[2026/2182] Compiling Vapor TracingMiddleware.swift
[2027/2182] Compiling Vapor File+Multipart.swift
[2028/2182] Compiling Vapor FormDataDecoder+Content.swift
[2029/2182] Compiling Vapor FormDataEncoder+Content.swift
[2030/2182] Compiling Vapor Application+Password.swift
[2031/2182] Compiling Vapor Application+Passwords.swift
[2032/2182] Compiling Vapor AsyncPasswordHasher.swift
[2033/2182] Compiling Vapor BcryptHasher.swift
[2034/2182] Compiling Vapor PasswordHasher.swift
[2035/2182] Compiling Vapor PlaintextHasher.swift
[2036/2182] Compiling Vapor Request+Password.swift
[2037/2182] Compiling Vapor Redirect.swift
[2038/2206] Compiling Vapor Request+Body.swift
[2039/2206] Compiling Vapor Request+BodyStream.swift
[2040/2206] Compiling Vapor Request.swift
[2041/2206] Compiling Vapor Application+Responder.swift
[2042/2206] Compiling Vapor DefaultResponder.swift
[2043/2206] Compiling Vapor Response+Body.swift
[2044/2206] Compiling Vapor Response.swift
[2045/2206] Compiling Vapor ResponseCodable.swift
[2046/2206] Compiling Vapor Application+Routes.swift
[2047/2206] Compiling Vapor Parameters+Require.swift
[2048/2206] Compiling Vapor Request+WebSocket.swift
[2049/2206] Compiling Vapor Route.swift
[2050/2206] Compiling Vapor RouteCollection.swift
[2051/2206] Compiling Vapor Routes.swift
[2052/2206] Compiling Vapor RoutesBuilder+Group.swift
[2053/2206] Compiling Vapor RoutesBuilder+Method.swift
[2054/2206] Compiling Vapor RoutesBuilder+Middleware.swift
[2055/2206] Compiling Vapor RoutesBuilder+WebSocket.swift
[2056/2206] Compiling Vapor RoutesBuilder.swift
[2057/2206] Compiling Vapor OTP.swift
[2058/2206] Compiling Vapor Application+Servers.swift
[2059/2206] Compiling Vapor Server.swift
[2060/2206] Compiling Vapor App+Service.swift
[2061/2206] Compiling Vapor Req+Service.swift
[2062/2230] Compiling Vapor Application.swift
[2063/2230] Compiling Vapor AuthenticationCache.swift
[2064/2230] Compiling Vapor Authenticator.swift
[2065/2230] Compiling Vapor BasicAuthorization.swift
[2066/2230] Compiling Vapor BearerAuthorization.swift
[2067/2230] Compiling Vapor GuardMiddleware.swift
[2068/2230] Compiling Vapor RedirectMiddleware.swift
[2069/2230] Compiling Vapor SessionAuthenticatable.swift
[2070/2230] Compiling Vapor Bcrypt.swift
[2071/2230] Compiling Vapor Application+Cache.swift
[2072/2230] Compiling Vapor Cache.swift
[2073/2230] Compiling Vapor CacheExpirationTime.swift
[2074/2230] Compiling Vapor MemoryCache.swift
[2075/2230] Compiling Vapor Request+Cache.swift
[2076/2230] Compiling Vapor Application+Clients.swift
[2077/2230] Compiling Vapor Client.swift
[2078/2230] Compiling Vapor ClientRequest.swift
[2079/2230] Compiling Vapor ClientResponse.swift
[2080/2230] Compiling Vapor Request+Client.swift
[2081/2230] Compiling Vapor BootCommand.swift
[2082/2230] Compiling Vapor CommandContext+Application.swift
[2083/2230] Compiling Vapor RoutesCommand.swift
[2084/2230] Compiling Vapor ServeCommand.swift
[2085/2230] Compiling Vapor AnyResponse+Concurrency.swift
[2086/2230] Compiling Vapor Validator.swift
[2087/2230] Compiling Vapor ValidatorResult.swift
[2088/2230] Compiling Vapor And.swift
[2089/2230] Compiling Vapor Case.swift
[2090/2230] Compiling Vapor CharacterSet.swift
[2091/2230] Compiling Vapor Count.swift
[2092/2230] Compiling Vapor Custom.swift
[2093/2230] Compiling Vapor Email.swift
[2094/2230] Compiling Vapor Empty.swift
[2095/2230] Compiling Vapor In.swift
[2096/2230] Compiling Vapor Nil.swift
[2097/2230] Compiling Vapor NilIgnoring.swift
[2098/2230] Compiling Vapor Not.swift
[2099/2230] Compiling Vapor Or.swift
[2100/2230] Compiling Vapor Pattern.swift
[2101/2230] Compiling Vapor Range.swift
[2102/2230] Compiling Vapor URL.swift
[2103/2230] Compiling Vapor Valid.swift
[2104/2230] Compiling Vapor Application+Views.swift
[2105/2230] Compiling Vapor PlaintextRenderer.swift
[2106/2230] Compiling Vapor Request+View.swift
[2107/2230] Compiling Vapor View.swift
[2108/2230] Compiling Vapor ViewRenderer.swift
[2109/2230] Compiling Vapor _Deprecations.swift
[2110/2230] Emitting module Vapor
[2111/2230] Compiling Vapor AsyncBasicResponder.swift
[2112/2230] Compiling Vapor AsyncMiddleware.swift
[2113/2230] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2114/2230] Compiling Vapor AsyncSessionDriver.swift
[2115/2230] Compiling Vapor Authentication+Concurrency.swift
[2116/2230] Compiling Vapor Cache+Concurrency.swift
[2117/2230] Compiling Vapor Client+Concurrency.swift
[2118/2230] Compiling Vapor RequestBody+Concurrency.swift
[2119/2230] Compiling Vapor Responder+Concurrency.swift
[2120/2230] Compiling Vapor ResponseCodable+Concurrency.swift
[2121/2230] Compiling Vapor RoutesBuilder+Concurrency.swift
[2122/2230] Compiling Vapor ViewRenderer+Concurrency.swift
[2123/2230] Compiling Vapor WebSocket+Concurrency.swift
[2124/2230] Compiling Vapor ContainerGetPathExecutor.swift
[2125/2230] Compiling Vapor Content.swift
[2126/2230] Compiling Vapor ContentCoders.swift
[2127/2230] Compiling Vapor ContentConfiguration.swift
[2128/2230] Compiling Vapor ContentContainer.swift
[2129/2230] Compiling Vapor JSONCoder+Custom.swift
[2130/2230] Compiling Vapor JSONCoders+Content.swift
[2131/2230] Compiling Vapor PlaintextDecoder.swift
[2132/2230] Compiling Vapor PlaintextEncoder.swift
[2133/2230] Compiling Vapor URLQueryCoders.swift
[2134/2230] Compiling Vapor URLQueryContainer.swift
[2135/2230] Compiling Vapor Service.swift
[2136/2230] Compiling Vapor Application+Sessions.swift
[2137/2230] Compiling Vapor MemorySessions.swift
[2138/2230] Compiling Vapor Request+Session.swift
[2139/2230] Compiling Vapor Session.swift
[2140/2230] Compiling Vapor SessionCache.swift
[2141/2230] Compiling Vapor SessionData.swift
[2142/2230] Compiling Vapor SessionDriver.swift
[2143/2230] Compiling Vapor SessionsConfiguration.swift
[2144/2230] Compiling Vapor SessionsMiddleware.swift
[2145/2230] Compiling Vapor URLEncodedFormData.swift
[2146/2230] Compiling Vapor URLEncodedFormDecoder.swift
[2147/2230] Compiling Vapor URLEncodedFormEncoder.swift
[2148/2230] Compiling Vapor URLEncodedFormError.swift
[2149/2230] Compiling Vapor URLEncodedFormParser.swift
[2150/2230] Compiling Vapor URLEncodedFormSerializer.swift
[2151/2230] Compiling Vapor URLQueryFragmentConvertible.swift
[2152/2230] Compiling Vapor AnyResponse.swift
[2153/2230] Compiling Vapor Array+Random.swift
[2154/2230] Compiling Vapor Base32.swift
[2155/2230] Compiling Vapor Base64.swift
[2156/2230] Compiling Vapor BaseN.swift
[2157/2230] Compiling Vapor BasicCodingKey.swift
[2158/2230] Compiling Vapor ByteCount.swift
[2159/2230] Compiling Vapor Bytes+Hex.swift
[2160/2230] Compiling Vapor Bytes+SecureCompare.swift
[2161/2230] Compiling Vapor Collection+Safe.swift
[2162/2230] Compiling Vapor DataProtocol+Copy.swift
[2163/2230] Compiling Vapor DecoderUnwrapper.swift
[2164/2230] Compiling Vapor DirectoryConfiguration.swift
[2165/2230] Compiling Vapor DotEnv.swift
[2166/2230] Compiling Vapor Extendable.swift
[2167/2230] Compiling Vapor File.swift
[2168/2230] Compiling Vapor FileIO.swift
[2169/2230] Compiling Vapor LifecycleHandler.swift
[2170/2230] Compiling Vapor OptionalType.swift
[2171/2230] Compiling Vapor RFC1123.swift
[2172/2230] Compiling Vapor SocketAddress+Hostname.swift
[2173/2230] Compiling Vapor Storage.swift
[2174/2230] Compiling Vapor String+IsIPAddress.swift
[2175/2230] Compiling Vapor Thread.swift
[2176/2230] Compiling Vapor URI.swift
[2177/2230] Compiling Vapor RangeResult.swift
[2178/2230] Compiling Vapor Validatable.swift
[2179/2230] Compiling Vapor Validation.swift
[2180/2230] Compiling Vapor ValidationKey.swift
[2181/2230] Compiling Vapor Validations.swift
[2182/2230] Compiling Vapor ValidationsError.swift
[2183/2230] Compiling Vapor Core.swift
[2184/2230] Compiling Vapor Running.swift
[2185/2230] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2186/2230] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2187/2230] Compiling Vapor DotEnvFile+load.swift
[2188/2230] Compiling Vapor Routes+caseInsenstive.swift
[2189/2230] Compiling Vapor Validatable+validate.swift
[2190/2230] Compiling Vapor Environment+Process.swift
[2191/2230] Compiling Vapor Environment+Secret.swift
[2192/2230] Compiling Vapor Environment.swift
[2193/2230] Compiling Vapor Abort.swift
[2194/2230] Compiling Vapor AbortError.swift
[2195/2230] Compiling Vapor DebuggableError.swift
[2196/2230] Compiling Vapor Demangler.swift
[2197/2230] Compiling Vapor ErrorSource.swift
[2198/2230] Compiling Vapor StackTrace.swift
[2199/2230] Compiling Vapor Exports.swift
[2200/2230] Compiling Vapor Application+HTTP.swift
[2201/2230] Compiling Vapor BasicResponder.swift
[2202/2230] Compiling Vapor BodyStream.swift
[2203/2230] Compiling Vapor Application+HTTP+Client.swift
[2204/2230] Compiling Vapor EventLoopHTTPClient.swift
[2205/2230] Compiling Vapor EndpointCache.swift
[2206/2230] Compiling Vapor HTTPMethod+String.swift
[2207/2230] Compiling Vapor HTTPStatus.swift
[2208/2230] Compiling Vapor HTTPCookies.swift
[2209/2230] Compiling Vapor HTTPHeaderCacheControl.swift
[2210/2230] Compiling Vapor HTTPHeaderExpires.swift
[2211/2230] Compiling Vapor HTTPHeaderLastModified.swift
[2212/2230] Compiling Vapor HTTPHeaders+Cache.swift
[2213/2230] Compiling Vapor HTTPHeaders+Connection.swift
[2214/2230] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2215/2230] Compiling Vapor HTTPHeaders+ContentRange.swift
[2216/2230] Compiling Vapor HTTPHeaders+Directive.swift
[2217/2230] Compiling Vapor HTTPHeaders+Forwarded.swift
[2218/2230] Compiling Vapor HTTPHeaders+Link.swift
[2219/2230] Compiling Vapor HTTPHeaders+Name.swift
[2220/2230] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2221/2230] Compiling Vapor HTTPHeaders.swift
[2222/2230] Compiling Vapor HTTPMediaType.swift
[2223/2230] Compiling Vapor HTTPMediaTypePreference.swift
[2224/2230] Compiling Vapor Responder.swift
[2225/2230] Compiling Vapor Application+HTTP+Server.swift
[2226/2230] Compiling Vapor HTTPServer.swift
[2227/2230] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2228/2230] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2229/2230] Compiling Vapor HTTPServerHandler.swift
[2230/2230] Compiling Vapor HTTPServerRequestDecoder.swift
[2232/2235] Emitting module TwitterVapor
/host/spi-builder-workspace/Sources/TwitterVapor/Application+TwitterVapor.swift:11:16: warning: type 'Application.TwitterVaporClient.ConfigurationKey.Value' (aka 'TwitterVapor.Credentials') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
9 | let application: Application
10 |
11 | struct ConfigurationKey: StorageKey {
| `- warning: type 'Application.TwitterVaporClient.ConfigurationKey.Value' (aka 'TwitterVapor.Credentials') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
12 | typealias Value = TwitterVapor.Credentials
13 | }
/host/spi-builder-workspace/Sources/TwitterVapor/TwitterVapor.swift:48:12: note: consider making struct 'Credentials' conform to the 'Sendable' protocol
46 |
47 | public extension TwitterVapor {
48 | struct Credentials {
| `- note: consider making struct 'Credentials' conform to the 'Sendable' protocol
49 | public let consumer: Credential
50 | public let user: Credential
[2233/2235] Compiling TwitterVapor Application+TwitterVapor.swift
/host/spi-builder-workspace/Sources/TwitterVapor/Application+TwitterVapor.swift:11:16: warning: type 'Application.TwitterVaporClient.ConfigurationKey.Value' (aka 'TwitterVapor.Credentials') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
9 | let application: Application
10 |
11 | struct ConfigurationKey: StorageKey {
| `- warning: type 'Application.TwitterVaporClient.ConfigurationKey.Value' (aka 'TwitterVapor.Credentials') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
12 | typealias Value = TwitterVapor.Credentials
13 | }
/host/spi-builder-workspace/Sources/TwitterVapor/TwitterVapor.swift:48:12: note: consider making struct 'Credentials' conform to the 'Sendable' protocol
46 |
47 | public extension TwitterVapor {
48 | struct Credentials {
| `- note: consider making struct 'Credentials' conform to the 'Sendable' protocol
49 | public let consumer: Credential
50 | public let user: Credential
[2234/2235] Compiling TwitterVapor Request+TwitterVapor.swift
[2235/2235] Compiling TwitterVapor TwitterVapor.swift
Build complete! (329.27s)
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" : "ohhauth",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/handya/OhhAuth.git"
}
],
"manifest_display_name" : "TwitterVapor",
"name" : "TwitterVapor",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "TwitterVapor",
"targets" : [
"TwitterVapor"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TwitterVaporTests",
"module_type" : "SwiftTarget",
"name" : "TwitterVaporTests",
"path" : "Tests/TwitterVaporTests",
"product_dependencies" : [
"XCTVapor"
],
"sources" : [
"TwitterVaporTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"TwitterVapor"
],
"type" : "test"
},
{
"c99name" : "TwitterVapor",
"module_type" : "SwiftTarget",
"name" : "TwitterVapor",
"path" : "Sources/TwitterVapor",
"product_dependencies" : [
"Vapor",
"OhhAuth"
],
"product_memberships" : [
"TwitterVapor"
],
"sources" : [
"Application+TwitterVapor.swift",
"Request+TwitterVapor.swift",
"TwitterVapor.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.