Build Information
Successful build of TwitterVapor, reference master (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-1":/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: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/handya/TwitterVapor
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
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 master
========================================
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-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/handya/OhhAuth.git
[1/44] Fetching ohhauth
Fetched https://github.com/handya/OhhAuth.git from cache (0.20s)
[1/74313] Fetching vapor
Fetched https://github.com/vapor/vapor.git from cache (1.96s)
Computing version for https://github.com/handya/OhhAuth.git
Computed https://github.com/handya/OhhAuth.git at 1.4.0 (2.54s)
Fetching https://github.com/apple/swift-crypto.git
[1/13784] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.54s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 1.1.7 (2.11s)
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/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-atomics.git
[1/3208] Fetching multipart-kit
[1092/4267] Fetching multipart-kit, swift-service-context
[2035/9237] Fetching multipart-kit, swift-service-context, swift-distributed-tracing
[2251/11770] Fetching multipart-kit, swift-service-context, swift-distributed-tracing, websocket-kit
[4110/13475] Fetching multipart-kit, swift-service-context, swift-distributed-tracing, websocket-kit, swift-atomics
[7425/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.30s)
[8845/18319] Fetching multipart-kit, swift-distributed-tracing, websocket-kit, swift-atomics, swift-algorithms
Fetching https://github.com/apple/swift-metrics.git
Fetched https://github.com/vapor/websocket-kit.git from cache (0.55s)
Fetching https://github.com/apple/swift-log.git
Fetched https://github.com/apple/swift-algorithms.git from cache (0.56s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.56s)
Fetching https://github.com/apple/swift-nio-extras.git
[2797/7113] Fetching multipart-kit, swift-atomics, swift-metrics
Fetched https://github.com/apple/swift-atomics.git from cache (0.58s)
[1311/5408] Fetching multipart-kit, swift-metrics
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-metrics.git from cache (0.39s)
Fetching https://github.com/apple/swift-nio.git
[1092/7044] Fetching multipart-kit, swift-log
[2742/12706] Fetching multipart-kit, swift-log, swift-nio-extras
[10590/27499] Fetching multipart-kit, swift-log, swift-nio-extras, swift-nio-ssl
Fetched https://github.com/apple/swift-log.git from cache (0.44s)
Fetching https://github.com/vapor/routing-kit.git
[8381/23663] Fetching multipart-kit, swift-nio-extras, swift-nio-ssl
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.48s)
Fetching https://github.com/vapor/console-kit.git
[3015/18001] Fetching multipart-kit, swift-nio-ssl
[3164/93432] Fetching multipart-kit, swift-nio-ssl, swift-nio
[5293/114155] Fetching multipart-kit, swift-nio-ssl, swift-nio, routing-kit
[10207/119640] Fetching multipart-kit, swift-nio-ssl, swift-nio, routing-kit, console-kit
[21419/131132] Fetching multipart-kit, swift-nio-ssl, swift-nio, routing-kit, console-kit, swift-nio-http2
Fetched https://github.com/vapor/console-kit.git from cache (0.42s)
[34401/125647] Fetching multipart-kit, swift-nio-ssl, swift-nio, routing-kit, swift-nio-http2
Fetching https://github.com/vapor/async-kit.git
[71608/128017] Fetching multipart-kit, swift-nio-ssl, swift-nio, routing-kit, swift-nio-http2, async-kit
Fetched https://github.com/vapor/multipart-kit.git from cache (1.88s)
[77968/124809] Fetching swift-nio-ssl, swift-nio, routing-kit, swift-nio-http2, async-kit
Fetching https://github.com/swift-server/async-http-client.git
Fetched https://github.com/vapor/async-kit.git from cache (0.44s)
[77254/122439] Fetching swift-nio-ssl, swift-nio, routing-kit, swift-nio-http2
[92268/136222] Fetching swift-nio-ssl, swift-nio, routing-kit, swift-nio-http2, async-http-client
Fetched https://github.com/vapor/routing-kit.git from cache (1.37s)
[74018/115499] Fetching swift-nio-ssl, swift-nio, swift-nio-http2, async-http-client
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.86s)
[78361/104007] Fetching swift-nio-ssl, swift-nio, async-http-client
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.69s)
[67340/89214] Fetching swift-nio, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.41s)
[54311/75431] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.70s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (7.02s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (1.14s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4353] Fetching swift-system
[2047/20595] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.54s)
Fetched https://github.com/apple/swift-collections.git from cache (1.58s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.1 (2.19s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.15.0 (0.55s)
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.35s)
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.96s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.49s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.72s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.41s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.6.1 (0.92s)
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.61s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/904] Fetching swift-http-types
[417/2031] Fetching swift-http-types, swift-http-structured-headers
Fetched https://github.com/apple/swift-http-types.git from cache (0.30s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.30s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (0.81s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.50s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.59s)
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.53s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.76s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.52s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (0.56s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.50s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.57s)
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.62s)
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.56s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.51s)
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/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/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.114.1
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-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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 1.1.7
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/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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
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/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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.15.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
Creating working copy for https://github.com/apple/swift-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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Building for debugging...
[0/876] Write sources
[46/876] Compiling _NumericsShims _NumericsShims.c
[47/876] Compiling CNIOWindows WSAStartup.c
[48/876] Compiling CNIOWASI CNIOWASI.c
[49/876] Compiling CNIOWindows shim.c
[50/876] Compiling _AtomicsShims.c
[51/876] Compiling CSystem shims.c
[52/876] Compiling CNIOLinux liburing_shims.c
[53/876] Compiling CVaporBcrypt blf.c
[54/876] Compiling CNIOExtrasZlib empty.c
[55/876] Compiling CNIOSHA1 c_nio_sha1.c
[56/876] Compiling CNIOLLHTTP c_nio_http.c
[57/876] Compiling CNIODarwin shim.c
[58/876] Compiling CNIOLinux shim.c
[59/876] Compiling CNIOLLHTTP c_nio_api.c
[60/876] Compiling fiat_p256_adx_mul.S
[61/876] Compiling fiat_p256_adx_sqr.S
[62/876] Compiling fiat_curve25519_adx_square.S
[63/876] Compiling fiat_curve25519_adx_mul.S
[64/876] Compiling CVaporBcrypt bcrypt.c
[64/876] Write swift-version-24593BA9C3E375BF.txt
[66/876] Compiling CNIOLLHTTP c_nio_llhttp.c
[67/880] Compiling CNIOBoringSSLShims shims.c
[68/882] Compiling tls13_both.cc
[69/882] Compiling tls_method.cc
[70/882] Compiling tls_record.cc
[71/916] Compiling tls13_enc.cc
[72/923] Compiling tls13_server.cc
[73/923] Compiling tls13_client.cc
[75/948] Emitting module SystemPackage
[76/951] Compiling _NIOBase64 Base64.swift
[77/951] Emitting module _NIOBase64
[78/952] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[79/952] Compiling InternalCollectionsUtilities Specialize.swift
[81/954] Compiling InternalCollectionsUtilities Debugging.swift
[82/954] Compiling InternalCollectionsUtilities Descriptions.swift
[83/954] Compiling ServiceContextModule ServiceContextKey.swift
[84/954] Compiling RealModule Real.swift
[85/954] Compiling RealModule Float80+Real.swift
[86/955] Compiling RealModule RealFunctions.swift
[87/955] Emitting module ServiceContextModule
[88/955] Compiling ServiceContextModule ServiceContext.swift
[90/956] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[91/956] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[92/956] Compiling RealModule ElementaryFunctions.swift
[93/956] Emitting module RealModule
[94/956] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[95/956] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[96/956] Emitting module InternalCollectionsUtilities
[97/956] Compiling RealModule Float16+Real.swift
[98/956] Compiling InternalCollectionsUtilities _SortedCollection.swift
[99/956] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[100/956] Compiling SystemPackage Util+StringArray.swift
[101/956] Compiling SystemPackage Util.swift
[102/956] Compiling SystemPackage UtilConsumers.swift
[107/956] Compiling InternalCollectionsUtilities Integer rank.swift
[108/956] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[109/956] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[110/956] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[111/956] Compiling RealModule Float+Real.swift
[112/957] Compiling CoreMetrics Metrics.swift
[112/957] Compiling t1_enc.cc
[114/957] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[115/957] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[118/957] Compiling InternalCollectionsUtilities UInt+reversed.swift
[119/957] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[122/957] Compiling _NIODataStructures _TinyArray.swift
[123/957] Compiling _NIODataStructures PriorityQueue.swift
[124/957] Compiling CoreMetrics Locks.swift
[125/957] Emitting module CoreMetrics
[126/957] Compiling SystemPackage MachPort.swift
[127/957] Compiling SystemPackage PlatformString.swift
[128/957] Compiling SystemPackage SystemString.swift
[129/957] Compiling Logging MetadataProvider.swift
[130/957] Emitting module Logging
[138/959] Compiling SystemPackage Constants.swift
[139/959] Compiling SystemPackage Exports.swift
[140/959] Compiling SystemPackage Mocking.swift
[141/959] Compiling SystemPackage RawBuffer.swift
[142/959] Compiling SystemPackage Syscalls.swift
[143/959] Compiling SystemPackage WindowsSyscallAdapters.swift
[144/959] Emitting module _NIODataStructures
[145/959] Compiling _NIODataStructures Heap.swift
[154/960] Compiling Logging Locks.swift
[155/960] Compiling Logging LogHandler.swift
[156/961] Compiling Logging Logging.swift
[161/968] Compiling Instrumentation NoOpInstrument.swift
[163/968] Emitting module Instrumentation
[164/1091] Compiling Instrumentation Locks.swift
[165/1091] Compiling Instrumentation MultiplexInstrument.swift
[166/1093] Compiling Instrumentation Instrument.swift
[167/1093] Compiling Instrumentation InstrumentationSystem.swift
[169/1101] Compiling HeapModule Heap+Descriptions.swift
[170/1101] Compiling HeapModule _HeapNode.swift
[171/1107] Emitting module HeapModule
[172/1107] Compiling HeapModule Heap.swift
[173/1107] Compiling HeapModule Heap+UnsafeHandle.swift
[174/1107] Compiling HeapModule Heap+Invariants.swift
[175/1107] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[176/1108] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[177/1108] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[178/1108] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[179/1108] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[180/1108] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[181/1108] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[182/1108] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[183/1115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[184/1115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[185/1115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[186/1115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[187/1115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[188/1115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[189/1115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[191/1123] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[192/1123] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[193/1123] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[194/1123] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[195/1123] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[196/1123] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[197/1123] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[198/1123] Compiling OrderedCollections OrderedDictionary+Values.swift
[199/1123] Compiling OrderedCollections OrderedDictionary+Codable.swift
[200/1123] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[201/1123] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[202/1123] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[203/1123] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[204/1123] Compiling OrderedCollections OrderedDictionary+Elements.swift
[205/1123] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[206/1123] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[207/1123] Compiling OrderedCollections OrderedDictionary.swift
[208/1123] Compiling OrderedCollections OrderedSet+Codable.swift
[209/1123] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[210/1123] Compiling OrderedCollections OrderedSet+Descriptions.swift
[211/1123] Compiling OrderedCollections OrderedSet+Diffing.swift
[212/1123] Compiling OrderedCollections OrderedSet+Equatable.swift
[213/1123] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[214/1123] Compiling OrderedCollections OrderedSet+Hashable.swift
[215/1123] Compiling OrderedCollections OrderedSet+Initializers.swift
[216/1123] Compiling OrderedCollections OrderedSet+Insertions.swift
[217/1123] Compiling OrderedCollections OrderedSet+Invariants.swift
[218/1123] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[219/1123] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[220/1123] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[221/1123] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[222/1123] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[223/1123] Compiling Tracing TracingTime.swift
[224/1123] Emitting module Tracing
[225/1123] Compiling Tracing TracerProtocol.swift
[226/1123] Compiling Tracing InstrumentationSystem+Tracing.swift
[226/1123] Compiling ssl_x509.cc
[227/1123] Compiling ssl_transcript.cc
[229/1123] Compiling Tracing Tracer.swift
[230/1123] Compiling Tracing TracerProtocol+Legacy.swift
[230/1123] Compiling ssl_versions.cc
[232/1214] Compiling DequeModule Deque+CustomReflectable.swift
[233/1214] Compiling DequeModule Deque+Descriptions.swift
[234/1214] Compiling DequeModule Deque+Equatable.swift
[235/1214] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[236/1214] Compiling DequeModule Deque+Extras.swift
[237/1214] Compiling DequeModule Deque+Hashable.swift
[238/1214] Compiling DequeModule Deque+Codable.swift
[239/1214] Compiling DequeModule Deque+Collection.swift
[240/1214] Compiling Tracing SpanProtocol.swift
[241/1214] Compiling Tracing NoOpTracer.swift
[242/1215] Compiling HashTreeCollections TreeDictionary+Keys.swift
[243/1215] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[244/1215] Compiling HashTreeCollections TreeDictionary+Merge.swift
[245/1215] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[246/1215] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[247/1215] Compiling HashTreeCollections TreeDictionary+Values.swift
[248/1215] Compiling HashTreeCollections TreeSet+Hashable.swift
[249/1215] Compiling HashTreeCollections TreeSet+Sendable.swift
[250/1215] Compiling HashTreeCollections TreeSet+Sequence.swift
[251/1215] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[252/1215] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[253/1215] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[254/1215] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[255/1215] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[256/1215] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[257/1215] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[258/1215] Compiling HashTreeCollections TreeDictionary.swift
[259/1215] Compiling HashTreeCollections TreeSet+Codable.swift
[261/1224] Compiling DequeModule _DequeBuffer.swift
[262/1224] Compiling DequeModule _DequeBufferHeader.swift
[263/1226] Compiling DequeModule Deque._UnsafeHandle.swift
[264/1226] Compiling DequeModule Deque.swift
[267/1226] Compiling DequeModule _DequeSlot.swift
[268/1226] Compiling DequeModule _UnsafeWrappedBuffer.swift
[269/1226] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[270/1226] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[271/1226] Compiling HashTreeCollections _HashNode.swift
[272/1226] Compiling HashTreeCollections _HashNodeHeader.swift
[273/1226] Compiling RoutingKit AnyRouter.swift
[274/1226] Emitting module RoutingKit
[288/1226] Compiling DequeModule Deque+Testing.swift
[289/1226] Compiling DequeModule Deque._Storage.swift
[290/1226] Compiling RoutingKit PathComponent.swift
[301/1226] Compiling RoutingKit Router.swift
[302/1226] Compiling RoutingKit TrieRouter.swift
[313/1236] Emitting module OrderedCollections
[321/1237] Compiling _RopeModule Rope+Join.swift
[322/1237] Compiling _RopeModule Rope+MutatingForEach.swift
[323/1237] Compiling _RopeModule Rope+Remove.swift
[324/1237] Compiling _RopeModule Rope+RemoveSubrange.swift
[325/1237] Compiling _RopeModule Rope+Split.swift
[326/1237] Compiling _RopeModule Optional Utilities.swift
[327/1237] Compiling _RopeModule String Utilities.swift
[328/1237] Compiling _RopeModule String.Index+ABI.swift
[329/1237] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[330/1237] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[331/1237] Compiling HashTreeCollections TreeDictionary+Filter.swift
[332/1237] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[333/1237] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[342/1237] Emitting module _RopeModule
[343/1237] Emitting module DequeModule
[344/1238] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[345/1238] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[346/1238] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[347/1238] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[348/1238] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[349/1238] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[350/1238] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[351/1238] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[352/1238] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[353/1238] Compiling HashTreeCollections TreeSet.swift
[355/1238] Compiling Metrics Metrics.swift
[356/1238] Emitting module Metrics
[357/1238] Compiling RoutingKit Parameters.swift
[359/1240] Compiling ssl_stat.cc
[361/1240] Compiling HashTreeCollections _HashTreeIterator.swift
[362/1240] Compiling HashTreeCollections _HashTreeStatistics.swift
[363/1240] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[364/1240] Compiling HashTreeCollections _RawHashNode.swift
[365/1240] Compiling HashTreeCollections _UnmanagedHashNode.swift
[366/1240] Compiling HashTreeCollections _UnsafePath.swift
[367/1240] Compiling HashTreeCollections TreeDictionary+Codable.swift
[368/1240] Compiling HashTreeCollections TreeDictionary+Collection.swift
[369/1240] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[370/1240] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[371/1240] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[380/1240] Compiling ssl_session.cc
[382/1240] Compiling HashTreeCollections _HashNode+Initializers.swift
[383/1240] Compiling HashTreeCollections _HashNode+Invariants.swift
[384/1240] Compiling HashTreeCollections _HashNode+Lookups.swift
[385/1240] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[392/1240] Compiling HashTreeCollections _HashSlot.swift
[393/1240] Compiling HashTreeCollections _HashStack.swift
[394/1240] Compiling HashTreeCollections _AncestorHashSlots.swift
[395/1240] Compiling HashTreeCollections _Bitmap.swift
[396/1240] Compiling HashTreeCollections _Bucket.swift
[397/1240] Compiling HashTreeCollections _Hash.swift
[398/1240] Compiling HashTreeCollections _HashLevel.swift
[399/1240] Compiling HashTreeCollections _HashNode+Builder.swift
[400/1240] Compiling HashTreeCollections _HashNode+Debugging.swift
[411/1241] Compiling ssl_privkey.cc
[445/1241] Compiling ssl_file.cc
[446/1241] Compiling ssl_key_share.cc
[447/1241] Compiling ssl_credential.cc
[448/1241] Compiling ssl_lib.cc
[450/1241] Emitting module HashTreeCollections
[450/1242] Compiling ssl_cipher.cc
[452/1242] Compiling ssl_buffer.cc
[453/1242] Compiling ssl_cert.cc
[454/1242] Compiling ssl_asn1.cc
[455/1242] Compiling ssl_aead_ctx.cc
[456/1242] Compiling s3_pkt.cc
[457/1242] Compiling s3_lib.cc
[458/1242] Compiling s3_both.cc
[459/1242] Compiling handshake_server.cc
[460/1242] Compiling handshake.cc
[461/1242] Compiling handshake_client.cc
[462/1242] Compiling handoff.cc
[463/1242] Compiling extensions.cc
[464/1242] Compiling encrypted_client_hello.cc
[465/1242] Compiling md5-x86_64-linux.S
[466/1242] Compiling md5-x86_64-apple.S
[467/1242] Compiling md5-586-linux.S
[468/1242] Compiling dtls_record.cc
[469/1242] Compiling md5-586-apple.S
[470/1242] Compiling dtls_method.cc
[471/1242] Compiling chacha20_poly1305_x86_64-apple.S
[472/1242] Compiling chacha20_poly1305_x86_64-linux.S
[473/1242] Compiling chacha20_poly1305_armv8-win.S
[474/1242] Compiling chacha20_poly1305_armv8-apple.S
[475/1242] Compiling chacha20_poly1305_armv8-linux.S
[476/1242] Compiling chacha-x86_64-linux.S
[477/1242] Compiling chacha-x86_64-apple.S
[478/1242] Compiling err_data.cc
[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-linux.S
[483/1242] Compiling chacha-armv8-apple.S
[484/1242] Compiling d1_srtp.cc
[485/1242] Compiling chacha-armv4-linux.S
[486/1242] Compiling aes128gcmsiv-x86_64-apple.S
[486/1242] Compiling aes128gcmsiv-x86_64-linux.S
[488/1242] Compiling x86_64-mont-apple.S
[489/1242] Compiling x86_64-mont5-linux.S
[490/1242] Compiling x86_64-mont5-apple.S
[491/1242] Compiling x86-mont-linux.S
[492/1242] Compiling x86_64-mont-linux.S
[493/1242] Compiling d1_pkt.cc
[494/1242] Compiling vpaes-x86_64-apple.S
[495/1242] Compiling x86-mont-apple.S
[496/1242] Compiling vpaes-x86_64-linux.S
[497/1242] Compiling vpaes-x86-linux.S
[498/1242] Compiling vpaes-armv8-win.S
[499/1242] Compiling vpaes-x86-apple.S
[500/1242] Compiling vpaes-armv8-linux.S
[501/1242] Compiling vpaes-armv8-apple.S
[502/1242] Compiling vpaes-armv7-linux.S
[503/1242] Compiling sha512-armv8-win.S
[504/1242] Compiling sha512-armv8-linux.S
[505/1242] Compiling sha512-x86_64-linux.S
[506/1242] Compiling sha512-x86_64-apple.S
[507/1242] Compiling sha512-armv4-linux.S
[508/1242] Compiling sha512-armv8-apple.S
[509/1242] Compiling sha512-586-linux.S
[510/1242] Compiling sha256-x86_64-linux.S
[511/1242] Compiling sha256-armv8-win.S
[512/1242] Compiling sha512-586-apple.S
[513/1242] Compiling sha256-x86_64-apple.S
[514/1242] Compiling sha256-armv8-apple.S
[515/1242] Compiling sha256-armv8-linux.S
[516/1242] Compiling sha256-586-linux.S
[517/1242] Compiling sha256-armv4-linux.S
[518/1242] Compiling sha256-586-apple.S
[519/1242] Compiling bio_ssl.cc
[520/1242] Compiling sha1-x86_64-apple.S
[521/1242] Compiling sha1-x86_64-linux.S
[522/1242] Compiling sha1-armv8-win.S
[523/1242] Compiling sha1-armv8-linux.S
[524/1242] Compiling sha1-armv8-apple.S
[525/1242] Compiling d1_lib.cc
[526/1242] Compiling sha1-armv4-large-linux.S
[527/1242] Compiling sha1-586-apple.S
[528/1242] Compiling sha1-586-linux.S
[529/1242] Compiling rsaz-avx2-linux.S
[530/1242] Compiling rsaz-avx2-apple.S
[531/1242] Compiling rdrand-x86_64-linux.S
[532/1242] Compiling rdrand-x86_64-apple.S
[533/1242] Compiling p256_beeu-x86_64-asm-apple.S
[534/1242] Compiling p256_beeu-x86_64-asm-linux.S
[535/1242] Compiling p256_beeu-armv8-asm-win.S
[536/1242] Compiling p256_beeu-armv8-asm-apple.S
[537/1242] Compiling p256_beeu-armv8-asm-linux.S
[538/1242] Compiling p256-armv8-asm-linux.S
[539/1242] Compiling p256-armv8-asm-win.S
[540/1242] Compiling p256-x86_64-asm-apple.S
[541/1242] Compiling p256-armv8-asm-apple.S
[542/1242] Compiling ghashv8-armv8-win.S
[543/1242] Compiling ghashv8-armv8-linux.S
[544/1242] Compiling ghashv8-armv8-apple.S
[545/1242] Compiling p256-x86_64-asm-linux.S
[546/1242] Compiling ghashv8-armv7-linux.S
[547/1242] Compiling ghash-x86_64-linux.S
[548/1242] Compiling ghash-x86_64-apple.S
[549/1242] Compiling ghash-x86-linux.S
[550/1242] Compiling ghash-x86-apple.S
[551/1242] Compiling ghash-ssse3-x86_64-linux.S
[552/1242] Compiling ghash-ssse3-x86_64-apple.S
[553/1242] Compiling ghash-ssse3-x86-apple.S
[554/1242] Compiling ghash-neon-armv8-win.S
[555/1242] Compiling ghash-ssse3-x86-linux.S
[556/1242] Compiling ghash-armv4-linux.S
[557/1242] Compiling ghash-neon-armv8-apple.S
[558/1242] Compiling ghash-neon-armv8-linux.S
[559/1242] Compiling co-586-linux.S
[560/1242] Compiling bsaes-armv7-linux.S
[561/1242] Compiling co-586-apple.S
[562/1242] Compiling bn-armv8-linux.S
[563/1242] Compiling bn-armv8-win.S
[564/1242] Compiling bn-586-apple.S
[565/1242] Compiling bn-586-linux.S
[566/1242] Compiling bn-armv8-apple.S
[567/1242] Compiling armv8-mont-linux.S
[568/1242] Compiling armv8-mont-win.S
[569/1242] Compiling d1_both.cc
[570/1242] Compiling armv8-mont-apple.S
[571/1242] Compiling armv4-mont-linux.S
[572/1242] Compiling aesv8-gcm-armv8-apple.S
[573/1242] Compiling aesv8-gcm-armv8-linux.S
[574/1242] Compiling aesv8-gcm-armv8-win.S
[575/1242] Compiling aesv8-armv8-win.S
[576/1242] Compiling aesv8-armv8-linux.S
[577/1242] Compiling aesv8-armv8-apple.S
[578/1242] Compiling aesni-x86_64-apple.S
[579/1242] Compiling aesv8-armv7-linux.S
[580/1242] Compiling aesni-x86_64-linux.S
[581/1242] Compiling aesni-gcm-x86_64-linux.S
[582/1242] Compiling aesni-x86-apple.S
[583/1242] Compiling aes-gcm-avx2-x86_64-apple.S
[583/1242] Compiling aesni-x86-linux.S
[585/1242] Compiling aesni-gcm-x86_64-apple.S
[586/1242] Compiling aes-gcm-avx10-x86_64-apple.S
[587/1242] Compiling aes-gcm-avx10-x86_64-linux.S
[588/1242] Compiling aes-gcm-avx2-x86_64-linux.S
[589/1242] Compiling x_x509a.cc
[590/1242] Compiling x_pubkey.cc
[591/1242] Compiling x_name.cc
[592/1242] Compiling x_x509.cc
[593/1242] Compiling x_req.cc
[594/1242] Compiling x_sig.cc
[595/1242] Compiling x_spki.cc
[596/1242] Compiling x_val.cc
[597/1242] Compiling x_exten.cc
[598/1242] Compiling x_attrib.cc
[599/1242] Compiling x_all.cc
[600/1242] Compiling x_algor.cc
[601/1242] Compiling x509spki.cc
[601/1242] Compiling x_crl.cc
[603/1242] Compiling x509rset.cc
[604/1242] Compiling x509name.cc
[605/1242] Compiling x509cset.cc
[606/1242] Compiling x509_trs.cc
[607/1242] Compiling x509_vpm.cc
[608/1242] Compiling x509_txt.cc
[609/1242] Compiling x509_v3.cc
[610/1242] Compiling x509_vfy.cc
[611/1242] Compiling x509_set.cc
[612/1242] Compiling x509_req.cc
[613/1242] Compiling x509_obj.cc
[614/1242] Compiling x509_lu.cc
[615/1242] Compiling x509_def.cc
[616/1242] Compiling x509_ext.cc
[617/1242] Compiling x509_d2.cc
[618/1242] Compiling x509.cc
[619/1242] Compiling x509_cmp.cc
[620/1242] Compiling x509_att.cc
[621/1242] Compiling v3_utl.cc
[622/1242] Compiling v3_skey.cc
[623/1242] Compiling v3_purp.cc
[624/1242] Compiling v3_pmaps.cc
[625/1242] Compiling v3_prn.cc
[626/1242] Compiling v3_pcons.cc
[627/1242] Compiling v3_ocsp.cc
[628/1242] Compiling v3_ia5.cc
[629/1242] Compiling v3_lib.cc
[630/1242] Compiling v3_ncons.cc
[631/1242] Compiling v3_int.cc
[632/1242] Compiling v3_genn.cc
[633/1242] Compiling v3_info.cc
[634/1242] Compiling v3_enum.cc
[635/1242] Compiling v3_extku.cc
[636/1242] Compiling v3_conf.cc
[637/1242] Compiling v3_crld.cc
[638/1242] Compiling v3_cpols.cc
[639/1242] Compiling v3_bitst.cc
[640/1242] Compiling v3_akey.cc
[641/1242] Compiling v3_akeya.cc
[642/1242] Compiling v3_bcons.cc
[643/1242] Compiling v3_alt.cc
[644/1242] Compiling t_x509.cc
[645/1242] Compiling t_req.cc
[646/1242] Compiling t_crl.cc
[647/1242] Compiling t_x509a.cc
[648/1242] Compiling i2d_pr.cc
[649/1242] Compiling rsa_pss.cc
[650/1242] Compiling asn1_gen.cc
[651/1242] Compiling by_dir.cc
[652/1242] Compiling policy.cc
[653/1242] Compiling name_print.cc
[654/1242] Compiling by_file.cc
[655/1242] Compiling algorithm.cc
[656/1242] Compiling trust_token.cc
[657/1242] Compiling thread_pthread.cc
[658/1242] Compiling thread_win.cc
[659/1242] Compiling a_sign.cc
[660/1242] Compiling a_verify.cc
[661/1242] Compiling a_digest.cc
[662/1242] Compiling voprf.cc
[663/1242] Compiling pmbtoken.cc
[664/1242] Compiling thread_none.cc
[665/1242] Compiling thread.cc
[666/1242] Compiling spake2plus.cc
[667/1242] Compiling stack.cc
[668/1242] Compiling sha256.cc
[669/1242] Compiling siphash.cc
[670/1242] Compiling slhdsa.cc
[671/1242] Compiling sha512.cc
[672/1242] Compiling rsa_extra.cc
[673/1242] Compiling sha1.cc
[674/1242] Compiling rsa_print.cc
[675/1242] Compiling refcount.cc
[676/1242] Compiling trusty.cc
[677/1242] Compiling rc4.cc
[678/1242] Compiling urandom.cc
[679/1242] Compiling rsa_crypt.cc
[680/1242] Compiling windows.cc
[681/1242] Compiling passive.cc
[682/1242] Compiling rand.cc
[683/1242] Compiling rsa_asn1.cc
[684/1242] Compiling ios.cc
[685/1242] Compiling getentropy.cc
[686/1242] Compiling poly1305_arm_asm.S
[687/1242] Compiling deterministic.cc
[688/1242] Compiling forkunsafe.cc
[689/1242] Compiling pool.cc
[690/1242] Compiling fork_detect.cc
[691/1242] Compiling poly1305_arm.cc
[692/1242] Compiling poly1305.cc
[693/1242] Compiling poly1305_vec.cc
[694/1242] Compiling pem_x509.cc
[695/1242] Compiling pkcs7.cc
[696/1242] Compiling pkcs7_x509.cc
[697/1242] Compiling pkcs8.cc
[698/1242] Compiling pkcs8_x509.cc
[699/1242] Compiling p5_pbev2.cc
[700/1242] Compiling pem_xaux.cc
[701/1242] Compiling pem_pkey.cc
[702/1242] Compiling pem_oth.cc
[703/1242] Compiling mlkem.cc
[704/1242] Compiling obj_xref.cc
[705/1242] Compiling mldsa.cc
[706/1242] Compiling pem_pk8.cc
[707/1242] Compiling pem_all.cc
[708/1242] Compiling pem_lib.cc
[709/1242] Compiling pem_info.cc
[710/1242] Compiling mem.cc
[711/1242] Compiling obj.cc
[712/1242] Compiling md5.cc
[713/1242] Compiling fips_shared_support.cc
[714/1242] Compiling md4.cc
[715/1242] Compiling poly_rq_mul.S
[716/1242] Compiling lhash.cc
[717/1242] Compiling ex_data.cc
[718/1242] Compiling sign.cc
[719/1242] Compiling hrss.cc
[720/1242] Compiling kyber.cc
[721/1242] Compiling scrypt.cc
[722/1242] Compiling hpke.cc
[723/1242] Compiling print.cc
[724/1242] Compiling pbkdf.cc
[725/1242] Compiling p_x25519.cc
[726/1242] Compiling p_x25519_asn1.cc
[727/1242] Compiling p_ed25519.cc
[728/1242] Compiling p_rsa_asn1.cc
[729/1242] Compiling p_rsa.cc
[730/1242] Compiling p_hkdf.cc
[731/1242] Compiling p_ed25519_asn1.cc
[732/1242] Compiling p_ec_asn1.cc
[733/1242] Compiling p_ec.cc
[734/1242] Compiling p_dh.cc
[735/1242] Compiling p_dh_asn1.cc
[736/1242] Compiling evp_ctx.cc
[737/1242] Compiling p_dsa_asn1.cc
[738/1242] Compiling err.cc
[739/1242] Compiling evp.cc
[740/1242] Compiling evp_asn1.cc
[741/1242] Compiling engine.cc
[742/1242] Compiling ecdh.cc
[743/1242] Compiling ecdsa_asn1.cc
[744/1242] Compiling hash_to_curve.cc
[745/1242] Compiling ec_derive.cc
[746/1242] Compiling dsa_asn1.cc
[747/1242] Compiling dsa.cc
[748/1242] Compiling ec_asn1.cc
[749/1242] Compiling params.cc
[750/1242] Compiling digest_extra.cc
[751/1242] Compiling x25519-asm-arm.S
[752/1242] Compiling des.cc
[753/1242] Compiling dh_asn1.cc
[754/1242] Compiling cpu_arm_freebsd.cc
[755/1242] Compiling crypto.cc
[756/1242] Compiling spake25519.cc
[757/1242] Compiling cpu_intel.cc
[758/1242] Compiling cpu_arm_linux.cc
[759/1242] Compiling curve25519.cc
[760/1242] Compiling cpu_aarch64_openbsd.cc
[761/1242] Compiling cpu_aarch64_fuchsia.cc
[762/1242] Compiling cpu_aarch64_linux.cc
[763/1242] Compiling cpu_aarch64_apple.cc
[764/1242] Compiling cpu_aarch64_win.cc
[765/1242] Compiling cpu_aarch64_sysreg.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_rc4.cc
[771/1242] Compiling e_null.cc
[772/1242] Compiling get_cipher.cc
[772/1242] Compiling e_tls.cc
[774/1242] Compiling e_rc2.cc
[775/1242] Compiling e_des.cc
[776/1242] Compiling e_aesctrhmac.cc
[777/1242] Compiling derive_key.cc
[778/1242] Compiling e_aesgcmsiv.cc
[779/1242] Compiling e_chacha20poly1305.cc
[780/1242] Compiling chacha.cc
[781/1242] Compiling unicode.cc
[782/1242] Compiling buf.cc
[783/1242] Compiling ber.cc
[784/1242] Compiling cbb.cc
[785/1242] Compiling blake2.cc
[786/1242] Compiling bn_asn1.cc
[787/1242] Compiling socket.cc
[788/1242] Compiling asn1_compat.cc
[789/1242] Compiling cbs.cc
[790/1242] Compiling convert.cc
[791/1242] Compiling socket_helper.cc
[792/1242] Compiling printf.cc
[793/1242] Compiling hexdump.cc
[794/1242] Compiling pair.cc
[795/1242] Compiling errno.cc
[796/1242] Compiling file.cc
[797/1242] Compiling fd.cc
[798/1242] Compiling bio_mem.cc
[799/1242] Compiling connect.cc
[800/1242] Compiling base64.cc
[801/1242] Compiling bio.cc
[802/1242] Compiling tasn_typ.cc
[803/1242] Compiling tasn_fre.cc
[804/1242] Compiling tasn_utl.cc
[805/1242] Compiling f_int.cc
[806/1242] Compiling tasn_new.cc
[807/1242] Compiling posix_time.cc
[807/1242] Compiling asn_pack.cc
[809/1242] Compiling f_string.cc
[810/1242] Compiling tasn_enc.cc
[811/1242] Compiling asn1_par.cc
[812/1242] Compiling tasn_dec.cc
[813/1242] Compiling a_octet.cc
[814/1242] Compiling a_strnid.cc
[815/1242] Compiling asn1_lib.cc
[816/1242] Compiling a_time.cc
[817/1242] Compiling a_type.cc
[818/1242] Compiling a_strex.cc
[819/1242] Compiling a_object.cc
[820/1242] Compiling a_utctm.cc
[821/1242] Compiling a_i2d_fp.cc
[822/1242] Compiling a_bitstr.cc
[823/1242] Compiling a_mbstr.cc
[824/1242] Compiling a_d2i_fp.cc
[825/1242] Compiling a_dup.cc
[826/1242] Compiling a_int.cc
[827/1242] Compiling v3_utl.c
[828/1242] Compiling CCryptoBoringSSLShims shims.c
[829/1242] Compiling v3_skey.c
[830/1242] Compiling a_bool.cc
[831/1242] Compiling a_gentm.cc
[832/1242] Compiling v3_purp.c
[833/1242] Compiling v3_pmaps.c
[834/1242] Compiling v3_pcons.c
[835/1242] Compiling v3_prn.c
[836/1242] Compiling v3_pci.c
[837/1242] Compiling v3_pcia.c
[838/1242] Compiling v3_ncons.c
[839/1242] Compiling v3_ocsp.c
[840/1242] Compiling v3_int.c
[841/1242] Compiling v3_info.c
[842/1242] Compiling v3_lib.c
[843/1242] Compiling v3_ia5.c
[844/1242] Compiling v3_genn.c
[845/1242] Compiling v3_extku.c
[846/1242] Compiling v3_enum.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_akey.c
[853/1242] Compiling v3_alt.c
[854/1242] Compiling v3_akeya.c
[855/1242] Compiling pcy_node.c
[856/1242] Compiling pcy_tree.c
[857/1242] Compiling pcy_map.c
[858/1242] Compiling pcy_lib.c
[859/1242] Compiling pcy_data.c
[860/1242] Compiling x_x509a.c
[861/1242] Compiling x_val.c
[862/1242] Compiling pcy_cache.c
[863/1242] Compiling x_sig.c
[864/1242] Compiling x_x509.c
[865/1242] Compiling x_spki.c
[866/1242] Compiling x_req.c
[867/1242] Compiling x_info.c
[868/1242] Compiling x_pkey.c
[869/1242] Compiling x_pubkey.c
[870/1242] Compiling x_attrib.c
[871/1242] Compiling x_name.c
[872/1242] Compiling x_exten.c
[873/1242] Compiling x509spki.c
[874/1242] Compiling x_algor.c
[875/1242] Compiling x_all.c
[876/1242] Compiling x_crl.c
[877/1242] Compiling x509rset.c
[878/1242] Compiling x509name.c
[879/1242] Compiling x509_txt.c
[880/1242] Compiling x509_v3.c
[881/1242] Compiling x509cset.c
[882/1242] Compiling x509_vpm.c
[883/1242] Compiling x509_set.c
[884/1242] Compiling x509_trs.c
[885/1242] Compiling x509_ext.c
[886/1242] Compiling x509_vfy.c
[887/1242] Compiling x509_req.c
[888/1242] Compiling x509_obj.c
[889/1242] Compiling x509_att.c
[890/1242] Compiling x509_d2.c
[891/1242] Compiling x509_def.c
[892/1242] Compiling x509.c
[893/1242] Compiling t_x509a.c
[894/1242] Compiling x509_lu.c
[895/1242] Compiling x509_cmp.c
[896/1242] Compiling i2d_pr.c
[897/1242] Compiling t_x509.c
[898/1242] Compiling t_req.c
[899/1242] Compiling rsa_pss.c
[900/1242] Compiling t_crl.c
[901/1242] Compiling by_file.c
[902/1242] Compiling asn1_gen.c
[903/1242] Compiling by_dir.c
[904/1242] Compiling algorithm.c
[905/1242] Compiling a_verify.c
[906/1242] Compiling a_strex.c
[907/1242] Compiling a_sign.c
[908/1242] Compiling voprf.c
[909/1242] Compiling thread_win.c
[910/1242] Compiling thread_pthread.c
[911/1242] Compiling thread.c
[912/1242] Compiling a_digest.c
[913/1242] Compiling trust_token.c
[914/1242] Compiling thread_none.c
[915/1242] Compiling pmbtoken.c
[916/1242] Compiling siphash.c
[917/1242] Compiling rsa_print.c
[918/1242] Compiling rc4.c
[919/1242] Compiling refcount_c11.c
[920/1242] Compiling stack.c
[921/1242] Compiling refcount_lock.c
[922/1242] Compiling rsa_asn1.c
[923/1242] Compiling rand_extra.c
[924/1242] Compiling c-nioatomics.c
[925/1242] Compiling windows.c
[926/1242] Compiling fuchsia.c
[927/1242] Compiling deterministic.c
[928/1242] Compiling forkunsafe.c
[929/1242] Compiling passive.c
[930/1242] Compiling poly1305_arm_asm.S
[931/1242] Compiling pool.c
[932/1242] Compiling poly1305_arm.c
[933/1242] Compiling poly1305.c
[934/1242] Compiling pkcs7.c
[935/1242] Compiling poly1305_vec.c
[936/1242] Compiling pkcs8.c
[936/1242] Compiling p5_pbev2.c
[938/1242] Compiling pem_xaux.c
[939/1242] Compiling pkcs7_x509.c
[940/1242] Compiling pem_x509.c
[941/1242] Compiling pkcs8_x509.c
[942/1242] Compiling pem_oth.c
[943/1242] Compiling pem_pkey.c
[944/1242] Compiling obj_xref.c
[945/1242] Compiling pem_pk8.c
[946/1242] Compiling lhash.c
[947/1242] Compiling pem_lib.c
[948/1242] Compiling mem.c
[949/1242] Compiling pem_info.c
[950/1242] Compiling x86_64-mont5.mac.x86_64.S
[951/1242] Compiling obj.c
[952/1242] Compiling hpke.c
[953/1242] Compiling hkdf.c
[954/1242] Compiling pem_all.c
[955/1242] Compiling poly_rq_mul.S
[956/1242] Compiling x86-mont.linux.x86.S
[957/1242] Compiling hrss.c
[958/1242] Compiling x86-mont.windows.x86.S
[959/1242] Compiling vpaes-x86_64.mac.x86_64.S
[959/1242] Compiling x86_64-mont5.linux.x86_64.S
[961/1242] Compiling x86_64-mont.mac.x86_64.S
[962/1242] Compiling x86_64-mont.linux.x86_64.S
[963/1242] Compiling vpaes-x86.windows.x86.S
[964/1242] Compiling vpaes-x86.linux.x86.S
[965/1242] Compiling vpaes-x86_64.linux.x86_64.S
[966/1242] Compiling vpaes-armv7.linux.arm.S
[967/1242] Compiling vpaes-armv8.linux.aarch64.S
[968/1242] Compiling vpaes-armv7.ios.arm.S
[969/1242] Compiling vpaes-armv8.ios.aarch64.S
[970/1242] Compiling sha512-x86_64.mac.x86_64.S
[971/1242] Compiling sha512-armv8.ios.aarch64.S
[972/1242] Compiling sha512-x86_64.linux.x86_64.S
[973/1242] Compiling sha512-armv8.linux.aarch64.S
[974/1242] Compiling sha512-armv4.linux.arm.S
[975/1242] Compiling sha512-586.windows.x86.S
[976/1242] Compiling sha512-armv4.ios.arm.S
[977/1242] Compiling sha512-586.linux.x86.S
[978/1242] Compiling sha256-armv8.linux.aarch64.S
[979/1242] Compiling kdf.c
[980/1242] Compiling sha256-x86_64.mac.x86_64.S
[981/1242] Compiling sha256-armv4.ios.arm.S
[982/1242] Compiling sha256-armv8.ios.aarch64.S
[983/1242] Compiling sha256-armv4.linux.arm.S
[984/1242] Compiling sha256-586.windows.x86.S
[985/1242] Compiling sha256-x86_64.linux.x86_64.S
[986/1242] Compiling sha256-586.linux.x86.S
[987/1242] Compiling c-atomics.c
[988/1242] Compiling sha1-x86_64.mac.x86_64.S
[989/1242] Compiling sha1-armv8.ios.aarch64.S
[990/1242] Compiling sha1-x86_64.linux.x86_64.S
[991/1242] Compiling sha1-armv8.linux.aarch64.S
[992/1242] Compiling sha1-armv4-large.linux.arm.S
[993/1242] Compiling sha1-586.linux.x86.S
[994/1242] Compiling sha1-586.windows.x86.S
[995/1242] Compiling sha512.c
[996/1242] Compiling sha1-armv4-large.ios.arm.S
[997/1242] Compiling sha1-altivec.c
[998/1242] Compiling rsaz-avx2.mac.x86_64.S
[999/1242] Compiling rsaz-avx2.linux.x86_64.S
[1000/1242] Compiling sha1.c
[1001/1242] Compiling sha256.c
[1002/1242] Compiling rdrand-x86_64.mac.x86_64.S
[1003/1242] Compiling rsa_impl.c
[1004/1242] Compiling rdrand-x86_64.linux.x86_64.S
[1005/1242] Compiling self_check.c
[1006/1242] Compiling blinding.c
[1007/1242] Compiling padding.c
[1008/1248] Compiling rand.c
[1009/1248] Compiling ctrdrbg.c
[1010/1248] Compiling fork_detect.c
[1011/1248] Compiling rsa.c
[1012/1248] Compiling urandom.c
[1013/1248] Compiling polyval.c
[1014/1248] Compiling ofb.c
[1015/1248] Compiling p256_beeu-x86_64-asm.mac.x86_64.S
[1017/1248] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1017/1248] Compiling ctr.c
[1018/1248] Compiling gcm_nohw.c
[1019/1248] Compiling cbc.c
[1020/1248] Compiling cfb.c
[1021/1248] Compiling gcm.c
[1022/1248] Compiling p256_beeu-x86_64-asm.linux.x86_64.S
[1023/1248] Compiling p256-x86_64-asm.mac.x86_64.S
[1024/1248] Compiling md5.c
[1025/1248] Compiling md4.c
[1026/1248] Compiling p256-x86_64-asm.linux.x86_64.S
[1028/1248] Compiling NIOConcurrencyHelpers lock.swift
[1029/1248] Compiling NIOConcurrencyHelpers NIOLock.swift
[1029/1248] Compiling md5-586.windows.x86.S
[1031/1248] Emitting module NIOConcurrencyHelpers
[1032/1248] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1032/1248] Compiling md5-x86_64.mac.x86_64.S
[1033/1248] Compiling md5-586.linux.x86.S
[1034/1248] Compiling md5-x86_64.linux.x86_64.S
[1036/1248] Compiling NIOConcurrencyHelpers atomics.swift
[1036/1249] Compiling is_fips.c
[1037/1249] Compiling ghashv8-armx32.linux.arm.S
[1038/1249] Compiling ghashv8-armx64.linux.aarch64.S
[1039/1249] Compiling ghashv8-armx32.ios.arm.S
[1040/1249] Compiling ghashv8-armx64.ios.aarch64.S
[1041/1249] Compiling ghash-x86_64.mac.x86_64.S
[1042/1249] Compiling hmac.c
[1043/1249] Compiling ghash-x86_64.linux.x86_64.S
[1044/1249] Compiling ghash-x86.windows.x86.S
[1046/1249] Compiling ghash-x86.linux.x86.S
[1047/1249] Compiling ghash-ssse3-x86_64.mac.x86_64.S
[1048/1249] Compiling ghash-ssse3-x86.windows.x86.S
[1049/1249] Compiling ghash-ssse3-x86_64.linux.x86_64.S
[1050/1249] Compiling ghash-neon-armv8.linux.aarch64.S
[1051/1249] Compiling fips_shared_support.c
[1052/1249] Compiling ghash-ssse3-x86.linux.x86.S
[1053/1249] Compiling ghash-armv4.ios.arm.S
[1054/1249] Compiling ghash-neon-armv8.ios.aarch64.S
[1055/1249] Compiling ghash-armv4.linux.arm.S
[1056/1249] Compiling ecdsa.c
[1057/1249] Compiling util.c
[1058/1249] Compiling ecdh.c
[1059/1249] Compiling wnaf.c
[1060/1249] Compiling simple_mul.c
[1061/1249] Compiling simple.c
[1062/1249] Compiling scalar.c
[1063/1272] Compiling p224-64.c
[1064/1275] Compiling p256.c
[1065/1275] Compiling felem.c
[1066/1275] Compiling ec_key.c
[1067/1275] Compiling oct.c
[1068/1275] Compiling digest.c
[1069/1275] Compiling ec_montgomery.c
[1070/1275] Compiling co-586.windows.x86.S
[1071/1275] Compiling check.c
[1072/1275] Compiling digests.c
[1073/1275] Compiling ec.c
[1074/1275] Compiling dh.c
[1075/1275] Compiling co-586.linux.x86.S
[1076/1275] Compiling aead.c
[1077/1275] Compiling bsaes-armv7.linux.arm.S
[1079/1275] Compiling ConsoleKitTerminal Console+Wait.swift
[1080/1275] Compiling ConsoleKitTerminal ConsoleColor.swift
[1081/1275] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1082/1278] Compiling ConsoleKitTerminal Console+Confirm.swift
[1083/1278] Compiling ConsoleKitTerminal Console+Input.swift
[1084/1278] Compiling ConsoleKitTerminal Console+Center.swift
[1085/1278] Compiling ConsoleKitTerminal Console+Output.swift
[1085/1278] Compiling bsaes-armv7.ios.arm.S
[1086/1278] Compiling e_des.c
[1087/1278] Compiling des.c
[1088/1278] Compiling cipher.c
[1089/1278] Compiling sqrt.c
[1090/1278] Compiling rsaz_exp.c
[1091/1278] Compiling prime.c
[1092/1278] Compiling shift.c
[1093/1278] Compiling p256-x86_64.c
[1094/1278] Compiling random.c
[1095/1278] Compiling e_aes.c
[1097/1278] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1098/1278] Compiling ConsoleKitTerminal ConsoleClear.swift
[1099/1278] Compiling ConsoleKitTerminal Console+Ask.swift
[1100/1278] Compiling ConsoleKitTerminal Console+Choose.swift
[1100/1278] Compiling jacobi.c
[1101/1278] Compiling montgomery_inv.c
[1102/1278] Compiling montgomery.c
[1103/1278] Compiling mul.c
[1103/1278] Compiling gcd.c
[1105/1278] Compiling exponentiation.c
[1105/1278] Compiling generic.c
[1107/1278] Compiling ctx.c
[1108/1278] Compiling gcd_extra.c
[1109/1278] Compiling div_extra.c
[1110/1278] Compiling div.c
[1111/1278] Compiling cmp.c
[1113/1278] Emitting module ConsoleKitTerminal
[1114/1278] Compiling ConsoleKitTerminal CustomActivity.swift
[1115/1278] Compiling ConsoleKitTerminal LoadingBar.swift
[1116/1278] Compiling ConsoleKitTerminal ProgressBar.swift
[1117/1278] Compiling ConsoleKitTerminal Console+Clear.swift
[1118/1278] Compiling ConsoleKitTerminal ActivityBar.swift
[1119/1278] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1120/1278] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1121/1278] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1121/1278] Compiling bytes.c
[1122/1278] Compiling bn-586.windows.x86.S
[1123/1278] Compiling bn-586.linux.x86.S
[1124/1278] Compiling bn.c
[1125/1278] Compiling armv8-mont.linux.aarch64.S
[1126/1278] Compiling add.c
[1127/1278] Compiling armv8-mont.ios.aarch64.S
[1128/1278] Compiling x86_64-gcc.c
[1129/1278] Compiling armv4-mont.linux.arm.S
[1130/1278] Compiling armv4-mont.ios.arm.S
[1131/1278] Compiling aesv8-armx64.linux.aarch64.S
[1132/1278] Compiling aesv8-armx32.linux.arm.S
[1133/1278] Compiling aesv8-armx64.ios.aarch64.S
[1134/1278] Compiling aesv8-armx32.ios.arm.S
[1136/1278] Compiling ConsoleKitTerminal ConsoleText.swift
[1137/1278] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1138/1278] Compiling ConsoleKitTerminal ANSI.swift
[1139/1278] Compiling ConsoleKitTerminal Console.swift
[1140/1278] Compiling ConsoleKitTerminal Terminal.swift
[1141/1278] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1141/1278] Compiling aesni-x86_64.mac.x86_64.S
[1141/1278] Compiling aesni-x86.windows.x86.S
[1143/1278] Compiling aesni-x86_64.linux.x86_64.S
[1144/1278] Compiling aesni-x86.linux.x86.S
[1145/1278] Compiling aesni-gcm-x86_64.linux.x86_64.S
[1146/1278] Compiling aesni-gcm-x86_64.mac.x86_64.S
[1147/1278] Compiling ex_data.c
[1148/1278] Compiling aes.c
[1149/1278] Compiling sign.c
[1149/1278] Compiling mode_wrappers.c
[1149/1278] Compiling scrypt.c
[1152/1278] Compiling aes_nohw.c
[1153/1278] Compiling key_wrap.c
[1154/1278] Compiling print.c
[1156/1278] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1157/1278] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1158/1278] Compiling ConsoleKitTerminal LoggerFragment.swift
[1158/1279] Compiling p_x25519.c
[1159/1279] Compiling pbkdf.c
[1160/1279] Compiling p_ed25519.c
[1161/1279] Compiling p_x25519_asn1.c
[1163/1279] Compiling p_ed25519_asn1.c
[1164/1279] Compiling p_rsa_asn1.c
[1165/1279] Compiling p_rsa.c
[1166/1279] Compiling p_dsa_asn1.c
[1167/1279] Compiling p_ec_asn1.c
[1168/1279] Compiling digestsign.c
[1169/1279] Compiling evp.c
[1170/1279] Compiling p_ec.c
[1171/1279] Compiling evp_asn1.c
[1172/1279] Compiling err_data.c
[1173/1279] Compiling evp_ctx.c
[1174/1279] Compiling engine.c
[1175/1279] Compiling ec_derive.c
[1176/1279] Compiling hash_to_curve.c
[1176/1279] Compiling ecdsa_asn1.c
[1178/1279] Compiling dsa_asn1.c
[1179/1280] Compiling ecdh_extra.c
[1179/1280] Compiling err.c
[1181/1301] Compiling ec_asn1.c
[1182/1301] Compiling dh_asn1.c
[1183/1301] Compiling dsa.c
[1184/1301] Compiling digest_extra.c
[1185/1301] Compiling x25519-asm-arm.S
[1186/1301] Compiling params.c
[1187/1301] Compiling cpu-ppc64le.c
[1188/1301] Compiling spake25519.c
[1189/1301] Compiling cpu-arm.c
[1190/1301] Compiling cpu-arm-linux.c
[1191/1301] Compiling cpu-aarch64-win.c
[1192/1301] Compiling crypto.c
[1193/1301] Compiling cpu-aarch64-linux.c
[1194/1301] Compiling cpu-intel.c
[1195/1301] Compiling cpu-aarch64-fuchsia.c
[1196/1301] Compiling curve25519.c
[1197/1301] Compiling conf.c
[1198/1301] Compiling cmac.c
[1199/1301] Compiling e_rc4.c
[1200/1301] Compiling e_null.c
[1201/1301] Compiling tls_cbc.c
[1202/1301] Compiling e_rc2.c
[1203/1301] Compiling e_chacha20poly1305.c
[1204/1301] Compiling e_tls.c
[1205/1301] Compiling e_aesctrhmac.c
[1207/1301] Emitting module ConsoleKitCommands
[1207/1303] Compiling chacha20_poly1305_x86_64.mac.x86_64.S
[1208/1303] Compiling derive_key.c
[1209/1303] Compiling e_aesgcmsiv.c
[1210/1303] Compiling cipher_extra.c
[1212/1303] Compiling ConsoleKitCommands CommandSignature.swift
[1213/1303] Compiling ConsoleKitCommands Flag.swift
[1214/1303] Compiling ConsoleKitCommands Option.swift
[1214/1303] Compiling e_aesccm.c
[1215/1303] Compiling aes128gcmsiv-x86_64.mac.x86_64.S
[1216/1303] Compiling chacha.c
[1217/1303] Compiling aes128gcmsiv-x86_64.linux.x86_64.S
[1218/1303] Compiling chacha-x86.windows.x86.S
[1219/1303] Compiling chacha-x86_64.mac.x86_64.S
[1220/1303] Compiling chacha20_poly1305_x86_64.linux.x86_64.S
[1221/1303] Compiling chacha-x86_64.linux.x86_64.S
[1223/1303] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1224/1303] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1225/1303] Compiling ConsoleKitCommands Argument.swift
[1225/1303] Compiling chacha-x86.linux.x86.S
[1226/1303] Compiling chacha-armv8.linux.aarch64.S
[1227/1303] Compiling chacha-armv4.linux.arm.S
[1228/1303] Compiling chacha-armv8.ios.aarch64.S
[1229/1303] Compiling chacha-armv4.ios.arm.S
[1230/1303] Compiling unicode.c
[1231/1303] Compiling ber.c
[1232/1303] Compiling convert.c
[1233/1303] Compiling asn1_compat.c
[1234/1303] Compiling buf.c
[1235/1303] Compiling bn_asn1.c
[1237/1303] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1238/1303] Compiling ConsoleKitCommands Utilities.swift
[1238/1303] Compiling cbs.c
[1239/1303] Compiling blake2.c
[1240/1303] Compiling cbb.c
[1241/1303] Compiling socket.c
[1242/1303] Compiling printf.c
[1243/1303] Compiling socket_helper.c
[1244/1303] Compiling hexdump.c
[1245/1303] Compiling pair.c
[1246/1303] Compiling bio_mem.c
[1247/1303] Compiling fd.c
[1248/1303] Compiling file.c
[1249/1303] Compiling time_support.c
[1249/1303] Compiling connect.c
[1251/1303] Compiling base64.c
[1252/1303] Compiling bio.c
[1253/1303] Compiling tasn_typ.c
[1254/1303] Compiling tasn_new.c
[1255/1303] Compiling tasn_utl.c
[1256/1303] Compiling f_string.c
[1256/1303] Compiling tasn_enc.c
[1257/1303] Compiling f_enum.c
[1259/1303] Compiling tasn_fre.c
[1260/1303] Compiling f_int.c
[1261/1303] Compiling tasn_dec.c
[1262/1303] Compiling asn_pack.c
[1263/1303] Compiling a_utctm.c
[1264/1303] Compiling asn1_par.c
[1265/1303] Compiling a_utf8.c
[1266/1303] Compiling a_type.c
[1267/1303] Compiling asn1_lib.c
[1268/1303] Compiling a_print.c
[1269/1303] Compiling a_octet.c
[1270/1303] Compiling a_object.c
[1271/1303] Compiling a_time.c
[1272/1303] Compiling a_strnid.c
[1273/1303] Compiling a_mbstr.c
[1274/1303] Compiling a_int.c
[1275/1303] Compiling a_gentm.c
[1276/1303] Compiling a_enum.c
[1277/1303] Write sources
[1278/1303] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1279/1303] Write sources
[1283/1303] Compiling a_dup.c
[1284/1303] Compiling a_i2d_fp.c
[1285/1303] Compiling a_bool.c
[1286/1303] Compiling a_d2i_fp.c
[1288/1303] Compiling ConsoleKitCommands AsyncCommands.swift
[1289/1303] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1290/1303] Compiling ConsoleKitCommands AnyCommand.swift
[1291/1303] Compiling ConsoleKitCommands CommandGroup.swift
[1292/1303] Compiling ConsoleKitCommands CommandInput.swift
[1293/1303] Compiling ConsoleKitCommands Commands.swift
[1294/1303] Compiling ConsoleKitCommands Command.swift
[1295/1303] Compiling ConsoleKitCommands CommandContext.swift
[1296/1303] Compiling ConsoleKitCommands CommandError.swift
[1297/1303] Compiling ConsoleKitCommands Console+Run.swift
[1298/1303] Compiling ConsoleKitCommands ConsoleError.swift
[1299/1303] Compiling ConsoleKitCommands Completion.swift
[1300/1303] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1301/1303] Compiling ConsoleKitCommands AsyncCommand.swift
[1302/1303] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1302/1303] Compiling a_bitstr.c
[1305/1457] Compiling Crypto ASN1.swift
[1306/1457] Compiling Crypto ASN1BitString.swift
[1307/1457] Compiling Crypto SEC1PrivateKey.swift
[1308/1457] Compiling Crypto SubjectPublicKeyInfo.swift
[1309/1459] Compiling Crypto Cipher.swift
[1310/1459] Compiling Crypto Nonces.swift
[1311/1459] Emitting module ConsoleKit
[1312/1459] Compiling ConsoleKit Exports.swift
[1314/1460] Compiling Crypto PEMDocument.swift
[1315/1460] Compiling Crypto PKCS8PrivateKey.swift
[1316/1460] Compiling Crypto AES-GCM.swift
[1317/1460] Compiling Crypto AES-GCM_boring.swift
[1318/1460] Compiling Crypto ChaChaPoly_boring.swift
[1319/1460] Compiling Crypto ChaChaPoly.swift
[1320/1460] Compiling Atomics IntegerOperations.swift
[1321/1460] Compiling Atomics Unmanaged extensions.swift
[1322/1460] Compiling Crypto Insecure.swift
[1323/1460] Compiling Crypto Insecure_HashFunctions.swift
[1324/1460] Compiling Crypto ECDH_boring.swift
[1325/1460] Compiling Crypto DH.swift
[1326/1460] Compiling Crypto ECDH.swift
[1327/1460] Compiling Crypto HKDF.swift
[1328/1460] Compiling Crypto Ed25519_boring.swift
[1329/1467] Emitting module BitCollections
[1330/1467] Compiling Crypto X25519Keys.swift
[1331/1467] Compiling Crypto EdDSA_boring.swift
[1332/1467] Compiling Crypto ECDSA.swift
[1333/1467] Compiling Crypto EdDSA.swift
[1334/1467] Compiling Crypto Signature.swift
[1335/1467] Compiling Crypto ArbitraryPrecisionInteger_boring.swift
[1336/1467] Compiling Crypto CryptoKitErrors_boring.swift
[1337/1467] Compiling Crypto EllipticCurvePoint_boring.swift
[1338/1467] Compiling Crypto EllipticCurve_boring.swift
[1339/1467] Compiling Crypto NISTCurvesKeys_boring.swift
[1340/1467] Compiling Crypto X25519Keys_boring.swift
[1341/1467] Compiling Crypto Curve25519.swift
[1342/1467] Compiling Crypto Ed25519.swift
[1343/1467] Compiling Crypto NISTCurvesKeys.swift
[1346/1467] Compiling Crypto Digest.swift
[1347/1470] Compiling Crypto FiniteFieldArithmeticContext_boring.swift
[1348/1470] Compiling Crypto SymmetricKeys.swift
[1349/1470] Compiling Crypto HMAC.swift
[1350/1470] Compiling Crypto MACFunctions.swift
[1351/1470] Compiling Crypto MessageAuthenticationCode.swift
[1352/1470] Compiling Crypto AES.swift
[1353/1470] Compiling Crypto ECDSASignature_boring.swift
[1354/1470] Compiling Crypto Digests.swift
[1355/1470] Compiling Crypto HashFunctions.swift
[1356/1470] Compiling Crypto HashFunctions_SHA2.swift
[1363/1470] Compiling Crypto ASN1Identifier.swift
[1364/1470] Compiling Crypto ASN1Integer.swift
[1365/1470] Compiling Crypto ASN1OctetString.swift
[1366/1470] Compiling Crypto ArraySliceBigint.swift
[1367/1470] Compiling Crypto ObjectIdentifier.swift
[1368/1470] Compiling Crypto ECDSASignature.swift
[1395/1470] Compiling BitCollections BitSet.Index.swift
[1396/1470] Compiling BitCollections BitSet._UnsafeHandle.swift
[1397/1470] Compiling BitCollections BitSet.swift
[1398/1470] Compiling BitCollections Range+Utilities.swift
[1399/1470] Compiling BitCollections Slice+Utilities.swift
[1400/1470] Compiling BitCollections UInt+Tricks.swift
[1401/1470] Compiling BitCollections _Word.swift
[1402/1471] Compiling Algorithms Trim.swift
[1403/1471] Compiling Algorithms Unique.swift
[1404/1471] Compiling Algorithms Windows.swift
[1413/1480] Emitting module Crypto
[1422/1480] Emitting module Collections
[1423/1480] Compiling Collections Collections.swift
[1473/1481] Emitting module Atomics
[1475/1541] Emitting module Algorithms
[1477/1542] Compiling NIOCore IPProtocol.swift
[1478/1542] Compiling NIOCore IntegerBitPacking.swift
[1479/1542] Compiling NIOCore IntegerTypes.swift
[1480/1542] Compiling NIOCore Interfaces.swift
[1481/1542] Compiling NIOCore Linux.swift
[1482/1542] Compiling Crypto SecureBytes.swift
[1483/1542] Compiling Crypto Zeroization.swift
[1485/1545] Compiling NIOCore MarkedCircularBuffer.swift
[1486/1545] Compiling NIOCore MulticastChannel.swift
[1487/1545] Compiling NIOCore NIOAny.swift
[1488/1545] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1489/1545] Compiling NIOCore NIOLoopBound.swift
[1490/1545] Compiling NIOCore NIOScheduledCallback.swift
[1491/1545] Compiling NIOCore NIOSendable.swift
[1492/1545] Compiling NIOCore RecvByteBufferAllocator.swift
[1493/1553] Emitting module OhhAuth
[1494/1553] Compiling OhhAuth OhhAuth.swift
[1496/1554] Compiling NIOCore GlobalSingletons.swift
[1497/1554] Compiling NIOCore IO.swift
[1498/1554] Compiling NIOCore IOData.swift
[1504/1554] Compiling NIOCore EventLoop.swift
[1505/1554] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1506/1554] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1507/1554] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1508/1554] Compiling NIOCore EventLoopFuture.swift
[1509/1554] Compiling NIOCore FileDescriptor.swift
[1510/1554] Compiling NIOCore FileHandle.swift
[1511/1554] Compiling NIOCore FileRegion.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 SingleStepByteToMessageDecoder.swift
[1521/1554] Compiling NIOCore SocketAddresses.swift
[1522/1554] Compiling NIOCore SocketOptionProvider.swift
[1523/1554] Compiling NIOCore SystemCallHelpers.swift
[1524/1554] Compiling NIOCore TimeAmount+Duration.swift
[1525/1554] Compiling NIOCore TypeAssistedChannelHandler.swift
[1526/1554] Compiling NIOCore UniversalBootstrapSupport.swift
[1527/1554] Compiling NIOCore Utilities.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 Embedded.swift
[1558/1606] Emitting module NIOEmbedded
[1559/1606] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1561/1607] Compiling NIOPosix IO.swift
[1562/1607] Compiling NIOPosix IntegerBitPacking.swift
[1563/1607] Compiling NIOPosix IntegerTypes.swift
[1564/1607] Compiling NIOPosix Linux.swift
[1565/1607] Compiling NIOPosix LinuxCPUSet.swift
[1566/1607] Compiling NIOPosix LinuxUring.swift
[1567/1607] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1568/1613] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1569/1613] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1570/1613] Compiling NIOPosix PosixSingletons.swift
[1571/1613] Compiling NIOPosix RawSocketBootstrap.swift
[1572/1613] Compiling NIOPosix Resolver.swift
[1573/1613] Compiling NIOPosix Selectable.swift
[1574/1613] Compiling NIOPosix SelectableChannel.swift
[1575/1613] Compiling NIOPosix SelectableEventLoop.swift
[1576/1613] Compiling NIOPosix SelectorEpoll.swift
[1577/1613] Compiling NIOPosix SelectorGeneric.swift
[1578/1613] Compiling NIOPosix SelectorKqueue.swift
[1579/1613] Compiling NIOPosix SelectorUring.swift
[1580/1613] Compiling NIOPosix ServerSocket.swift
[1581/1613] Compiling NIOPosix Socket.swift
[1582/1613] Compiling NIOPosix SocketChannel.swift
[1583/1613] Compiling NIOPosix SocketProtocols.swift
[1584/1613] Compiling NIOPosix System.swift
[1585/1613] Compiling NIOPosix Thread.swift
[1586/1613] Compiling NIOPosix ThreadPosix.swift
[1587/1613] Compiling NIOPosix ThreadWindows.swift
[1588/1613] Compiling NIOPosix UnsafeTransfer.swift
[1589/1613] Compiling NIOPosix Utilities.swift
[1590/1613] Compiling NIOPosix VsockAddress.swift
[1591/1613] Compiling NIOPosix VsockChannelEvents.swift
[1592/1613] Emitting module NIOPosix
[1593/1613] Compiling NIOPosix BSDSocketAPICommon.swift
[1594/1613] Compiling NIOPosix BSDSocketAPIPosix.swift
[1595/1613] Compiling NIOPosix BSDSocketAPIWindows.swift
[1596/1613] Compiling NIOPosix BaseSocket.swift
[1597/1613] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1598/1613] Compiling NIOPosix BaseSocketChannel.swift
[1599/1613] Compiling NIOPosix BaseStreamSocketChannel.swift
[1600/1613] Compiling NIOPosix Bootstrap.swift
[1601/1613] Compiling NIOPosix ControlMessage.swift
[1602/1613] Compiling NIOPosix DatagramVectorReadManager.swift
[1603/1613] Compiling NIOPosix Errors+Any.swift
[1604/1613] Compiling NIOPosix FileDescriptor.swift
[1605/1613] Compiling NIOPosix GetaddrinfoResolver.swift
[1606/1613] Compiling NIOPosix HappyEyeballs.swift
[1607/1613] Compiling NIOPosix NIOThreadPool.swift
[1608/1613] Compiling NIOPosix NonBlockingFileIO.swift
[1609/1613] Compiling NIOPosix PendingDatagramWritesManager.swift
[1610/1613] Compiling NIOPosix PendingWritesManager.swift
[1611/1613] Compiling NIOPosix PipeChannel.swift
[1612/1613] Compiling NIOPosix PipePair.swift
[1613/1613] Compiling NIOPosix Pool.swift
[1615/1673] Emitting module NIO
[1616/1673] Compiling NIO Exports.swift
[1617/1674] Compiling AsyncKit EventLoop+Flatten.swift
[1618/1674] Compiling AsyncKit EventLoop+Future.swift
[1619/1674] Compiling AsyncKit EventLoopGroup+Concurrency.swift
[1621/1715] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1622/1715] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1623/1715] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1624/1715] Compiling AsyncKit Future+Transform.swift
[1625/1715] Compiling AsyncKit Future+Try.swift
[1626/1715] Compiling AsyncKit FutureOperators.swift
[1627/1715] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1628/1715] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1629/1715] Compiling NIOSOCKS ClientStateMachine.swift
[1630/1716] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1631/1716] Compiling NIOSOCKS SOCKSResponse.swift
[1632/1716] Compiling NIOTLS SNIHandler.swift
[1633/1716] Compiling NIOTLS TLSEvents.swift
[1634/1716] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1635/1716] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1636/1716] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1637/1716] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1638/1716] Compiling NIOHTTP1 HTTPDecoder.swift
[1639/1716] Emitting module NIOTLS
[1640/1716] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1642/1717] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1644/1719] Compiling NIOSOCKS ServerStateMachine.swift
[1645/1719] Emitting module NIOSOCKS
[1646/1719] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1647/1719] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1648/1728] Compiling AsyncKit Optional+StrictMap.swift
[1649/1728] Compiling AsyncKit Exports.swift
[1650/1736] Compiling NIOSSL AndroidCABundle.swift
[1651/1736] Compiling NIOSSL ByteBufferBIO.swift
[1652/1736] Compiling NIOSSL CustomPrivateKey.swift
[1653/1736] Compiling NIOSSL IdentityVerification.swift
[1654/1749] Compiling NIOSSL LinuxCABundle.swift
[1655/1749] Compiling NIOSSL NIOSSLClientHandler.swift
[1656/1749] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1657/1749] Compiling NIOSSL NIOSSLHandler.swift
[1668/1753] Emitting module NIOHTTP1
[1672/1753] Compiling NIOSSL NIOSSLServerHandler.swift
[1673/1753] Compiling NIOSSL ObjectIdentifier.swift
[1674/1753] Emitting module NIOFoundationCompat
[1675/1753] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1676/1754] Compiling NIOSSL RNG.swift
[1677/1754] Compiling NIOSSL SafeCompare.swift
[1678/1754] Compiling NIOSSL Zeroization.swift
[1679/1754] Compiling _NIOFileSystem CInterop.swift
[1680/1754] Compiling _NIOFileSystem Errno.swift
[1681/1754] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1682/1754] Compiling _NIOFileSystem Mocking.swift
[1683/1754] Compiling _NIOFileSystem Syscall.swift
[1684/1754] Compiling _NIOFileSystem Syscalls.swift
[1688/1754] Compiling NIOSSL SSLPublicKey.swift
[1689/1754] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1690/1754] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1691/1754] Compiling NIOSSL SubjectAlternativeName.swift
[1692/1754] Compiling NIOSSL NIOSSLSecureBytes.swift
[1693/1754] Compiling NIOSSL SSLContext.swift
[1694/1754] Compiling NIOSSL SSLErrors.swift
[1697/1754] Compiling NIOSSL SSLInit.swift
[1698/1754] Compiling NIOSSL SSLPKCS12Bundle.swift
[1699/1754] Compiling NIOSSL SSLPrivateKey.swift
[1700/1776] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1701/1776] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1702/1776] Compiling NIOTransportServices NIOTSBootstraps.swift
[1703/1776] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1704/1776] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1705/1778] Compiling NIOTransportServices AcceptHandler.swift
[1706/1778] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1707/1778] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1708/1778] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1709/1778] Compiling NIOTransportServices NIOTSErrors.swift
[1710/1778] Compiling NIOTransportServices NIOTSEventLoop.swift
[1711/1778] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1712/1778] Compiling NIOTransportServices NIOTSSingletons.swift
[1713/1778] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1714/1778] Compiling NIOTransportServices StateManagedChannel.swift
[1715/1778] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1716/1778] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1717/1778] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1720/1778] Emitting module NIOTransportServices
[1721/1778] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1722/1778] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1723/1778] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1724/1778] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1725/1778] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1747/1782] Emitting module NIOSSL
[1752/1782] Emitting module AsyncKit
[1753/1782] Compiling _NIOFileSystem SystemFileHandle.swift
[1754/1782] Compiling _NIOFileSystem Utilities.swift
[1755/1782] Compiling _NIOFileSystem OpenOptions.swift
[1756/1782] Compiling _NIOFileSystem String+FileSystem.swift
[1769/1848] Emitting module _NIOFileSystem
[1770/1848] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1771/1848] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1772/1848] Compiling NIOExtras NIORequestIdentifiable.swift
[1773/1848] Compiling NIOExtras RequestResponseHandler.swift
[1774/1848] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1775/1849] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1776/1849] Compiling NIOExtras NIOExtrasError.swift
[1777/1851] Compiling NIOHPACK IndexedHeaderTable.swift
[1778/1851] Compiling NIOHPACK IntegerCoding.swift
[1779/1852] Compiling NIOHPACK HuffmanTables.swift
[1780/1852] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1781/1852] Compiling NIOWebSocket WebSocketOpcode.swift
[1784/1853] Compiling NIOExtras PCAPRingBuffer.swift
[1785/1855] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1786/1855] Emitting module NIOHTTPCompression
[1787/1855] Compiling NIOHTTPCompression HTTPCompression.swift
[1788/1855] Emitting module MultipartKit
[1789/1855] Compiling NIOHTTPCompression HTTPDecompression.swift
[1790/1855] Compiling NIOSSL TLSConfiguration.swift
[1791/1855] Compiling NIOSSL UniversalBootstrapSupport.swift
[1792/1855] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1793/1856] Compiling NIOHPACK StaticHeaderTable.swift
[1794/1856] Compiling NIOExtras LengthFieldPrepender.swift
[1795/1856] Compiling NIOExtras LineBasedFrameDecoder.swift
[1796/1856] Compiling NIOExtras DebugInboundEventsHandler.swift
[1797/1856] Compiling NIOHPACK HuffmanCoding.swift
[1798/1856] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1799/1856] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1800/1857] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1801/1857] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1802/1857] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1807/1857] Compiling NIOExtras QuiescingHelper.swift
[1808/1857] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1811/1857] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1812/1857] Compiling NIOExtras JSONRPCFraming.swift
[1818/1857] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1820/1860] Emitting module NIOWebSocket
[1822/1860] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1827/1860] Emitting module NIOExtras
[1828/1860] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1833/1860] Compiling NIOWebSocket WebSocketFrame.swift
[1834/1861] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1835/1861] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1836/1861] Emitting module _NIOFileSystemFoundationCompat
[1837/1863] Compiling MultipartKit MultipartSerializer.swift
[1838/1863] Compiling MultipartKit Utilities.swift
[1846/1864] Compiling NIOExtras UnsafeTransfer.swift
[1851/1865] Emitting module NIOHPACK
[1855/1866] Emitting module NIOFileSystem
[1857/1866] Compiling NIOFileSystem Exports.swift
[1860/1925] Compiling NIOHTTP2 StateMachineResult.swift
[1861/1925] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1863/1934] Compiling NIOHTTP2 MaySendFrames.swift
[1864/1934] Compiling NIOHTTP2 SendingDataState.swift
[1865/1934] Compiling NIOHTTP2 SendingGoawayState.swift
[1866/1934] Compiling NIOHTTP2 SendingHeadersState.swift
[1867/1934] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1868/1934] Compiling NIOHTTP2 SendingRstStreamState.swift
[1869/1934] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1870/1934] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1871/1942] Compiling WebSocketKit WebSocketHandler.swift
[1872/1942] Compiling WebSocketKit Exports.swift
[1873/1942] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1874/1942] Compiling WebSocketKit WebSocket+Concurrency.swift
[1875/1942] Emitting module WebSocketKit
[1876/1942] Compiling WebSocketKit WebSocket+Connect.swift
[1877/1942] Compiling WebSocketKit WebSocketClient.swift
[1878/1942] Compiling WebSocketKit WebSocket.swift
[1882/1943] Compiling NIOHTTP2 DOSHeuristics.swift
[1883/1943] Compiling NIOHTTP2 Error+Any.swift
[1884/1943] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1885/1943] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1886/1943] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1887/1943] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1888/1943] Compiling NIOHTTP2 InboundWindowManager.swift
[1889/1943] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1890/1943] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1891/1943] Compiling NIOHTTP2 StreamChannelList.swift
[1892/1943] Compiling NIOHTTP2 StreamMap.swift
[1893/1943] Compiling NIOHTTP2 StreamStateMachine.swift
[1894/1943] Compiling NIOHTTP2 UnsafeTransfer.swift
[1895/1943] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1896/1943] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1897/1943] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1898/1943] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1899/1943] Compiling NIOHTTP2 HTTP2StreamID.swift
[1900/1943] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1901/1943] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1902/1943] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1903/1943] Compiling NIOHTTP2 InboundEventBuffer.swift
[1904/1943] Emitting module NIOHTTP2
[1905/1943] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1906/1943] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1907/1943] Compiling NIOHTTP2 MayReceiveFrames.swift
[1908/1943] Compiling NIOHTTP2 ReceivingDataState.swift
[1909/1943] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1910/1943] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1911/1943] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1912/1943] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1913/1943] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1914/1943] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1915/1943] Compiling NIOHTTP2 HTTP2Frame.swift
[1916/1943] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1917/1943] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1918/1943] Compiling NIOHTTP2 HTTP2PingData.swift
[1919/1943] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1920/1943] Compiling NIOHTTP2 HTTP2Settings.swift
[1921/1943] Compiling NIOHTTP2 HTTP2Stream.swift
[1928/1944] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1929/1944] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1930/1944] Compiling NIOHTTP2 HasLocalSettings.swift
[1931/1944] Compiling NIOHTTP2 HasRemoteSettings.swift
[1932/1944] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1933/1944] Compiling NIOHTTP2 QuiescingState.swift
[1934/1944] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1935/1944] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1936/1944] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1937/1944] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1938/1944] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1939/1944] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1940/1944] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1941/1944] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1942/1944] Compiling NIOHTTP2 HTTP2Error.swift
[1943/1944] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1946/2004] Emitting module AsyncHTTPClient
[1947/2012] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1948/2012] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1949/2012] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1950/2012] Compiling AsyncHTTPClient HTTP1Connection.swift
[1951/2012] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1952/2012] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1953/2012] Compiling AsyncHTTPClient HTTP2Connection.swift
[1954/2012] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1955/2012] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1956/2012] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1957/2012] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1958/2012] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1959/2012] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1960/2012] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1961/2012] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1962/2012] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1963/2012] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1964/2012] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1965/2012] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1966/2012] Compiling AsyncHTTPClient Transaction.swift
[1967/2012] Compiling AsyncHTTPClient Base64.swift
[1968/2012] Compiling AsyncHTTPClient BasicAuth.swift
[1969/2012] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1970/2012] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1971/2012] Compiling AsyncHTTPClient ConnectionPool.swift
[1972/2012] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1973/2012] Compiling AsyncHTTPClient RequestBag.swift
[1974/2012] Compiling AsyncHTTPClient RequestValidation.swift
[1975/2012] Compiling AsyncHTTPClient SSLContextCache.swift
[1976/2012] Compiling AsyncHTTPClient Scheme.swift
[1977/2012] Compiling AsyncHTTPClient Singleton.swift
[1978/2012] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1979/2012] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1980/2012] Compiling AsyncHTTPClient Utils.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 HTTPConnectionPool+StateMachine.swift
[1998/2012] Compiling AsyncHTTPClient ConnectionTarget.swift
[1999/2012] Compiling AsyncHTTPClient DeconstructedURL.swift
[2000/2012] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2001/2012] Compiling AsyncHTTPClient FoundationExtensions.swift
[2002/2012] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2003/2012] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2004/2012] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.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 AsyncBasicResponder.swift
[2015/2182] Compiling Vapor AsyncMiddleware.swift
[2016/2182] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2017/2182] Compiling Vapor AsyncSessionDriver.swift
[2018/2182] Compiling Vapor Authentication+Concurrency.swift
[2019/2182] Compiling Vapor Cache+Concurrency.swift
[2020/2182] Compiling Vapor Client+Concurrency.swift
[2021/2182] Compiling Vapor RequestBody+Concurrency.swift
[2022/2182] Compiling Vapor Responder+Concurrency.swift
[2023/2182] Compiling Vapor ResponseCodable+Concurrency.swift
[2024/2182] Compiling Vapor RoutesBuilder+Concurrency.swift
[2025/2182] Compiling Vapor ViewRenderer+Concurrency.swift
[2026/2182] Compiling Vapor WebSocket+Concurrency.swift
[2027/2182] Compiling Vapor ContainerGetPathExecutor.swift
[2028/2182] Compiling Vapor Content.swift
[2029/2182] Compiling Vapor ContentCoders.swift
[2030/2182] Compiling Vapor ContentConfiguration.swift
[2031/2182] Compiling Vapor ContentContainer.swift
[2032/2182] Compiling Vapor JSONCoder+Custom.swift
[2033/2182] Compiling Vapor JSONCoders+Content.swift
[2034/2182] Compiling Vapor PlaintextDecoder.swift
[2035/2182] Compiling Vapor PlaintextEncoder.swift
[2036/2182] Compiling Vapor URLQueryCoders.swift
[2037/2182] Compiling Vapor URLQueryContainer.swift
[2038/2182] Compiling Vapor Application.swift
[2039/2182] Compiling Vapor AuthenticationCache.swift
[2040/2182] Compiling Vapor Authenticator.swift
[2041/2182] Compiling Vapor BasicAuthorization.swift
[2042/2182] Compiling Vapor BearerAuthorization.swift
[2043/2182] Compiling Vapor GuardMiddleware.swift
[2044/2182] Compiling Vapor RedirectMiddleware.swift
[2045/2182] Compiling Vapor SessionAuthenticatable.swift
[2046/2182] Compiling Vapor Bcrypt.swift
[2047/2182] Compiling Vapor Application+Cache.swift
[2048/2182] Compiling Vapor Cache.swift
[2049/2182] Compiling Vapor CacheExpirationTime.swift
[2050/2182] Compiling Vapor MemoryCache.swift
[2051/2182] Compiling Vapor Request+Cache.swift
[2052/2182] Compiling Vapor Application+Clients.swift
[2053/2182] Compiling Vapor Client.swift
[2054/2182] Compiling Vapor ClientRequest.swift
[2055/2182] Compiling Vapor ClientResponse.swift
[2056/2182] Compiling Vapor Request+Client.swift
[2057/2182] Compiling Vapor BootCommand.swift
[2058/2182] Compiling Vapor CommandContext+Application.swift
[2059/2182] Compiling Vapor RoutesCommand.swift
[2060/2182] Compiling Vapor ServeCommand.swift
[2061/2182] Compiling Vapor AnyResponse+Concurrency.swift
[2062/2230] Compiling Vapor Validator.swift
[2063/2230] Compiling Vapor ValidatorResult.swift
[2064/2230] Compiling Vapor And.swift
[2065/2230] Compiling Vapor Case.swift
[2066/2230] Compiling Vapor CharacterSet.swift
[2067/2230] Compiling Vapor Count.swift
[2068/2230] Compiling Vapor Custom.swift
[2069/2230] Compiling Vapor Email.swift
[2070/2230] Compiling Vapor Empty.swift
[2071/2230] Compiling Vapor In.swift
[2072/2230] Compiling Vapor Nil.swift
[2073/2230] Compiling Vapor NilIgnoring.swift
[2074/2230] Compiling Vapor Not.swift
[2075/2230] Compiling Vapor Or.swift
[2076/2230] Compiling Vapor Pattern.swift
[2077/2230] Compiling Vapor Range.swift
[2078/2230] Compiling Vapor URL.swift
[2079/2230] Compiling Vapor Valid.swift
[2080/2230] Compiling Vapor Application+Views.swift
[2081/2230] Compiling Vapor PlaintextRenderer.swift
[2082/2230] Compiling Vapor Request+View.swift
[2083/2230] Compiling Vapor View.swift
[2084/2230] Compiling Vapor ViewRenderer.swift
[2085/2230] Compiling Vapor _Deprecations.swift
[2086/2230] Compiling Vapor Core.swift
[2087/2230] Compiling Vapor Running.swift
[2088/2230] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2089/2230] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2090/2230] Compiling Vapor DotEnvFile+load.swift
[2091/2230] Compiling Vapor Routes+caseInsenstive.swift
[2092/2230] Compiling Vapor Validatable+validate.swift
[2093/2230] Compiling Vapor Environment+Process.swift
[2094/2230] Compiling Vapor Environment+Secret.swift
[2095/2230] Compiling Vapor Environment.swift
[2096/2230] Compiling Vapor Abort.swift
[2097/2230] Compiling Vapor AbortError.swift
[2098/2230] Compiling Vapor DebuggableError.swift
[2099/2230] Compiling Vapor Demangler.swift
[2100/2230] Compiling Vapor ErrorSource.swift
[2101/2230] Compiling Vapor StackTrace.swift
[2102/2230] Compiling Vapor Exports.swift
[2103/2230] Compiling Vapor Application+HTTP.swift
[2104/2230] Compiling Vapor BasicResponder.swift
[2105/2230] Compiling Vapor BodyStream.swift
[2106/2230] Compiling Vapor Application+HTTP+Client.swift
[2107/2230] Compiling Vapor EventLoopHTTPClient.swift
[2108/2230] Compiling Vapor EndpointCache.swift
[2109/2230] Compiling Vapor HTTPMethod+String.swift
[2110/2230] Emitting module Vapor
[2111/2230] Compiling Vapor HTTPServerResponseEncoder.swift
[2112/2230] Compiling Vapor HTTPServerUpgradeHandler.swift
[2113/2230] Compiling Vapor Logger+Report.swift
[2114/2230] Compiling Vapor LoggingSystem+Environment.swift
[2115/2230] Compiling Vapor Application+Middleware.swift
[2116/2230] Compiling Vapor CORSMiddleware.swift
[2117/2230] Compiling Vapor ErrorMiddleware.swift
[2118/2230] Compiling Vapor FileMiddleware.swift
[2119/2230] Compiling Vapor Middleware.swift
[2120/2230] Compiling Vapor MiddlewareConfiguration.swift
[2121/2230] Compiling Vapor ResponseCompressionMiddleware.swift
[2122/2230] Compiling Vapor RouteLoggingMiddleware.swift
[2123/2230] Compiling Vapor TracingMiddleware.swift
[2124/2230] Compiling Vapor File+Multipart.swift
[2125/2230] Compiling Vapor FormDataDecoder+Content.swift
[2126/2230] Compiling Vapor FormDataEncoder+Content.swift
[2127/2230] Compiling Vapor Application+Password.swift
[2128/2230] Compiling Vapor Application+Passwords.swift
[2129/2230] Compiling Vapor AsyncPasswordHasher.swift
[2130/2230] Compiling Vapor BcryptHasher.swift
[2131/2230] Compiling Vapor PasswordHasher.swift
[2132/2230] Compiling Vapor PlaintextHasher.swift
[2133/2230] Compiling Vapor Request+Password.swift
[2134/2230] Compiling Vapor Redirect.swift
[2135/2230] Compiling Vapor Request+Body.swift
[2136/2230] Compiling Vapor Request+BodyStream.swift
[2137/2230] Compiling Vapor Request.swift
[2138/2230] Compiling Vapor Application+Responder.swift
[2139/2230] Compiling Vapor DefaultResponder.swift
[2140/2230] Compiling Vapor Response+Body.swift
[2141/2230] Compiling Vapor Response.swift
[2142/2230] Compiling Vapor ResponseCodable.swift
[2143/2230] Compiling Vapor Application+Routes.swift
[2144/2230] Compiling Vapor Parameters+Require.swift
[2145/2230] Compiling Vapor Request+WebSocket.swift
[2146/2230] Compiling Vapor Route.swift
[2147/2230] Compiling Vapor RouteCollection.swift
[2148/2230] Compiling Vapor Routes.swift
[2149/2230] Compiling Vapor RoutesBuilder+Group.swift
[2150/2230] Compiling Vapor RoutesBuilder+Method.swift
[2151/2230] Compiling Vapor RoutesBuilder+Middleware.swift
[2152/2230] Compiling Vapor RoutesBuilder+WebSocket.swift
[2153/2230] Compiling Vapor RoutesBuilder.swift
[2154/2230] Compiling Vapor OTP.swift
[2155/2230] Compiling Vapor Application+Servers.swift
[2156/2230] Compiling Vapor Server.swift
[2157/2230] Compiling Vapor App+Service.swift
[2158/2230] Compiling Vapor Req+Service.swift
[2159/2230] Compiling Vapor Service.swift
[2160/2230] Compiling Vapor Application+Sessions.swift
[2161/2230] Compiling Vapor MemorySessions.swift
[2162/2230] Compiling Vapor Request+Session.swift
[2163/2230] Compiling Vapor Session.swift
[2164/2230] Compiling Vapor SessionCache.swift
[2165/2230] Compiling Vapor SessionData.swift
[2166/2230] Compiling Vapor SessionDriver.swift
[2167/2230] Compiling Vapor SessionsConfiguration.swift
[2168/2230] Compiling Vapor SessionsMiddleware.swift
[2169/2230] Compiling Vapor URLEncodedFormData.swift
[2170/2230] Compiling Vapor URLEncodedFormDecoder.swift
[2171/2230] Compiling Vapor URLEncodedFormEncoder.swift
[2172/2230] Compiling Vapor URLEncodedFormError.swift
[2173/2230] Compiling Vapor URLEncodedFormParser.swift
[2174/2230] Compiling Vapor URLEncodedFormSerializer.swift
[2175/2230] Compiling Vapor URLQueryFragmentConvertible.swift
[2176/2230] Compiling Vapor AnyResponse.swift
[2177/2230] Compiling Vapor Array+Random.swift
[2178/2230] Compiling Vapor Base32.swift
[2179/2230] Compiling Vapor Base64.swift
[2180/2230] Compiling Vapor BaseN.swift
[2181/2230] Compiling Vapor BasicCodingKey.swift
[2182/2230] Compiling Vapor ByteCount.swift
[2183/2230] Compiling Vapor HTTPStatus.swift
[2184/2230] Compiling Vapor HTTPCookies.swift
[2185/2230] Compiling Vapor HTTPHeaderCacheControl.swift
[2186/2230] Compiling Vapor HTTPHeaderExpires.swift
[2187/2230] Compiling Vapor HTTPHeaderLastModified.swift
[2188/2230] Compiling Vapor HTTPHeaders+Cache.swift
[2189/2230] Compiling Vapor HTTPHeaders+Connection.swift
[2190/2230] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2191/2230] Compiling Vapor HTTPHeaders+ContentRange.swift
[2192/2230] Compiling Vapor HTTPHeaders+Directive.swift
[2193/2230] Compiling Vapor HTTPHeaders+Forwarded.swift
[2194/2230] Compiling Vapor HTTPHeaders+Link.swift
[2195/2230] Compiling Vapor HTTPHeaders+Name.swift
[2196/2230] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2197/2230] Compiling Vapor HTTPHeaders.swift
[2198/2230] Compiling Vapor HTTPMediaType.swift
[2199/2230] Compiling Vapor HTTPMediaTypePreference.swift
[2200/2230] Compiling Vapor Responder.swift
[2201/2230] Compiling Vapor Application+HTTP+Server.swift
[2202/2230] Compiling Vapor HTTPServer.swift
[2203/2230] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2204/2230] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2205/2230] Compiling Vapor HTTPServerHandler.swift
[2206/2230] Compiling Vapor HTTPServerRequestDecoder.swift
[2207/2230] Compiling Vapor Bytes+Hex.swift
[2208/2230] Compiling Vapor Bytes+SecureCompare.swift
[2209/2230] Compiling Vapor Collection+Safe.swift
[2210/2230] Compiling Vapor DataProtocol+Copy.swift
[2211/2230] Compiling Vapor DecoderUnwrapper.swift
[2212/2230] Compiling Vapor DirectoryConfiguration.swift
[2213/2230] Compiling Vapor DotEnv.swift
[2214/2230] Compiling Vapor Extendable.swift
[2215/2230] Compiling Vapor File.swift
[2216/2230] Compiling Vapor FileIO.swift
[2217/2230] Compiling Vapor LifecycleHandler.swift
[2218/2230] Compiling Vapor OptionalType.swift
[2219/2230] Compiling Vapor RFC1123.swift
[2220/2230] Compiling Vapor SocketAddress+Hostname.swift
[2221/2230] Compiling Vapor Storage.swift
[2222/2230] Compiling Vapor String+IsIPAddress.swift
[2223/2230] Compiling Vapor Thread.swift
[2224/2230] Compiling Vapor URI.swift
[2225/2230] Compiling Vapor RangeResult.swift
[2226/2230] Compiling Vapor Validatable.swift
[2227/2230] Compiling Vapor Validation.swift
[2228/2230] Compiling Vapor ValidationKey.swift
[2229/2230] Compiling Vapor Validations.swift
[2230/2230] Compiling Vapor ValidationsError.swift
[2232/2235] Compiling TwitterVapor Request+TwitterVapor.swift
[2233/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
[2234/2235] Compiling TwitterVapor TwitterVapor.swift
[2235/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
Build complete! (332.90s)
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.