Build Information
Successful build of PhonePeKit, reference master (8d443f
), with Swift 6.1 for Linux on 29 Apr 2025 05:22:57 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vamsii777/phonepe-kit.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/vamsii777/phonepe-kit
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 8d443f1 Update README
Cloned https://github.com/vamsii777/phonepe-kit.git
Revision (git rev-parse @):
8d443f1049ff48f4ab038a84b19077943a7a8c68
SUCCESS checkout https://github.com/vamsii777/phonepe-kit.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/vamsii777/phonepe-kit.git
https://github.com/vamsii777/phonepe-kit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "async-http-client",
"requirement" : {
"range" : [
{
"lower_bound" : "1.20.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/async-http-client.git"
},
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "3.1.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
}
],
"manifest_display_name" : "PhonePeKit",
"name" : "PhonePeKit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "PhonePeKit",
"targets" : [
"PhonePeKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PhonePeKitTests",
"module_type" : "SwiftTarget",
"name" : "PhonePeKitTests",
"path" : "Tests/PhonePeKitTests",
"sources" : [
"PhonePeKitTests.swift"
],
"target_dependencies" : [
"PhonePeKit"
],
"type" : "test"
},
{
"c99name" : "PhonePeKit",
"module_type" : "SwiftTarget",
"name" : "PhonePeKit",
"path" : "Sources/PhonePeKit",
"product_dependencies" : [
"AsyncHTTPClient",
"Crypto"
],
"product_memberships" : [
"PhonePeKit"
],
"sources" : [
"Errors/PhonePeError.swift",
"Errors/PhonePeErrorCode.swift",
"Errors/PhonePeSignatureError.swift",
"Errors/SignatureGenerationError.swift",
"Extensions/String+Hex.swift",
"Pay/Health Check/HealthCheckRoutes.swift",
"Pay/Health Check/HealthStatusResponse.swift",
"Pay/Others/OtherRoutes.swift",
"Pay/Others/PaymentOptionsResponse.swift",
"Pay/Others/VPAValidateRequest.swift",
"Pay/Others/VPAValidateResponse.swift",
"Pay/PayRequest.swift",
"Pay/PayResponse.swift",
"Pay/PayRoutes.swift",
"Pay/RefundRequest.swift",
"Pay/RefundResponse.swift",
"Pay/Status/CheckStatusResponse.swift",
"Pay/Status/CheckStatusRoutes.swift",
"PhonePeAPIRoute.swift",
"PhonePeClient.swift",
"PhonePeRequest.swift",
"Recurring Payments/AllSubscriptionsResponse.swift",
"Recurring Payments/AuthStatusResponse.swift",
"Recurring Payments/SubscriptionRequest.swift",
"Recurring Payments/SubscriptionResponse.swift",
"Recurring Payments/SubscriptionRoutes.swift",
"Recurring Payments/UserSubscriptionStatusRequest.swift",
"Utilities/PhonePeResponse.swift",
"Utilities/Request.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/swift-server/async-http-client.git
[1/13784] Fetching swift-crypto
[139/27639] Fetching swift-crypto, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (0.82s)
[5376/13784] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.49s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (1.99s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-atomics.git
[1/5662] Fetching swift-nio-extras
[4248/8281] Fetching swift-nio-extras, swift-nio-transport-services
[6315/14184] Fetching swift-nio-extras, swift-nio-transport-services, swift-algorithms
[7891/25676] Fetching swift-nio-extras, swift-nio-transport-services, swift-algorithms, swift-nio-http2
[8321/29512] Fetching swift-nio-extras, swift-nio-transport-services, swift-algorithms, swift-nio-http2, swift-log
[13184/31217] Fetching swift-nio-extras, swift-nio-transport-services, swift-algorithms, swift-nio-http2, swift-log, swift-atomics
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.54s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-algorithms.git from cache (0.62s)
[10804/19652] Fetching swift-nio-transport-services, swift-nio-http2, swift-log, swift-atomics
Fetching https://github.com/apple/swift-nio.git
[19653/34445] Fetching swift-nio-transport-services, swift-nio-http2, swift-log, swift-atomics, swift-nio-ssl
[21281/109969] Fetching swift-nio-transport-services, swift-nio-http2, swift-log, swift-atomics, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (1.57s)
[69486/106133] Fetching swift-nio-transport-services, swift-nio-http2, swift-atomics, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (1.57s)
[69112/104428] Fetching swift-nio-transport-services, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.58s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.58s)
[55904/90317] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.58s)
[54378/75524] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.08s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (6.63s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.34s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.76s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.48s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (0.69s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4364] Fetching swift-system
[4365/20633] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.93s)
Fetched https://github.com/apple/swift-collections.git from cache (0.95s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.41s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.63s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.43s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.51s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.41s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.49s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/1127] Fetching swift-http-structured-headers
[881/2031] Fetching swift-http-structured-headers, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.25s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.25s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (0.67s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.43s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.49s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.54s)
Fetching https://github.com/apple/swift-asn1.git
[1/1573] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.22s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.69s)
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.25.2
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-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-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
Creating working copy for https://github.com/apple/swift-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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Creating working copy for https://github.com/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/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-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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Building for debugging...
[0/802] Write sources
[24/802] Compiling _NumericsShims _NumericsShims.c
[24/802] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[26/802] Compiling CNIOWASI CNIOWASI.c
[27/802] Compiling _AtomicsShims.c
[28/802] Compiling CNIOWindows shim.c
[29/802] Compiling CNIOWindows WSAStartup.c
[30/802] Compiling CNIOLinux liburing_shims.c
[31/802] Compiling CNIODarwin shim.c
[32/802] Compiling CNIOExtrasZlib empty.c
[33/802] Compiling CNIOLLHTTP c_nio_http.c
[34/802] Compiling fiat_p256_adx_mul.S
[35/802] Compiling CNIOLinux shim.c
[36/802] Compiling fiat_p256_adx_sqr.S
[37/802] Compiling CNIOLLHTTP c_nio_api.c
[38/802] Compiling fiat_curve25519_adx_square.S
[39/802] Compiling fiat_curve25519_adx_mul.S
[40/802] Write swift-version-24593BA9C3E375BF.txt
[41/802] Compiling CNIOLLHTTP c_nio_llhttp.c
[42/802] Compiling CNIOBoringSSLShims shims.c
[44/808] Emitting module _NIODataStructures
[44/808] Compiling tls_method.cc
[45/808] Compiling tls_record.cc
[46/820] Compiling tls13_client.cc
[47/823] Compiling tls13_server.cc
[48/823] Compiling tls13_both.cc
[49/823] Compiling tls13_enc.cc
[50/840] Compiling ssl_versions.cc
[51/840] Compiling t1_enc.cc
[53/840] Emitting module RealModule
[54/841] Compiling InternalCollectionsUtilities UInt+reversed.swift
[55/841] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[56/843] Compiling RealModule Real.swift
[57/843] Emitting module InternalCollectionsUtilities
[58/843] Compiling RealModule Float+Real.swift
[59/843] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[60/843] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[61/843] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[62/843] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[63/843] Compiling InternalCollectionsUtilities Integer rank.swift
[64/843] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[65/843] Compiling RealModule ElementaryFunctions.swift
[66/843] Compiling InternalCollectionsUtilities _SortedCollection.swift
[67/843] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[68/843] Emitting module _NIOBase64
[69/843] Compiling InternalCollectionsUtilities Debugging.swift
[70/843] Compiling InternalCollectionsUtilities Descriptions.swift
[71/843] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[72/843] Compiling InternalCollectionsUtilities Specialize.swift
[73/843] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[74/843] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[75/843] Compiling _NIOBase64 Base64.swift
[76/843] Compiling RealModule RealFunctions.swift
[77/844] Compiling RealModule Float80+Real.swift
[78/844] Compiling RealModule Float16+Real.swift
[83/844] Compiling _NIODataStructures PriorityQueue.swift
[84/844] Compiling _NIODataStructures _TinyArray.swift
[85/845] Compiling ssl_x509.cc
[88/845] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[89/845] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[91/846] Compiling Logging MetadataProvider.swift
[92/846] Compiling _NIODataStructures Heap.swift
[93/847] Emitting module Logging
[94/847] Compiling Logging Locks.swift
[95/847] Compiling Logging Logging.swift
[96/847] Compiling Logging LogHandler.swift
[98/848] Compiling ssl_transcript.cc
[99/848] Compiling ssl_stat.cc
[101/863] Compiling DequeModule Deque+CustomReflectable.swift
[102/863] Compiling DequeModule Deque+Descriptions.swift
[103/865] Compiling DequeModule _DequeBuffer.swift
[104/865] Compiling DequeModule _DequeBufferHeader.swift
[105/865] Compiling DequeModule Deque+Equatable.swift
[106/865] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[107/865] Compiling DequeModule Deque+Extras.swift
[108/865] Compiling DequeModule Deque+Hashable.swift
[109/865] Compiling DequeModule _DequeSlot.swift
[110/865] Compiling DequeModule _UnsafeWrappedBuffer.swift
[110/865] Compiling ssl_session.cc
[111/865] Compiling ssl_privkey.cc
[113/865] Compiling DequeModule Deque+Testing.swift
[114/865] Compiling DequeModule Deque._Storage.swift
[115/865] Compiling DequeModule Deque._UnsafeHandle.swift
[116/865] Compiling DequeModule Deque.swift
[117/865] Compiling DequeModule Deque+Codable.swift
[118/865] Compiling DequeModule Deque+Collection.swift
[118/865] Compiling ssl_key_share.cc
[120/865] Emitting module DequeModule
[121/866] Compiling ssl_lib.cc
[122/866] Compiling ssl_file.cc
[123/866] Compiling ssl_cipher.cc
[124/866] Compiling ssl_credential.cc
[125/866] Compiling ssl_cert.cc
[126/866] Compiling ssl_buffer.cc
[127/866] Compiling ssl_aead_ctx.cc
[128/866] Compiling ssl_asn1.cc
[129/866] Compiling s3_pkt.cc
[130/866] Compiling s3_lib.cc
[131/866] Compiling s3_both.cc
[132/866] Compiling handshake_server.cc
[133/866] Compiling handshake_client.cc
[134/866] Compiling handshake.cc
[135/866] Compiling handoff.cc
[136/866] Compiling encrypted_client_hello.cc
[137/866] Compiling dtls_record.cc
[138/866] Compiling md5-x86_64-linux.S
[139/866] Compiling extensions.cc
[140/866] Compiling dtls_method.cc
[141/866] Compiling md5-x86_64-apple.S
[142/866] Compiling md5-586-linux.S
[143/866] Compiling md5-586-apple.S
[144/866] Compiling chacha20_poly1305_x86_64-apple.S
[145/866] Compiling d1_srtp.cc
[146/866] Compiling chacha20_poly1305_x86_64-linux.S
[147/866] Compiling chacha20_poly1305_armv8-win.S
[148/866] Compiling chacha20_poly1305_armv8-apple.S
[149/866] Compiling chacha20_poly1305_armv8-linux.S
[150/866] Compiling chacha-x86_64-apple.S
[151/866] Compiling chacha-x86-linux.S
[152/866] Compiling chacha-x86_64-linux.S
[153/866] Compiling err_data.cc
[154/866] Compiling chacha-x86-apple.S
[155/866] Compiling chacha-armv8-win.S
[156/866] Compiling chacha-armv8-linux.S
[157/866] Compiling chacha-armv4-linux.S
[158/866] Compiling chacha-armv8-apple.S
[159/866] Compiling aes128gcmsiv-x86_64-apple.S
[160/866] Compiling aes128gcmsiv-x86_64-linux.S
[161/866] Compiling x86_64-mont5-linux.S
[162/866] Compiling x86_64-mont5-apple.S
[163/866] Compiling x86_64-mont-apple.S
[164/866] Compiling x86_64-mont-linux.S
[165/866] Compiling x86-mont-linux.S
[166/866] Compiling x86-mont-apple.S
[167/866] Compiling vpaes-x86_64-apple.S
[168/866] Compiling vpaes-x86_64-linux.S
[169/866] Compiling vpaes-x86-apple.S
[170/866] Compiling vpaes-x86-linux.S
[171/866] Compiling vpaes-armv8-win.S
[172/866] Compiling vpaes-armv8-linux.S
[173/866] Compiling vpaes-armv8-apple.S
[174/866] Compiling vpaes-armv7-linux.S
[175/866] Compiling d1_pkt.cc
[176/866] Compiling bio_ssl.cc
[177/866] Compiling sha512-x86_64-linux.S
[178/866] Compiling sha512-armv8-win.S
[179/866] Compiling sha512-x86_64-apple.S
[180/866] Compiling sha512-armv8-apple.S
[181/866] Compiling sha512-armv8-linux.S
[182/866] Compiling sha512-armv4-linux.S
[183/866] Compiling d1_lib.cc
[184/866] Compiling sha512-586-linux.S
[185/866] Compiling sha512-586-apple.S
[186/866] Compiling sha256-x86_64-linux.S
[187/866] Compiling sha256-x86_64-apple.S
[188/866] Compiling sha256-armv8-apple.S
[189/866] Compiling sha256-armv8-win.S
[190/866] Compiling sha256-armv8-linux.S
[191/866] Compiling sha256-armv4-linux.S
[192/866] Compiling sha256-586-linux.S
[193/866] Compiling d1_both.cc
[194/866] Compiling sha256-586-apple.S
[195/866] Compiling sha1-x86_64-apple.S
[196/866] Compiling sha1-armv8-linux.S
[197/866] Compiling sha1-armv8-win.S
[198/866] Compiling sha1-armv4-large-linux.S
[199/866] Compiling sha1-x86_64-linux.S
[200/866] Compiling rsaz-avx2-apple.S
[201/866] Compiling sha1-586-apple.S
[202/866] Compiling sha1-586-linux.S
[203/866] Compiling rdrand-x86_64-linux.S
[204/866] Compiling sha1-armv8-apple.S
[205/866] Compiling rdrand-x86_64-apple.S
[206/866] Compiling p256_beeu-x86_64-asm-linux.S
[207/866] Compiling rsaz-avx2-linux.S
[208/866] Compiling p256_beeu-x86_64-asm-apple.S
[209/866] Compiling p256_beeu-armv8-asm-linux.S
[210/866] Compiling p256_beeu-armv8-asm-win.S
[211/866] Compiling p256-x86_64-asm-apple.S
[212/866] Compiling p256_beeu-armv8-asm-apple.S
[213/866] Compiling p256-armv8-asm-win.S
[214/866] Compiling p256-x86_64-asm-linux.S
[215/866] Compiling ghashv8-armv8-win.S
[216/866] Compiling p256-armv8-asm-linux.S
[217/866] Compiling ghashv8-armv8-linux.S
[218/866] Compiling p256-armv8-asm-apple.S
[219/866] Compiling ghashv8-armv8-apple.S
[220/866] Compiling ghashv8-armv7-linux.S
[221/866] Compiling ghash-x86-linux.S
[222/866] Compiling ghash-x86_64-linux.S
[222/866] Compiling ghash-x86-apple.S
[224/866] Compiling ghash-x86_64-apple.S
[225/866] Compiling ghash-ssse3-x86_64-linux.S
[226/866] Compiling ghash-ssse3-x86_64-apple.S
[227/866] Compiling ghash-ssse3-x86-linux.S
[228/866] Compiling ghash-ssse3-x86-apple.S
[229/866] Compiling ghash-neon-armv8-win.S
[230/866] Compiling ghash-neon-armv8-linux.S
[231/866] Compiling ghash-neon-armv8-apple.S
[232/866] Compiling co-586-linux.S
[233/866] Compiling ghash-armv4-linux.S
[234/866] Compiling bn-armv8-win.S
[235/866] Compiling co-586-apple.S
[236/866] Compiling bsaes-armv7-linux.S
[237/866] Compiling bn-armv8-linux.S
[238/866] Compiling armv8-mont-win.S
[239/866] Compiling bn-586-linux.S
[240/866] Compiling bn-armv8-apple.S
[241/866] Compiling bn-586-apple.S
[242/866] Compiling armv8-mont-linux.S
[243/866] Compiling armv8-mont-apple.S
[244/866] Compiling aesv8-gcm-armv8-win.S
[245/866] Compiling armv4-mont-linux.S
[246/866] Compiling aesv8-gcm-armv8-linux.S
[247/866] Compiling aesv8-gcm-armv8-apple.S
[248/866] Compiling aesv8-armv8-win.S
[249/866] Compiling aesv8-armv8-apple.S
[250/866] Compiling aesv8-armv7-linux.S
[251/866] Compiling aesv8-armv8-linux.S
[252/866] Compiling aesni-x86_64-apple.S
[253/866] Compiling aesni-x86-apple.S
[254/866] Compiling aesni-gcm-x86_64-linux.S
[255/866] Compiling aesni-x86-linux.S
[256/866] Compiling aesni-x86_64-linux.S
[257/866] Compiling aesni-gcm-x86_64-apple.S
[258/866] Compiling aes-gcm-avx2-x86_64-linux.S
[259/866] Compiling aes-gcm-avx2-x86_64-apple.S
[260/866] Compiling aes-gcm-avx10-x86_64-linux.S
[261/866] Compiling aes-gcm-avx10-x86_64-apple.S
[262/866] Compiling x_pubkey.cc
[263/866] Compiling x_val.cc
[264/866] Compiling x_sig.cc
[265/866] Compiling x_x509.cc
[266/866] Compiling x_x509a.cc
[267/866] Compiling x_req.cc
[268/866] Compiling x_spki.cc
[269/866] Compiling x_name.cc
[270/866] Compiling x_crl.cc
[271/866] Compiling x_exten.cc
[272/866] Compiling x509spki.cc
[273/866] Compiling x_algor.cc
[274/866] Compiling x_attrib.cc
[275/866] Compiling x509rset.cc
[276/866] Compiling x_all.cc
[277/866] Compiling x509name.cc
[278/866] Compiling x509_vpm.cc
[279/866] Compiling x509_v3.cc
[280/866] Compiling x509cset.cc
[281/866] Compiling x509_txt.cc
[282/866] Compiling x509_trs.cc
[283/866] Compiling x509_set.cc
[284/866] Compiling x509_vfy.cc
[285/866] Compiling x509_req.cc
[286/866] Compiling x509_obj.cc
[287/866] Compiling x509_def.cc
[288/866] Compiling x509_ext.cc
[289/866] Compiling x509_d2.cc
[290/866] Compiling x509_lu.cc
[291/866] Compiling x509_att.cc
[292/866] Compiling x509_cmp.cc
[293/866] Compiling x509.cc
[294/866] Compiling v3_skey.cc
[295/866] Compiling v3_prn.cc
[296/866] Compiling v3_purp.cc
[297/866] Compiling v3_pmaps.cc
[298/866] Compiling v3_utl.cc
[299/866] Compiling v3_ocsp.cc
[300/866] Compiling v3_pcons.cc
[301/866] Compiling v3_ncons.cc
[302/866] Compiling v3_int.cc
[303/866] Compiling v3_lib.cc
[304/866] Compiling v3_ia5.cc
[305/866] Compiling v3_extku.cc
[306/866] Compiling v3_info.cc
[307/866] Compiling v3_genn.cc
[308/866] Compiling v3_enum.cc
[309/866] Compiling v3_crld.cc
[310/866] Compiling v3_cpols.cc
[311/866] Compiling v3_conf.cc
[312/866] Compiling v3_bitst.cc
[313/866] Compiling v3_bcons.cc
[314/866] Compiling v3_akeya.cc
[315/866] Compiling v3_alt.cc
[316/866] Compiling v3_akey.cc
[317/866] Compiling t_x509a.cc
[318/866] Compiling i2d_pr.cc
[319/866] Compiling t_x509.cc
[320/866] Compiling t_crl.cc
[321/866] Compiling t_req.cc
[322/866] Compiling rsa_pss.cc
[323/866] Compiling name_print.cc
[324/866] Compiling policy.cc
[325/866] Compiling by_file.cc
[326/866] Compiling by_dir.cc
[327/866] Compiling voprf.cc
[328/866] Compiling a_digest.cc
[329/866] Compiling algorithm.cc
[330/866] Compiling a_verify.cc
[331/866] Compiling asn1_gen.cc
[332/866] Compiling trust_token.cc
[333/866] Compiling a_sign.cc
[334/866] Compiling thread_win.cc
[335/866] Compiling thread.cc
[336/866] Compiling stack.cc
[337/866] Compiling thread_pthread.cc
[338/866] Compiling pmbtoken.cc
[339/866] Compiling thread_none.cc
[340/866] Compiling siphash.cc
[341/866] Compiling sha512.cc
[342/866] Compiling slhdsa.cc
[343/866] Compiling sha1.cc
[344/866] Compiling rsa_print.cc
[345/866] Compiling sha256.cc
[346/866] Compiling rsa_extra.cc
[347/866] Compiling refcount.cc
[348/866] Compiling rsa_crypt.cc
[349/866] Compiling rsa_asn1.cc
[350/866] Compiling rc4.cc
[351/866] Compiling spake2plus.cc
[352/866] Compiling windows.cc
[353/866] Compiling urandom.cc
[354/866] Compiling ios.cc
[355/866] Compiling trusty.cc
[356/866] Compiling rand.cc
[357/866] Compiling getentropy.cc
[358/866] Compiling poly1305_arm_asm.S
[359/866] Compiling forkunsafe.cc
[360/866] Compiling passive.cc
[361/866] Compiling deterministic.cc
[362/866] Compiling poly1305.cc
[363/866] Compiling fork_detect.cc
[364/866] Compiling pool.cc
[365/866] Compiling poly1305_arm.cc
[366/866] Compiling poly1305_vec.cc
[367/866] Compiling pkcs7.cc
[368/866] Compiling pkcs8.cc
[369/866] Compiling p5_pbev2.cc
[370/866] Compiling pkcs8_x509.cc
[371/866] Compiling pem_pkey.cc
[372/866] Compiling pem_xaux.cc
[372/866] Compiling pkcs7_x509.cc
[374/866] Compiling pem_x509.cc
[375/866] Compiling mlkem.cc
[376/866] Compiling mldsa.cc
[377/866] Compiling obj_xref.cc
[378/866] Compiling pem_pk8.cc
[379/866] Compiling pem_all.cc
[380/866] Compiling pem_oth.cc
[381/866] Compiling pem_lib.cc
[382/866] Compiling obj.cc
[383/866] Compiling pem_info.cc
[384/866] Compiling poly_rq_mul.S
[385/866] Compiling fips_shared_support.cc
[386/866] Compiling md4.cc
[387/866] Compiling md5.cc
[388/866] Compiling mem.cc
[389/866] Compiling lhash.cc
[390/866] Compiling hrss.cc
[391/866] Compiling sign.cc
[392/866] Compiling ex_data.cc
[393/866] Compiling scrypt.cc
[394/866] Compiling kyber.cc
[395/866] Compiling p_x25519.cc
[396/866] Compiling hpke.cc
[397/866] Compiling print.cc
[398/866] Compiling pbkdf.cc
[399/866] Compiling p_ed25519.cc
[400/866] Compiling p_x25519_asn1.cc
[401/866] Compiling p_rsa.cc
[402/866] Compiling p_rsa_asn1.cc
[403/866] Compiling p_ed25519_asn1.cc
[404/866] Compiling p_hkdf.cc
[405/866] Compiling p_ec.cc
[406/866] Compiling p_dh.cc
[407/866] Compiling p_ec_asn1.cc
[408/866] Compiling p_dh_asn1.cc
[409/866] Compiling evp_ctx.cc
[410/866] Compiling p_dsa_asn1.cc
[411/866] Compiling evp.cc
[412/866] Compiling err.cc
[413/866] Compiling engine.cc
[414/866] Compiling hash_to_curve.cc
[415/866] Compiling evp_asn1.cc
[416/866] Compiling ecdsa_asn1.cc
[417/866] Compiling ecdh.cc
[418/866] Compiling ec_derive.cc
[419/866] Compiling dsa.cc
[420/866] Compiling params.cc
[421/866] Compiling ec_asn1.cc
[422/866] Compiling dh_asn1.cc
[423/866] Compiling digest_extra.cc
[424/866] Compiling x25519-asm-arm.S
[425/866] Compiling dsa_asn1.cc
[426/866] Compiling des.cc
[427/866] Compiling spake25519.cc
[428/866] Compiling cpu_arm_freebsd.cc
[429/866] Compiling cpu_intel.cc
[430/866] Compiling crypto.cc
[431/866] Compiling cpu_arm_linux.cc
[432/866] Compiling curve25519.cc
[433/866] Compiling cpu_aarch64_win.cc
[434/866] Compiling cpu_aarch64_openbsd.cc
[435/866] Compiling cpu_aarch64_sysreg.cc
[436/866] Compiling cpu_aarch64_linux.cc
[437/866] Compiling cpu_aarch64_fuchsia.cc
[438/866] Compiling cpu_aarch64_apple.cc
[439/866] Compiling bcm.cc
[440/866] Compiling conf.cc
[441/866] Compiling curve25519_64_adx.cc
[442/866] Compiling get_cipher.cc
[443/866] Compiling e_tls.cc
[444/866] Compiling tls_cbc.cc
[445/866] Compiling e_aesctrhmac.cc
[446/866] Compiling e_rc2.cc
[447/866] Compiling e_rc4.cc
[448/866] Compiling e_chacha20poly1305.cc
[449/866] Compiling e_null.cc
[450/866] Compiling e_des.cc
[451/866] Compiling e_aesgcmsiv.cc
[452/866] Compiling derive_key.cc
[453/866] Compiling chacha.cc
[454/866] Compiling buf.cc
[455/866] Compiling unicode.cc
[456/866] Compiling asn1_compat.cc
[457/866] Compiling ber.cc
[458/866] Compiling cbs.cc
[459/866] Compiling convert.cc
[460/866] Compiling cbb.cc
[461/866] Compiling bn_asn1.cc
[462/866] Compiling blake2.cc
[463/866] Compiling socket.cc
[464/866] Compiling printf.cc
[465/866] Compiling socket_helper.cc
[466/866] Compiling pair.cc
[467/866] Compiling fd.cc
[468/866] Compiling file.cc
[469/866] Compiling hexdump.cc
[470/866] Compiling errno.cc
[471/866] Compiling connect.cc
[472/866] Compiling tasn_typ.cc
[473/866] Compiling bio_mem.cc
[474/866] Compiling base64.cc
[475/866] Compiling tasn_fre.cc
[476/866] Compiling bio.cc
[477/866] Compiling tasn_enc.cc
[478/866] Compiling tasn_new.cc
[479/866] Compiling tasn_utl.cc
[480/866] Compiling posix_time.cc
[481/866] Compiling asn_pack.cc
[482/866] Compiling f_string.cc
[483/866] Compiling f_int.cc
[484/866] Compiling asn1_par.cc
[485/866] Compiling tasn_dec.cc
[486/866] Compiling a_octet.cc
[487/866] Compiling a_utctm.cc
[488/866] Compiling a_type.cc
[489/866] Compiling a_time.cc
[490/866] Compiling a_strnid.cc
[491/866] Compiling asn1_lib.cc
[492/866] Compiling a_object.cc
[493/866] Compiling a_i2d_fp.cc
[494/866] Compiling a_strex.cc
[495/866] Compiling a_int.cc
[496/866] Compiling a_mbstr.cc
[497/866] Compiling a_gentm.cc
[498/866] Compiling fiat_p256_adx_sqr.S
[499/866] Compiling a_d2i_fp.cc
[500/866] Compiling a_dup.cc
[501/866] Compiling a_bitstr.cc
[502/866] Compiling fiat_p256_adx_mul.S
[503/866] Compiling CCryptoBoringSSLShims shims.c
[504/866] Compiling a_bool.cc
[505/866] Compiling md5-x86_64-linux.S
[506/866] Compiling fiat_curve25519_adx_square.S
[507/866] Compiling fiat_curve25519_adx_mul.S
[508/866] Compiling md5-x86_64-apple.S
[509/866] Compiling md5-586-linux.S
[510/866] Compiling md5-586-apple.S
[511/866] Compiling chacha20_poly1305_armv8-win.S
[512/866] Compiling chacha20_poly1305_x86_64-apple.S
[513/866] Compiling chacha20_poly1305_armv8-linux.S
[514/866] Compiling chacha20_poly1305_armv8-apple.S
[515/866] Compiling chacha20_poly1305_x86_64-linux.S
[516/866] Compiling err_data.cc
[517/866] Compiling chacha-armv8-linux.S
[518/866] Compiling chacha-armv8-win.S
[519/866] Compiling chacha-x86-linux.S
[520/866] Compiling chacha-x86_64-apple.S
[521/866] Compiling chacha-x86_64-linux.S
[521/866] Compiling chacha-x86-apple.S
[523/866] Compiling chacha-armv8-apple.S
[524/866] Compiling aes128gcmsiv-x86_64-linux.S
[525/866] Compiling x86_64-mont5-apple.S
[526/866] Compiling aes128gcmsiv-x86_64-apple.S
[527/866] Compiling chacha-armv4-linux.S
[528/866] Compiling x86_64-mont-apple.S
[529/866] Compiling x86_64-mont5-linux.S
[530/866] Compiling x86-mont-apple.S
[531/866] Compiling x86_64-mont-linux.S
[532/866] Compiling x86-mont-linux.S
[533/866] Compiling vpaes-x86_64-linux.S
[534/866] Compiling vpaes-x86-linux.S
[534/866] Compiling vpaes-x86_64-apple.S
[536/866] Compiling vpaes-x86-apple.S
[537/866] Compiling vpaes-armv8-apple.S
[537/866] Compiling vpaes-armv8-win.S
[539/866] Compiling vpaes-armv7-linux.S
[540/866] Compiling vpaes-armv8-linux.S
[541/866] Compiling sha512-x86_64-linux.S
[542/866] Compiling sha512-x86_64-apple.S
[543/866] Compiling sha512-armv8-apple.S
[544/866] Compiling sha512-586-linux.S
[545/866] Compiling sha512-586-apple.S
[545/866] Compiling sha512-armv8-win.S
[547/866] Compiling sha512-armv8-linux.S
[548/866] Compiling sha512-armv4-linux.S
[549/866] Compiling sha256-x86_64-apple.S
[550/866] Compiling sha256-armv8-win.S
[551/866] Compiling sha256-x86_64-linux.S
[552/866] Compiling sha256-armv4-linux.S
[553/866] Compiling sha256-armv8-linux.S
[554/866] Compiling sha256-armv8-apple.S
[555/866] Compiling sha256-586-linux.S
[556/866] Compiling sha256-586-apple.S
[557/866] Compiling sha1-x86_64-apple.S
[558/866] Compiling sha1-armv8-win.S
[559/866] Compiling sha1-x86_64-linux.S
[560/866] Compiling sha1-armv8-linux.S
[561/866] Compiling sha1-586-apple.S
[562/866] Compiling sha1-armv8-apple.S
[563/866] Compiling sha1-586-linux.S
[564/866] Compiling sha1-armv4-large-linux.S
[565/866] Compiling rsaz-avx2-linux.S
[566/866] Compiling rsaz-avx2-apple.S
[567/866] Compiling rdrand-x86_64-apple.S
[568/866] Compiling rdrand-x86_64-linux.S
[569/866] Compiling p256_beeu-x86_64-asm-linux.S
[570/866] Compiling p256_beeu-x86_64-asm-apple.S
[571/866] Compiling p256_beeu-armv8-asm-win.S
[572/866] Compiling p256_beeu-armv8-asm-apple.S
[573/866] Compiling p256_beeu-armv8-asm-linux.S
[574/866] Compiling p256-x86_64-asm-apple.S
[575/866] Compiling p256-armv8-asm-apple.S
[576/866] Compiling p256-armv8-asm-win.S
[577/866] Compiling ghashv8-armv8-win.S
[578/866] Compiling p256-x86_64-asm-linux.S
[579/866] Compiling p256-armv8-asm-linux.S
[580/866] Compiling ghashv8-armv8-linux.S
[581/866] Compiling ghashv8-armv8-apple.S
[582/866] Compiling ghash-x86_64-linux.S
[583/866] Compiling ghashv8-armv7-linux.S
[584/866] Compiling ghash-x86_64-apple.S
[585/866] Compiling ghash-x86-linux.S
[586/866] Compiling ghash-ssse3-x86_64-linux.S
[587/866] Compiling ghash-ssse3-x86_64-apple.S
[588/866] Compiling ghash-ssse3-x86-linux.S
[589/866] Compiling ghash-x86-apple.S
[590/866] Compiling ghash-ssse3-x86-apple.S
[591/866] Compiling ghash-neon-armv8-win.S
[592/866] Compiling ghash-neon-armv8-apple.S
[593/866] Compiling ghash-neon-armv8-linux.S
[594/866] Compiling ghash-armv4-linux.S
[595/866] Compiling co-586-apple.S
[596/866] Compiling co-586-linux.S
[597/866] Compiling bsaes-armv7-linux.S
[598/866] Compiling bn-armv8-win.S
[599/866] Compiling bn-armv8-linux.S
[600/866] Compiling bn-armv8-apple.S
[601/866] Compiling bn-586-apple.S
[602/866] Compiling armv8-mont-win.S
[603/866] Compiling bn-586-linux.S
[604/866] Compiling armv8-mont-linux.S
[605/866] Compiling aesv8-gcm-armv8-win.S
[606/866] Compiling armv4-mont-linux.S
[607/866] Compiling armv8-mont-apple.S
[608/866] Compiling aesv8-gcm-armv8-linux.S
[609/866] Compiling aesv8-gcm-armv8-apple.S
[610/866] Compiling c-nioatomics.c
[611/866] Compiling aesv8-armv8-win.S
[612/866] Compiling aesv8-armv8-linux.S
[613/866] Compiling aesv8-armv7-linux.S
[614/866] Compiling aesv8-armv8-apple.S
[615/866] Compiling aesni-x86_64-linux.S
[615/866] Compiling aesni-x86_64-apple.S
[617/866] Compiling aesni-x86-linux.S
[618/866] Compiling aesni-x86-apple.S
[619/866] Compiling aes-gcm-avx10-x86_64-apple.S
[620/866] Compiling aes-gcm-avx10-x86_64-linux.S
[621/866] Compiling aesni-gcm-x86_64-linux.S
[622/866] Compiling aesni-gcm-x86_64-apple.S
[623/866] Compiling x_pubkey.cc
[624/866] Compiling x_spki.cc
[625/866] Compiling x_sig.cc
[626/866] Compiling x_req.cc
[627/866] Compiling x_val.cc
[628/866] Compiling x_x509a.cc
[628/866] Compiling c-atomics.c
[630/866] Compiling x_x509.cc
[631/872] Compiling x_name.cc
[632/872] Compiling x_attrib.cc
[633/872] Compiling x_all.cc
[634/872] Compiling x_crl.cc
[636/872] Compiling NIOConcurrencyHelpers NIOLock.swift
[636/872] Compiling x_exten.cc
[638/872] Compiling NIOConcurrencyHelpers lock.swift
[638/872] Compiling x509spki.cc
[640/872] Emitting module NIOConcurrencyHelpers
[641/872] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[641/872] Compiling x_algor.cc
[643/872] Compiling NIOConcurrencyHelpers atomics.swift
[644/872] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[645/873] Compiling x509rset.cc
[646/873] Compiling x509name.cc
[647/873] Compiling x509cset.cc
[648/873] Compiling x509_vpm.cc
[649/873] Compiling x509_txt.cc
[650/873] Compiling x509_vfy.cc
[651/873] Compiling x509_v3.cc
[652/873] Compiling x509_set.cc
[653/873] Compiling x509_trs.cc
[654/873] Compiling x509_req.cc
[655/873] Compiling x509_obj.cc
[656/873] Compiling x509_lu.cc
[657/873] Compiling x509_ext.cc
[658/873] Compiling x509_d2.cc
[659/873] Compiling x509_def.cc
[660/873] Compiling x509_cmp.cc
[661/873] Compiling x509.cc
[662/873] Compiling v3_skey.cc
[663/873] Compiling x509_att.cc
[664/873] Compiling v3_pcons.cc
[665/873] Compiling v3_prn.cc
[666/873] Compiling v3_purp.cc
[667/873] Compiling v3_utl.cc
[668/873] Compiling v3_pmaps.cc
[669/873] Compiling v3_ncons.cc
[670/873] Compiling v3_ocsp.cc
[671/873] Compiling v3_int.cc
[672/873] Compiling v3_extku.cc
[673/873] Compiling v3_lib.cc
[674/873] Compiling v3_genn.cc
[675/873] Compiling v3_info.cc
[676/873] Compiling v3_ia5.cc
[677/873] Compiling v3_bitst.cc
[678/873] Compiling v3_enum.cc
[679/873] Compiling v3_crld.cc
[680/873] Compiling v3_bcons.cc
[681/873] Compiling v3_cpols.cc
[682/873] Compiling v3_conf.cc
[683/873] Compiling v3_alt.cc
[684/873] Compiling v3_akeya.cc
[685/873] Compiling v3_akey.cc
[686/873] Compiling t_x509.cc
[687/873] Compiling t_req.cc
[688/873] Compiling t_x509a.cc
[689/873] Compiling t_crl.cc
[690/873] Compiling i2d_pr.cc
[691/873] Compiling policy.cc
[692/873] Compiling name_print.cc
[693/873] Compiling rsa_pss.cc
[694/873] Compiling asn1_gen.cc
[695/873] Compiling by_dir.cc
[696/873] Compiling by_file.cc
[697/873] Compiling voprf.cc
[698/873] Compiling a_sign.cc
[699/873] Compiling a_digest.cc
[700/873] Compiling a_verify.cc
[701/873] Compiling algorithm.cc
[702/873] Compiling thread.cc
[703/873] Compiling thread_win.cc
[704/873] Compiling thread_none.cc
[705/873] Compiling thread_pthread.cc
[706/873] Compiling trust_token.cc
[707/873] Compiling stack.cc
[708/873] Compiling wots.cc
[709/873] Compiling pmbtoken.cc
[710/873] Compiling fors.cc
[711/873] Compiling thash.cc
[712/873] Compiling sha512.cc
[713/873] Compiling siphash.cc
[714/873] Compiling merkle.cc
[715/873] Compiling slhdsa.cc
[716/873] Compiling sha1.cc
[717/873] Compiling sha256.cc
[718/873] Compiling rc4.cc
[719/873] Compiling rsa_extra.cc
[720/873] Compiling refcount.cc
[721/873] Compiling rsa_print.cc
[722/873] Compiling windows.cc
[723/873] Compiling rsa_crypt.cc
[724/873] Compiling rsa_asn1.cc
[725/873] Compiling urandom.cc
[726/873] Compiling trusty.cc
[727/873] Compiling rand_extra.cc
[728/873] Compiling ios.cc
[729/873] Compiling poly1305_arm_asm.S
[730/873] Compiling passive.cc
[731/873] Compiling getentropy.cc
[732/873] Compiling deterministic.cc
[733/873] Compiling forkunsafe.cc
[734/873] Compiling fork_detect.cc
[735/873] Compiling poly1305.cc
[736/873] Compiling pool.cc
[737/873] Compiling poly1305_arm.cc
[738/873] Compiling poly1305_vec.cc
[739/873] Compiling pkcs7.cc
[740/873] Compiling pkcs7_x509.cc
[741/873] Compiling pem_xaux.cc
[742/873] Compiling pem_x509.cc
[743/873] Compiling pkcs8.cc
[744/873] Compiling pkcs8_x509.cc
[745/873] Compiling p5_pbev2.cc
[746/873] Compiling pem_pkey.cc
[747/873] Compiling pem_pk8.cc
[748/873] Compiling obj_xref.cc
[749/873] Compiling pem_oth.cc
[750/873] Compiling mlkem.cc
[751/873] Compiling mldsa.cc
[752/873] Compiling obj.cc
[753/873] Compiling pem_info.cc
[754/873] Compiling pem_lib.cc
[755/873] Compiling poly_rq_mul.S
[756/873] Compiling mem.cc
[757/873] Compiling md5.cc
[758/873] Compiling fips_shared_support.cc
[759/873] Compiling pem_all.cc
[760/873] Compiling lhash.cc
[761/873] Compiling md4.cc
[762/873] Compiling sign.cc
[763/873] Compiling kyber.cc
[764/873] Compiling ex_data.cc
[765/873] Compiling scrypt.cc
[766/873] Compiling hpke.cc
[767/873] Compiling hrss.cc
[768/873] Compiling print.cc
[769/873] Compiling pbkdf.cc
[770/873] Compiling p_x25519.cc
[771/873] Compiling p_rsa_asn1.cc
[772/873] Compiling p_hkdf.cc
[773/873] Compiling p_x25519_asn1.cc
[774/873] Compiling p_rsa.cc
[775/873] Compiling p_ed25519_asn1.cc
[776/873] Compiling p_ed25519.cc
[777/873] Compiling p_ec_asn1.cc
[778/873] Compiling p_ec.cc
[779/873] Compiling p_dh.cc
[780/873] Compiling evp_ctx.cc
[781/873] Compiling p_dh_asn1.cc
[782/873] Compiling p_dsa_asn1.cc
[783/873] Compiling evp.cc
[784/873] Compiling engine.cc
[785/873] Compiling err.cc
[786/873] Compiling evp_asn1.cc
[787/873] Compiling ecdh_extra.cc
[788/873] Compiling hash_to_curve.cc
[789/873] Compiling ecdsa_asn1.cc
[790/873] Compiling ec_derive.cc
[791/873] Compiling ec_asn1.cc
[792/873] Compiling dsa_asn1.cc
[793/873] Compiling dsa.cc
[794/873] Compiling params.cc
[795/873] Compiling digest_extra.cc
[796/873] Compiling x25519-asm-arm.S
[797/873] Compiling des.cc
[798/873] Compiling dh_asn1.cc
[799/873] Compiling spake25519.cc
[800/873] Compiling cpu_intel.cc
[801/873] Compiling crypto.cc
[802/873] Compiling bcm.cc
[803/873] Compiling cpu_aarch64_win.cc
[804/873] Compiling cpu_arm_freebsd.cc
[805/873] Compiling cpu_arm_linux.cc
[806/873] Compiling curve25519.cc
[807/873] Compiling cpu_aarch64_openbsd.cc
[808/873] Compiling cpu_aarch64_sysreg.cc
[809/873] Compiling cpu_aarch64_linux.cc
[810/873] Compiling cpu_aarch64_fuchsia.cc
[811/873] Compiling cpu_aarch64_apple.cc
[812/873] Compiling conf.cc
[813/873] Compiling tls_cbc.cc
[814/873] Compiling curve25519_64_adx.cc
[815/873] Compiling e_rc4.cc
[816/873] Compiling e_tls.cc
[817/873] Compiling e_des.cc
[818/873] Compiling e_rc2.cc
[819/873] Compiling e_null.cc
[820/873] Compiling e_aesctrhmac.cc
[821/873] Compiling e_chacha20poly1305.cc
[822/873] Compiling e_aesgcmsiv.cc
[823/873] Compiling derive_key.cc
[824/873] Compiling chacha.cc
[825/873] Compiling unicode.cc
[826/873] Compiling cipher_extra.cc
[827/873] Compiling asn1_compat.cc
[828/873] Compiling ber.cc
[829/873] Compiling cbs.cc
[830/873] Compiling cbb.cc
[831/873] Compiling buf.cc
[832/873] Compiling bn_asn1.cc
[833/873] Compiling convert.cc
[834/873] Compiling blake2.cc
[835/873] Compiling pair.cc
[836/873] Compiling printf.cc
[837/873] Compiling file.cc
[838/873] Compiling errno.cc
[839/873] Compiling fd.cc
[840/873] Compiling hexdump.cc
[841/873] Compiling bio_mem.cc
[842/873] Compiling base64.cc
[843/873] Compiling bio.cc
[844/873] Compiling tasn_utl.cc
[845/873] Compiling tasn_fre.cc
[846/873] Compiling tasn_typ.cc
[847/873] Compiling tasn_new.cc
[848/873] Compiling tasn_enc.cc
[849/873] Compiling posix_time.cc
[850/873] Compiling f_string.cc
[851/873] Compiling tasn_dec.cc
[852/873] Compiling f_int.cc
[853/873] Compiling asn1_par.cc
[854/873] Compiling asn_pack.cc
[855/873] Compiling a_utctm.cc
[856/873] Compiling asn1_lib.cc
[857/873] Compiling a_time.cc
[858/873] Compiling a_type.cc
[859/873] Compiling a_strnid.cc
[860/873] Compiling a_octet.cc
[861/873] Compiling a_strex.cc
[862/873] Compiling a_object.cc
[863/873] Compiling a_i2d_fp.cc
[863/873] Write sources
[866/873] Compiling a_mbstr.cc
[867/873] Compiling a_gentm.cc
[868/907] Compiling a_int.cc
[869/917] Compiling a_dup.cc
[870/917] Compiling a_d2i_fp.cc
[871/917] Compiling a_bool.cc
[872/917] Compiling a_bitstr.cc
[874/917] Compiling Atomics ManagedAtomic.swift
[875/917] Compiling Atomics ManagedAtomicLazyReference.swift
[876/917] Compiling Atomics UnsafeAtomic.swift
[877/917] Compiling Atomics UnsafeAtomicLazyReference.swift
[878/919] Compiling Atomics AtomicMemoryOrderings.swift
[879/919] Compiling Atomics DoubleWord.swift
[880/927] Compiling Atomics IntegerOperations.swift
[881/927] Compiling Atomics Unmanaged extensions.swift
[882/927] Compiling Atomics AtomicReference.swift
[883/927] Compiling Atomics AtomicStorage.swift
[884/927] Compiling Atomics AtomicValue.swift
[885/927] Compiling Atomics Primitives.shims.swift
[886/927] Compiling Atomics AtomicInteger.swift
[887/927] Compiling Atomics AtomicOptionalWrappable.swift
[894/927] Compiling Algorithms Suffix.swift
[895/930] Compiling Algorithms RandomSample.swift
[896/930] Compiling Algorithms Reductions.swift
[897/930] Compiling Algorithms Rotate.swift
[904/930] Compiling Atomics OptionalRawRepresentable.swift
[905/930] Compiling Atomics RawRepresentable.swift
[906/930] Compiling Atomics AtomicBool.swift
[908/930] Compiling Algorithms Trim.swift
[909/930] Compiling Algorithms Unique.swift
[910/930] Compiling Algorithms Windows.swift
[911/930] Compiling Atomics IntegerConformances.swift
[912/930] Compiling Atomics PointerConformances.swift
[913/930] Compiling Atomics Primitives.native.swift
[915/930] Emitting module Atomics
[922/930] Compiling CryptoBoringWrapper RandomBytes.swift
[924/931] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[925/990] Emitting module Algorithms
[927/991] Compiling CryptoBoringWrapper EllipticCurve.swift
[928/991] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[929/991] Emitting module CryptoBoringWrapper
[930/991] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[931/991] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[932/991] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[934/1063] Compiling Crypto HKDF.swift
[935/1063] Compiling Crypto AESWrap.swift
[936/1063] Compiling Crypto AESWrap_boring.swift
[937/1063] Compiling Crypto Ed25519_boring.swift
[938/1063] Compiling Crypto NISTCurvesKeys_boring.swift
[939/1063] Compiling Crypto X25519Keys_boring.swift
[940/1063] Compiling Crypto Curve25519.swift
[941/1063] Compiling Crypto Ed25519Keys.swift
[942/1071] Compiling Crypto SubjectPublicKeyInfo.swift
[943/1071] Compiling Crypto CryptoKitErrors.swift
[944/1071] Compiling Crypto Digest_boring.swift
[945/1071] Compiling Crypto Digest.swift
[946/1071] Compiling Crypto Digests.swift
[947/1071] Compiling Crypto HashFunctions.swift
[948/1071] Compiling Crypto HashFunctions_SHA2.swift
[949/1071] Compiling Crypto HPKE-AEAD.swift
[950/1071] Compiling Crypto HPKE-Ciphersuite.swift
[951/1071] Compiling Crypto HPKE-KDF.swift
[952/1071] Compiling Crypto HPKE-KexKeyDerivation.swift
[953/1071] Compiling Crypto HPKE-LabeledExtract.swift
[954/1071] Compiling Crypto HPKE-Utils.swift
[955/1071] Compiling Crypto DHKEM.swift
[956/1071] Compiling Crypto HPKE-KEM-Curve25519.swift
[957/1071] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[958/1071] Compiling Crypto HPKE-KEM.swift
[959/1071] Compiling Crypto HPKE-Errors.swift
[968/1080] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[969/1080] Compiling NIOCore SocketAddresses.swift
[970/1080] Compiling Crypto AES-GCM.swift
[971/1080] Compiling Crypto AES-GCM_boring.swift
[972/1080] Compiling Crypto ChaChaPoly_boring.swift
[973/1080] Compiling Crypto ChaChaPoly.swift
[974/1080] Compiling Crypto Cipher.swift
[975/1080] Compiling Crypto Nonces.swift
[976/1080] Compiling Crypto ASN1.swift
[977/1080] Compiling Crypto ASN1Any.swift
[978/1080] Compiling Crypto ASN1BitString.swift
[979/1080] Compiling Crypto ASN1Boolean.swift
[980/1080] Compiling Crypto Insecure.swift
[981/1080] Compiling Crypto Insecure_HashFunctions.swift
[982/1080] Compiling Crypto KEM.swift
[983/1080] Compiling Crypto ECDH_boring.swift
[984/1080] Compiling Crypto DH.swift
[985/1080] Compiling Crypto ECDH.swift
[986/1080] Compiling Crypto PKCS8PrivateKey.swift
[987/1080] Compiling Crypto SEC1PrivateKey.swift
[988/1080] Compiling NIOCore SocketOptionProvider.swift
[989/1080] Compiling NIOCore SystemCallHelpers.swift
[990/1080] Compiling NIOCore TimeAmount+Duration.swift
[991/1080] Compiling NIOCore TypeAssistedChannelHandler.swift
[992/1080] Compiling NIOCore UniversalBootstrapSupport.swift
[993/1080] Compiling NIOCore Utilities.swift
[994/1080] Compiling Crypto ECDSA_boring.swift
[995/1080] Compiling Crypto EdDSA_boring.swift
[996/1080] Compiling Crypto ECDSA.swift
[997/1080] Compiling Crypto Ed25519.swift
[1007/1080] Emitting module Crypto
[1026/1080] Compiling Crypto HPKE.swift
[1027/1080] Compiling Crypto HPKE-Context.swift
[1028/1080] Compiling Crypto HPKE-KeySchedule.swift
[1029/1080] Compiling Crypto HPKE-Modes.swift
[1044/1080] Compiling Crypto ASN1Identifier.swift
[1045/1080] Compiling Crypto ASN1Integer.swift
[1046/1080] Compiling Crypto ASN1Null.swift
[1047/1080] Compiling Crypto ASN1OctetString.swift
[1048/1080] Compiling Crypto ASN1Strings.swift
[1049/1080] Compiling Crypto ArraySliceBigint.swift
[1050/1080] Compiling Crypto GeneralizedTime.swift
[1051/1080] Compiling Crypto ObjectIdentifier.swift
[1052/1080] Compiling Crypto ECDSASignature.swift
[1053/1080] Compiling Crypto PEMDocument.swift
[1054/1080] Compiling Crypto Signature.swift
[1055/1080] Compiling Crypto CryptoKitErrors_boring.swift
[1056/1080] Compiling Crypto RNG_boring.swift
[1057/1080] Compiling Crypto SafeCompare_boring.swift
[1058/1080] Compiling Crypto Zeroization_boring.swift
[1059/1080] Compiling Crypto PrettyBytes.swift
[1060/1080] Compiling Crypto SafeCompare.swift
[1061/1080] Compiling Crypto SecureBytes.swift
[1062/1080] Compiling Crypto Zeroization.swift
[1081/1081] Emitting module NIOCore
[1083/1133] Emitting module NIOEmbedded
[1084/1133] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1085/1133] Compiling NIOEmbedded Embedded.swift
[1086/1133] Compiling NIOEmbedded AsyncTestingChannel.swift
[1088/1134] Emitting module NIOPosix
[1089/1140] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1090/1140] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1091/1140] Compiling NIOPosix PosixSingletons.swift
[1092/1140] Compiling NIOPosix RawSocketBootstrap.swift
[1093/1140] Compiling NIOPosix Resolver.swift
[1094/1140] Compiling NIOPosix Selectable.swift
[1095/1140] Compiling NIOPosix SelectableChannel.swift
[1096/1140] Compiling NIOPosix SelectableEventLoop.swift
[1097/1140] Compiling NIOPosix SelectorEpoll.swift
[1098/1140] Compiling NIOPosix SelectorGeneric.swift
[1099/1140] Compiling NIOPosix SelectorKqueue.swift
[1100/1140] Compiling NIOPosix SelectorUring.swift
[1101/1140] Compiling NIOPosix ServerSocket.swift
[1102/1140] Compiling NIOPosix Socket.swift
[1103/1140] Compiling NIOPosix SocketChannel.swift
[1104/1140] Compiling NIOPosix SocketProtocols.swift
[1105/1140] Compiling NIOPosix System.swift
[1106/1140] Compiling NIOPosix Thread.swift
[1107/1140] Compiling NIOPosix ThreadPosix.swift
[1108/1140] Compiling NIOPosix ThreadWindows.swift
[1109/1140] Compiling NIOPosix UnsafeTransfer.swift
[1110/1140] Compiling NIOPosix Utilities.swift
[1111/1140] Compiling NIOPosix VsockAddress.swift
[1112/1140] Compiling NIOPosix VsockChannelEvents.swift
[1113/1140] Compiling NIOPosix BSDSocketAPICommon.swift
[1114/1140] Compiling NIOPosix BSDSocketAPIPosix.swift
[1115/1140] Compiling NIOPosix BSDSocketAPIWindows.swift
[1116/1140] Compiling NIOPosix BaseSocket.swift
[1117/1140] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1118/1140] Compiling NIOPosix BaseSocketChannel.swift
[1119/1140] Compiling NIOPosix BaseStreamSocketChannel.swift
[1120/1140] Compiling NIOPosix IO.swift
[1121/1140] Compiling NIOPosix IntegerBitPacking.swift
[1122/1140] Compiling NIOPosix IntegerTypes.swift
[1123/1140] Compiling NIOPosix Linux.swift
[1124/1140] Compiling NIOPosix LinuxCPUSet.swift
[1125/1140] Compiling NIOPosix LinuxUring.swift
[1126/1140] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1127/1140] Compiling NIOPosix Bootstrap.swift
[1128/1140] Compiling NIOPosix ControlMessage.swift
[1129/1140] Compiling NIOPosix DatagramVectorReadManager.swift
[1130/1140] Compiling NIOPosix Errors+Any.swift
[1131/1140] Compiling NIOPosix FileDescriptor.swift
[1132/1140] Compiling NIOPosix GetaddrinfoResolver.swift
[1133/1140] Compiling NIOPosix HappyEyeballs.swift
[1134/1140] Compiling NIOPosix NIOThreadPool.swift
[1135/1140] Compiling NIOPosix NonBlockingFileIO.swift
[1136/1140] Compiling NIOPosix PendingDatagramWritesManager.swift
[1137/1140] Compiling NIOPosix PendingWritesManager.swift
[1138/1140] Compiling NIOPosix PipeChannel.swift
[1139/1140] Compiling NIOPosix PipePair.swift
[1140/1140] Compiling NIOPosix Pool.swift
[1142/1143] Compiling NIO Exports.swift
[1143/1143] Emitting module NIO
[1145/1183] Compiling NIOTLS TLSEvents.swift
[1146/1183] Emitting module NIOTLS
[1147/1183] Compiling NIOSOCKS SOCKSResponse.swift
[1148/1184] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1149/1184] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1150/1184] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1151/1184] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1152/1184] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1153/1184] Compiling NIOSOCKS ServerStateMachine.swift
[1154/1184] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1155/1184] Compiling NIOSOCKS ClientStateMachine.swift
[1156/1184] Emitting module NIOSOCKS
[1157/1184] Compiling NIOSOCKS SOCKSClientHandler.swift
[1158/1184] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[1159/1184] Compiling NIOSOCKS Errors.swift
[1160/1184] Compiling NIOSOCKS Helpers.swift
[1161/1184] Compiling NIOSOCKS Messages.swift
[1162/1184] Compiling NIOSOCKS SOCKSRequest.swift
[1163/1184] Compiling NIOSOCKS AuthenticationMethod.swift
[1164/1184] Compiling NIOSOCKS ClientGreeting.swift
[1166/1185] Emitting module NIOFoundationCompat
[1167/1185] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1168/1185] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1169/1185] Compiling NIOTLS SNIHandler.swift
[1171/1187] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1172/1187] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1174/1240] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1175/1240] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1176/1240] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1177/1240] Compiling NIOTransportServices NIOTSSingletons.swift
[1178/1240] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1179/1240] Compiling NIOTransportServices StateManagedChannel.swift
[1180/1240] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1181/1240] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1182/1242] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1183/1242] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1184/1242] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1185/1242] Compiling NIOTransportServices NIOTSErrors.swift
[1186/1242] Compiling NIOTransportServices NIOTSBootstraps.swift
[1187/1242] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1188/1242] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1189/1242] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1194/1242] Compiling NIOTransportServices NIOTSEventLoop.swift
[1195/1242] Compiling NIOTransportServices AcceptHandler.swift
[1196/1242] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1198/1242] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1199/1242] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1200/1242] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1203/1242] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1204/1242] Emitting module NIOTransportServices
[1211/1243] Emitting module NIOHTTP1
[1216/1262] Compiling NIOHPACK IndexedHeaderTable.swift
[1217/1263] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1218/1263] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1219/1263] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1220/1263] Compiling NIOHPACK IntegerCoding.swift
[1221/1263] Emitting module NIOSSL
[1222/1266] Compiling NIOHPACK StaticHeaderTable.swift
[1223/1266] Compiling NIOSSL NIOSSLSecureBytes.swift
[1224/1266] Compiling NIOSSL RNG.swift
[1225/1266] Compiling NIOSSL SafeCompare.swift
[1226/1266] Compiling NIOSSL Zeroization.swift
[1230/1266] Compiling NIOSSL SubjectAlternativeName.swift
[1231/1266] Compiling NIOHPACK HuffmanTables.swift
[1232/1266] Compiling NIOHTTPCompression HTTPCompression.swift
[1233/1266] Emitting module NIOHTTPCompression
[1234/1266] Compiling NIOHTTPCompression HTTPDecompression.swift
[1235/1266] Compiling NIOHPACK HPACKHeader.swift
[1236/1266] Compiling NIOHPACK HeaderTables.swift
[1237/1266] Compiling NIOHPACK HuffmanCoding.swift
[1238/1266] Compiling NIOHPACK DynamicHeaderTable.swift
[1239/1266] Compiling NIOHPACK HPACKDecoder.swift
[1240/1266] Compiling NIOHPACK HPACKEncoder.swift
[1241/1266] Compiling NIOHPACK HPACKErrors.swift
[1242/1266] Emitting module NIOHPACK
[1251/1266] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1254/1326] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1255/1326] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1256/1326] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1257/1326] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1258/1326] Compiling NIOHTTP2 SendingHeadersState.swift
[1259/1326] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1260/1326] Compiling NIOHTTP2 SendingRstStreamState.swift
[1261/1326] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1262/1326] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1263/1326] Compiling NIOHTTP2 StateMachineResult.swift
[1264/1326] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1265/1326] Compiling NIOHTTP2 DOSHeuristics.swift
[1266/1326] Compiling NIOHTTP2 MaySendFrames.swift
[1267/1326] Compiling NIOHTTP2 SendingDataState.swift
[1268/1326] Compiling NIOHTTP2 SendingGoawayState.swift
[1274/1334] Compiling NIOHTTP2 HasRemoteSettings.swift
[1275/1334] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1276/1334] Compiling NIOHTTP2 QuiescingState.swift
[1278/1335] Emitting module NIOHTTP2
[1279/1335] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1280/1335] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1281/1335] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1282/1335] Compiling NIOHTTP2 HTTP2StreamID.swift
[1283/1335] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1284/1335] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1285/1335] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1286/1335] Compiling NIOHTTP2 InboundEventBuffer.swift
[1287/1335] Compiling NIOHTTP2 InboundWindowManager.swift
[1288/1335] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1289/1335] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1290/1335] Compiling NIOHTTP2 StreamChannelList.swift
[1291/1335] Compiling NIOHTTP2 StreamMap.swift
[1292/1335] Compiling NIOHTTP2 StreamStateMachine.swift
[1293/1335] Compiling NIOHTTP2 UnsafeTransfer.swift
[1294/1335] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1295/1335] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1296/1335] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1297/1335] Compiling NIOHTTP2 MayReceiveFrames.swift
[1298/1335] Compiling NIOHTTP2 ReceivingDataState.swift
[1303/1335] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1304/1335] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1305/1335] Compiling NIOHTTP2 HTTP2Frame.swift
[1306/1335] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1307/1335] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1308/1335] Compiling NIOHTTP2 HTTP2PingData.swift
[1309/1335] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1310/1335] Compiling NIOHTTP2 HTTP2Settings.swift
[1311/1335] Compiling NIOHTTP2 HTTP2Stream.swift
[1312/1335] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1313/1335] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1314/1335] Compiling NIOHTTP2 HasLocalSettings.swift
[1318/1335] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1319/1335] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1320/1335] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1321/1335] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1322/1335] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1323/1335] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1324/1335] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1325/1335] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1326/1335] Compiling NIOHTTP2 HTTP2Error.swift
[1327/1335] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1331/1335] Compiling NIOHTTP2 Error+Any.swift
[1332/1335] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1333/1335] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1334/1335] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1335/1335] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1337/1395] Emitting module AsyncHTTPClient
[1338/1395] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1339/1395] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1340/1395] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1341/1395] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1342/1395] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1343/1395] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1344/1395] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1345/1395] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1346/1395] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1347/1403] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1348/1403] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1349/1403] Compiling AsyncHTTPClient Transaction.swift
[1350/1403] Compiling AsyncHTTPClient Base64.swift
[1351/1403] Compiling AsyncHTTPClient BasicAuth.swift
[1352/1403] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1353/1403] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1354/1403] Compiling AsyncHTTPClient ConnectionPool.swift
[1355/1403] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1356/1403] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1357/1403] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1358/1403] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1359/1403] Compiling AsyncHTTPClient HTTP1Connection.swift
[1360/1403] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1361/1403] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1362/1403] Compiling AsyncHTTPClient HTTP2Connection.swift
[1363/1403] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1364/1403] Compiling AsyncHTTPClient RequestBag.swift
[1365/1403] Compiling AsyncHTTPClient RequestValidation.swift
[1366/1403] Compiling AsyncHTTPClient SSLContextCache.swift
[1367/1403] Compiling AsyncHTTPClient Scheme.swift
[1368/1403] Compiling AsyncHTTPClient Singleton.swift
[1369/1403] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1370/1403] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1371/1403] Compiling AsyncHTTPClient Utils.swift
[1372/1403] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1373/1403] Compiling AsyncHTTPClient RequestOptions.swift
[1374/1403] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1375/1403] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1376/1403] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1377/1403] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1378/1403] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1379/1403] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1380/1403] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1381/1403] Compiling AsyncHTTPClient ConnectionTarget.swift
[1382/1403] Compiling AsyncHTTPClient DeconstructedURL.swift
[1383/1403] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1384/1403] Compiling AsyncHTTPClient FoundationExtensions.swift
[1385/1403] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1386/1403] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1387/1403] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1388/1403] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1389/1403] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1390/1403] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1391/1403] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1392/1403] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1393/1403] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1394/1403] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1395/1403] Compiling AsyncHTTPClient RequestBodyLength.swift
[1396/1403] Compiling AsyncHTTPClient HTTPClient.swift
[1397/1403] Compiling AsyncHTTPClient HTTPHandler.swift
[1398/1403] Compiling AsyncHTTPClient LRUCache.swift
[1399/1403] Compiling AsyncHTTPClient NWErrorHandler.swift
[1400/1403] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1401/1403] Compiling AsyncHTTPClient TLSConfiguration.swift
[1402/1403] Compiling AsyncHTTPClient RedirectState.swift
[1403/1403] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1405/1431] Emitting module PhonePeKit
[1406/1434] Compiling PhonePeKit PayResponse.swift
[1407/1434] Compiling PhonePeKit PayRoutes.swift
[1408/1434] Compiling PhonePeKit RefundRequest.swift
[1409/1434] Compiling PhonePeKit RefundResponse.swift
[1410/1434] Compiling PhonePeKit CheckStatusResponse.swift
[1411/1434] Compiling PhonePeKit CheckStatusRoutes.swift
[1412/1434] Compiling PhonePeKit PhonePeAPIRoute.swift
[1413/1434] Compiling PhonePeKit PhonePeClient.swift
[1414/1434] Compiling PhonePeKit PhonePeRequest.swift
[1415/1434] Compiling PhonePeKit AllSubscriptionsResponse.swift
[1416/1434] Compiling PhonePeKit AuthStatusResponse.swift
[1417/1434] Compiling PhonePeKit SubscriptionRequest.swift
[1418/1434] Compiling PhonePeKit SubscriptionResponse.swift
[1419/1434] Compiling PhonePeKit SubscriptionRoutes.swift
[1420/1434] Compiling PhonePeKit PaymentOptionsResponse.swift
[1421/1434] Compiling PhonePeKit VPAValidateRequest.swift
[1422/1434] Compiling PhonePeKit VPAValidateResponse.swift
[1423/1434] Compiling PhonePeKit PayRequest.swift
[1424/1434] Compiling PhonePeKit String+Hex.swift
[1425/1434] Compiling PhonePeKit HealthCheckRoutes.swift
[1426/1434] Compiling PhonePeKit HealthStatusResponse.swift
[1427/1434] Compiling PhonePeKit OtherRoutes.swift
[1428/1434] Compiling PhonePeKit PhonePeError.swift
[1429/1434] Compiling PhonePeKit PhonePeErrorCode.swift
[1430/1434] Compiling PhonePeKit PhonePeSignatureError.swift
[1431/1434] Compiling PhonePeKit SignatureGenerationError.swift
[1432/1434] Compiling PhonePeKit UserSubscriptionStatusRequest.swift
[1433/1434] Compiling PhonePeKit PhonePeResponse.swift
[1434/1434] Compiling PhonePeKit Request.swift
Build complete! (250.55s)
Build complete.
{
"dependencies" : [
{
"identity" : "async-http-client",
"requirement" : {
"range" : [
{
"lower_bound" : "1.20.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/async-http-client.git"
},
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "3.1.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
}
],
"manifest_display_name" : "PhonePeKit",
"name" : "PhonePeKit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "PhonePeKit",
"targets" : [
"PhonePeKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PhonePeKitTests",
"module_type" : "SwiftTarget",
"name" : "PhonePeKitTests",
"path" : "Tests/PhonePeKitTests",
"sources" : [
"PhonePeKitTests.swift"
],
"target_dependencies" : [
"PhonePeKit"
],
"type" : "test"
},
{
"c99name" : "PhonePeKit",
"module_type" : "SwiftTarget",
"name" : "PhonePeKit",
"path" : "Sources/PhonePeKit",
"product_dependencies" : [
"AsyncHTTPClient",
"Crypto"
],
"product_memberships" : [
"PhonePeKit"
],
"sources" : [
"Errors/PhonePeError.swift",
"Errors/PhonePeErrorCode.swift",
"Errors/PhonePeSignatureError.swift",
"Errors/SignatureGenerationError.swift",
"Extensions/String+Hex.swift",
"Pay/Health Check/HealthCheckRoutes.swift",
"Pay/Health Check/HealthStatusResponse.swift",
"Pay/Others/OtherRoutes.swift",
"Pay/Others/PaymentOptionsResponse.swift",
"Pay/Others/VPAValidateRequest.swift",
"Pay/Others/VPAValidateResponse.swift",
"Pay/PayRequest.swift",
"Pay/PayResponse.swift",
"Pay/PayRoutes.swift",
"Pay/RefundRequest.swift",
"Pay/RefundResponse.swift",
"Pay/Status/CheckStatusResponse.swift",
"Pay/Status/CheckStatusRoutes.swift",
"PhonePeAPIRoute.swift",
"PhonePeClient.swift",
"PhonePeRequest.swift",
"Recurring Payments/AllSubscriptionsResponse.swift",
"Recurring Payments/AuthStatusResponse.swift",
"Recurring Payments/SubscriptionRequest.swift",
"Recurring Payments/SubscriptionResponse.swift",
"Recurring Payments/SubscriptionRoutes.swift",
"Recurring Payments/UserSubscriptionStatusRequest.swift",
"Utilities/PhonePeResponse.swift",
"Utilities/Request.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.