Build Information
Successful build of PhonePeKit, reference 0.1.1 (21b04b
), with Swift 6.1 for Android on 29 May 2025 14:40:23 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vamsii777/phonepe-kit.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/vamsii777/phonepe-kit
* tag 0.1.1 -> FETCH_HEAD
HEAD is now at 21b04bf Fix Data Race Errors in Swift 6 (#2)
Cloned https://github.com/vamsii777/phonepe-kit.git
Revision (git rev-parse @):
21b04bffdea88718ee0049de6669ffac45de0485
SUCCESS checkout https://github.com/vamsii777/phonepe-kit.git at 0.1.1
========================================
Build
========================================
Selected platform: android
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-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetching https://github.com/swift-server/async-http-client.git
Fetched https://github.com/apple/swift-crypto.git from cache (2.24s)
[1/14014] Fetching async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.17s)
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 (4.28s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-extras.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-log.git
Fetching https://github.com/apple/swift-algorithms.git
[1/2667] Fetching swift-nio-transport-services
[2028/4377] Fetching swift-nio-transport-services, swift-atomics
[3199/8213] Fetching swift-nio-transport-services, swift-atomics, swift-log
[4145/14172] Fetching swift-nio-transport-services, swift-atomics, swift-log, swift-algorithms
[5068/20086] Fetching swift-nio-transport-services, swift-atomics, swift-log, swift-algorithms, swift-nio-extras
[6477/31613] Fetching swift-nio-transport-services, swift-atomics, swift-log, swift-algorithms, swift-nio-extras, swift-nio-http2
Fetched https://github.com/apple/swift-log.git from cache (1.04s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.10s)
[16235/25110] Fetching swift-atomics, swift-algorithms, swift-nio-extras, swift-nio-http2
Fetched https://github.com/apple/swift-algorithms.git from cache (1.10s)
Fetching https://github.com/apple/swift-nio.git
[10391/19151] Fetching swift-atomics, swift-nio-extras, swift-nio-http2
[19152/33994] Fetching swift-atomics, swift-nio-extras, swift-nio-http2, swift-nio-ssl
[21082/110091] Fetching swift-atomics, swift-nio-extras, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (2.51s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (2.52s)
[27320/102467] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.53s)
[16702/90940] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.17s)
[53268/76097] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (8.48s)
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 (13.83s)
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.89s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (3.53s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (0.95s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-asn1.git
[1/4985] Fetching swift-async-algorithms
[51/7411] Fetching swift-async-algorithms, swift-service-lifecycle
[1083/8315] Fetching swift-async-algorithms, swift-service-lifecycle, swift-http-types
[1582/9905] Fetching swift-async-algorithms, swift-service-lifecycle, swift-http-types, swift-asn1
[4435/11046] Fetching swift-async-algorithms, swift-service-lifecycle, swift-http-types, swift-asn1, swift-http-structured-headers
[6883/17201] Fetching swift-async-algorithms, swift-service-lifecycle, swift-http-types, swift-asn1, swift-http-structured-headers, swift-certificates
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.62s)
[11883/14775] Fetching swift-async-algorithms, swift-http-types, swift-asn1, swift-http-structured-headers, swift-certificates
Fetched https://github.com/apple/swift-asn1.git from cache (0.62s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.62s)
[9635/12281] Fetching swift-async-algorithms, swift-http-structured-headers, swift-certificates
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.75s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.90s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.90s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.80s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.85s)
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 (0.93s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.07s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.74s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (2.83s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (7.73s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.93s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.97s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (2.04s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.22s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.58s)
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.44s)
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.73s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.92s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.92s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.12s)
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-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.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-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-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-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-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-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-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-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
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/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/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.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/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/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-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Building for debugging...
[0/802] Write sources
[14/802] Compiling aesv8-armv7-linux.S
[15/802] Compiling _NumericsShims _NumericsShims.c
[16/802] Write sources
[18/802] Compiling aesv8-armv8-apple.S
[18/802] Write sources
[26/802] Compiling CNIOWindows shim.c
[27/802] Compiling _AtomicsShims.c
[28/802] Compiling CNIOWindows WSAStartup.c
[29/802] Compiling CNIOWASI CNIOWASI.c
[30/802] Compiling CNIOLinux liburing_shims.c
[31/802] Compiling CNIOLinux shim.c
[32/802] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[33/802] Compiling CNIOLLHTTP c_nio_http.c
[34/802] Compiling CNIOExtrasZlib empty.c
[35/802] Compiling CNIODarwin shim.c
[36/802] Compiling CNIOLLHTTP c_nio_api.c
[37/802] Compiling fiat_p256_adx_sqr.S
[38/802] Compiling fiat_p256_adx_mul.S
[39/802] Compiling fiat_curve25519_adx_square.S
[40/802] Compiling cpu_intel.cc
[41/802] Write swift-version-24593BA9C3E375BF.txt
[42/802] Compiling fiat_curve25519_adx_mul.S
[43/802] Compiling CNIOLLHTTP c_nio_llhttp.c
[44/808] Compiling cpu_arm_freebsd.cc
[45/808] Compiling cpu_aarch64_win.cc
[46/808] Compiling cpu_arm_linux.cc
[47/808] Compiling CNIOBoringSSLShims shims.c
[49/837] Emitting module _NIODataStructures
[50/837] Emitting module InternalCollectionsUtilities
[50/838] Compiling tls_method.cc
[51/838] Compiling tls_record.cc
[52/838] Compiling tls13_server.cc
[54/838] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[55/838] Compiling RealModule Float80+Real.swift
[56/839] Compiling InternalCollectionsUtilities Descriptions.swift
[57/839] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[58/839] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[59/839] Compiling RealModule RealFunctions.swift
[60/839] Compiling Logging LogHandler.swift
[61/839] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[62/839] Compiling InternalCollectionsUtilities Debugging.swift
[63/839] Emitting module RealModule
[64/839] Compiling _NIOBase64 Base64.swift
[65/839] Emitting module _NIOBase64
[66/839] Compiling RealModule Real.swift
[67/839] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[68/839] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[69/839] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[70/839] Compiling InternalCollectionsUtilities Integer rank.swift
[71/839] Compiling _NIODataStructures _TinyArray.swift
[72/840] Compiling _NIODataStructures PriorityQueue.swift
[73/840] Compiling tls13_enc.cc
[74/840] Compiling tls13_client.cc
[78/840] Compiling RealModule ElementaryFunctions.swift
[79/840] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[80/840] Compiling InternalCollectionsUtilities UInt+reversed.swift
[81/840] Compiling RealModule Float+Real.swift
[82/840] Compiling RealModule Float16+Real.swift
[85/840] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[86/840] Compiling InternalCollectionsUtilities _SortedCollection.swift
[87/842] Compiling _NIODataStructures Heap.swift
[87/843] Compiling tls13_both.cc
[92/858] Compiling DequeModule _DequeBuffer.swift
[93/858] Compiling DequeModule _DequeBufferHeader.swift
[94/860] Compiling DequeModule Deque+Equatable.swift
[95/860] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[96/860] Compiling DequeModule Deque+CustomReflectable.swift
[97/860] Compiling DequeModule Deque+Descriptions.swift
[98/860] Compiling DequeModule Deque+Extras.swift
[99/860] Compiling DequeModule Deque+Hashable.swift
[100/860] Compiling DequeModule _DequeSlot.swift
[101/860] Compiling DequeModule _UnsafeWrappedBuffer.swift
[102/860] Compiling DequeModule Deque+Testing.swift
[103/860] Compiling DequeModule Deque._Storage.swift
[104/860] Compiling DequeModule Deque._UnsafeHandle.swift
[105/860] Compiling DequeModule Deque.swift
[106/860] Compiling DequeModule Deque+Codable.swift
[107/860] Compiling DequeModule Deque+Collection.swift
[108/860] Emitting module DequeModule
[109/861] Compiling ssl_versions.cc
[110/861] Compiling ssl_transcript.cc
[111/861] Compiling ssl_stat.cc
[113/861] Compiling Logging MetadataProvider.swift
[114/861] Compiling Logging Locks.swift
[114/861] Compiling t1_enc.cc
[116/861] Compiling Logging Logging.swift
[117/861] Emitting module Logging
[118/862] Compiling ssl_session.cc
[119/862] Compiling ssl_x509.cc
[120/862] Compiling ssl_privkey.cc
[121/862] Compiling ssl_file.cc
[122/862] Compiling ssl_key_share.cc
[123/862] Compiling ssl_cipher.cc
[124/862] Compiling ssl_buffer.cc
[125/862] Compiling ssl_cert.cc
[126/862] Compiling ssl_credential.cc
[127/862] Compiling ssl_lib.cc
[128/862] Compiling ssl_aead_ctx.cc
[129/862] Compiling ssl_asn1.cc
[130/862] Compiling handshake_server.cc
[131/862] Compiling s3_both.cc
[132/862] Compiling s3_lib.cc
[133/862] Compiling s3_pkt.cc
[134/862] Compiling handshake_client.cc
[135/862] Compiling encrypted_client_hello.cc
[136/862] Compiling handshake.cc
[137/862] Compiling handoff.cc
[138/862] Compiling bio_ssl.cc
[139/862] Compiling md5-x86_64-linux.S
[140/862] Compiling md5-x86_64-apple.S
[141/862] Compiling md5-586-linux.S
[142/862] Compiling dtls_method.cc
[143/862] Compiling d1_srtp.cc
[144/862] Compiling md5-586-apple.S
[145/862] Compiling extensions.cc
[145/862] Compiling d1_pkt.cc
[147/862] Compiling dtls_record.cc
[148/862] Compiling chacha20_poly1305_x86_64-linux.S
[149/862] Compiling err_data.cc
[150/862] Compiling d1_both.cc
[151/862] Compiling d1_lib.cc
[152/862] Compiling chacha20_poly1305_x86_64-apple.S
[153/862] Compiling chacha20_poly1305_armv8-win.S
[154/862] Compiling chacha20_poly1305_armv8-apple.S
[155/862] Compiling chacha20_poly1305_armv8-linux.S
[156/862] Compiling chacha-x86_64-linux.S
[156/862] Compiling chacha-x86_64-apple.S
[158/862] Compiling chacha-x86-apple.S
[159/862] Compiling chacha-armv8-win.S
[160/862] Compiling chacha-x86-linux.S
[161/862] Compiling chacha-armv8-apple.S
[162/862] Compiling chacha-armv4-linux.S
[163/862] Compiling aes128gcmsiv-x86_64-apple.S
[164/862] Compiling chacha-armv8-linux.S
[165/862] Compiling aes128gcmsiv-x86_64-linux.S
[166/862] Compiling x86_64-mont5-apple.S
[167/862] Compiling x86_64-mont-linux.S
[168/862] Compiling x86_64-mont5-linux.S
[169/862] Compiling x86_64-mont-apple.S
[170/862] Compiling vpaes-x86_64-linux.S
[171/862] Compiling x86-mont-apple.S
[172/862] Compiling x86-mont-linux.S
[173/862] Compiling vpaes-x86_64-apple.S
[174/862] Compiling vpaes-x86-linux.S
[175/862] Compiling vpaes-armv8-win.S
[176/862] Compiling vpaes-x86-apple.S
[177/862] Compiling vpaes-armv8-linux.S
[178/862] Compiling vpaes-armv8-apple.S
[179/862] Compiling vpaes-armv7-linux.S
[180/862] Compiling sha512-x86_64-apple.S
[181/862] Compiling sha512-x86_64-linux.S
[182/862] Compiling sha512-armv8-win.S
[183/862] Compiling sha512-armv8-apple.S
[184/862] Compiling sha512-586-apple.S
[185/862] Compiling sha512-armv4-linux.S
[186/862] Compiling sha512-586-linux.S
[187/862] Compiling sha512-armv8-linux.S
[188/862] Compiling sha256-x86_64-linux.S
[189/862] Compiling sha256-armv8-win.S
[190/862] Compiling sha256-x86_64-apple.S
[191/862] Compiling sha256-586-apple.S
[191/862] Compiling sha256-armv4-linux.S
[193/862] Compiling sha256-586-linux.S
[193/862] Compiling sha256-armv8-linux.S
[193/862] Compiling sha256-armv8-apple.S
[196/862] Compiling sha1-x86_64-apple.S
[197/862] Compiling sha1-x86_64-linux.S
[198/862] Compiling sha1-armv8-apple.S
[198/862] Compiling sha1-586-linux.S
[198/862] Compiling sha1-586-apple.S
[198/862] Compiling sha1-armv8-win.S
[202/862] Compiling rsaz-avx2-apple.S
[202/862] Compiling sha1-armv4-large-linux.S
[204/862] Compiling rsaz-avx2-linux.S
[205/862] Compiling sha1-armv8-linux.S
[206/862] Compiling p256_beeu-armv8-asm-apple.S
[207/862] Compiling rdrand-x86_64-linux.S
[207/862] Compiling p256_beeu-x86_64-asm-apple.S
[207/862] Compiling p256_beeu-x86_64-asm-linux.S
[207/862] Compiling p256_beeu-armv8-asm-win.S
[211/862] Compiling rdrand-x86_64-apple.S
[212/862] Compiling p256_beeu-armv8-asm-linux.S
[213/862] Compiling p256-x86_64-asm-linux.S
[214/862] Compiling p256-armv8-asm-apple.S
[214/862] Compiling p256-armv8-asm-win.S
[216/862] Compiling ghashv8-armv8-apple.S
[217/862] Compiling p256-x86_64-asm-apple.S
[218/862] Compiling ghashv8-armv8-win.S
[219/862] Compiling ghashv8-armv8-linux.S
[220/862] Compiling p256-armv8-asm-linux.S
[221/862] Compiling ghashv8-armv7-linux.S
[222/862] Compiling ghash-x86_64-linux.S
[223/862] Compiling ghash-ssse3-x86_64-linux.S
[224/862] Compiling ghash-ssse3-x86-linux.S
[225/862] Compiling ghash-x86-apple.S
[226/862] Compiling ghash-x86_64-apple.S
[226/862] Compiling ghash-x86-linux.S
[226/862] Compiling ghash-ssse3-x86_64-apple.S
[229/862] Compiling ghash-ssse3-x86-apple.S
[230/862] Compiling ghash-armv4-linux.S
[231/862] Compiling bsaes-armv7-linux.S
[232/862] Compiling ghash-neon-armv8-apple.S
[233/862] Compiling ghash-neon-armv8-win.S
[234/862] Compiling ghash-neon-armv8-linux.S
[235/862] Compiling co-586-linux.S
[236/862] Compiling bn-armv8-win.S
[237/862] Compiling co-586-apple.S
[238/862] Compiling bn-armv8-apple.S
[239/862] Compiling bn-armv8-linux.S
[239/862] Compiling bn-586-apple.S
[241/862] Compiling armv8-mont-win.S
[242/862] Compiling bn-586-linux.S
[243/862] Compiling armv8-mont-linux.S
[244/862] Compiling armv8-mont-apple.S
[245/862] Compiling aesv8-gcm-armv8-win.S
[246/862] Compiling armv4-mont-linux.S
[247/862] Compiling aesv8-armv8-linux.S
[248/862] Compiling aesv8-gcm-armv8-linux.S
[249/862] Compiling aesv8-armv8-win.S
[250/862] Compiling aesv8-armv8-apple.S
[251/862] Compiling aesv8-gcm-armv8-apple.S
[252/862] Compiling aesv8-armv7-linux.S
[253/862] Compiling aesni-x86_64-linux.S
[254/862] Compiling aesni-gcm-x86_64-linux.S
[255/862] Compiling aesni-x86_64-apple.S
[255/862] Compiling aesni-x86-linux.S
[255/862] Compiling aesni-x86-apple.S
[258/862] Compiling aesni-gcm-x86_64-apple.S
[259/862] Compiling aes-gcm-avx2-x86_64-apple.S
[260/862] Compiling aes-gcm-avx2-x86_64-linux.S
[261/862] Compiling aes-gcm-avx10-x86_64-linux.S
[262/862] Compiling aes-gcm-avx10-x86_64-apple.S
[263/862] Compiling x_x509a.cc
[264/862] Compiling x_x509.cc
[265/862] Compiling x_req.cc
[266/862] Compiling x_sig.cc
[267/862] Compiling x_spki.cc
[268/862] Compiling x_pubkey.cc
[269/862] Compiling x_name.cc
[270/862] Compiling x_val.cc
[271/862] Compiling x_crl.cc
[272/862] Compiling x_algor.cc
[273/862] Compiling x_exten.cc
[274/862] Compiling x_attrib.cc
[275/862] Compiling x_all.cc
[276/862] Compiling x509spki.cc
[277/862] Compiling x509rset.cc
[278/862] Compiling x509name.cc
[279/862] Compiling x509cset.cc
[280/862] Compiling x509_v3.cc
[281/862] Compiling x509_vpm.cc
[282/862] Compiling x509_trs.cc
[282/862] Compiling x509_vfy.cc
[284/862] Compiling x509_req.cc
[285/862] Compiling x509_txt.cc
[286/862] Compiling x509_set.cc
[287/862] Compiling x509_def.cc
[288/862] Compiling x509_ext.cc
[289/862] Compiling x509_obj.cc
[290/862] Compiling x509_d2.cc
[291/862] Compiling x509_lu.cc
[292/862] Compiling x509_att.cc
[293/862] Compiling x509_cmp.cc
[294/862] Compiling x509.cc
[295/862] Compiling v3_skey.cc
[296/862] Compiling v3_utl.cc
[297/862] Compiling v3_prn.cc
[298/862] Compiling v3_pmaps.cc
[299/862] Compiling v3_purp.cc
[300/862] Compiling v3_ocsp.cc
[301/862] Compiling v3_pcons.cc
[302/862] Compiling v3_info.cc
[303/862] Compiling v3_ncons.cc
[304/862] Compiling v3_ia5.cc
[305/862] Compiling v3_lib.cc
[306/862] Compiling v3_int.cc
[307/862] Compiling v3_genn.cc
[308/862] Compiling v3_extku.cc
[309/862] Compiling v3_enum.cc
[310/862] Compiling v3_cpols.cc
[311/862] Compiling v3_crld.cc
[312/862] Compiling v3_conf.cc
[313/862] Compiling v3_bitst.cc
[314/862] Compiling v3_bcons.cc
[315/862] Compiling v3_akey.cc
[316/862] Compiling v3_alt.cc
[317/862] Compiling t_x509a.cc
[318/862] Compiling v3_akeya.cc
[319/862] Compiling t_x509.cc
[320/862] Compiling i2d_pr.cc
[321/862] Compiling t_crl.cc
[322/862] Compiling t_req.cc
[323/862] Compiling rsa_pss.cc
[324/862] Compiling name_print.cc
[325/862] Compiling policy.cc
[326/862] Compiling by_file.cc
[327/862] Compiling a_sign.cc
[328/862] Compiling by_dir.cc
[329/862] Compiling algorithm.cc
[330/862] Compiling asn1_gen.cc
[331/862] Compiling a_verify.cc
[332/862] Compiling a_digest.cc
[333/862] Compiling voprf.cc
[334/862] Compiling trust_token.cc
[335/862] Compiling thread_win.cc
[336/862] Compiling thread_pthread.cc
[337/862] Compiling thread_none.cc
[338/862] Compiling thread.cc
[339/862] Compiling pmbtoken.cc
[340/862] Compiling stack.cc
[341/862] Compiling spake2plus.cc
[342/862] Compiling siphash.cc
[343/862] Compiling sha512.cc
[344/862] Compiling sha1.cc
[345/862] Compiling sha256.cc
[346/862] Compiling slhdsa.cc
[347/862] Compiling rsa_extra.cc
[348/862] Compiling rsa_print.cc
[349/862] Compiling refcount.cc
[350/862] Compiling rsa_crypt.cc
[351/862] Compiling rc4.cc
[352/862] Compiling rsa_asn1.cc
[353/862] Compiling rand.cc
[354/862] Compiling trusty.cc
[355/862] Compiling windows.cc
[356/862] Compiling passive.cc
[357/862] Compiling urandom.cc
[358/862] Compiling poly1305_arm_asm.S
[359/862] Compiling getentropy.cc
[360/862] Compiling ios.cc
[361/862] Compiling fork_detect.cc
[362/862] Compiling forkunsafe.cc
[363/862] Compiling deterministic.cc
[364/862] Compiling pool.cc
[365/862] Compiling poly1305_vec.cc
[366/862] Compiling poly1305.cc
[367/862] Compiling poly1305_arm.cc
[368/862] Compiling p5_pbev2.cc
[369/862] Compiling pkcs8.cc
[370/862] Compiling pkcs8_x509.cc
[371/862] Compiling pkcs7_x509.cc
[372/862] Compiling pkcs7.cc
[373/862] Compiling pem_x509.cc
[374/862] Compiling pem_xaux.cc
[375/862] Compiling pem_pk8.cc
[376/862] Compiling pem_pkey.cc
[377/862] Compiling pem_oth.cc
[378/862] Compiling mlkem.cc
[379/862] Compiling pem_lib.cc
[380/862] Compiling obj_xref.cc
[381/862] Compiling mldsa.cc
[382/862] Compiling pem_all.cc
[383/862] Compiling pem_info.cc
[384/862] Compiling obj.cc
[385/862] Compiling mem.cc
[386/862] Compiling fips_shared_support.cc
[387/862] Compiling poly_rq_mul.S
[388/862] Compiling md4.cc
[389/862] Compiling md5.cc
[390/862] Compiling lhash.cc
[391/862] Compiling kyber.cc
[392/862] Compiling ex_data.cc
[393/862] Compiling scrypt.cc
[394/862] Compiling print.cc
[395/862] Compiling hrss.cc
[395/862] Compiling sign.cc
[397/862] Compiling hpke.cc
[398/862] Compiling pbkdf.cc
[399/862] Compiling p_x25519.cc
[400/862] Compiling p_hkdf.cc
[401/862] Compiling p_x25519_asn1.cc
[402/862] Compiling p_ed25519_asn1.cc
[403/862] Compiling p_rsa_asn1.cc
[404/862] Compiling p_rsa.cc
[405/862] Compiling p_ed25519.cc
[406/862] Compiling p_ec.cc
[407/862] Compiling p_dh.cc
[408/862] Compiling p_ec_asn1.cc
[409/862] Compiling p_dh_asn1.cc
[410/862] Compiling evp_ctx.cc
[411/862] Compiling p_dsa_asn1.cc
[412/862] Compiling engine.cc
[413/862] Compiling ecdh.cc
[414/862] Compiling evp.cc
[415/862] Compiling evp_asn1.cc
[416/862] Compiling err.cc
[417/862] Compiling ecdsa_asn1.cc
[418/862] Compiling hash_to_curve.cc
[419/862] Compiling bcm.cc
[420/862] Compiling ec_derive.cc
[421/862] Compiling dsa.cc
[422/862] Compiling params.cc
[423/862] Compiling dsa_asn1.cc
[424/862] Compiling ec_asn1.cc
[425/862] Compiling x25519-asm-arm.S
[426/862] Compiling digest_extra.cc
[427/862] Compiling des.cc
[428/862] Compiling dh_asn1.cc
[429/862] Compiling curve25519_64_adx.cc
[430/862] Compiling spake25519.cc
[431/862] Compiling crypto.cc
[432/862] Compiling cpu_intel.cc
[433/862] Compiling curve25519.cc
[434/862] Compiling cpu_arm_linux.cc
[435/862] Compiling cpu_arm_freebsd.cc
[436/862] Compiling cpu_aarch64_win.cc
[437/862] Compiling cpu_aarch64_sysreg.cc
[438/862] Compiling cpu_aarch64_openbsd.cc
[439/862] Compiling cpu_aarch64_linux.cc
[440/862] Compiling cpu_aarch64_fuchsia.cc
[441/862] Compiling cpu_aarch64_apple.cc
[442/862] Compiling conf.cc
[443/862] Compiling get_cipher.cc
[444/862] Compiling e_tls.cc
[445/862] Compiling tls_cbc.cc
[446/862] Compiling e_rc2.cc
[447/862] Compiling e_rc4.cc
[448/862] Compiling e_null.cc
[449/862] Compiling e_chacha20poly1305.cc
[450/862] Compiling e_des.cc
[451/862] Compiling derive_key.cc
[452/862] Compiling e_aesctrhmac.cc
[453/862] Compiling e_aesgcmsiv.cc
[454/862] Compiling chacha.cc
[455/862] Compiling unicode.cc
[456/862] Compiling cbs.cc
[457/862] Compiling buf.cc
[458/862] Compiling ber.cc
[459/862] Compiling convert.cc
[459/862] Compiling asn1_compat.cc
[460/862] Compiling bn_asn1.cc
[462/862] Compiling cbb.cc
[463/862] Compiling blake2.cc
[464/862] Compiling socket.cc
[465/862] Compiling socket_helper.cc
[466/862] Compiling printf.cc
[467/862] Compiling fd.cc
[468/862] Compiling pair.cc
[469/862] Compiling file.cc
[470/862] Compiling hexdump.cc
[470/862] Compiling bio_mem.cc
[472/862] Compiling errno.cc
[473/862] Compiling connect.cc
[474/862] Compiling tasn_fre.cc
[475/862] Compiling tasn_typ.cc
[476/862] Compiling base64.cc
[477/862] Compiling bio.cc
[478/862] Compiling tasn_enc.cc
[479/862] Compiling tasn_utl.cc
[480/862] Compiling tasn_new.cc
[481/862] Compiling posix_time.cc
[482/862] Compiling asn_pack.cc
[483/862] Compiling f_string.cc
[484/862] Compiling tasn_dec.cc
[485/862] Compiling f_int.cc
[486/862] Compiling asn1_par.cc
[487/862] Compiling asn1_lib.cc
[488/862] Compiling a_utctm.cc
[489/862] Compiling a_octet.cc
[490/862] Compiling a_time.cc
[491/862] Compiling a_type.cc
[492/862] Compiling a_strex.cc
[493/862] Compiling a_strnid.cc
[494/862] Compiling a_object.cc
[495/862] Compiling a_i2d_fp.cc
[496/862] Compiling a_dup.cc
[497/862] Compiling a_mbstr.cc
[498/862] Compiling a_int.cc
[499/862] Compiling a_d2i_fp.cc
[500/862] Compiling fiat_p256_adx_sqr.S
[501/862] Compiling fiat_p256_adx_mul.S
[502/862] Compiling a_gentm.cc
[503/862] Compiling a_bitstr.cc
[504/862] Compiling fiat_curve25519_adx_square.S
[505/862] Compiling CCryptoBoringSSLShims shims.c
[506/862] Compiling fiat_curve25519_adx_mul.S
[507/862] Compiling md5-x86_64-apple.S
[508/862] Compiling md5-586-apple.S
[508/862] Compiling md5-586-linux.S
[510/862] Compiling md5-x86_64-linux.S
[511/862] Compiling a_bool.cc
[512/862] Compiling chacha20_poly1305_armv8-win.S
[512/862] Compiling chacha20_poly1305_x86_64-linux.S
[514/862] Compiling chacha20_poly1305_x86_64-apple.S
[515/862] Compiling chacha20_poly1305_armv8-linux.S
[516/862] Compiling chacha20_poly1305_armv8-apple.S
[517/862] Compiling chacha-x86_64-linux.S
[518/862] Compiling chacha-x86-linux.S
[519/862] Compiling chacha-x86_64-apple.S
[520/862] Compiling chacha-x86-apple.S
[521/862] Compiling chacha-armv8-win.S
[522/862] Compiling chacha-armv8-apple.S
[523/862] Compiling aes128gcmsiv-x86_64-linux.S
[524/862] Compiling chacha-armv8-linux.S
[524/862] Compiling chacha-armv4-linux.S
[526/862] Compiling aes128gcmsiv-x86_64-apple.S
[527/862] Compiling x86_64-mont5-linux.S
[528/862] Compiling x86_64-mont5-apple.S
[529/862] Compiling x86_64-mont-linux.S
[530/862] Compiling x86_64-mont-apple.S
[531/862] Compiling x86-mont-linux.S
[532/862] Compiling vpaes-x86_64-linux.S
[533/862] Compiling err_data.cc
[534/862] Compiling x86-mont-apple.S
[535/862] Compiling vpaes-x86-linux.S
[536/862] Compiling vpaes-x86_64-apple.S
[537/862] Compiling vpaes-x86-apple.S
[538/862] Compiling vpaes-armv8-win.S
[539/862] Compiling vpaes-armv8-apple.S
[540/862] Compiling vpaes-armv8-linux.S
[541/862] Compiling vpaes-armv7-linux.S
[542/862] Compiling sha512-x86_64-apple.S
[543/862] Compiling sha512-x86_64-linux.S
[544/862] Compiling sha512-armv8-win.S
[545/862] Compiling sha512-armv8-linux.S
[546/862] Compiling sha512-armv8-apple.S
[547/862] Compiling sha512-armv4-linux.S
[548/862] Compiling sha512-586-linux.S
[549/862] Compiling sha256-armv8-win.S
[549/862] Compiling sha256-x86_64-apple.S
[551/862] Compiling sha512-586-apple.S
[552/862] Compiling sha256-x86_64-linux.S
[553/862] Compiling sha256-armv8-apple.S
[554/862] Compiling sha256-armv8-linux.S
[555/862] Compiling sha1-x86_64-linux.S
[556/862] Compiling sha256-586-apple.S
[556/862] Compiling sha256-armv4-linux.S
[558/862] Compiling sha1-x86_64-apple.S
[559/862] Compiling sha256-586-linux.S
[560/862] Compiling sha1-armv8-win.S
[561/862] Compiling sha1-armv8-apple.S
[562/862] Compiling sha1-armv4-large-linux.S
[563/862] Compiling sha1-586-linux.S
[564/862] Compiling sha1-586-apple.S
[565/862] Compiling sha1-armv8-linux.S
[566/862] Compiling rsaz-avx2-linux.S
[567/862] Compiling rsaz-avx2-apple.S
[568/862] Compiling rdrand-x86_64-linux.S
[569/862] Compiling rdrand-x86_64-apple.S
[570/862] Compiling p256_beeu-x86_64-asm-linux.S
[571/862] Compiling p256_beeu-x86_64-asm-apple.S
[572/862] Compiling p256_beeu-armv8-asm-win.S
[573/862] Compiling p256_beeu-armv8-asm-linux.S
[574/862] Compiling p256_beeu-armv8-asm-apple.S
[575/862] Compiling p256-x86_64-asm-apple.S
[576/862] Compiling p256-x86_64-asm-linux.S
[577/862] Compiling p256-armv8-asm-win.S
[578/862] Compiling p256-armv8-asm-apple.S
[579/862] Compiling p256-armv8-asm-linux.S
[580/862] Compiling ghashv8-armv8-apple.S
[581/862] Compiling ghashv8-armv8-win.S
[582/862] Compiling ghashv8-armv8-linux.S
[583/862] Compiling ghashv8-armv7-linux.S
[584/862] Compiling ghash-x86_64-apple.S
[585/862] Compiling ghash-x86_64-linux.S
[586/862] Compiling ghash-x86-linux.S
[587/862] Compiling ghash-x86-apple.S
[588/862] Compiling ghash-ssse3-x86_64-linux.S
[589/862] Compiling ghash-ssse3-x86_64-apple.S
[590/862] Compiling ghash-ssse3-x86-linux.S
[591/862] Compiling ghash-ssse3-x86-apple.S
[592/862] Compiling ghash-neon-armv8-win.S
[593/862] Compiling ghash-neon-armv8-linux.S
[594/862] Compiling co-586-linux.S
[595/862] Compiling ghash-neon-armv8-apple.S
[596/862] Compiling co-586-apple.S
[597/862] Compiling ghash-armv4-linux.S
[598/862] Compiling bsaes-armv7-linux.S
[599/862] Compiling bn-armv8-linux.S
[600/862] Compiling bn-armv8-win.S
[601/862] Compiling bn-armv8-apple.S
[602/862] Compiling bn-586-linux.S
[603/862] Compiling bn-586-apple.S
[604/862] Compiling armv8-mont-apple.S
[605/862] Compiling armv8-mont-win.S
[606/862] Compiling armv4-mont-linux.S
[607/862] Compiling c-nioatomics.c
[608/862] Compiling armv8-mont-linux.S
[609/862] Compiling aesv8-gcm-armv8-win.S
[610/862] Compiling aesv8-gcm-armv8-linux.S
[611/862] Compiling aesv8-armv8-win.S
[612/862] Compiling aesv8-gcm-armv8-apple.S
[613/862] Compiling aesni-x86_64-linux.S
[614/862] Compiling aesni-x86_64-apple.S
[615/862] Compiling aesv8-armv8-linux.S
[616/862] Compiling aesni-x86-linux.S
[617/862] Compiling aesni-x86-apple.S
[618/862] Compiling aesni-gcm-x86_64-linux.S
[619/862] Compiling aesni-gcm-x86_64-apple.S
[620/862] Compiling aes-gcm-avx10-x86_64-linux.S
[621/862] Compiling aes-gcm-avx10-x86_64-apple.S
[622/862] Compiling c-atomics.c
[623/862] Compiling x_sig.cc
[624/862] Compiling x_x509a.cc
[625/862] Compiling x_pubkey.cc
[626/862] Compiling x_val.cc
[627/862] Compiling x_x509.cc
[628/862] Compiling x_spki.cc
[629/862] Compiling x_req.cc
[631/868] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[631/868] Compiling x_name.cc
[633/868] Compiling NIOConcurrencyHelpers NIOLock.swift
[634/868] Compiling NIOConcurrencyHelpers lock.swift
[634/868] Compiling x_attrib.cc
[635/868] Compiling x_exten.cc
[636/868] Compiling x_crl.cc
[638/868] Emitting module NIOConcurrencyHelpers
[639/868] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[639/868] Compiling x_all.cc
[641/868] Compiling NIOConcurrencyHelpers atomics.swift
[641/869] Compiling x509spki.cc
[643/869] Compiling x_algor.cc
[644/869] Compiling x509rset.cc
[645/869] Compiling x509_txt.cc
[646/869] Compiling x509name.cc
[647/869] Compiling x509cset.cc
[648/869] Compiling x509_vpm.cc
[649/869] Compiling x509_v3.cc
[650/869] Compiling x509_vfy.cc
[651/869] Compiling x509_set.cc
[652/869] Compiling x509_trs.cc
[653/869] Compiling x509_req.cc
[654/869] Compiling x509_obj.cc
[655/869] Compiling x509_d2.cc
[656/869] Compiling x509_lu.cc
[657/869] Compiling x509_def.cc
[658/869] Compiling x509_ext.cc
[659/869] Compiling x509_cmp.cc
[660/869] Compiling v3_utl.cc
[661/869] Compiling x509.cc
[662/869] Compiling x509_att.cc
[663/869] Compiling v3_skey.cc
[664/869] Compiling v3_purp.cc
[665/869] Compiling v3_prn.cc
[666/869] Compiling v3_pcons.cc
[667/869] Compiling v3_pmaps.cc
[668/869] Compiling v3_ocsp.cc
[669/869] Compiling v3_ia5.cc
[670/869] Compiling v3_ncons.cc
[671/869] Compiling v3_int.cc
[672/869] Compiling v3_lib.cc
[673/869] Compiling v3_info.cc
[674/869] Compiling v3_genn.cc
[675/869] Compiling v3_conf.cc
[676/869] Compiling v3_enum.cc
[677/869] Compiling v3_extku.cc
[678/869] Compiling v3_crld.cc
[679/869] Compiling v3_cpols.cc
[680/869] Compiling v3_bitst.cc
[681/869] Compiling v3_bcons.cc
[682/869] Compiling t_x509.cc
[683/869] Compiling v3_alt.cc
[684/869] Compiling v3_akeya.cc
[685/869] Compiling v3_akey.cc
[686/869] Compiling t_x509a.cc
[687/869] Compiling t_req.cc
[688/869] Compiling rsa_pss.cc
[689/869] Compiling i2d_pr.cc
[690/869] Compiling t_crl.cc
[691/869] Compiling policy.cc
[692/869] Compiling name_print.cc
[693/869] Compiling asn1_gen.cc
[694/869] Compiling by_file.cc
[695/869] Compiling by_dir.cc
[696/869] Compiling voprf.cc
[697/869] Compiling algorithm.cc
[698/869] Compiling a_verify.cc
[699/869] Compiling a_sign.cc
[700/869] Compiling thread_win.cc
[701/869] Compiling trust_token.cc
[702/869] Compiling thread_pthread.cc
[703/869] Compiling pmbtoken.cc
[704/869] Compiling thread_none.cc
[705/869] Compiling a_digest.cc
[706/869] Compiling stack.cc
[707/869] Compiling thread.cc
[708/869] Compiling wots.cc
[709/869] Compiling thash.cc
[710/869] Compiling sha512.cc
[711/869] Compiling fors.cc
[712/869] Compiling merkle.cc
[713/869] Compiling siphash.cc
[714/869] Compiling sha256.cc
[715/869] Compiling sha1.cc
[716/869] Compiling slhdsa.cc
[717/869] Compiling rc4.cc
[718/869] Compiling rsa_print.cc
[719/869] Compiling urandom.cc
[720/869] Compiling rsa_extra.cc
[721/869] Compiling refcount.cc
[722/869] Compiling rsa_crypt.cc
[723/869] Compiling windows.cc
[724/869] Compiling rsa_asn1.cc
[725/869] Compiling trusty.cc
[726/869] Compiling passive.cc
[727/869] Compiling rand_extra.cc
[728/869] Compiling ios.cc
[729/869] Compiling poly1305_arm_asm.S
[730/869] Compiling getentropy.cc
[731/869] Compiling fork_detect.cc
[732/869] Compiling forkunsafe.cc
[733/869] Compiling deterministic.cc
[734/869] Compiling poly1305_vec.cc
[735/869] Compiling poly1305_arm.cc
[736/869] Compiling pool.cc
[737/869] Compiling poly1305.cc
[738/869] Compiling pkcs8.cc
[739/869] Compiling p5_pbev2.cc
[740/869] Compiling pkcs8_x509.cc
[741/869] Compiling pkcs7_x509.cc
[742/869] Compiling pkcs7.cc
[743/869] Compiling pem_xaux.cc
[744/869] Compiling pem_pk8.cc
[745/869] Compiling pem_pkey.cc
[746/869] Compiling pem_x509.cc
[747/869] Compiling pem_oth.cc
[748/869] Compiling pem_lib.cc
[749/869] Compiling pem_info.cc
[750/869] Compiling obj_xref.cc
[751/869] Compiling mldsa.cc
[752/869] Compiling md5.cc
[753/869] Compiling pem_all.cc
[754/869] Compiling poly_rq_mul.S
[755/869] Compiling obj.cc
[756/869] Compiling mem.cc
[757/869] Compiling fips_shared_support.cc
[758/869] Compiling md4.cc
[759/869] Compiling mlkem.cc
[760/869] Compiling lhash.cc
[761/869] Compiling sign.cc
[762/869] Compiling kyber.cc
[763/869] Compiling ex_data.cc
[764/869] Compiling scrypt.cc
[765/869] Compiling pbkdf.cc
[766/869] Compiling hpke.cc
[767/869] Compiling hrss.cc
[768/869] Compiling print.cc
[769/869] Compiling p_x25519.cc
[770/869] Compiling p_x25519_asn1.cc
[771/869] Compiling p_rsa_asn1.cc
[772/869] Compiling p_ed25519_asn1.cc
[773/869] Compiling p_rsa.cc
[774/869] Compiling p_ed25519.cc
[775/869] Compiling p_ec_asn1.cc
[776/869] Compiling p_hkdf.cc
[777/869] Compiling p_ec.cc
[778/869] Compiling evp_ctx.cc
[779/869] Compiling p_dh.cc
[780/869] Compiling p_dh_asn1.cc
[781/869] Compiling p_dsa_asn1.cc
[782/869] Compiling evp_asn1.cc
[783/869] Compiling err.cc
[784/869] Compiling evp.cc
[785/869] Compiling engine.cc
[786/869] Compiling ecdh_extra.cc
[787/869] Compiling ecdsa_asn1.cc
[788/869] Compiling ec_derive.cc
[789/869] Compiling hash_to_curve.cc
[790/869] Compiling bcm.cc
[791/869] Compiling ec_asn1.cc
[792/869] Compiling dsa.cc
[793/869] Compiling dsa_asn1.cc
[794/869] Compiling params.cc
[795/869] Compiling curve25519_64_adx.cc
[796/869] Compiling dh_asn1.cc
[797/869] Compiling des.cc
[798/869] Compiling digest_extra.cc
[799/869] Compiling x25519-asm-arm.S
[800/869] Compiling spake25519.cc
[801/869] Compiling curve25519.cc
[802/869] Compiling crypto.cc
[803/869] Compiling cpu_aarch64_openbsd.cc
[804/869] Compiling cpu_aarch64_linux.cc
[805/869] Compiling cpu_aarch64_sysreg.cc
[806/869] Compiling cpu_aarch64_fuchsia.cc
[807/869] Compiling cpu_aarch64_apple.cc
[808/869] Compiling conf.cc
[809/869] Compiling e_rc2.cc
[810/869] Compiling tls_cbc.cc
[811/869] Compiling e_des.cc
[812/869] Compiling e_null.cc
[813/869] Compiling e_rc4.cc
[814/869] Compiling e_tls.cc
[815/869] Compiling e_chacha20poly1305.cc
[816/869] Compiling e_aesctrhmac.cc
[817/869] Compiling derive_key.cc
[817/869] Compiling cipher_extra.cc
[819/869] Compiling e_aesgcmsiv.cc
[820/869] Compiling chacha.cc
[821/869] Compiling unicode.cc
[822/869] Compiling cbs.cc
[823/869] Compiling cbb.cc
[824/869] Compiling buf.cc
[825/869] Compiling blake2.cc
[826/869] Compiling asn1_compat.cc
[827/869] Compiling ber.cc
[828/869] Compiling convert.cc
[829/869] Compiling bn_asn1.cc
[830/869] Compiling printf.cc
[831/869] Compiling pair.cc
[832/869] Compiling file.cc
[833/869] Compiling fd.cc
[834/869] Compiling errno.cc
[835/869] Compiling hexdump.cc
[836/869] Compiling bio_mem.cc
[837/869] Compiling tasn_typ.cc
[838/869] Compiling bio.cc
[839/869] Compiling base64.cc
[840/869] Compiling tasn_fre.cc
[841/869] Compiling tasn_enc.cc
[842/869] Compiling f_string.cc
[843/869] Compiling tasn_utl.cc
[844/869] Compiling tasn_new.cc
[845/869] Compiling posix_time.cc
[846/869] Compiling tasn_dec.cc
[847/869] Compiling asn1_par.cc
[848/869] Compiling f_int.cc
[849/869] Compiling asn_pack.cc
[850/869] Compiling a_time.cc
[851/869] Compiling asn1_lib.cc
[852/869] Compiling a_type.cc
[853/869] Compiling a_utctm.cc
[854/869] Compiling a_strnid.cc
[855/869] Compiling a_octet.cc
[856/869] Compiling a_strex.cc
[857/869] Compiling a_object.cc
[858/869] Compiling a_mbstr.cc
[858/869] Write sources
[858/869] Compiling a_i2d_fp.cc
[863/869] Compiling a_int.cc
[864/869] Compiling a_dup.cc
[865/869] Compiling a_bool.cc
[866/869] Compiling a_d2i_fp.cc
[867/895] Compiling a_gentm.cc
[868/913] Compiling a_bitstr.cc
[870/921] Compiling Atomics UnsafeAtomic.swift
[871/921] Compiling Atomics UnsafeAtomicLazyReference.swift
[872/923] Compiling Atomics AtomicMemoryOrderings.swift
[873/923] Compiling Atomics DoubleWord.swift
[874/923] Compiling Atomics ManagedAtomic.swift
[875/923] Compiling Atomics ManagedAtomicLazyReference.swift
[876/923] Compiling Atomics Primitives.shims.swift
[877/923] Compiling Atomics AtomicInteger.swift
[878/923] Compiling Atomics AtomicOptionalWrappable.swift
[879/923] Compiling Atomics AtomicReference.swift
[880/923] Compiling Atomics AtomicStorage.swift
[881/923] Compiling Atomics AtomicValue.swift
[882/923] Compiling Atomics IntegerOperations.swift
[883/923] Compiling Atomics Unmanaged extensions.swift
[884/923] Compiling Atomics Primitives.native.swift
[887/926] Compiling Algorithms Split.swift
[888/926] Compiling Algorithms Stride.swift
[889/926] Compiling Algorithms Suffix.swift
[892/926] Compiling Algorithms MinMax.swift
[893/926] Compiling Atomics OptionalRawRepresentable.swift
[894/926] Compiling Atomics RawRepresentable.swift
[895/926] Compiling Atomics AtomicBool.swift
[902/926] Compiling Atomics IntegerConformances.swift
[903/926] Compiling Atomics PointerConformances.swift
[904/926] Compiling Algorithms Trim.swift
[905/926] Compiling Algorithms Unique.swift
[906/926] Compiling Algorithms Windows.swift
[911/926] Emitting module Atomics
[912/926] Emitting module Algorithms
[914/927] Compiling CryptoBoringWrapper RandomBytes.swift
[922/928] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[923/988] Emitting module CryptoBoringWrapper
[924/988] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[925/988] Compiling CryptoBoringWrapper EllipticCurve.swift
[926/988] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[927/988] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[928/988] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[929/989] Compiling NIOCore MulticastChannel.swift
[930/989] Compiling NIOCore NIOAny.swift
[931/989] Compiling NIOCore NIOCloseOnErrorHandler.swift
[932/989] Compiling NIOCore NIOLoopBound.swift
[933/989] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[934/989] Compiling NIOCore NIOScheduledCallback.swift
[935/989] Compiling NIOCore NIOSendable.swift
[936/989] Compiling NIOCore RecvByteBufferAllocator.swift
[938/997] Compiling NIOCore IO.swift
[939/997] Compiling NIOCore IOData.swift
[940/997] Compiling NIOCore IPProtocol.swift
[941/997] Compiling NIOCore IntegerBitPacking.swift
[942/997] Compiling NIOCore IntegerTypes.swift
[943/997] Compiling NIOCore Interfaces.swift
[944/997] Compiling NIOCore Linux.swift
[945/997] Compiling NIOCore MarkedCircularBuffer.swift
[946/1068] Compiling Crypto DHKEM.swift
[947/1068] Compiling Crypto HPKE-KEM-Curve25519.swift
[948/1068] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[949/1068] Compiling Crypto HPKE-KEM.swift
[950/1068] Compiling Crypto HPKE-Errors.swift
[951/1068] Compiling Crypto HPKE.swift
[952/1068] Compiling Crypto HPKE-Context.swift
[953/1068] Compiling Crypto HPKE-KeySchedule.swift
[954/1068] Compiling Crypto ObjectIdentifier.swift
[955/1068] Compiling Crypto ECDSASignature.swift
[956/1068] Compiling Crypto PEMDocument.swift
[957/1068] Compiling Crypto HPKE-Ciphersuite.swift
[958/1068] Compiling Crypto HPKE-KDF.swift
[959/1068] Compiling Crypto HPKE-KexKeyDerivation.swift
[960/1068] Compiling Crypto HPKE-LabeledExtract.swift
[961/1068] Compiling Crypto HPKE-Utils.swift
[962/1068] Compiling Crypto X25519Keys.swift
[963/1068] Compiling Crypto SymmetricKeys.swift
[964/1068] Compiling Crypto HMAC.swift
[965/1068] Compiling Crypto MACFunctions.swift
[966/1068] Compiling Crypto MessageAuthenticationCode.swift
[967/1068] Compiling Crypto AES.swift
[968/1068] Compiling Crypto ECDSASignature_boring.swift
[969/1068] Compiling Crypto ECDSA_boring.swift
[970/1068] Compiling Crypto HKDF.swift
[971/1068] Compiling Crypto AESWrap.swift
[972/1068] Compiling Crypto AESWrap_boring.swift
[973/1068] Compiling Crypto Ed25519_boring.swift
[974/1068] Compiling Crypto NISTCurvesKeys_boring.swift
[975/1068] Compiling Crypto X25519Keys_boring.swift
[976/1068] Compiling Crypto Curve25519.swift
[977/1068] Compiling Crypto Ed25519Keys.swift
[978/1068] Compiling Crypto NISTCurvesKeys.swift
[987/1068] Compiling Crypto EdDSA_boring.swift
[988/1068] Compiling Crypto ECDSA.swift
[989/1068] Compiling Crypto Ed25519.swift
[990/1077] Compiling Crypto PKCS8PrivateKey.swift
[991/1077] Compiling Crypto SEC1PrivateKey.swift
[992/1077] Compiling Crypto SubjectPublicKeyInfo.swift
[993/1077] Compiling Crypto CryptoKitErrors.swift
[994/1077] Compiling Crypto Digest_boring.swift
[995/1077] Compiling Crypto Digest.swift
[996/1077] Compiling Crypto Digests.swift
[997/1077] Compiling Crypto HashFunctions.swift
[998/1077] Compiling Crypto HashFunctions_SHA2.swift
[999/1077] Compiling Crypto HPKE-AEAD.swift
[1000/1077] Compiling Crypto AES-GCM.swift
[1001/1077] Compiling Crypto AES-GCM_boring.swift
[1002/1077] Compiling Crypto ChaChaPoly_boring.swift
[1003/1077] Compiling Crypto ChaChaPoly.swift
[1004/1077] Compiling Crypto Cipher.swift
[1005/1077] Compiling Crypto Nonces.swift
[1006/1077] Compiling Crypto ASN1.swift
[1007/1077] Compiling Crypto ASN1Any.swift
[1008/1077] Compiling Crypto ASN1BitString.swift
[1009/1077] Compiling Crypto ASN1Boolean.swift
[1010/1077] Compiling Crypto ASN1Identifier.swift
[1011/1077] Compiling Crypto ASN1Integer.swift
[1012/1077] Compiling Crypto ASN1Null.swift
[1013/1077] Compiling Crypto ASN1OctetString.swift
[1014/1077] Compiling Crypto ASN1Strings.swift
[1015/1077] Compiling Crypto ArraySliceBigint.swift
[1016/1077] Compiling Crypto GeneralizedTime.swift
[1020/1077] Emitting module Crypto
[1034/1077] Compiling Crypto HPKE-Modes.swift
[1035/1077] Compiling Crypto Insecure.swift
[1036/1077] Compiling Crypto Insecure_HashFunctions.swift
[1037/1077] Compiling Crypto KEM.swift
[1038/1077] Compiling Crypto ECDH_boring.swift
[1039/1077] Compiling Crypto DH.swift
[1040/1077] Compiling Crypto ECDH.swift
[1041/1077] Compiling Crypto Signature.swift
[1042/1077] Compiling Crypto CryptoKitErrors_boring.swift
[1043/1077] Compiling Crypto RNG_boring.swift
[1044/1077] Compiling Crypto SafeCompare_boring.swift
[1045/1077] Compiling Crypto Zeroization_boring.swift
[1046/1077] Compiling Crypto PrettyBytes.swift
[1047/1077] Compiling Crypto SafeCompare.swift
[1048/1077] Compiling Crypto SecureBytes.swift
[1049/1077] Compiling Crypto Zeroization.swift
[1078/1078] Emitting module NIOCore
[1080/1129] Emitting module NIOEmbedded
[1081/1129] Compiling NIOEmbedded AsyncTestingChannel.swift
[1082/1129] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1083/1129] Compiling NIOEmbedded Embedded.swift
[1084/1130] Compiling NIOPosix Pool.swift
[1085/1130] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1086/1130] Compiling NIOPosix PosixSingletons.swift
[1087/1130] Compiling NIOPosix RawSocketBootstrap.swift
[1088/1130] Compiling NIOPosix Resolver.swift
[1089/1130] Compiling NIOPosix Selectable.swift
[1090/1136] Emitting module NIOPosix
[1092/1136] Compiling NIOPosix IO.swift
[1093/1136] Compiling NIOPosix IntegerBitPacking.swift
[1094/1136] Compiling NIOPosix IntegerTypes.swift
[1095/1136] Compiling NIOPosix Linux.swift
[1096/1136] Compiling NIOPosix LinuxCPUSet.swift
[1097/1136] Compiling NIOPosix LinuxUring.swift
[1098/1136] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1099/1136] Compiling NIOPosix ThreadPosix.swift
[1100/1136] Compiling NIOPosix ThreadWindows.swift
[1101/1136] Compiling NIOPosix UnsafeTransfer.swift
[1102/1136] Compiling NIOPosix Utilities.swift
[1103/1136] Compiling NIOPosix VsockAddress.swift
[1104/1136] Compiling NIOPosix VsockChannelEvents.swift
[1105/1136] Compiling NIOPosix ServerSocket.swift
[1106/1136] Compiling NIOPosix Socket.swift
[1107/1136] Compiling NIOPosix SocketChannel.swift
[1108/1136] Compiling NIOPosix SocketProtocols.swift
[1109/1136] Compiling NIOPosix System.swift
[1110/1136] Compiling NIOPosix Thread.swift
[1111/1136] Compiling NIOPosix SelectableChannel.swift
[1112/1136] Compiling NIOPosix SelectableEventLoop.swift
[1113/1136] Compiling NIOPosix SelectorEpoll.swift
[1114/1136] Compiling NIOPosix SelectorGeneric.swift
[1115/1136] Compiling NIOPosix SelectorKqueue.swift
[1116/1136] Compiling NIOPosix SelectorUring.swift
[1117/1136] Compiling NIOPosix NIOThreadPool.swift
[1118/1136] Compiling NIOPosix NonBlockingFileIO.swift
[1119/1136] Compiling NIOPosix PendingDatagramWritesManager.swift
[1120/1136] Compiling NIOPosix PendingWritesManager.swift
[1121/1136] Compiling NIOPosix PipeChannel.swift
[1122/1136] Compiling NIOPosix PipePair.swift
[1123/1136] Compiling NIOPosix BSDSocketAPICommon.swift
[1124/1136] Compiling NIOPosix BSDSocketAPIPosix.swift
[1125/1136] Compiling NIOPosix BSDSocketAPIWindows.swift
[1126/1136] Compiling NIOPosix BaseSocket.swift
[1127/1136] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1128/1136] Compiling NIOPosix BaseSocketChannel.swift
[1129/1136] Compiling NIOPosix BaseStreamSocketChannel.swift
[1130/1136] Compiling NIOPosix Bootstrap.swift
[1131/1136] Compiling NIOPosix ControlMessage.swift
[1132/1136] Compiling NIOPosix DatagramVectorReadManager.swift
[1133/1136] Compiling NIOPosix Errors+Any.swift
[1134/1136] Compiling NIOPosix FileDescriptor.swift
[1135/1136] Compiling NIOPosix GetaddrinfoResolver.swift
[1136/1136] Compiling NIOPosix HappyEyeballs.swift
[1138/1139] Emitting module NIO
[1139/1139] Compiling NIO Exports.swift
[1141/1179] Compiling NIOSOCKS SOCKSResponse.swift
[1142/1180] Compiling NIOTLS TLSEvents.swift
[1143/1180] Compiling NIOSOCKS ServerStateMachine.swift
[1144/1180] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1145/1180] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1146/1180] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1147/1180] Compiling NIOSOCKS SOCKSClientHandler.swift
[1148/1180] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[1149/1182] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1150/1182] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1151/1182] Compiling NIOSOCKS ClientStateMachine.swift
[1152/1182] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1153/1182] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1154/1182] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1155/1182] Emitting module NIOTLS
[1156/1182] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1157/1182] Compiling NIOTLS SNIHandler.swift
[1158/1182] Emitting module NIOSOCKS
[1161/1183] Compiling NIOSOCKS Helpers.swift
[1162/1183] Compiling NIOSOCKS AuthenticationMethod.swift
[1163/1183] Compiling NIOSOCKS Errors.swift
[1166/1183] Compiling NIOSOCKS ClientGreeting.swift
[1167/1183] Compiling NIOSOCKS Messages.swift
[1168/1183] Compiling NIOSOCKS SOCKSRequest.swift
[1171/1184] Emitting module NIOFoundationCompat
[1172/1184] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1175/1185] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1176/1185] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1177/1185] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1178/1185] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[1179/1185] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[1180/1185] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[1181/1185] Compiling NIOHTTP1 HTTPTypes.swift
[1182/1214] Emitting module NIOHTTP1
[1183/1214] Compiling NIOSSL CustomPrivateKey.swift
[1184/1214] Compiling NIOSSL IdentityVerification.swift
[1185/1214] Compiling NIOSSL LinuxCABundle.swift
[1187/1237] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1188/1237] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1189/1237] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1190/1239] Compiling NIOTransportServices StateManagedChannel.swift
[1191/1239] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1192/1239] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1193/1239] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1194/1239] Compiling NIOTransportServices NIOTSSingletons.swift
[1195/1239] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1196/1239] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1197/1239] Compiling NIOTransportServices NIOTSErrors.swift
[1198/1239] Compiling NIOTransportServices NIOTSEventLoop.swift
[1199/1239] Emitting module NIOTransportServices
[1200/1239] Compiling NIOTransportServices NIOTSBootstraps.swift
[1201/1239] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1202/1239] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1203/1257] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1204/1257] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1205/1257] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1206/1257] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1207/1257] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1208/1257] Compiling NIOTransportServices AcceptHandler.swift
[1209/1257] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1210/1257] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1212/1258] Compiling NIOHPACK HuffmanTables.swift
[1213/1259] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1214/1259] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1215/1259] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1216/1259] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1217/1259] Compiling NIOHPACK IndexedHeaderTable.swift
[1218/1259] Compiling NIOHPACK IntegerCoding.swift
[1219/1259] Compiling NIOHPACK StaticHeaderTable.swift
[1220/1259] Compiling NIOHTTPCompression HTTPCompression.swift
[1221/1259] Emitting module NIOHTTPCompression
[1222/1259] Compiling NIOHTTPCompression HTTPDecompression.swift
[1224/1260] Compiling NIOHPACK DynamicHeaderTable.swift
[1225/1260] Compiling NIOHPACK HPACKDecoder.swift
[1226/1260] Compiling NIOHPACK HPACKHeader.swift
[1227/1260] Compiling NIOHPACK HeaderTables.swift
[1228/1260] Compiling NIOHPACK HPACKEncoder.swift
[1229/1260] Compiling NIOHPACK HPACKErrors.swift
[1230/1260] Compiling NIOHPACK HuffmanCoding.swift
[1231/1260] Emitting module NIOHPACK
[1233/1261] Emitting module NIOSSL
[1238/1266] Compiling NIOSSL SubjectAlternativeName.swift
[1239/1266] Compiling NIOSSL NIOSSLSecureBytes.swift
[1240/1266] Compiling NIOSSL RNG.swift
[1241/1266] Compiling NIOSSL SafeCompare.swift
[1242/1323] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1243/1323] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1244/1323] Compiling NIOHTTP2 HasLocalSettings.swift
[1245/1323] Compiling NIOHTTP2 HasRemoteSettings.swift
[1246/1323] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1247/1323] Compiling NIOHTTP2 QuiescingState.swift
[1248/1323] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1249/1323] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1250/1323] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1251/1323] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1252/1323] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1253/1323] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1254/1323] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1255/1323] Compiling NIOHTTP2 SendingRstStreamState.swift
[1256/1323] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1257/1323] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1258/1323] Compiling NIOHTTP2 MaySendFrames.swift
[1259/1323] Compiling NIOHTTP2 SendingDataState.swift
[1260/1323] Compiling NIOHTTP2 SendingGoawayState.swift
[1261/1323] Compiling NIOHTTP2 SendingHeadersState.swift
[1270/1328] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1271/1328] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1272/1328] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1273/1328] Compiling NIOHTTP2 HTTP2Error.swift
[1275/1332] Emitting module NIOHTTP2
[1276/1332] Compiling NIOHTTP2 InboundWindowManager.swift
[1277/1332] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1278/1332] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1279/1332] Compiling NIOHTTP2 StreamChannelList.swift
[1280/1332] Compiling NIOHTTP2 StreamMap.swift
[1281/1332] Compiling NIOHTTP2 StreamStateMachine.swift
[1282/1332] Compiling NIOHTTP2 UnsafeTransfer.swift
[1283/1332] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1284/1332] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1285/1332] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1286/1332] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1287/1332] Compiling NIOHTTP2 HTTP2StreamID.swift
[1288/1332] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1289/1332] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1290/1332] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1291/1332] Compiling NIOHTTP2 InboundEventBuffer.swift
[1300/1332] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1301/1332] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1302/1332] Compiling NIOHTTP2 MayReceiveFrames.swift
[1303/1332] Compiling NIOHTTP2 ReceivingDataState.swift
[1308/1332] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1309/1332] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1310/1332] Compiling NIOHTTP2 HTTP2Frame.swift
[1311/1332] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1312/1332] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1313/1332] Compiling NIOHTTP2 HTTP2PingData.swift
[1314/1332] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1315/1332] Compiling NIOHTTP2 HTTP2Settings.swift
[1316/1332] Compiling NIOHTTP2 HTTP2Stream.swift
[1317/1332] Compiling NIOHTTP2 StateMachineResult.swift
[1318/1332] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1319/1332] Compiling NIOHTTP2 DOSHeuristics.swift
[1320/1332] Compiling NIOHTTP2 Error+Any.swift
[1321/1332] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1322/1332] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1323/1332] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1324/1332] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1325/1332] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1326/1332] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1327/1332] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1332/1332] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1334/1393] Emitting module AsyncHTTPClient
[1335/1401] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1336/1401] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1337/1401] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1338/1401] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1339/1401] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1340/1401] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1341/1401] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1342/1401] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1343/1401] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1344/1401] Compiling AsyncHTTPClient HTTPHandler.swift
[1345/1401] Compiling AsyncHTTPClient LRUCache.swift
[1346/1401] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1347/1401] Compiling AsyncHTTPClient NWErrorHandler.swift
[1348/1401] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1349/1401] Compiling AsyncHTTPClient TLSConfiguration.swift
[1350/1401] Compiling AsyncHTTPClient RedirectState.swift
[1351/1401] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1352/1401] Compiling AsyncHTTPClient ConnectionTarget.swift
[1353/1401] Compiling AsyncHTTPClient DeconstructedURL.swift
[1354/1401] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1355/1401] Compiling AsyncHTTPClient FoundationExtensions.swift
[1356/1401] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1357/1401] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1358/1401] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1359/1401] Compiling AsyncHTTPClient HTTPClient.swift
[1360/1401] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1361/1401] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1362/1401] Compiling AsyncHTTPClient Transaction.swift
[1363/1401] Compiling AsyncHTTPClient Base64.swift
[1364/1401] Compiling AsyncHTTPClient BasicAuth.swift
[1365/1401] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1366/1401] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1367/1401] Compiling AsyncHTTPClient ConnectionPool.swift
[1368/1401] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1369/1401] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1370/1401] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1371/1401] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1372/1401] Compiling AsyncHTTPClient HTTP1Connection.swift
[1373/1401] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1374/1401] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1375/1401] Compiling AsyncHTTPClient HTTP2Connection.swift
[1376/1401] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1377/1401] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1378/1401] Compiling AsyncHTTPClient RequestBag.swift
[1379/1401] Compiling AsyncHTTPClient RequestValidation.swift
[1380/1401] Compiling AsyncHTTPClient SSLContextCache.swift
[1381/1401] Compiling AsyncHTTPClient Scheme.swift
[1382/1401] Compiling AsyncHTTPClient Singleton.swift
[1383/1401] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1384/1401] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1385/1401] Compiling AsyncHTTPClient Utils.swift
[1386/1401] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1387/1401] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1388/1401] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1389/1401] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1390/1401] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1391/1401] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1392/1401] Compiling AsyncHTTPClient RequestBodyLength.swift
[1393/1401] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1394/1401] Compiling AsyncHTTPClient RequestOptions.swift
[1395/1401] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1396/1401] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1397/1401] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1398/1401] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1399/1401] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1400/1401] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1401/1401] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1403/1429] Compiling PhonePeKit PhonePeError.swift
[1404/1429] Compiling PhonePeKit PhonePeErrorCode.swift
[1405/1429] Compiling PhonePeKit PhonePeSignatureError.swift
[1406/1429] Compiling PhonePeKit SignatureGenerationError.swift
[1407/1432] Compiling PhonePeKit SubscriptionRequest.swift
[1408/1432] Compiling PhonePeKit SubscriptionResponse.swift
[1409/1432] Compiling PhonePeKit SubscriptionRoutes.swift
[1410/1432] Compiling PhonePeKit String+Hex.swift
[1411/1432] Compiling PhonePeKit HealthCheckRoutes.swift
[1412/1432] Compiling PhonePeKit HealthStatusResponse.swift
[1413/1432] Compiling PhonePeKit OtherRoutes.swift
[1414/1432] Compiling PhonePeKit CheckStatusResponse.swift
[1415/1432] Compiling PhonePeKit CheckStatusRoutes.swift
[1416/1432] Compiling PhonePeKit PhonePeAPIRoute.swift
[1417/1432] Compiling PhonePeKit PhonePeClient.swift
[1418/1432] Compiling PhonePeKit PhonePeRequest.swift
[1419/1432] Compiling PhonePeKit AllSubscriptionsResponse.swift
[1420/1432] Compiling PhonePeKit AuthStatusResponse.swift
[1421/1432] Emitting module PhonePeKit
[1422/1432] Compiling PhonePeKit PayResponse.swift
[1423/1432] Compiling PhonePeKit PayRoutes.swift
[1424/1432] Compiling PhonePeKit RefundRequest.swift
[1425/1432] Compiling PhonePeKit RefundResponse.swift
[1426/1432] Compiling PhonePeKit PaymentOptionsResponse.swift
[1427/1432] Compiling PhonePeKit VPAValidateRequest.swift
[1428/1432] Compiling PhonePeKit VPAValidateResponse.swift
[1429/1432] Compiling PhonePeKit PayRequest.swift
[1430/1432] Compiling PhonePeKit UserSubscriptionStatusRequest.swift
[1431/1432] Compiling PhonePeKit PhonePeResponse.swift
[1432/1432] Compiling PhonePeKit Request.swift
Build complete! (296.28s)
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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.