Build Information
Failed to build PrchVapor, reference 0.1.1 (2a60a3
), with Swift 6.2 (beta) for Linux on 19 Jun 2025 05:17:14 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/brightdigit/PrchVapor.git
Reference: 0.1.1
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/brightdigit/PrchVapor
* tag 0.1.1 -> FETCH_HEAD
HEAD is now at 2a60a3f Version 0.1.1
Cloned https://github.com/brightdigit/PrchVapor.git
Revision (git rev-parse @):
2a60a3f9be815a4171c3d308fe5ccb3bda71dbe4
SUCCESS checkout https://github.com/brightdigit/PrchVapor.git at 0.1.1
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/brightdigit/PrchVapor.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/brightdigit/PrchNIO.git
[1/209] Fetching prchnio
Fetched https://github.com/brightdigit/PrchNIO.git from cache (0.35s)
[1/74546] Fetching vapor
Fetched https://github.com/vapor/vapor.git from cache (3.15s)
Computing version for https://github.com/brightdigit/PrchNIO.git
Computed https://github.com/brightdigit/PrchNIO.git at 0.1.1 (4.05s)
Fetching https://github.com/brightdigit/Prch.git
Fetching https://github.com/swift-server/async-http-client.git
[1/2495] Fetching prch
[2496/16509] Fetching prch, async-http-client
Fetched https://github.com/brightdigit/Prch.git from cache (0.52s)
[1962/14014] Fetching async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.42s)
Computing version for https://github.com/brightdigit/Prch.git
Computed https://github.com/brightdigit/Prch.git at 0.2.1 (2.32s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.88s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-extras.git
[1/5942] Fetching swift-nio-extras
[5943/9778] Fetching swift-nio-extras, swift-log
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.68s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-algorithms.git
Fetched https://github.com/apple/swift-log.git from cache (0.98s)
Fetching https://github.com/apple/swift-nio.git
[1/14890] Fetching swift-nio-ssl
[1937/16687] Fetching swift-nio-ssl, swift-atomics
[1955/22646] Fetching swift-nio-ssl, swift-atomics, swift-algorithms
[2195/25313] Fetching swift-nio-ssl, swift-atomics, swift-algorithms, swift-nio-transport-services
[5719/36845] Fetching swift-nio-ssl, swift-atomics, swift-algorithms, swift-nio-transport-services, swift-nio-http2
[15478/113172] Fetching swift-nio-ssl, swift-atomics, swift-algorithms, swift-nio-transport-services, swift-nio-http2, swift-nio
Fetched https://github.com/apple/swift-algorithms.git from cache (0.87s)
[11340/107213] Fetching swift-nio-ssl, swift-atomics, swift-nio-transport-services, swift-nio-http2, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (0.90s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.91s)
[7639/102749] Fetching swift-nio-ssl, swift-nio-http2, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.78s)
[59160/91217] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.99s)
[51903/76327] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (9.16s)
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 (11.02s)
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.80s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.32.0 (1.06s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.51s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4436] Fetching swift-system
[2929/21076] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.75s)
Fetched https://github.com/apple/swift-collections.git from cache (1.78s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (2.41s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.75s)
Fetching https://github.com/apple/swift-numerics.git
[1/5757] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.94s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.76s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.28.0 (1.08s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/1596] Fetching swift-asn1
[768/2500] Fetching swift-asn1, swift-http-types
[1748/3652] Fetching swift-asn1, swift-http-types, swift-http-structured-headers
[2577/9836] Fetching swift-asn1, swift-http-types, swift-http-structured-headers, swift-certificates
[4519/12262] Fetching swift-asn1, swift-http-types, swift-http-structured-headers, swift-certificates, swift-service-lifecycle
[5495/17247] Fetching swift-asn1, swift-http-types, swift-http-structured-headers, swift-certificates, swift-service-lifecycle, swift-async-algorithms
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.76s)
[14821/14821] Fetching swift-asn1, swift-http-types, swift-http-structured-headers, swift-certificates, swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.03s)
Fetched https://github.com/apple/swift-asn1.git from cache (1.04s)
Fetched https://github.com/apple/swift-http-types.git from cache (1.05s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (1.05s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.06s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (1.81s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.94s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (2.33s)
Fetching https://github.com/apple/swift-crypto.git
[1/15270] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.47s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (4.37s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (2.55s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (1.66s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (2.95s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (3.31s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (1.74s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.02s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (0.80s)
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/vapor/routing-kit.git
[1/3453] Fetching multipart-kit
[830/8446] Fetching multipart-kit, swift-distributed-tracing
[1430/11055] Fetching multipart-kit, swift-distributed-tracing, websocket-kit
[3313/12136] Fetching multipart-kit, swift-distributed-tracing, websocket-kit, swift-service-context
[5169/32988] Fetching multipart-kit, swift-distributed-tracing, websocket-kit, swift-service-context, routing-kit
Fetched https://github.com/vapor/websocket-kit.git from cache (0.77s)
[21251/30379] Fetching multipart-kit, swift-distributed-tracing, swift-service-context, routing-kit
Fetching https://github.com/vapor/console-kit.git
[24172/36397] Fetching multipart-kit, swift-distributed-tracing, swift-service-context, routing-kit, console-kit
Fetched https://github.com/vapor/console-kit.git from cache (0.54s)
[28575/30379] Fetching multipart-kit, swift-distributed-tracing, swift-service-context, routing-kit
Fetching https://github.com/vapor/async-kit.git
[28576/32749] Fetching multipart-kit, swift-distributed-tracing, swift-service-context, routing-kit, async-kit
Fetched https://github.com/apple/swift-service-context.git from cache (1.76s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.78s)
Fetched https://github.com/vapor/routing-kit.git from cache (1.80s)
Fetched https://github.com/vapor/async-kit.git from cache (0.49s)
[1658/3453] Fetching multipart-kit
Fetching https://github.com/apple/swift-metrics.git
Fetched https://github.com/vapor/multipart-kit.git from cache (2.69s)
[1/2206] Fetching swift-metrics
Fetched https://github.com/apple/swift-metrics.git from cache (0.49s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (3.82s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (0.76s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (6.15s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.47s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.1 (0.85s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.64s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.73s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.66s)
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/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-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.32.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.2
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.115.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.28.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.1
Creating working copy for https://github.com/brightdigit/PrchNIO.git
Working copy of https://github.com/brightdigit/PrchNIO.git resolved at 0.1.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/brightdigit/Prch.git
Working copy of https://github.com/brightdigit/Prch.git resolved at 0.2.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.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Building for debugging...
[0/833] Write sources
[41/833] Compiling CNIOWASI CNIOWASI.c
[42/833] Compiling CNIOWindows shim.c
[43/833] Write sources
[50/833] Compiling CNIOWindows WSAStartup.c
[51/833] Compiling _NumericsShims _NumericsShims.c
[52/833] Compiling _AtomicsShims.c
[53/833] Compiling CNIOLinux liburing_shims.c
[54/833] Compiling CSystem shims.c
[55/833] Compiling CVaporBcrypt bcrypt.c
[56/833] Compiling CVaporBcrypt blf.c
[56/833] Write swift-version-24593BA9C3E375BF.txt
[58/833] Compiling CNIOSHA1 c_nio_sha1.c
[59/833] Compiling CNIOExtrasZlib empty.c
[60/833] Compiling CNIODarwin shim.c
[61/833] Compiling CNIOLinux shim.c
[62/833] Compiling CNIOLLHTTP c_nio_http.c
[63/834] Compiling CNIOLLHTTP c_nio_api.c
[64/927] Compiling CNIOLLHTTP c_nio_llhttp.c
[66/941] Emitting module RealModule
[67/942] Emitting module SystemPackage
[68/945] Compiling _NIODataStructures _TinyArray.swift
[69/945] Compiling ServiceContextModule ServiceContextKey.swift
[70/945] Emitting module InternalCollectionsUtilities
[71/945] Compiling Prch Session.swift
[72/945] Compiling Prch Task.swift
[73/945] Compiling Prch URL.swift
[74/945] Compiling _NIODataStructures PriorityQueue.swift
[75/946] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[76/946] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[77/946] Compiling RealModule RealFunctions.swift
[78/946] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[79/946] Compiling InternalCollectionsUtilities Integer rank.swift
[80/946] Compiling RealModule Real.swift
[81/946] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[82/946] Compiling InternalCollectionsUtilities _SortedCollection.swift
[83/946] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[84/946] Compiling InternalCollectionsUtilities Debugging.swift
[87/946] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[88/946] Compiling InternalCollectionsUtilities UInt+reversed.swift
[89/946] Compiling SystemPackage Util+StringArray.swift
[90/946] Compiling SystemPackage Util.swift
[91/946] Compiling SystemPackage UtilConsumers.swift
[92/946] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[93/946] Compiling InternalCollectionsUtilities Descriptions.swift
[94/946] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[95/946] Compiling Prch File.swift
[96/946] Compiling Prch ID.swift
[97/946] Compiling Prch UploadFile.swift
[98/946] Compiling Prch ResponseComponents.swift
[101/946] Compiling Prch RequestEncoder.swift
[102/946] Compiling Prch ResponseDecoder.swift
[103/946] Compiling Prch Model.swift
[104/946] Compiling Prch DateDay.swift
[105/946] Compiling Logging LogHandler.swift
[106/946] Compiling RealModule Float80+Real.swift
[107/946] Compiling Prch DateFormatter.swift
[108/946] Compiling Prch DecodingError.swift
[109/946] Compiling Prch KeyedDecodingContainer.swift
[110/946] Compiling Prch KeyedEncodingContainer.swift
[111/946] Emitting module _NIOBase64
[112/946] Compiling _NIOBase64 Base64.swift
[113/946] Emitting module ServiceContextModule
[114/946] Compiling ServiceContextModule ServiceContext.swift
[119/948] Compiling Logging Locks.swift
[120/948] Emitting module Logging
[122/948] Emitting module _NIODataStructures
[123/948] Compiling _NIODataStructures Heap.swift
[125/948] Compiling RealModule ElementaryFunctions.swift
[126/948] Compiling RealModule Float+Real.swift
[127/948] Compiling RealModule Float16+Real.swift
[138/951] Compiling Logging MetadataProvider.swift
[140/951] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[142/952] Compiling Logging Logging.swift
[143/953] Compiling Prch Response.swift
[144/953] Compiling Prch ResponseResult.swift
[145/953] Compiling Prch Result.swift
[146/953] Compiling Prch Authentication.swift
[147/953] Compiling Prch BasicAuthentication.swift
[161/958] Emitting module Prch
[168/958] Compiling Prch StringCodingKey.swift
[169/958] Compiling Prch DateEncodingContainer.swift
[170/958] Compiling Prch DeprecatedRequest.swift
[171/958] Compiling Prch DeprecatedResponse.swift
[172/958] Compiling Prch DeprecatedResponseResult.swift
[173/958] Compiling Prch TypeAliases.swift
[186/958] Compiling Prch SecurityRequirement.swift
[187/958] Compiling Prch Service.swift
[188/958] Compiling Prch ServiceRequest.swift
[189/958] Compiling Prch StatusCodeProvider.swift
[190/958] Compiling Prch SuccessModel.swift
[191/1049] Compiling fiat_curve25519_adx_square.S
[192/1068] Compiling fiat_p256_adx_mul.S
[193/1073] Compiling fiat_p256_adx_sqr.S
[195/1104] Emitting module Instrumentation
[196/1138] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[197/1153] Compiling Instrumentation NoOpInstrument.swift
[198/1180] Compiling Instrumentation MultiplexInstrument.swift
[199/1180] Compiling Instrumentation Instrument.swift
[200/1180] Emitting module RoutingKit
[201/1180] Compiling RoutingKit AnyRouter.swift
[202/1180] Compiling HeapModule Heap+Descriptions.swift
[203/1180] Compiling Instrumentation InstrumentationSystem.swift
[204/1180] Compiling Instrumentation Locks.swift
[206/1181] Compiling HeapModule Heap.swift
[207/1181] Compiling HeapModule _HeapNode.swift
[207/1189] Compiling CNIOBoringSSLShims shims.c
[209/1189] Compiling RoutingKit Router.swift
[210/1189] Compiling RoutingKit Parameters.swift
[211/1189] Compiling RoutingKit PathComponent.swift
[212/1189] Compiling RoutingKit TrieRouter.swift
[213/1190] Compiling HashTreeCollections TreeDictionary+Collection.swift
[214/1190] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[215/1190] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[216/1190] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[217/1190] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[218/1190] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[219/1190] Compiling HashTreeCollections TreeDictionary+Filter.swift
[220/1197] Compiling HeapModule Heap+Invariants.swift
[221/1197] Compiling HeapModule Heap+UnsafeHandle.swift
[223/1197] Emitting module HeapModule
[225/1213] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[226/1213] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[227/1213] Compiling HashTreeCollections TreeDictionary+Keys.swift
[228/1213] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[229/1213] Compiling HashTreeCollections TreeDictionary+Merge.swift
[230/1213] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[231/1213] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[232/1213] Compiling HashTreeCollections TreeSet+Hashable.swift
[233/1213] Compiling HashTreeCollections TreeSet+Sendable.swift
[234/1213] Compiling HashTreeCollections TreeSet+Sequence.swift
[235/1213] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[236/1213] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[237/1213] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[238/1213] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[239/1213] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[240/1213] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[241/1213] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[242/1223] Compiling Tracing InstrumentationSystem+Tracing.swift
[242/1223] Compiling fiat_curve25519_adx_mul.S
[244/1223] Compiling DequeModule Deque+CustomReflectable.swift
[245/1223] Compiling DequeModule Deque+Descriptions.swift
[246/1225] Compiling DequeModule _DequeBuffer.swift
[247/1225] Compiling DequeModule _DequeBufferHeader.swift
[248/1225] Compiling Tracing TracerProtocol.swift
[249/1225] Compiling HashTreeCollections _HashNode+Structural union.swift
[250/1225] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[251/1225] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[252/1225] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[253/1225] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[254/1225] Compiling HashTreeCollections _HashNode.swift
[255/1225] Compiling HashTreeCollections _HashNodeHeader.swift
[256/1225] Compiling HashTreeCollections _HashSlot.swift
[257/1225] Compiling Tracing TracingTime.swift
[258/1225] Emitting module Tracing
[259/1225] Compiling Tracing Tracer.swift
[260/1225] Compiling HashTreeCollections _HashStack.swift
[261/1225] Compiling HashTreeCollections _HashTreeIterator.swift
[262/1225] Compiling HashTreeCollections _HashTreeStatistics.swift
[263/1225] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[264/1225] Compiling HashTreeCollections _RawHashNode.swift
[265/1225] Compiling HashTreeCollections _UnmanagedHashNode.swift
[266/1225] Compiling HashTreeCollections _UnsafePath.swift
[267/1225] Compiling HashTreeCollections TreeDictionary+Codable.swift
[268/1225] Compiling DequeModule Deque+Testing.swift
[269/1225] Compiling DequeModule Deque._Storage.swift
[270/1225] Compiling DequeModule Deque._UnsafeHandle.swift
[271/1225] Compiling DequeModule Deque.swift
[274/1225] Compiling DequeModule _DequeSlot.swift
[275/1225] Compiling DequeModule _UnsafeWrappedBuffer.swift
[276/1225] Compiling DequeModule Deque+Extras.swift
[277/1225] Compiling DequeModule Deque+Hashable.swift
[278/1225] Compiling DequeModule Deque+Equatable.swift
[279/1225] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[280/1225] Compiling Tracing TracerProtocol+Legacy.swift
[281/1225] Compiling OrderedCollections OrderedSet+SubSequence.swift
[282/1225] Compiling OrderedCollections OrderedSet+Testing.swift
[283/1225] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[284/1225] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[285/1225] Compiling OrderedCollections OrderedSet.swift
[286/1225] Compiling OrderedCollections _UnsafeBitset.swift
[287/1225] Compiling HashTreeCollections TreeSet+Equatable.swift
[288/1225] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[289/1225] Compiling HashTreeCollections TreeSet+Extras.swift
[290/1225] Compiling HashTreeCollections TreeSet+Filter.swift
[291/1225] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[292/1225] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[293/1225] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[294/1225] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[295/1225] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[296/1225] Compiling HashTreeCollections _HashNode+Structural merge.swift
[297/1225] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[298/1225] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[311/1225] Compiling OrderedCollections OrderedSet+Sendable.swift
[314/1225] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[315/1225] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[316/1225] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[317/1225] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[318/1225] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[319/1225] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[320/1225] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[321/1225] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[322/1225] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[323/1225] Compiling HashTreeCollections TreeSet.swift
[324/1225] Compiling CoreMetrics Locks.swift
[325/1225] Emitting module CoreMetrics
[326/1225] Compiling CoreMetrics Metrics.swift
[330/1226] Compiling Tracing NoOpTracer.swift
[331/1226] Compiling Tracing SpanProtocol.swift
[332/1227] Compiling DequeModule Deque+Codable.swift
[333/1227] Compiling DequeModule Deque+Collection.swift
[371/1238] Emitting module DequeModule
[383/1239] Emitting module Metrics
[384/1239] Compiling Metrics Metrics.swift
[404/1240] Emitting module OrderedCollections
[427/1241] Emitting module _RopeModule
[449/1241] Compiling tls_method.cc
[450/1241] Compiling tls_record.cc
[452/1241] Emitting module HashTreeCollections
[454/1242] Compiling _RopeModule Rope+Join.swift
[455/1242] Compiling _RopeModule Rope+MutatingForEach.swift
[456/1242] Compiling _RopeModule Rope+Remove.swift
[457/1242] Compiling _RopeModule Rope+RemoveSubrange.swift
[458/1242] Compiling _RopeModule Rope+Split.swift
[459/1242] Compiling _RopeModule Optional Utilities.swift
[460/1242] Compiling _RopeModule String Utilities.swift
[461/1242] Compiling _RopeModule String.Index+ABI.swift
[462/1242] Compiling _RopeModule _CharacterRecognizer.swift
[462/1242] Compiling tls13_server.cc
[483/1243] Compiling tls13_both.cc
[484/1243] Compiling tls13_client.cc
[485/1243] Compiling ssl_versions.cc
[486/1243] Compiling tls13_enc.cc
[487/1243] Compiling ssl_transcript.cc
[488/1243] Compiling ssl_stat.cc
[489/1243] Compiling t1_enc.cc
[490/1243] Compiling ssl_x509.cc
[491/1243] Compiling ssl_privkey.cc
[492/1243] Compiling ssl_session.cc
[493/1243] Compiling ssl_file.cc
[494/1243] Compiling ssl_credential.cc
[495/1243] Compiling ssl_cipher.cc
[496/1243] Compiling ssl_key_share.cc
[497/1243] Compiling ssl_cert.cc
[498/1243] Compiling ssl_lib.cc
[499/1243] Compiling ssl_buffer.cc
[500/1243] Compiling ssl_asn1.cc
[501/1243] Compiling s3_both.cc
[502/1243] Compiling s3_lib.cc
[503/1243] Compiling ssl_aead_ctx.cc
[504/1243] Compiling s3_pkt.cc
[505/1243] Compiling handshake_server.cc
[506/1243] Compiling handshake_client.cc
[507/1243] Compiling handshake.cc
[508/1243] Compiling extensions.cc
[509/1243] Compiling handoff.cc
[510/1243] Compiling dtls_record.cc
[511/1243] Compiling md5-x86_64-linux.S
[512/1243] Compiling d1_srtp.cc
[513/1243] Compiling md5-x86_64-apple.S
[514/1243] Compiling encrypted_client_hello.cc
[515/1243] Compiling md5-586-linux.S
[516/1243] Compiling md5-586-apple.S
[517/1243] Compiling dtls_method.cc
[518/1243] Compiling chacha20_poly1305_x86_64-linux.S
[519/1243] Compiling chacha20_poly1305_x86_64-apple.S
[519/1243] Compiling chacha20_poly1305_armv8-win.S
[521/1243] Compiling chacha20_poly1305_armv8-linux.S
[522/1243] Compiling chacha20_poly1305_armv8-apple.S
[523/1243] Compiling chacha-x86_64-linux.S
[524/1243] Compiling chacha-x86_64-apple.S
[525/1243] Compiling err_data.cc
[526/1243] Compiling chacha-x86-linux.S
[527/1243] Compiling chacha-x86-apple.S
[528/1243] Compiling chacha-armv8-win.S
[529/1243] Compiling chacha-armv8-linux.S
[530/1243] Compiling chacha-armv4-linux.S
[531/1243] Compiling chacha-armv8-apple.S
[532/1243] Compiling aes128gcmsiv-x86_64-apple.S
[533/1243] Compiling aes128gcmsiv-x86_64-linux.S
[534/1243] Compiling x86_64-mont5-linux.S
[535/1243] Compiling x86_64-mont5-apple.S
[536/1243] Compiling bio_ssl.cc
[537/1243] Compiling d1_lib.cc
[538/1243] Compiling x86_64-mont-linux.S
[539/1243] Compiling x86_64-mont-apple.S
[540/1243] Compiling x86-mont-linux.S
[541/1243] Compiling vpaes-x86_64-linux.S
[542/1243] Compiling vpaes-x86_64-apple.S
[543/1243] Compiling x86-mont-apple.S
[544/1243] Compiling vpaes-armv8-win.S
[545/1243] Compiling vpaes-x86-apple.S
[546/1243] Compiling d1_pkt.cc
[547/1243] Compiling vpaes-armv8-apple.S
[548/1243] Compiling vpaes-x86-linux.S
[549/1243] Compiling vpaes-armv7-linux.S
[550/1243] Compiling vpaes-armv8-linux.S
[551/1243] Compiling sha512-armv8-win.S
[552/1243] Compiling sha512-x86_64-apple.S
[553/1243] Compiling sha512-x86_64-linux.S
[554/1243] Compiling sha512-armv8-linux.S
[555/1243] Compiling sha512-armv8-apple.S
[556/1243] Compiling sha512-armv4-linux.S
[557/1243] Compiling sha512-586-apple.S
[558/1243] Compiling sha256-armv8-win.S
[559/1243] Compiling sha256-x86_64-apple.S
[560/1243] Compiling sha256-armv8-linux.S
[561/1243] Compiling sha512-586-linux.S
[562/1243] Compiling sha256-x86_64-linux.S
[563/1243] Compiling sha256-armv8-apple.S
[564/1243] Compiling sha256-586-linux.S
[565/1243] Compiling sha256-armv4-linux.S
[566/1243] Compiling sha1-armv8-win.S
[567/1243] Compiling sha256-586-apple.S
[568/1243] Compiling sha1-x86_64-apple.S
[569/1243] Compiling sha1-x86_64-linux.S
[570/1243] Compiling sha1-armv8-linux.S
[570/1243] Compiling sha1-armv8-apple.S
[572/1243] Compiling sha1-586-apple.S
[573/1243] Compiling sha1-586-linux.S
[574/1243] Compiling rsaz-avx2-linux.S
[575/1243] Compiling sha1-armv4-large-linux.S
[576/1243] Compiling rsaz-avx2-apple.S
[577/1243] Compiling rdrand-x86_64-apple.S
[578/1243] Compiling p256_beeu-x86_64-asm-linux.S
[579/1243] Compiling rdrand-x86_64-linux.S
[580/1243] Compiling p256_beeu-x86_64-asm-apple.S
[581/1243] Compiling p256-x86_64-asm-apple.S
[582/1243] Compiling p256_beeu-armv8-asm-apple.S
[582/1243] Compiling p256_beeu-armv8-asm-linux.S
[584/1243] Compiling p256_beeu-armv8-asm-win.S
[585/1243] Compiling p256-x86_64-asm-linux.S
[586/1243] Compiling p256-armv8-asm-win.S
[587/1243] Compiling p256-armv8-asm-linux.S
[588/1243] Compiling p256-armv8-asm-apple.S
[589/1243] Compiling ghashv8-armv8-win.S
[590/1243] Compiling ghashv8-armv8-linux.S
[591/1243] Compiling ghashv8-armv8-apple.S
[592/1243] Compiling ghash-x86_64-linux.S
[593/1243] Compiling d1_both.cc
[594/1243] Compiling ghashv8-armv7-linux.S
[595/1243] Compiling ghash-x86-linux.S
[596/1243] Compiling ghash-x86-apple.S
[597/1243] Compiling ghash-x86_64-apple.S
[598/1243] Compiling ghash-ssse3-x86_64-linux.S
[599/1243] Compiling ghash-ssse3-x86_64-apple.S
[600/1243] Compiling ghash-ssse3-x86-linux.S
[601/1243] Compiling ghash-ssse3-x86-apple.S
[602/1243] Compiling ghash-neon-armv8-win.S
[603/1243] Compiling ghash-neon-armv8-linux.S
[604/1243] Compiling ghash-neon-armv8-apple.S
[605/1243] Compiling ghash-armv4-linux.S
[606/1243] Compiling co-586-linux.S
[607/1243] Compiling co-586-apple.S
[608/1243] Compiling bsaes-armv7-linux.S
[609/1243] Compiling bn-armv8-win.S
[610/1243] Compiling bn-armv8-linux.S
[611/1243] Compiling bn-armv8-apple.S
[612/1243] Compiling bn-586-apple.S
[613/1243] Compiling armv8-mont-win.S
[614/1243] Compiling bn-586-linux.S
[615/1243] Compiling armv8-mont-apple.S
[616/1243] Compiling aesv8-gcm-armv8-win.S
[617/1243] Compiling armv4-mont-linux.S
[618/1243] Compiling aesv8-gcm-armv8-apple.S
[618/1243] Compiling armv8-mont-linux.S
[620/1243] Compiling aesv8-armv8-win.S
[621/1243] Compiling aesv8-gcm-armv8-linux.S
[622/1243] Compiling aesv8-armv8-linux.S
[623/1243] Compiling aesv8-armv8-apple.S
[624/1243] Compiling aesni-x86_64-apple.S
[625/1243] Compiling aesv8-armv7-linux.S
[626/1243] Compiling aesni-x86_64-linux.S
[627/1243] Compiling aesni-x86-linux.S
[628/1243] Compiling aesni-gcm-x86_64-linux.S
[629/1243] Compiling aesni-x86-apple.S
[630/1243] Compiling aesni-gcm-x86_64-apple.S
[631/1243] Compiling aes-gcm-avx10-x86_64-linux.S
[632/1243] Compiling aes-gcm-avx10-x86_64-apple.S
[633/1243] Compiling aes-gcm-avx2-x86_64-linux.S
[634/1243] Compiling aes-gcm-avx2-x86_64-apple.S
[635/1243] Compiling x_val.cc
[636/1243] Compiling x_sig.cc
[637/1243] Compiling x_spki.cc
[638/1243] Compiling x_x509.cc
[639/1243] Compiling x_pubkey.cc
[640/1243] Compiling x_x509a.cc
[641/1243] Compiling x_name.cc
[642/1243] Compiling x_req.cc
[643/1243] Compiling x_crl.cc
[644/1243] Compiling x_algor.cc
[645/1243] Compiling x509spki.cc
[646/1243] Compiling x_all.cc
[647/1243] Compiling x_attrib.cc
[648/1243] Compiling x509name.cc
[649/1243] Compiling x509rset.cc
[650/1243] Compiling x_exten.cc
[651/1243] Compiling x509cset.cc
[652/1243] Compiling x509_vpm.cc
[653/1243] Compiling x509_trs.cc
[654/1243] Compiling x509_v3.cc
[655/1243] Compiling x509_vfy.cc
[656/1243] Compiling x509_txt.cc
[657/1243] Compiling x509_obj.cc
[658/1243] Compiling x509_set.cc
[659/1243] Compiling x509_req.cc
[660/1243] Compiling x509_d2.cc
[661/1243] Compiling x509_lu.cc
[662/1243] Compiling x509_ext.cc
[663/1243] Compiling x509.cc
[664/1243] Compiling x509_att.cc
[665/1243] Compiling x509_def.cc
[666/1243] Compiling x509_cmp.cc
[667/1243] Compiling v3_utl.cc
[668/1243] Compiling v3_skey.cc
[669/1243] Compiling v3_prn.cc
[670/1243] Compiling v3_purp.cc
[671/1243] Compiling v3_ocsp.cc
[672/1243] Compiling v3_pcons.cc
[673/1243] Compiling v3_pmaps.cc
[674/1243] Compiling v3_ncons.cc
[675/1243] Compiling v3_lib.cc
[676/1243] Compiling v3_ia5.cc
[677/1243] Compiling v3_int.cc
[678/1243] Compiling v3_info.cc
[679/1243] Compiling v3_genn.cc
[680/1243] Compiling v3_enum.cc
[681/1243] Compiling v3_extku.cc
[682/1243] Compiling v3_crld.cc
[683/1243] Compiling v3_cpols.cc
[684/1243] Compiling v3_bitst.cc
[685/1243] Compiling v3_conf.cc
[686/1243] Compiling v3_alt.cc
[687/1243] Compiling v3_bcons.cc
[688/1243] Compiling v3_akeya.cc
[689/1243] Compiling v3_akey.cc
[690/1243] Compiling t_x509.cc
[691/1243] Compiling i2d_pr.cc
[692/1243] Compiling t_x509a.cc
[693/1243] Compiling t_req.cc
[694/1243] Compiling rsa_pss.cc
[695/1243] Compiling t_crl.cc
[696/1243] Compiling name_print.cc
[697/1243] Compiling policy.cc
[698/1243] Compiling by_file.cc
[699/1243] Compiling asn1_gen.cc
[700/1243] Compiling algorithm.cc
[701/1243] Compiling voprf.cc
[702/1243] Compiling by_dir.cc
[703/1243] Compiling a_digest.cc
[704/1243] Compiling a_sign.cc
[705/1243] Compiling a_verify.cc
[706/1243] Compiling thread_pthread.cc
[707/1243] Compiling thread_none.cc
[708/1243] Compiling trust_token.cc
[709/1243] Compiling thread_win.cc
[710/1243] Compiling thread.cc
[711/1243] Compiling pmbtoken.cc
[712/1243] Compiling sha256.cc
[713/1243] Compiling slhdsa.cc
[714/1243] Compiling siphash.cc
[715/1243] Compiling stack.cc
[716/1243] Compiling rsa_print.cc
[717/1243] Compiling sha512.cc
[718/1243] Compiling sha1.cc
[719/1243] Compiling spake2plus.cc
[720/1243] Compiling rsa_extra.cc
[721/1243] Compiling trusty.cc
[722/1243] Compiling refcount.cc
[723/1243] Compiling rsa_asn1.cc
[724/1243] Compiling rsa_crypt.cc
[725/1243] Compiling windows.cc
[726/1243] Compiling rand.cc
[727/1243] Compiling rc4.cc
[728/1243] Compiling ios.cc
[729/1243] Compiling urandom.cc
[730/1243] Compiling passive.cc
[731/1243] Compiling deterministic.cc
[732/1243] Compiling getentropy.cc
[733/1243] Compiling poly1305_arm_asm.S
[734/1243] Compiling fork_detect.cc
[735/1243] Compiling forkunsafe.cc
[736/1243] Compiling poly1305.cc
[736/1243] Compiling poly1305_arm.cc
[738/1243] Compiling pool.cc
[739/1243] Compiling poly1305_vec.cc
[740/1243] Compiling pkcs8_x509.cc
[741/1243] Compiling pkcs7.cc
[742/1243] Compiling pem_xaux.cc
[743/1243] Compiling pem_x509.cc
[744/1243] Compiling p5_pbev2.cc
[745/1243] Compiling pkcs8.cc
[746/1243] Compiling pkcs7_x509.cc
[747/1243] Compiling pem_pkey.cc
[748/1243] Compiling pem_pk8.cc
[749/1243] Compiling obj_xref.cc
[750/1243] Compiling pem_oth.cc
[751/1243] Compiling mlkem.cc
[752/1243] Compiling pem_info.cc
[753/1243] Compiling mldsa.cc
[754/1243] Compiling pem_lib.cc
[755/1243] Compiling obj.cc
[756/1243] Compiling mem.cc
[757/1243] Compiling pem_all.cc
[758/1243] Compiling poly_rq_mul.S
[759/1243] Compiling md5.cc
[760/1243] Compiling fips_shared_support.cc
[761/1243] Compiling lhash.cc
[762/1243] Compiling md4.cc
[763/1243] Compiling sign.cc
[764/1243] Compiling hrss.cc
[765/1243] Compiling kyber.cc
[766/1243] Compiling scrypt.cc
[767/1243] Compiling ex_data.cc
[768/1243] Compiling hpke.cc
[769/1243] Compiling print.cc
[770/1243] Compiling pbkdf.cc
[771/1243] Compiling p_x25519.cc
[772/1243] Compiling p_x25519_asn1.cc
[773/1243] Compiling p_ed25519.cc
[774/1243] Compiling p_rsa_asn1.cc
[775/1243] Compiling p_rsa.cc
[776/1243] Compiling p_hkdf.cc
[777/1243] Compiling p_ed25519_asn1.cc
[778/1243] Compiling p_ec_asn1.cc
[779/1243] Compiling p_ec.cc
[780/1243] Compiling p_dh_asn1.cc
[781/1243] Compiling p_dh.cc
[782/1243] Compiling evp_ctx.cc
[783/1243] Compiling err.cc
[784/1243] Compiling p_dsa_asn1.cc
[785/1243] Compiling evp.cc
[786/1243] Compiling engine.cc
[787/1243] Compiling hash_to_curve.cc
[788/1243] Compiling ec_derive.cc
[789/1243] Compiling ecdsa_asn1.cc
[790/1243] Compiling evp_asn1.cc
[791/1243] Compiling ecdh.cc
[792/1243] Compiling ec_asn1.cc
[793/1243] Compiling dsa.cc
[794/1243] Compiling dsa_asn1.cc
[795/1243] Compiling des.cc
[796/1243] Compiling params.cc
[797/1243] Compiling digest_extra.cc
[798/1243] Compiling x25519-asm-arm.S
[799/1243] Compiling dh_asn1.cc
[800/1243] Compiling cpu_arm_linux.cc
[801/1243] Compiling cpu_intel.cc
[802/1243] Compiling crypto.cc
[803/1243] Compiling spake25519.cc
[804/1243] Compiling cpu_arm_freebsd.cc
[805/1243] Compiling curve25519.cc
[806/1243] Compiling cpu_aarch64_win.cc
[807/1243] Compiling cpu_aarch64_openbsd.cc
[808/1243] Compiling cpu_aarch64_linux.cc
[809/1243] Compiling curve25519_64_adx.cc
[810/1243] Compiling cpu_aarch64_sysreg.cc
[811/1243] Compiling bcm.cc
[812/1243] Compiling cpu_aarch64_fuchsia.cc
[813/1243] Compiling cpu_aarch64_apple.cc
[814/1243] Compiling e_tls.cc
[815/1243] Compiling tls_cbc.cc
[816/1243] Compiling get_cipher.cc
[817/1243] Compiling e_null.cc
[818/1243] Compiling conf.cc
[819/1243] Compiling e_rc4.cc
[820/1243] Compiling e_rc2.cc
[821/1243] Compiling derive_key.cc
[822/1243] Compiling e_des.cc
[823/1243] Compiling chacha.cc
[824/1243] Compiling e_chacha20poly1305.cc
[825/1243] Compiling e_aesgcmsiv.cc
[826/1243] Compiling e_aesctrhmac.cc
[827/1243] Compiling unicode.cc
[828/1243] Compiling cbs.cc
[829/1243] Compiling buf.cc
[830/1243] Compiling bn_asn1.cc
[831/1243] Compiling ber.cc
[832/1243] Compiling cbb.cc
[833/1243] Compiling blake2.cc
[834/1243] Compiling asn1_compat.cc
[835/1243] Compiling socket_helper.cc
[836/1243] Compiling convert.cc
[837/1243] Compiling socket.cc
[838/1243] Compiling printf.cc
[839/1243] Compiling errno.cc
[840/1243] Compiling hexdump.cc
[841/1243] Compiling file.cc
[842/1243] Compiling pair.cc
[843/1243] Compiling bio_mem.cc
[844/1243] Compiling connect.cc
[845/1243] Compiling fd.cc
[846/1243] Compiling bio.cc
[847/1243] Compiling base64.cc
[848/1243] Compiling tasn_typ.cc
[849/1243] Compiling tasn_fre.cc
[850/1243] Compiling posix_time.cc
[851/1243] Compiling tasn_enc.cc
[852/1243] Compiling f_string.cc
[853/1243] Compiling tasn_new.cc
[854/1243] Compiling f_int.cc
[855/1243] Compiling tasn_utl.cc
[856/1243] Compiling asn1_par.cc
[857/1243] Compiling tasn_dec.cc
[858/1243] Compiling asn_pack.cc
[859/1243] Compiling asn1_lib.cc
[860/1243] Compiling a_time.cc
[861/1243] Compiling a_type.cc
[862/1243] Compiling a_octet.cc
[863/1243] Compiling a_utctm.cc
[864/1243] Compiling a_strnid.cc
[865/1243] Compiling a_strex.cc
[866/1243] Compiling a_object.cc
[867/1243] Compiling a_i2d_fp.cc
[868/1243] Compiling a_dup.cc
[869/1243] Compiling a_mbstr.cc
[870/1243] Compiling a_int.cc
[871/1243] Compiling a_d2i_fp.cc
[872/1243] Compiling a_gentm.cc
[873/1243] Compiling fiat_p256_adx_mul.S
[874/1243] Compiling fiat_p256_adx_sqr.S
[875/1243] Compiling fiat_curve25519_adx_mul.S
[876/1243] Compiling fiat_curve25519_adx_square.S
[877/1243] Compiling md5-x86_64-linux.S
[878/1243] Compiling a_bitstr.cc
[879/1243] Compiling md5-586-apple.S
[880/1243] Compiling md5-x86_64-apple.S
[881/1243] Compiling md5-586-linux.S
[882/1243] Compiling a_bool.cc
[883/1243] Compiling CCryptoBoringSSLShims shims.c
[884/1243] Compiling chacha20_poly1305_armv8-win.S
[885/1243] Compiling chacha20_poly1305_x86_64-apple.S
[886/1243] Compiling err_data.cc
[887/1243] Compiling chacha20_poly1305_x86_64-linux.S
[888/1243] Compiling chacha20_poly1305_armv8-linux.S
[889/1243] Compiling chacha20_poly1305_armv8-apple.S
[890/1243] Compiling chacha-x86_64-apple.S
[891/1243] Compiling chacha-x86-linux.S
[892/1243] Compiling chacha-x86_64-linux.S
[893/1243] Compiling chacha-x86-apple.S
[893/1243] Compiling chacha-armv8-win.S
[895/1243] Compiling chacha-armv8-apple.S
[896/1243] Compiling aes128gcmsiv-x86_64-linux.S
[897/1243] Compiling chacha-armv8-linux.S
[898/1243] Compiling chacha-armv4-linux.S
[899/1243] Compiling aes128gcmsiv-x86_64-apple.S
[900/1243] Compiling x86_64-mont5-linux.S
[901/1243] Compiling x86-mont-linux.S
[902/1243] Compiling x86_64-mont5-apple.S
[903/1243] Compiling x86_64-mont-apple.S
[904/1243] Compiling x86_64-mont-linux.S
[905/1243] Compiling x86-mont-apple.S
[906/1243] Compiling vpaes-x86_64-linux.S
[907/1243] Compiling vpaes-x86-apple.S
[908/1243] Compiling vpaes-x86-linux.S
[909/1243] Compiling vpaes-x86_64-apple.S
[910/1243] Compiling vpaes-armv8-linux.S
[911/1243] Compiling vpaes-armv8-win.S
[912/1243] Compiling vpaes-armv8-apple.S
[913/1243] Compiling vpaes-armv7-linux.S
[914/1243] Compiling sha512-x86_64-linux.S
[915/1243] Compiling sha512-x86_64-apple.S
[916/1243] Compiling sha512-armv8-win.S
[917/1243] Compiling sha512-armv8-linux.S
[918/1243] Compiling sha512-armv8-apple.S
[919/1243] Compiling sha512-armv4-linux.S
[920/1243] Compiling sha512-586-linux.S
[921/1243] Compiling sha512-586-apple.S
[922/1243] Compiling sha256-x86_64-apple.S
[923/1243] Compiling sha256-armv8-win.S
[924/1243] Compiling sha256-armv8-apple.S
[925/1243] Compiling sha256-x86_64-linux.S
[926/1243] Compiling sha256-armv8-linux.S
[927/1243] Compiling sha256-armv4-linux.S
[928/1243] Compiling sha256-586-linux.S
[929/1243] Compiling sha1-x86_64-apple.S
[930/1243] Compiling sha1-armv8-linux.S
[931/1243] Compiling sha256-586-apple.S
[932/1243] Compiling sha1-armv8-win.S
[933/1243] Compiling sha1-armv8-apple.S
[934/1243] Compiling sha1-armv4-large-linux.S
[935/1243] Compiling sha1-x86_64-linux.S
[936/1243] Compiling sha1-586-apple.S
[937/1243] Compiling sha1-586-linux.S
[938/1243] Compiling rsaz-avx2-linux.S
[939/1243] Compiling rdrand-x86_64-linux.S
[940/1243] Compiling rdrand-x86_64-apple.S
[941/1243] Compiling rsaz-avx2-apple.S
[942/1243] Compiling p256_beeu-x86_64-asm-linux.S
[943/1243] Compiling p256_beeu-x86_64-asm-apple.S
[944/1243] Compiling p256_beeu-armv8-asm-apple.S
[945/1243] Compiling p256_beeu-armv8-asm-linux.S
[946/1243] Compiling p256_beeu-armv8-asm-win.S
[947/1243] Compiling p256-x86_64-asm-apple.S
[948/1243] Compiling p256-x86_64-asm-linux.S
[949/1243] Compiling p256-armv8-asm-win.S
[950/1243] Compiling p256-armv8-asm-apple.S
[951/1243] Compiling p256-armv8-asm-linux.S
[952/1243] Compiling ghashv8-armv8-win.S
[953/1243] Compiling ghashv8-armv8-linux.S
[954/1243] Compiling ghashv8-armv8-apple.S
[955/1243] Compiling ghash-x86_64-apple.S
[956/1243] Compiling ghashv8-armv7-linux.S
[957/1243] Compiling ghash-x86_64-linux.S
[958/1243] Compiling ghash-x86-linux.S
[959/1243] Compiling ghash-x86-apple.S
[960/1243] Compiling ghash-ssse3-x86_64-apple.S
[961/1243] Compiling ghash-ssse3-x86_64-linux.S
[962/1243] Compiling ghash-ssse3-x86-linux.S
[963/1243] Compiling ghash-ssse3-x86-apple.S
[964/1243] Compiling c-nioatomics.c
[964/1243] Compiling ghash-neon-armv8-win.S
[966/1243] Compiling ghash-neon-armv8-apple.S
[967/1243] Compiling ghash-neon-armv8-linux.S
[968/1243] Compiling ghash-armv4-linux.S
[969/1243] Compiling co-586-linux.S
[970/1243] Compiling bn-armv8-linux.S
[971/1243] Compiling co-586-apple.S
[972/1243] Compiling bn-armv8-win.S
[973/1243] Compiling bsaes-armv7-linux.S
[974/1243] Compiling bn-armv8-apple.S
[975/1243] Compiling bn-586-linux.S
[976/1243] Compiling bn-586-apple.S
[977/1243] Compiling armv4-mont-linux.S
[978/1243] Compiling armv8-mont-win.S
[979/1243] Compiling armv8-mont-linux.S
[980/1243] Compiling aesv8-gcm-armv8-win.S
[981/1243] Compiling armv8-mont-apple.S
[982/1243] Compiling aesv8-gcm-armv8-linux.S
[983/1243] Compiling aesv8-armv8-apple.S
[984/1243] Compiling aesv8-gcm-armv8-apple.S
[985/1243] Compiling aesv8-armv8-linux.S
[986/1243] Compiling aesv8-armv8-win.S
[987/1243] Compiling aesv8-armv7-linux.S
[988/1243] Compiling aesni-x86_64-linux.S
[989/1243] Compiling aesni-x86_64-apple.S
[990/1243] Compiling aesni-x86-apple.S
[991/1243] Compiling aesni-x86-linux.S
[992/1243] Compiling aesni-gcm-x86_64-linux.S
[993/1243] Compiling aesni-gcm-x86_64-apple.S
[994/1243] Compiling aes-gcm-avx10-x86_64-apple.S
[995/1243] Compiling aes-gcm-avx10-x86_64-linux.S
[996/1243] Compiling c-atomics.c
[997/1243] Compiling x_sig.cc
[998/1243] Compiling x_val.cc
[999/1244] Compiling x_x509.cc
[1000/1245] Compiling x_x509a.cc
[1001/1249] Compiling x_req.cc
[1002/1249] Compiling x_spki.cc
[1003/1249] Compiling x_pubkey.cc
[1004/1249] Compiling x_name.cc
[1006/1249] Compiling NIOConcurrencyHelpers NIOLock.swift
[1007/1249] Emitting module NIOConcurrencyHelpers
[1008/1249] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1009/1249] Compiling NIOConcurrencyHelpers atomics.swift
[1010/1249] Compiling NIOConcurrencyHelpers lock.swift
[1011/1249] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1011/1250] Compiling x_algor.cc
[1013/1250] Compiling x_attrib.cc
[1014/1251] Compiling x_all.cc
[1015/1251] Compiling x_exten.cc
[1016/1263] Compiling x_crl.cc
[1017/1276] Compiling x509spki.cc
[1019/1276] Compiling ConsoleKitTerminal Console+Wait.swift
[1020/1276] Compiling ConsoleKitTerminal ConsoleColor.swift
[1021/1276] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1022/1279] Compiling ConsoleKitTerminal Console+Confirm.swift
[1023/1279] Compiling ConsoleKitTerminal Console+Input.swift
[1024/1279] Compiling ConsoleKitTerminal Console+Center.swift
[1025/1279] Compiling ConsoleKitTerminal Console+Output.swift
[1026/1279] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1027/1279] Compiling ConsoleKitTerminal ConsoleClear.swift
[1028/1279] Compiling ConsoleKitTerminal Console+Ask.swift
[1029/1279] Compiling ConsoleKitTerminal Console+Choose.swift
[1029/1279] Compiling x509rset.cc
[1031/1279] Emitting module ConsoleKitTerminal
[1031/1279] Compiling x509cset.cc
[1032/1279] Compiling x509_v3.cc
[1033/1279] Compiling x509name.cc
[1034/1279] Compiling x509_vpm.cc
[1035/1279] Compiling x509_vfy.cc
[1036/1279] Compiling x509_txt.cc
[1038/1279] Compiling ConsoleKitTerminal ActivityBar.swift
[1039/1279] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1040/1279] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1041/1279] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1042/1279] Compiling ConsoleKitTerminal CustomActivity.swift
[1043/1279] Compiling ConsoleKitTerminal LoadingBar.swift
[1044/1279] Compiling ConsoleKitTerminal ProgressBar.swift
[1045/1279] Compiling ConsoleKitTerminal Console+Clear.swift
[1046/1279] Compiling ConsoleKitTerminal ConsoleText.swift
[1047/1279] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1048/1279] Compiling ConsoleKitTerminal ANSI.swift
[1049/1279] Compiling ConsoleKitTerminal Console.swift
[1050/1279] Compiling ConsoleKitTerminal Terminal.swift
[1051/1279] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1051/1279] Compiling x509_set.cc
[1052/1279] Compiling x509_def.cc
[1053/1279] Compiling x509_trs.cc
[1055/1279] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1056/1279] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1057/1279] Compiling ConsoleKitTerminal LoggerFragment.swift
[1058/1280] Compiling x509_obj.cc
[1059/1302] Compiling x509_d2.cc
[1060/1302] Compiling x509_req.cc
[1062/1302] Emitting module ConsoleKitCommands
[1063/1304] Compiling ConsoleKitCommands CommandSignature.swift
[1064/1304] Compiling ConsoleKitCommands Flag.swift
[1065/1304] Compiling ConsoleKitCommands Option.swift
[1065/1304] Compiling x509_ext.cc
[1066/1304] Compiling x509_lu.cc
[1066/1304] Compiling x509.cc
[1069/1304] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1070/1304] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1071/1304] Compiling ConsoleKitCommands Argument.swift
[1071/1304] Compiling x509_att.cc
[1073/1304] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1074/1304] Compiling ConsoleKitCommands AsyncCommand.swift
[1075/1304] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1075/1304] Compiling x509_cmp.cc
[1077/1304] Compiling ConsoleKitCommands AsyncCommands.swift
[1078/1304] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1079/1304] Compiling ConsoleKitCommands AnyCommand.swift
[1080/1304] Compiling ConsoleKitCommands Command.swift
[1081/1304] Compiling ConsoleKitCommands CommandContext.swift
[1082/1304] Compiling ConsoleKitCommands CommandError.swift
[1083/1304] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1084/1304] Compiling ConsoleKitCommands Utilities.swift
[1084/1304] Compiling v3_prn.cc
[1085/1304] Compiling v3_utl.cc
[1086/1304] Compiling v3_skey.cc
[1087/1304] Compiling v3_pcons.cc
[1088/1304] Compiling v3_ocsp.cc
[1089/1304] Compiling v3_purp.cc
[1090/1304] Compiling v3_pmaps.cc
[1091/1304] Compiling v3_int.cc
[1092/1304] Compiling v3_lib.cc
[1093/1304] Compiling v3_ncons.cc
[1095/1304] Compiling ConsoleKitCommands CommandGroup.swift
[1096/1304] Compiling ConsoleKitCommands CommandInput.swift
[1097/1304] Compiling ConsoleKitCommands Commands.swift
[1098/1304] Compiling ConsoleKitCommands Console+Run.swift
[1099/1304] Compiling ConsoleKitCommands ConsoleError.swift
[1100/1304] Compiling ConsoleKitCommands Completion.swift
[1100/1304] Compiling v3_info.cc
[1102/1305] Compiling v3_ia5.cc
[1103/1305] Compiling v3_genn.cc
[1104/1307] Compiling v3_enum.cc
[1105/1307] Compiling v3_extku.cc
[1107/1307] Compiling ConsoleKit Exports.swift
[1108/1307] Emitting module ConsoleKit
[1109/1308] Compiling v3_crld.cc
[1110/1308] Compiling v3_conf.cc
[1111/1308] Compiling v3_cpols.cc
[1112/1308] Compiling v3_bitst.cc
[1113/1308] Compiling v3_bcons.cc
[1114/1308] Compiling v3_alt.cc
[1115/1308] Compiling v3_akeya.cc
[1116/1308] Compiling v3_akey.cc
[1117/1308] Compiling t_x509a.cc
[1118/1308] Compiling t_x509.cc
[1119/1308] Compiling t_crl.cc
[1120/1308] Compiling t_req.cc
[1121/1308] Compiling rsa_pss.cc
[1122/1308] Compiling policy.cc
[1123/1308] Compiling i2d_pr.cc
[1124/1308] Compiling name_print.cc
[1125/1308] Compiling by_file.cc
[1126/1308] Compiling asn1_gen.cc
[1127/1308] Compiling algorithm.cc
[1128/1308] Compiling by_dir.cc
[1129/1308] Compiling a_verify.cc
[1130/1308] Compiling a_sign.cc
[1131/1308] Compiling voprf.cc
[1132/1308] Compiling a_digest.cc
[1133/1308] Compiling thread_pthread.cc
[1134/1308] Compiling thread_none.cc
[1135/1308] Compiling thread_win.cc
[1136/1308] Compiling trust_token.cc
[1137/1308] Compiling thread.cc
[1138/1308] Compiling pmbtoken.cc
[1139/1308] Compiling stack.cc
[1140/1308] Compiling thash.cc
[1141/1308] Compiling wots.cc
[1142/1308] Compiling fors.cc
[1143/1308] Compiling merkle.cc
[1144/1308] Compiling slhdsa.cc
[1145/1308] Compiling sha512.cc
[1146/1308] Compiling siphash.cc
[1147/1308] Compiling sha256.cc
[1148/1308] Compiling sha1.cc
[1149/1308] Compiling rsa_extra.cc
[1150/1308] Compiling rsa_print.cc
[1151/1308] Compiling refcount.cc
[1152/1308] Compiling rc4.cc
[1153/1308] Compiling windows.cc
[1154/1308] Compiling rsa_asn1.cc
[1155/1308] Compiling rsa_crypt.cc
[1156/1308] Compiling trusty.cc
[1157/1308] Compiling rand_extra.cc
[1158/1308] Compiling urandom.cc
[1159/1308] Compiling getentropy.cc
[1160/1308] Compiling passive.cc
[1161/1308] Compiling deterministic.cc
[1162/1308] Compiling ios.cc
[1163/1308] Compiling poly1305_arm_asm.S
[1164/1308] Compiling fork_detect.cc
[1165/1308] Compiling forkunsafe.cc
[1166/1308] Compiling pool.cc
[1167/1308] Compiling poly1305_arm.cc
[1168/1308] Compiling poly1305_vec.cc
[1169/1308] Compiling poly1305.cc
[1170/1308] Compiling pkcs7.cc
[1171/1308] Compiling p5_pbev2.cc
[1172/1308] Compiling pkcs8_x509.cc
[1173/1308] Compiling pem_xaux.cc
[1174/1308] Compiling pkcs7_x509.cc
[1175/1308] Compiling pem_x509.cc
[1176/1308] Compiling pkcs8.cc
[1177/1308] Compiling pem_pkey.cc
[1178/1308] Compiling pem_pk8.cc
[1179/1308] Compiling pem_oth.cc
[1180/1308] Compiling mldsa.cc
[1181/1308] Compiling pem_info.cc
[1182/1308] Compiling obj_xref.cc
[1183/1308] Compiling pem_lib.cc
[1184/1308] Compiling mlkem.cc
[1185/1308] Compiling obj.cc
[1186/1308] Compiling pem_all.cc
[1187/1308] Compiling poly_rq_mul.S
[1188/1308] Compiling mem.cc
[1189/1308] Compiling fips_shared_support.cc
[1190/1308] Compiling lhash.cc
[1191/1308] Compiling md4.cc
[1192/1308] Compiling md5.cc
[1193/1308] Compiling hrss.cc
[1194/1308] Compiling kyber.cc
[1195/1308] Compiling ex_data.cc
[1196/1308] Compiling hpke.cc
[1197/1308] Compiling sign.cc
[1198/1308] Compiling scrypt.cc
[1199/1308] Compiling print.cc
[1200/1308] Compiling pbkdf.cc
[1201/1308] Compiling p_x25519.cc
[1202/1308] Compiling p_rsa_asn1.cc
[1203/1308] Compiling p_x25519_asn1.cc
[1204/1308] Compiling p_rsa.cc
[1205/1308] Compiling p_ed25519_asn1.cc
[1206/1308] Compiling p_hkdf.cc
[1207/1308] Compiling p_ec.cc
[1208/1308] Compiling p_dsa_asn1.cc
[1209/1308] Compiling p_ec_asn1.cc
[1210/1308] Compiling p_ed25519.cc
[1211/1308] Compiling p_dh.cc
[1212/1308] Compiling err.cc
[1213/1308] Compiling evp_ctx.cc
[1214/1308] Compiling p_dh_asn1.cc
[1215/1308] Compiling evp_asn1.cc
[1216/1308] Compiling engine.cc
[1217/1308] Compiling evp.cc
[1218/1308] Compiling ecdsa_asn1.cc
[1219/1308] Compiling ecdh_extra.cc
[1220/1308] Compiling hash_to_curve.cc
[1221/1308] Compiling dsa.cc
[1222/1308] Compiling ec_asn1.cc
[1223/1308] Compiling ec_derive.cc
[1224/1308] Compiling dsa_asn1.cc
[1225/1308] Compiling params.cc
[1226/1308] Compiling des.cc
[1227/1308] Compiling digest_extra.cc
[1228/1308] Compiling dh_asn1.cc
[1229/1308] Compiling x25519-asm-arm.S
[1230/1308] Compiling spake25519.cc
[1231/1308] Compiling cpu_arm_linux.cc
[1232/1308] Compiling cpu_intel.cc
[1233/1308] Compiling crypto.cc
[1234/1308] Compiling cpu_aarch64_win.cc
[1235/1308] Compiling curve25519.cc
[1236/1308] Compiling cpu_arm_freebsd.cc
[1237/1308] Compiling cpu_aarch64_openbsd.cc
[1238/1308] Compiling cpu_aarch64_sysreg.cc
[1239/1308] Compiling curve25519_64_adx.cc
[1240/1308] Compiling cpu_aarch64_fuchsia.cc
[1241/1308] Compiling cpu_aarch64_linux.cc
[1242/1308] Compiling cpu_aarch64_apple.cc
[1243/1308] Compiling tls_cbc.cc
[1244/1308] Compiling e_rc4.cc
[1245/1308] Compiling conf.cc
[1246/1308] Compiling e_tls.cc
[1247/1308] Compiling e_null.cc
[1248/1308] Compiling e_chacha20poly1305.cc
[1249/1308] Compiling bcm.cc
[1250/1308] Compiling e_des.cc
[1251/1308] Compiling e_rc2.cc
[1252/1308] Compiling e_aesctrhmac.cc
[1253/1308] Compiling e_aesgcmsiv.cc
[1254/1308] Compiling derive_key.cc
[1255/1308] Compiling unicode.cc
[1256/1308] Compiling cipher_extra.cc
[1257/1308] Compiling chacha.cc
[1258/1308] Compiling asn1_compat.cc
[1259/1308] Compiling cbb.cc
[1260/1308] Compiling buf.cc
[1261/1308] Compiling ber.cc
[1262/1308] Compiling blake2.cc
[1263/1308] Compiling bn_asn1.cc
[1264/1308] Compiling cbs.cc
[1265/1308] Compiling printf.cc
[1266/1308] Compiling hexdump.cc
[1267/1308] Compiling convert.cc
[1268/1308] Compiling pair.cc
[1269/1308] Compiling fd.cc
[1270/1308] Compiling bio_mem.cc
[1271/1308] Compiling file.cc
[1272/1308] Compiling base64.cc
[1273/1308] Compiling bio.cc
[1274/1308] Compiling tasn_typ.cc
[1275/1308] Compiling errno.cc
[1276/1308] Compiling tasn_fre.cc
[1277/1308] Compiling tasn_new.cc
[1278/1308] Compiling tasn_enc.cc
[1279/1308] Compiling f_string.cc
[1280/1308] Compiling posix_time.cc
[1281/1308] Compiling tasn_utl.cc
[1282/1308] Compiling f_int.cc
[1283/1308] Compiling asn_pack.cc
[1284/1308] Compiling a_utctm.cc
[1285/1308] Compiling asn1_par.cc
[1286/1308] Compiling tasn_dec.cc
[1287/1308] Compiling a_strex.cc
[1288/1308] Compiling a_octet.cc
[1289/1308] Compiling a_type.cc
[1290/1308] Compiling asn1_lib.cc
[1291/1308] Compiling a_strnid.cc
[1292/1308] Compiling a_time.cc
[1293/1308] Compiling a_i2d_fp.cc
[1294/1308] Compiling a_dup.cc
[1295/1308] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1295/1308] Write sources
[1301/1308] Compiling a_int.cc
[1302/1308] Compiling a_object.cc
[1303/1316] Compiling a_gentm.cc
[1304/1335] Compiling a_mbstr.cc
[1305/1404] Compiling a_d2i_fp.cc
[1307/1404] Compiling Algorithms EitherSequence.swift
[1308/1404] Compiling Algorithms FirstNonNil.swift
[1308/1406] Compiling a_bool.cc
[1310/1406] Compiling Algorithms Joined.swift
[1311/1406] Compiling Algorithms Keyed.swift
[1312/1406] Compiling Algorithms Stride.swift
[1313/1406] Compiling Algorithms Suffix.swift
[1313/1406] Compiling a_bitstr.cc
[1315/1406] Compiling Algorithms Intersperse.swift
[1316/1406] Compiling Algorithms Split.swift
[1317/1414] Compiling Algorithms AdjacentPairs.swift
[1318/1414] Compiling Algorithms Chain.swift
[1319/1414] Compiling Algorithms Chunked.swift
[1320/1414] Compiling Atomics IntegerOperations.swift
[1321/1414] Compiling Atomics Unmanaged extensions.swift
[1322/1414] Compiling Algorithms FlattenCollection.swift
[1323/1414] Compiling Algorithms Grouped.swift
[1324/1414] Compiling Algorithms Indexed.swift
[1325/1414] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1326/1414] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1327/1414] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1328/1414] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1329/1414] Compiling BitCollections BitSet+SetAlgebra union.swift
[1330/1414] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1331/1414] Compiling BitCollections BitSet.Counted.swift
[1332/1414] Compiling BitCollections BitSet+Initializers.swift
[1333/1414] Compiling BitCollections BitSet+Invariants.swift
[1334/1414] Compiling BitCollections BitSet+Random.swift
[1335/1414] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1336/1414] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1337/1414] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1338/1414] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1339/1421] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1340/1421] Compiling BitCollections BitSet+CustomReflectable.swift
[1341/1421] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1342/1421] Compiling BitCollections BitSet+Equatable.swift
[1343/1421] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1344/1421] Compiling BitCollections BitSet+Extras.swift
[1345/1421] Compiling BitCollections BitSet+Hashable.swift
[1346/1421] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1347/1421] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1348/1421] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1349/1421] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1350/1421] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1351/1421] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1352/1421] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1353/1421] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1355/1421] Compiling Algorithms Reductions.swift
[1356/1421] Compiling Algorithms Rotate.swift
[1360/1424] Compiling CryptoBoringWrapper RandomBytes.swift
[1364/1424] Compiling Algorithms Partition.swift
[1365/1424] Compiling Algorithms Permutations.swift
[1366/1424] Compiling Algorithms Product.swift
[1367/1424] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1368/1424] Emitting module CryptoBoringWrapper
[1369/1424] Compiling CryptoBoringWrapper EllipticCurve.swift
[1370/1424] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1371/1424] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1372/1424] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1376/1425] Compiling Algorithms Combinations.swift
[1377/1425] Compiling Algorithms Compacted.swift
[1378/1425] Compiling Algorithms Cycle.swift
[1381/1425] Emitting module BitCollections
[1411/1461] Compiling Crypto ASN1Strings.swift
[1412/1461] Compiling Crypto ArraySliceBigint.swift
[1413/1461] Compiling Crypto GeneralizedTime.swift
[1414/1461] Emitting module Atomics
[1415/1496] Compiling Crypto ChaChaPoly.swift
[1416/1496] Compiling Crypto Cipher.swift
[1417/1496] Compiling Crypto Nonces.swift
[1418/1497] Compiling Crypto MACFunctions.swift
[1419/1497] Compiling Crypto MessageAuthenticationCode.swift
[1420/1497] Compiling Crypto AES.swift
[1421/1497] Compiling Crypto ECDSASignature_boring.swift
[1422/1497] Compiling Crypto ECDSA_boring.swift
[1423/1497] Compiling Crypto EdDSA_boring.swift
[1424/1497] Compiling Crypto ECDSA.swift
[1427/1542] Emitting module Collections
[1428/1542] Compiling Collections Collections.swift
[1430/1561] Emitting module Algorithms
[1432/1562] Compiling NIOCore MulticastChannel.swift
[1433/1562] Compiling NIOCore NIOAny.swift
[1434/1562] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1435/1562] Compiling NIOCore NIOLoopBound.swift
[1436/1562] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1437/1562] Compiling NIOCore NIOScheduledCallback.swift
[1438/1562] Compiling NIOCore NIOSendable.swift
[1439/1562] Compiling NIOCore RecvByteBufferAllocator.swift
[1440/1570] Emitting module Crypto
[1441/1579] Compiling NIOCore SocketAddresses.swift
[1442/1579] Compiling NIOCore SocketOptionProvider.swift
[1443/1579] Compiling NIOCore SystemCallHelpers.swift
[1444/1579] Compiling NIOCore TimeAmount+Duration.swift
[1445/1579] Compiling NIOCore TypeAssistedChannelHandler.swift
[1446/1579] Compiling NIOCore UniversalBootstrapSupport.swift
[1447/1579] Compiling NIOCore Utilities.swift
[1448/1579] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1449/1579] Compiling Crypto HPKE-KEM.swift
[1450/1579] Compiling Crypto HPKE-Errors.swift
[1451/1579] Compiling NIOCore MarkedCircularBuffer.swift
[1460/1579] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1461/1579] Compiling NIOCore DeadChannel.swift
[1462/1579] Compiling NIOCore DispatchQueue+WithFuture.swift
[1463/1579] Compiling NIOCore EventLoop+Deprecated.swift
[1464/1579] Compiling NIOCore EventLoop+SerialExecutor.swift
[1465/1579] Compiling NIOCore EventLoop.swift
[1466/1579] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1467/1579] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1468/1579] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1469/1579] Compiling NIOCore EventLoopFuture.swift
[1470/1579] Compiling NIOCore FileDescriptor.swift
[1471/1579] Compiling NIOCore BSDSocketAPI.swift
[1472/1579] Compiling NIOCore ByteBuffer-aux.swift
[1473/1579] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1474/1579] Compiling NIOCore ByteBuffer-conversions.swift
[1475/1579] Compiling NIOCore ByteBuffer-core.swift
[1476/1579] Compiling NIOCore ByteBuffer-hex.swift
[1477/1579] Compiling NIOCore ByteBuffer-int.swift
[1478/1579] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1479/1579] Compiling NIOCore ByteBuffer-multi-int.swift
[1480/1579] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1481/1579] Compiling NIOCore AddressedEnvelope.swift
[1482/1579] Compiling NIOCore AsyncAwaitSupport.swift
[1483/1579] Compiling NIOCore AsyncChannel.swift
[1484/1579] Compiling NIOCore AsyncChannelHandler.swift
[1485/1579] Compiling NIOCore AsyncChannelInboundStream.swift
[1486/1579] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1487/1579] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1488/1579] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1489/1579] Compiling NIOCore NIOAsyncWriter.swift
[1490/1579] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1491/1579] Compiling NIOCore FileHandle.swift
[1492/1579] Compiling NIOCore FileRegion.swift
[1493/1579] Compiling NIOCore GlobalSingletons.swift
[1494/1579] Compiling NIOCore IO.swift
[1495/1579] Compiling NIOCore IOData.swift
[1496/1579] Compiling NIOCore IPProtocol.swift
[1497/1579] Compiling NIOCore IntegerBitPacking.swift
[1498/1579] Compiling NIOCore IntegerTypes.swift
[1499/1579] Compiling NIOCore Interfaces.swift
[1500/1579] Compiling NIOCore Linux.swift
[1509/1579] Compiling NIOCore ByteBuffer-views.swift
[1510/1579] Compiling NIOCore Channel.swift
[1511/1579] Compiling NIOCore ChannelHandler.swift
[1512/1579] Compiling NIOCore ChannelHandlers.swift
[1513/1579] Compiling NIOCore ChannelInvoker.swift
[1514/1579] Compiling NIOCore ChannelOption.swift
[1515/1579] Compiling NIOCore ChannelPipeline.swift
[1516/1579] Compiling NIOCore CircularBuffer.swift
[1517/1579] Compiling NIOCore Codec.swift
[1518/1579] Compiling NIOCore ConvenienceOptionSupport.swift
[1527/1579] Compiling Crypto Signature.swift
[1528/1579] Compiling Crypto CryptoKitErrors_boring.swift
[1529/1579] Compiling Crypto RNG_boring.swift
[1530/1579] Compiling Crypto SafeCompare_boring.swift
[1531/1579] Compiling Crypto Zeroization_boring.swift
[1532/1579] Compiling Crypto PrettyBytes.swift
[1533/1579] Compiling Crypto SafeCompare.swift
[1534/1579] Compiling Crypto SecureBytes.swift
[1535/1579] Compiling Crypto Zeroization.swift
[1580/1580] Emitting module NIOCore
[1582/1631] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1583/1631] Compiling NIOEmbedded AsyncTestingChannel.swift
[1584/1631] Compiling NIOEmbedded Embedded.swift
[1585/1631] Emitting module NIOEmbedded
[1587/1632] Compiling NIOPosix IO.swift
[1588/1632] Compiling NIOPosix IntegerBitPacking.swift
[1589/1632] Compiling NIOPosix IntegerTypes.swift
[1590/1632] Compiling NIOPosix Linux.swift
[1591/1632] Compiling NIOPosix LinuxCPUSet.swift
[1592/1632] Compiling NIOPosix LinuxUring.swift
[1593/1632] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1594/1638] Compiling NIOPosix ThreadPosix.swift
[1595/1638] Compiling NIOPosix ThreadWindows.swift
[1596/1638] Compiling NIOPosix UnsafeTransfer.swift
[1597/1638] Compiling NIOPosix Utilities.swift
[1598/1638] Compiling NIOPosix VsockAddress.swift
[1599/1638] Compiling NIOPosix VsockChannelEvents.swift
[1600/1638] Compiling NIOPosix ServerSocket.swift
[1601/1638] Compiling NIOPosix Socket.swift
[1602/1638] Compiling NIOPosix SocketChannel.swift
[1603/1638] Compiling NIOPosix SocketProtocols.swift
[1604/1638] Compiling NIOPosix System.swift
[1605/1638] Compiling NIOPosix Thread.swift
[1606/1638] Compiling NIOPosix Pool.swift
[1607/1638] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1608/1638] Compiling NIOPosix PosixSingletons.swift
[1609/1638] Compiling NIOPosix RawSocketBootstrap.swift
[1610/1638] Compiling NIOPosix Resolver.swift
[1611/1638] Compiling NIOPosix Selectable.swift
[1612/1638] Compiling NIOPosix SelectableChannel.swift
[1613/1638] Compiling NIOPosix SelectableEventLoop.swift
[1614/1638] Compiling NIOPosix SelectorEpoll.swift
[1615/1638] Compiling NIOPosix SelectorGeneric.swift
[1616/1638] Compiling NIOPosix SelectorKqueue.swift
[1617/1638] Compiling NIOPosix SelectorUring.swift
[1618/1638] Compiling NIOPosix NIOThreadPool.swift
[1619/1638] Compiling NIOPosix NonBlockingFileIO.swift
[1620/1638] Compiling NIOPosix PendingDatagramWritesManager.swift
[1621/1638] Compiling NIOPosix PendingWritesManager.swift
[1622/1638] Compiling NIOPosix PipeChannel.swift
[1623/1638] Compiling NIOPosix PipePair.swift
[1624/1638] Compiling NIOPosix BSDSocketAPICommon.swift
[1625/1638] Compiling NIOPosix BSDSocketAPIPosix.swift
[1626/1638] Compiling NIOPosix BSDSocketAPIWindows.swift
[1627/1638] Compiling NIOPosix BaseSocket.swift
[1628/1638] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1629/1638] Compiling NIOPosix BaseSocketChannel.swift
[1630/1638] Compiling NIOPosix BaseStreamSocketChannel.swift
[1631/1638] Emitting module NIOPosix
[1632/1638] Compiling NIOPosix Bootstrap.swift
[1633/1638] Compiling NIOPosix ControlMessage.swift
[1634/1638] Compiling NIOPosix DatagramVectorReadManager.swift
[1635/1638] Compiling NIOPosix Errors+Any.swift
[1636/1638] Compiling NIOPosix FileDescriptor.swift
[1637/1638] Compiling NIOPosix GetaddrinfoResolver.swift
[1638/1638] Compiling NIOPosix HappyEyeballs.swift
[1640/1698] Emitting module NIO
[1641/1698] Compiling NIO Exports.swift
[1643/1738] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1644/1738] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1645/1738] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1646/1740] Compiling NIOTLS TLSEvents.swift
[1647/1740] Compiling _NIOFileSystem FileType.swift
[1648/1740] Compiling _NIOFileSystem IOStrategy.swift
[1649/1740] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[1650/1740] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1651/1740] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1652/1740] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1653/1740] Emitting module NIOTLS
[1654/1740] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1655/1740] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1656/1741] Compiling NIOSOCKS ClientStateMachine.swift
[1657/1741] Compiling NIOSOCKS SOCKSResponse.swift
[1658/1741] Compiling NIOSOCKS SOCKSClientHandler.swift
[1659/1741] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[1660/1741] Emitting module NIOSOCKS
[1661/1741] Compiling NIOSOCKS Messages.swift
[1662/1741] Compiling NIOSOCKS SOCKSRequest.swift
[1663/1741] Compiling NIOSOCKS AuthenticationMethod.swift
[1664/1741] Compiling NIOSOCKS ClientGreeting.swift
[1665/1741] Compiling NIOSOCKS Errors.swift
[1666/1741] Compiling NIOSOCKS Helpers.swift
[1667/1741] Compiling NIOSOCKS ServerStateMachine.swift
[1675/1742] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1676/1742] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1677/1744] Compiling AsyncKit Optional+StrictMap.swift
[1678/1744] Compiling AsyncKit Exports.swift
[1679/1744] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1680/1744] Compiling NIOTLS SNIHandler.swift
[1681/1744] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1683/1745] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1684/1745] Emitting module NIOFoundationCompat
[1687/1746] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1688/1775] Compiling NIOSSL IdentityVerification.swift
[1689/1775] Compiling NIOSSL LinuxCABundle.swift
[1690/1775] Compiling NIOSSL NIOSSLClientHandler.swift
[1691/1775] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1692/1797] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1693/1797] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1694/1797] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1695/1799] Compiling NIOTransportServices NIOTSBootstraps.swift
[1696/1799] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1697/1799] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1698/1799] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1699/1799] Compiling NIOTransportServices NIOTSErrors.swift
[1700/1799] Compiling NIOTransportServices NIOTSEventLoop.swift
[1701/1799] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1702/1799] Compiling NIOTransportServices NIOTSSingletons.swift
[1703/1799] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1704/1799] Compiling NIOTransportServices StateManagedChannel.swift
[1705/1799] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1706/1799] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1707/1799] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1708/1799] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1713/1799] Compiling NIOTransportServices AcceptHandler.swift
[1714/1799] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1715/1799] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1716/1799] Emitting module NIOTransportServices
[1717/1799] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1718/1799] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1719/1799] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1724/1800] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1725/1800] Compiling NIOSSL SubjectAlternativeName.swift
[1726/1800] Compiling NIOSSL NIOSSLSecureBytes.swift
[1727/1800] Compiling NIOSSL RNG.swift
[1728/1800] Compiling NIOSSL SafeCompare.swift
[1729/1800] Compiling _NIOFileSystem CInterop.swift
[1730/1800] Compiling _NIOFileSystem Errno.swift
[1731/1800] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1732/1800] Compiling _NIOFileSystem Mocking.swift
[1733/1800] Compiling _NIOFileSystem Syscall.swift
[1734/1800] Compiling _NIOFileSystem Syscalls.swift
[1742/1804] Emitting module NIOHTTP1
[1751/1874] Compiling NIOHPACK IndexedHeaderTable.swift
[1752/1875] Emitting module NIOSSL
[1753/1875] Compiling NIOHPACK IntegerCoding.swift
[1754/1875] Compiling MultipartKit Storage.swift
[1755/1875] Compiling MultipartKit MultipartFormData.swift
[1756/1877] Emitting module MultipartKit
[1757/1879] Compiling NIOHPACK StaticHeaderTable.swift
[1758/1879] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1759/1879] Compiling NIOWebSocket WebSocketOpcode.swift
[1760/1880] Compiling MultipartKit FormDataEncoder.swift
[1762/1880] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[1763/1880] Compiling MultipartKit FormDataDecoder.swift
[1764/1880] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1765/1880] Compiling MultipartKit MultipartSerializer.swift
[1766/1880] Compiling MultipartKit Utilities.swift
[1767/1880] Emitting module NIOHPACK
[1768/1880] Compiling MultipartKit BasicCodingKey.swift
[1769/1880] Compiling MultipartKit MultipartError.swift
[1771/1880] Compiling MultipartKit MultipartParser.swift
[1772/1880] Compiling MultipartKit MultipartPart.swift
[1773/1880] Compiling NIOExtras UnsafeTransfer.swift
[1776/1880] Compiling MultipartKit FormDataEncoder.Encoder.swift
[1777/1880] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[1778/1880] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[1779/1880] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[1780/1880] Compiling NIOHTTPCompression HTTPDecompression.swift
[1781/1880] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1784/1880] Compiling MultipartKit Exports.swift
[1785/1880] Compiling MultipartKit FormDataDecoder.Decoder.swift
[1786/1880] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[1787/1880] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[1793/1881] Compiling NIOHTTPCompression HTTPCompression.swift
[1794/1881] Emitting module NIOHTTPCompression
[1795/1881] Compiling NIOHPACK HuffmanCoding.swift
[1796/1881] Compiling NIOHPACK HuffmanTables.swift
[1801/1881] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1802/1881] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1804/1882] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1805/1882] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1806/1882] Emitting module NIOWebSocket
[1807/1882] Emitting module AsyncKit
[1824/1883] Compiling _NIOFileSystem SystemFileHandle.swift
[1825/1883] Compiling _NIOFileSystem Utilities.swift
[1826/1883] Compiling _NIOFileSystem OpenOptions.swift
[1827/1883] Compiling _NIOFileSystem String+FileSystem.swift
[1833/1883] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1834/1883] Compiling NIOWebSocket WebSocketFrame.swift
[1845/1884] Emitting module _NIOFileSystem
[1853/1948] Compiling NIOFileSystem Exports.swift
[1854/1948] Emitting module NIOFileSystem
[1855/1948] Emitting module _NIOFileSystemFoundationCompat
[1856/1948] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1858/1949] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1859/1949] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1860/1949] Compiling NIOHTTP2 HasLocalSettings.swift
[1861/1949] Compiling NIOHTTP2 MaySendFrames.swift
[1862/1949] Compiling NIOHTTP2 SendingDataState.swift
[1863/1949] Compiling NIOHTTP2 SendingGoawayState.swift
[1864/1949] Emitting module NIOExtras
[1865/1949] Compiling NIOHTTP2 HasRemoteSettings.swift
[1866/1949] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1867/1949] Compiling NIOHTTP2 QuiescingState.swift
[1868/1949] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1870/1950] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1871/1950] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1872/1950] Compiling NIOHTTP2 MayReceiveFrames.swift
[1873/1950] Compiling NIOHTTP2 ReceivingDataState.swift
[1874/1950] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1875/1950] Compiling NIOHTTP2 SendingRstStreamState.swift
[1876/1950] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1877/1950] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1887/1951] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1888/1951] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1889/1959] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1890/1959] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1891/1959] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1892/1959] Compiling NIOHTTP2 HTTP2Error.swift
[1894/1968] Compiling WebSocketKit Exports.swift
[1895/1968] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1896/1968] Compiling WebSocketKit WebSocketHandler.swift
[1897/1968] Compiling WebSocketKit WebSocket+Concurrency.swift
[1898/1968] Emitting module WebSocketKit
[1899/1968] Compiling WebSocketKit WebSocket+Connect.swift
[1900/1968] Compiling WebSocketKit WebSocket.swift
[1901/1968] Compiling WebSocketKit WebSocketClient.swift
[1903/1969] Compiling NIOHTTP2 InboundWindowManager.swift
[1904/1969] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1905/1969] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1906/1969] Compiling NIOHTTP2 StreamChannelList.swift
[1907/1969] Compiling NIOHTTP2 StreamMap.swift
[1908/1969] Compiling NIOHTTP2 StreamStateMachine.swift
[1909/1969] Compiling NIOHTTP2 UnsafeTransfer.swift
[1910/1969] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1911/1969] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1912/1969] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1913/1969] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1914/1969] Compiling NIOHTTP2 HTTP2StreamID.swift
[1915/1969] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1916/1969] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1917/1969] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1918/1969] Compiling NIOHTTP2 InboundEventBuffer.swift
[1919/1969] Emitting module NIOHTTP2
[1920/1969] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1921/1969] Compiling NIOHTTP2 HTTP2Frame.swift
[1922/1969] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1923/1969] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1924/1969] Compiling NIOHTTP2 HTTP2PingData.swift
[1925/1969] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1926/1969] Compiling NIOHTTP2 HTTP2Settings.swift
[1927/1969] Compiling NIOHTTP2 HTTP2Stream.swift
[1931/1969] Compiling NIOHTTP2 SendingHeadersState.swift
[1936/1969] Compiling NIOHTTP2 StateMachineResult.swift
[1937/1969] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1938/1969] Compiling NIOHTTP2 DOSHeuristics.swift
[1939/1969] Compiling NIOHTTP2 Error+Any.swift
[1940/1969] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1941/1969] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1942/1969] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1943/1969] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1948/1969] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1949/1969] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1950/1969] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1951/1969] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1952/1969] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1953/1969] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1954/1969] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1955/1969] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1960/1969] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1962/2030] Compiling AsyncHTTPClient Base64.swift
[1963/2030] Compiling AsyncHTTPClient BasicAuth.swift
[1964/2030] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1965/2030] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1966/2030] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1967/2030] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1968/2030] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1969/2030] Compiling AsyncHTTPClient ConnectionPool.swift
[1970/2030] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1972/2031] Emitting module AsyncHTTPClient
[1973/2039] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1974/2039] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1975/2039] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1976/2039] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1977/2039] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1978/2039] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1982/2039] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1983/2039] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1984/2039] Compiling AsyncHTTPClient Transaction.swift
[1991/2039] Compiling AsyncHTTPClient HTTPHandler.swift
[1992/2039] Compiling AsyncHTTPClient LRUCache.swift
[1993/2039] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1994/2039] Compiling AsyncHTTPClient NWErrorHandler.swift
[1995/2039] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1996/2039] Compiling AsyncHTTPClient TLSConfiguration.swift
[1997/2039] Compiling AsyncHTTPClient RedirectState.swift
[1998/2039] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1999/2039] Compiling AsyncHTTPClient RequestOptions.swift
[2000/2039] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2001/2039] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2002/2039] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2003/2039] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2004/2039] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2005/2039] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2006/2039] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2007/2039] Compiling AsyncHTTPClient ConnectionTarget.swift
[2008/2039] Compiling AsyncHTTPClient DeconstructedURL.swift
[2009/2039] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2010/2039] Compiling AsyncHTTPClient FoundationExtensions.swift
[2011/2039] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2012/2039] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2013/2039] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2014/2039] Compiling AsyncHTTPClient HTTPClient.swift
[2015/2039] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2016/2039] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2017/2039] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2018/2039] Compiling AsyncHTTPClient HTTP1Connection.swift
[2019/2039] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2020/2039] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2021/2039] Compiling AsyncHTTPClient HTTP2Connection.swift
[2022/2039] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2023/2039] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2024/2039] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2025/2039] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2026/2039] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2027/2039] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2028/2039] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2029/2039] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2030/2039] Compiling AsyncHTTPClient RequestBodyLength.swift
[2031/2039] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2032/2039] Compiling AsyncHTTPClient RequestBag.swift
[2033/2039] Compiling AsyncHTTPClient RequestValidation.swift
[2034/2039] Compiling AsyncHTTPClient SSLContextCache.swift
[2035/2039] Compiling AsyncHTTPClient Scheme.swift
[2036/2039] Compiling AsyncHTTPClient Singleton.swift
[2037/2039] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2038/2039] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2039/2039] Compiling AsyncHTTPClient Utils.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2041/2211] Emitting module PrchNIO
/host/spi-builder-workspace/.build/checkouts/PrchNIO/Sources/PrchNIO/Session.swift:19:31: error: cannot find type 'APIResult' in scope
17 | func beginRequest(
18 | _ request: RequestType,
19 | _ completion: @escaping ((APIResult<Response>) -> Void)
| `- error: cannot find type 'APIResult' in scope
20 | ) -> Task {
21 | beginRequest(request).always { result in
/host/spi-builder-workspace/.build/checkouts/PrchNIO/Sources/PrchNIO/Session.swift:19:19: error: @escaping attribute only applies to function types
17 | func beginRequest(
18 | _ request: RequestType,
19 | _ completion: @escaping ((APIResult<Response>) -> Void)
| `- error: @escaping attribute only applies to function types
20 | ) -> Task {
21 | beginRequest(request).always { result in
/host/spi-builder-workspace/.build/checkouts/PrchNIO/Sources/PrchNIO/Session.swift:35:1: error: type 'HTTPClient.Response' does not conform to protocol 'Response'
33 | }
34 |
35 | extension HTTPClient.Response: Response {
| `- error: type 'HTTPClient.Response' does not conform to protocol 'Response'
36 | public var statusCode: Int? {
| `- note: candidate has non-matching type 'Int?' [with SuccessType = <<error type>>, FailureType = <<error type>>, APIType = <<error type>>]
37 | Int(status.code)
38 | }
/host/spi-builder-workspace/.build/checkouts/PrchNIO/Sources/PrchNIO/Session.swift:35:1: error: type 'HTTPClient.Response' does not conform to protocol 'CustomDebugStringConvertible'
33 | }
34 |
35 | extension HTTPClient.Response: Response {
| `- error: type 'HTTPClient.Response' does not conform to protocol 'CustomDebugStringConvertible'
36 | public var statusCode: Int? {
37 | Int(status.code)
/host/spi-builder-workspace/.build/checkouts/PrchNIO/Sources/PrchNIO/Session.swift:35:1: error: type 'HTTPClient.Response' does not conform to protocol 'CustomStringConvertible'
33 | }
34 |
35 | extension HTTPClient.Response: Response {
| |- error: type 'HTTPClient.Response' does not conform to protocol 'CustomStringConvertible'
| `- note: add stubs for conformance
36 | public var statusCode: Int? {
37 | Int(status.code)
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:4:18: note: protocol requires nested type 'SuccessType'
2 |
3 | public protocol Response: CustomDebugStringConvertible, CustomStringConvertible {
4 | associatedtype SuccessType
| `- note: protocol requires nested type 'SuccessType'
5 | associatedtype FailureType
| `- note: protocol requires nested type 'FailureType'
6 | associatedtype APIType: API
| `- note: protocol requires nested type 'APIType'
7 | var statusCode: Int { get }
| `- note: protocol requires property 'statusCode' with type 'Int'
8 | var response: ClientResult<SuccessType, FailureType> { get }
9 | typealias ResponseDecodedType = ResponseResult<SuccessType, FailureType>
10 | init(statusCode: Int, data: Data, decoder: ResponseDecoder) throws
| `- note: protocol requires initializer 'init(statusCode:data:decoder:)' with type '(statusCode: Int, data: Data, decoder: any ResponseDecoder)'
11 | }
12 |
Swift.CustomDebugStringConvertible.debugDescription:2:5: note: protocol requires property 'debugDescription' with type 'String'
1 | protocol CustomDebugStringConvertible {
2 | var debugDescription: String { get }}
| `- note: protocol requires property 'debugDescription' with type 'String'
3 |
Swift.CustomStringConvertible.description:2:5: note: protocol requires property 'description' with type 'String'
1 | protocol CustomStringConvertible {
2 | var description: String { get }}
| `- note: protocol requires property 'description' with type 'String'
3 |
/host/spi-builder-workspace/.build/checkouts/PrchNIO/Sources/PrchNIO/Session.swift:59:16: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
57 |
58 | public func createRequest<ResponseType>(
59 | _ request: APIRequest<ResponseType>,
| `- error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
60 | withBaseURL baseURL: URL,
61 | andHeaders headers: [String: String]
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
2 |
3 | @available(*, deprecated, message: "use `Request`")
4 | open class DeprecatedRequest<
| `- note: generic type 'DeprecatedRequest' declared here
5 | ResponseType: Response, APIType
6 | >: Request where ResponseType.APIType == APIType {
/host/spi-builder-workspace/.build/checkouts/PrchNIO/Sources/PrchNIO/Session.swift:47:1: error: type 'HTTPClient' does not conform to protocol 'Session'
45 | }
46 |
47 | extension HTTPClient: EventLoopSession {
| |- error: type 'HTTPClient' does not conform to protocol 'Session'
| `- note: add stubs for conformance
48 | public func nextEventLoop() -> EventLoop {
49 | eventLoopGroup.next()
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Networking/Session.swift:8:18: note: protocol requires nested type 'RequestType'
6 |
7 | public protocol Session {
8 | associatedtype RequestType
| `- note: protocol requires nested type 'RequestType'
9 | func createRequest<RequestType: Request>(
10 | _ request: RequestType,
/host/spi-builder-workspace/.build/checkouts/PrchNIO/Sources/PrchNIO/Session.swift:105:16: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
103 | public extension APIClient where SessionType: EventLoopSession {
104 | func request<ResponseType>(
105 | _ request: APIRequest<ResponseType>
| `- error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
106 | ) -> EventLoopFuture<ResponseType> {
107 | var sessionRequest: SessionType.RequestType
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
2 |
3 | @available(*, deprecated, message: "use `Request`")
4 | open class DeprecatedRequest<
| `- note: generic type 'DeprecatedRequest' declared here
5 | ResponseType: Response, APIType
6 | >: Request where ResponseType.APIType == APIType {
[2042/2211] Compiling PrchNIO Session.swift
/host/spi-builder-workspace/.build/checkouts/PrchNIO/Sources/PrchNIO/Session.swift:19:31: error: cannot find type 'APIResult' in scope
17 | func beginRequest(
18 | _ request: RequestType,
19 | _ completion: @escaping ((APIResult<Response>) -> Void)
| `- error: cannot find type 'APIResult' in scope
20 | ) -> Task {
21 | beginRequest(request).always { result in
/host/spi-builder-workspace/.build/checkouts/PrchNIO/Sources/PrchNIO/Session.swift:19:19: error: @escaping attribute only applies to function types
17 | func beginRequest(
18 | _ request: RequestType,
19 | _ completion: @escaping ((APIResult<Response>) -> Void)
| `- error: @escaping attribute only applies to function types
20 | ) -> Task {
21 | beginRequest(request).always { result in
/host/spi-builder-workspace/.build/checkouts/PrchNIO/Sources/PrchNIO/Session.swift:35:1: error: type 'HTTPClient.Response' does not conform to protocol 'Response'
33 | }
34 |
35 | extension HTTPClient.Response: Response {
| `- error: type 'HTTPClient.Response' does not conform to protocol 'Response'
36 | public var statusCode: Int? {
| `- note: candidate has non-matching type 'Int?' [with SuccessType = <<error type>>, FailureType = <<error type>>, APIType = <<error type>>]
37 | Int(status.code)
38 | }
/host/spi-builder-workspace/.build/checkouts/PrchNIO/Sources/PrchNIO/Session.swift:35:1: error: type 'HTTPClient.Response' does not conform to protocol 'CustomDebugStringConvertible'
33 | }
34 |
35 | extension HTTPClient.Response: Response {
| `- error: type 'HTTPClient.Response' does not conform to protocol 'CustomDebugStringConvertible'
36 | public var statusCode: Int? {
37 | Int(status.code)
/host/spi-builder-workspace/.build/checkouts/PrchNIO/Sources/PrchNIO/Session.swift:35:1: error: type 'HTTPClient.Response' does not conform to protocol 'CustomStringConvertible'
33 | }
34 |
35 | extension HTTPClient.Response: Response {
| |- error: type 'HTTPClient.Response' does not conform to protocol 'CustomStringConvertible'
| `- note: add stubs for conformance
36 | public var statusCode: Int? {
37 | Int(status.code)
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:4:18: note: protocol requires nested type 'SuccessType'
2 |
3 | public protocol Response: CustomDebugStringConvertible, CustomStringConvertible {
4 | associatedtype SuccessType
| `- note: protocol requires nested type 'SuccessType'
5 | associatedtype FailureType
| `- note: protocol requires nested type 'FailureType'
6 | associatedtype APIType: API
| `- note: protocol requires nested type 'APIType'
7 | var statusCode: Int { get }
| `- note: protocol requires property 'statusCode' with type 'Int'
8 | var response: ClientResult<SuccessType, FailureType> { get }
9 | typealias ResponseDecodedType = ResponseResult<SuccessType, FailureType>
10 | init(statusCode: Int, data: Data, decoder: ResponseDecoder) throws
| `- note: protocol requires initializer 'init(statusCode:data:decoder:)' with type '(statusCode: Int, data: Data, decoder: any ResponseDecoder)'
11 | }
12 |
Swift.CustomDebugStringConvertible.debugDescription:2:5: note: protocol requires property 'debugDescription' with type 'String'
1 | protocol CustomDebugStringConvertible {
2 | var debugDescription: String { get }}
| `- note: protocol requires property 'debugDescription' with type 'String'
3 |
Swift.CustomStringConvertible.description:2:5: note: protocol requires property 'description' with type 'String'
1 | protocol CustomStringConvertible {
2 | var description: String { get }}
| `- note: protocol requires property 'description' with type 'String'
3 |
/host/spi-builder-workspace/.build/checkouts/PrchNIO/Sources/PrchNIO/Session.swift:59:16: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
57 |
58 | public func createRequest<ResponseType>(
59 | _ request: APIRequest<ResponseType>,
| `- error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
60 | withBaseURL baseURL: URL,
61 | andHeaders headers: [String: String]
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
2 |
3 | @available(*, deprecated, message: "use `Request`")
4 | open class DeprecatedRequest<
| `- note: generic type 'DeprecatedRequest' declared here
5 | ResponseType: Response, APIType
6 | >: Request where ResponseType.APIType == APIType {
/host/spi-builder-workspace/.build/checkouts/PrchNIO/Sources/PrchNIO/Session.swift:47:1: error: type 'HTTPClient' does not conform to protocol 'Session'
45 | }
46 |
47 | extension HTTPClient: EventLoopSession {
| |- error: type 'HTTPClient' does not conform to protocol 'Session'
| `- note: add stubs for conformance
48 | public func nextEventLoop() -> EventLoop {
49 | eventLoopGroup.next()
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Networking/Session.swift:8:18: note: protocol requires nested type 'RequestType'
6 |
7 | public protocol Session {
8 | associatedtype RequestType
| `- note: protocol requires nested type 'RequestType'
9 | func createRequest<RequestType: Request>(
10 | _ request: RequestType,
/host/spi-builder-workspace/.build/checkouts/PrchNIO/Sources/PrchNIO/Session.swift:105:16: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
103 | public extension APIClient where SessionType: EventLoopSession {
104 | func request<ResponseType>(
105 | _ request: APIRequest<ResponseType>
| `- error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
106 | ) -> EventLoopFuture<ResponseType> {
107 | var sessionRequest: SessionType.RequestType
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
2 |
3 | @available(*, deprecated, message: "use `Request`")
4 | open class DeprecatedRequest<
| `- note: generic type 'DeprecatedRequest' declared here
5 | ResponseType: Response, APIType
6 | >: Request where ResponseType.APIType == APIType {
/host/spi-builder-workspace/.build/checkouts/PrchNIO/Sources/PrchNIO/Session.swift:22:22: error: cannot find type 'APIResult' in scope
20 | ) -> Task {
21 | beginRequest(request).always { result in
22 | let newResult: APIResult<Response>
| `- error: cannot find type 'APIResult' in scope
23 | switch result {
24 | case let .failure(error):
/host/spi-builder-workspace/.build/checkouts/PrchNIO/Sources/PrchNIO/Session.swift:21:27: error: type of expression is ambiguous without a type annotation
19 | _ completion: @escaping ((APIResult<Response>) -> Void)
20 | ) -> Task {
21 | beginRequest(request).always { result in
| `- error: type of expression is ambiguous without a type annotation
22 | let newResult: APIResult<Response>
23 | switch result {
/host/spi-builder-workspace/.build/checkouts/PrchNIO/Sources/PrchNIO/Session.swift:112:32: error: missing argument for parameter 'usingEncoder' in call
110 | request,
111 | withBaseURL: api.baseURL,
112 | andHeaders: api.headers
| `- error: missing argument for parameter 'usingEncoder' in call
113 | )
114 | } catch {
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Networking/Session.swift:9:8: note: 'createRequest(_:withBaseURL:andHeaders:usingEncoder:)' declared here
7 | public protocol Session {
8 | associatedtype RequestType
9 | func createRequest<RequestType: Request>(
| `- note: 'createRequest(_:withBaseURL:andHeaders:usingEncoder:)' declared here
10 | _ request: RequestType,
11 | withBaseURL baseURL: URL,
/host/spi-builder-workspace/.build/checkouts/PrchNIO/Sources/PrchNIO/Session.swift:124:27: error: value of type 'any Response' has no member 'data'
122 | throw APIClientError.invalidResponse
123 | }
124 | let data = response.data ?? Data()
| `- error: value of type 'any Response' has no member 'data'
125 | return try ResponseType(
126 | statusCode: httpStatus,
BUILD FAILURE 6.2 linux