Build Information
Successful build of juspay-kit, reference main (7535ca
), with Swift 6.1 for Linux on 30 Apr 2025 04:41:47 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: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.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vamsii777/juspay-kit.git
Reference: main
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/juspay-kit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 7535caa Update route protocols with Sendable conformance (#13)
Cloned https://github.com/vamsii777/juspay-kit.git
Revision (git rev-parse @):
7535caa1b314fa2a382e0c48d1a772a27e152e6d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vamsii777/juspay-kit.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/vamsii777/juspay-kit.git
https://github.com/vamsii777/juspay-kit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin.git"
},
{
"identity" : "async-http-client",
"requirement" : {
"range" : [
{
"lower_bound" : "1.24.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" : "1.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
}
],
"manifest_display_name" : "juspay-kit",
"name" : "juspay-kit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
}
],
"products" : [
{
"name" : "JuspayKit",
"targets" : [
"JuspayKit"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HyperCheckout",
"targets" : [
"HyperCheckout"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "JuspayKitTests",
"module_type" : "SwiftTarget",
"name" : "JuspayKitTests",
"path" : "Tests/JuspayKitTests",
"sources" : [
"JuspayKitTests.swift"
],
"target_dependencies" : [
"JuspayKit",
"HyperCheckout"
],
"type" : "test"
},
{
"c99name" : "JuspayKit",
"module_type" : "SwiftTarget",
"name" : "JuspayKit",
"path" : "Sources/JuspayKit",
"product_dependencies" : [
"AsyncHTTPClient",
"Crypto"
],
"product_memberships" : [
"JuspayKit",
"HyperCheckout"
],
"sources" : [
"Core/APIHandler.swift",
"Core/APIRoute.swift",
"Customer/CustomerItem.swift",
"Customer/CustomerRoutes.swift",
"HealthCheck/JuspayHealthRoutes.swift",
"HealthCheck/JuspayHealthStatus.swift",
"JuspayClient.swift",
"Orders/OrderItem.swift",
"Orders/OrderRoutes.swift",
"PaymentMethods/PaymentMethodItem.swift",
"PaymentMethods/PaymentMethodRoutes.swift",
"Refund/RefundItem.swift",
"Refund/RefundRoutes.swift",
"Session/SessionItem.swift",
"Session/SessionRoutes.swift",
"Util/Dictionary+Ext.swift",
"Util/ErrorCode.swift",
"Util/JuspayError.swift",
"Util/Order+Ext.swift",
"Util/Refund+Ext.swift"
],
"type" : "library"
},
{
"c99name" : "HyperCheckoutTests",
"module_type" : "SwiftTarget",
"name" : "HyperCheckoutTests",
"path" : "Tests/HyperCheckoutTests",
"sources" : [
"HyperCheckoutTests.swift"
],
"target_dependencies" : [
"HyperCheckout",
"JuspayKit"
],
"type" : "test"
},
{
"c99name" : "HyperCheckout",
"module_type" : "SwiftTarget",
"name" : "HyperCheckout",
"path" : "Sources/HyperCheckout",
"product_memberships" : [
"HyperCheckout"
],
"sources" : [
"HyperCheckout.swift",
"Routes/HyperOrderRoutes.swift",
"Routes/HyperRefundRoutes.swift",
"Routes/HyperSessionRoutes.swift"
],
"target_dependencies" : [
"JuspayKit"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-docc-plugin.git
[1/2049] Fetching swift-docc-plugin
[227/15833] Fetching swift-docc-plugin, swift-crypto
[523/29723] Fetching swift-docc-plugin, swift-crypto, async-http-client
Fetched https://github.com/apple/swift-docc-plugin.git from cache (0.39s)
[14285/27674] Fetching swift-crypto, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.20s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.21s)
Computing version for https://github.com/apple/swift-docc-plugin.git
Computed https://github.com/apple/swift-docc-plugin.git at 1.4.3 (3.01s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3376] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.35s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.85s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (0.46s)
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-log.git
[1/5662] Fetching swift-nio-extras
[1983/8281] Fetching swift-nio-extras, swift-nio-transport-services
[7168/9986] Fetching swift-nio-extras, swift-nio-transport-services, swift-atomics
[8811/15889] Fetching swift-nio-extras, swift-nio-transport-services, swift-atomics, swift-algorithms
[8930/19725] Fetching swift-nio-extras, swift-nio-transport-services, swift-atomics, swift-algorithms, swift-log
[10466/31229] Fetching swift-nio-extras, swift-nio-transport-services, swift-atomics, swift-algorithms, swift-log, swift-nio-http2
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.42s)
Fetched https://github.com/apple/swift-log.git from cache (0.42s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-atomics.git from cache (0.43s)
[14211/23069] Fetching swift-nio-extras, swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-algorithms.git from cache (0.48s)
[9574/17166] Fetching swift-nio-extras, swift-nio-http2
[17167/31975] Fetching swift-nio-extras, swift-nio-http2, swift-nio-ssl
[18056/107536] Fetching swift-nio-extras, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.90s)
[16749/101874] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (0.91s)
[5393/90370] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.44s)
[55160/75561] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (3.72s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (4.60s)
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.77s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.47s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (0.71s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4364] Fetching swift-system
[4278/20633] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.36s)
[3417/16269] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (0.94s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.35s)
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.44s)
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.52s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.42s)
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/904] Fetching swift-http-types
[905/2031] Fetching swift-http-types, swift-http-structured-headers
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.24s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.24s)
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.66s)
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.45s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.47s)
Fetching https://github.com/apple/swift-asn1.git
[1/1584] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.24s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.70s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Creating working copy for https://github.com/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-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-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-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-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-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-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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-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.82.1
Creating working copy for https://github.com/apple/swift-docc-plugin.git
Working copy of https://github.com/apple/swift-docc-plugin.git resolved at 1.4.3
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-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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/805] Write sources
[23/805] Compiling CNIOWindows WSAStartup.c
[24/805] Compiling CNIOWindows shim.c
[25/805] Compiling CNIOLinux liburing_shims.c
[25/805] Compiling CNIOWASI CNIOWASI.c
[27/805] Write sources
[30/805] Compiling _NumericsShims _NumericsShims.c
[30/805] Compiling CNIOExtrasZlib empty.c
[32/805] Compiling _AtomicsShims.c
[33/805] Compiling CNIOLLHTTP c_nio_http.c
[34/805] Compiling CNIODarwin shim.c
[35/805] Compiling CNIOLinux shim.c
[36/805] Compiling fiat_p256_adx_sqr.S
[37/805] Compiling fiat_p256_adx_mul.S
[38/805] Compiling CNIOLLHTTP c_nio_api.c
[39/805] Compiling fiat_curve25519_adx_square.S
[40/805] Compiling fiat_curve25519_adx_mul.S
[41/805] Write swift-version-24593BA9C3E375BF.txt
[42/805] Compiling CNIOLLHTTP c_nio_llhttp.c
[43/809] Compiling CNIOBoringSSLShims shims.c
[44/811] Compiling tls_method.cc
[45/819] Compiling tls13_enc.cc
[46/821] Compiling tls13_server.cc
[47/821] Compiling tls_record.cc
[48/821] Compiling tls13_client.cc
[49/843] Compiling tls13_both.cc
[50/843] Compiling t1_enc.cc
[51/843] Compiling ssl_x509.cc
[52/843] Compiling ssl_versions.cc
[54/843] Compiling _NIOBase64 Base64.swift
[55/843] Emitting module _NIOBase64
[56/844] Emitting module RealModule
[58/845] Compiling RealModule Float+Real.swift
[59/845] Compiling RealModule Float16+Real.swift
[60/845] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[61/845] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[62/845] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[63/845] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[64/845] Compiling InternalCollectionsUtilities _SortedCollection.swift
[65/845] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[67/845] Compiling InternalCollectionsUtilities Integer rank.swift
[68/845] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[69/845] Compiling InternalCollectionsUtilities UInt+reversed.swift
[70/845] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[71/845] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[72/845] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[73/847] Compiling _NIODataStructures PriorityQueue.swift
[74/847] Compiling InternalCollectionsUtilities Debugging.swift
[75/847] Compiling InternalCollectionsUtilities Descriptions.swift
[76/847] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[77/847] Compiling InternalCollectionsUtilities Specialize.swift
[78/847] Emitting module InternalCollectionsUtilities
[82/847] Compiling _NIODataStructures _TinyArray.swift
[83/847] Compiling RealModule ElementaryFunctions.swift
[84/847] Compiling RealModule RealFunctions.swift
[85/847] Compiling RealModule Float80+Real.swift
[86/847] Compiling RealModule Real.swift
[88/848] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[89/848] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[91/849] Emitting module Logging
[92/849] Compiling Logging Locks.swift
[93/849] Compiling Logging Logging.swift
[94/849] Compiling Logging MetadataProvider.swift
[95/849] Compiling Logging LogHandler.swift
[96/850] Emitting module _NIODataStructures
[97/850] Compiling _NIODataStructures Heap.swift
[98/851] Compiling ssl_transcript.cc
[100/866] Compiling ssl_stat.cc
[102/866] Compiling DequeModule _DequeBuffer.swift
[103/866] Compiling DequeModule _DequeBufferHeader.swift
[103/866] Compiling ssl_privkey.cc
[105/868] Compiling DequeModule Deque+CustomReflectable.swift
[106/868] Compiling DequeModule Deque+Descriptions.swift
[106/868] Compiling ssl_session.cc
[108/868] Compiling DequeModule Deque+Extras.swift
[109/868] Compiling DequeModule Deque+Hashable.swift
[110/868] Compiling DequeModule Deque+Equatable.swift
[111/868] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[112/868] Compiling DequeModule _DequeSlot.swift
[113/868] Compiling DequeModule _UnsafeWrappedBuffer.swift
[114/868] Compiling DequeModule Deque+Codable.swift
[115/868] Compiling DequeModule Deque+Collection.swift
[115/868] Compiling ssl_key_share.cc
[117/868] Compiling DequeModule Deque+Testing.swift
[118/868] Compiling DequeModule Deque._Storage.swift
[119/868] Compiling DequeModule Deque._UnsafeHandle.swift
[120/868] Compiling DequeModule Deque.swift
[121/868] Emitting module DequeModule
[122/869] Compiling ssl_lib.cc
[123/869] Compiling ssl_credential.cc
[124/869] Compiling ssl_file.cc
[125/869] Compiling ssl_cipher.cc
[126/869] Compiling ssl_cert.cc
[127/869] Compiling ssl_buffer.cc
[128/869] Compiling ssl_aead_ctx.cc
[129/869] Compiling ssl_asn1.cc
[130/869] Compiling s3_pkt.cc
[131/869] Compiling s3_lib.cc
[132/869] Compiling s3_both.cc
[133/869] Compiling handshake_server.cc
[134/869] Compiling handshake_client.cc
[135/869] Compiling handshake.cc
[136/869] Compiling handoff.cc
[137/869] Compiling encrypted_client_hello.cc
[138/869] Compiling extensions.cc
[139/869] Compiling dtls_record.cc
[140/869] Compiling md5-x86_64-linux.S
[141/869] Compiling md5-x86_64-apple.S
[142/869] Compiling md5-586-linux.S
[143/869] Compiling md5-586-apple.S
[144/869] Compiling chacha20_poly1305_x86_64-linux.S
[145/869] Compiling chacha20_poly1305_x86_64-apple.S
[146/869] Compiling chacha20_poly1305_armv8-win.S
[147/869] Compiling chacha20_poly1305_armv8-linux.S
[148/869] Compiling dtls_method.cc
[149/869] Compiling chacha20_poly1305_armv8-apple.S
[150/869] Compiling chacha-x86_64-linux.S
[151/869] Compiling err_data.cc
[152/869] Compiling chacha-x86_64-apple.S
[153/869] Compiling chacha-x86-linux.S
[154/869] Compiling chacha-x86-apple.S
[155/869] Compiling chacha-armv8-win.S
[156/869] Compiling chacha-armv8-linux.S
[157/869] Compiling chacha-armv8-apple.S
[158/869] Compiling d1_srtp.cc
[159/869] Compiling chacha-armv4-linux.S
[160/869] Compiling aes128gcmsiv-x86_64-apple.S
[161/869] Compiling d1_pkt.cc
[162/869] Compiling aes128gcmsiv-x86_64-linux.S
[163/869] Compiling x86_64-mont5-linux.S
[164/869] Compiling x86_64-mont5-apple.S
[165/869] Compiling x86_64-mont-apple.S
[166/869] Compiling x86_64-mont-linux.S
[167/869] Compiling x86-mont-linux.S
[168/869] Compiling x86-mont-apple.S
[169/869] Compiling vpaes-x86_64-apple.S
[170/869] Compiling vpaes-x86_64-linux.S
[171/869] Compiling vpaes-x86-linux.S
[172/869] Compiling vpaes-x86-apple.S
[173/869] Compiling vpaes-armv8-win.S
[174/869] Compiling vpaes-armv8-linux.S
[175/869] Compiling vpaes-armv7-linux.S
[176/869] Compiling vpaes-armv8-apple.S
[177/869] Compiling d1_lib.cc
[178/869] Compiling sha512-x86_64-linux.S
[179/869] Compiling sha512-x86_64-apple.S
[180/869] Compiling sha512-armv8-win.S
[181/869] Compiling sha512-armv8-linux.S
[182/869] Compiling sha512-armv8-apple.S
[183/869] Compiling sha512-armv4-linux.S
[184/869] Compiling sha512-586-linux.S
[185/869] Compiling sha512-586-apple.S
[186/869] Compiling sha256-x86_64-apple.S
[187/869] Compiling sha256-armv8-win.S
[188/869] Compiling sha256-x86_64-linux.S
[189/869] Compiling sha256-armv8-linux.S
[190/869] Compiling sha256-armv8-apple.S
[191/869] Compiling sha256-armv4-linux.S
[192/869] Compiling sha256-586-linux.S
[193/869] Compiling sha256-586-apple.S
[194/869] Compiling sha1-armv8-win.S
[195/869] Compiling sha1-x86_64-apple.S
[196/869] Compiling bio_ssl.cc
[197/869] Compiling sha1-x86_64-linux.S
[198/869] Compiling sha1-armv8-linux.S
[199/869] Compiling sha1-armv8-apple.S
[200/869] Compiling sha1-armv4-large-linux.S
[201/869] Compiling sha1-586-linux.S
[202/869] Compiling sha1-586-apple.S
[203/869] Compiling rsaz-avx2-apple.S
[204/869] Compiling rsaz-avx2-linux.S
[205/869] Compiling rdrand-x86_64-apple.S
[206/869] Compiling rdrand-x86_64-linux.S
[207/869] Compiling p256_beeu-x86_64-asm-linux.S
[208/869] Compiling p256_beeu-x86_64-asm-apple.S
[209/869] Compiling p256_beeu-armv8-asm-win.S
[210/869] Compiling p256_beeu-armv8-asm-linux.S
[211/869] Compiling p256_beeu-armv8-asm-apple.S
[212/869] Compiling p256-x86_64-asm-apple.S
[213/869] Compiling p256-armv8-asm-win.S
[214/869] Compiling p256-x86_64-asm-linux.S
[215/869] Compiling p256-armv8-asm-linux.S
[216/869] Compiling p256-armv8-asm-apple.S
[217/869] Compiling ghashv8-armv8-linux.S
[218/869] Compiling ghashv8-armv8-win.S
[219/869] Compiling ghashv8-armv8-apple.S
[220/869] Compiling ghashv8-armv7-linux.S
[221/869] Compiling ghash-x86_64-linux.S
[222/869] Compiling ghash-x86-linux.S
[223/869] Compiling ghash-x86_64-apple.S
[224/869] Compiling ghash-x86-apple.S
[225/869] Compiling ghash-ssse3-x86_64-linux.S
[226/869] Compiling ghash-ssse3-x86_64-apple.S
[227/869] Compiling ghash-ssse3-x86-linux.S
[228/869] Compiling ghash-ssse3-x86-apple.S
[229/869] Compiling ghash-neon-armv8-win.S
[230/869] Compiling ghash-neon-armv8-linux.S
[231/869] Compiling ghash-neon-armv8-apple.S
[232/869] Compiling ghash-armv4-linux.S
[233/869] Compiling co-586-apple.S
[234/869] Compiling co-586-linux.S
[235/869] Compiling bsaes-armv7-linux.S
[236/869] Compiling bn-armv8-win.S
[237/869] Compiling bn-armv8-linux.S
[238/869] Compiling bn-armv8-apple.S
[239/869] Compiling bn-586-linux.S
[240/869] Compiling bn-586-apple.S
[241/869] Compiling armv8-mont-win.S
[242/869] Compiling armv8-mont-linux.S
[243/869] Compiling armv4-mont-linux.S
[244/869] Compiling aesv8-gcm-armv8-win.S
[245/869] Compiling armv8-mont-apple.S
[246/869] Compiling aesv8-gcm-armv8-linux.S
[247/869] Compiling aesv8-gcm-armv8-apple.S
[248/869] Compiling aesv8-armv8-win.S
[249/869] Compiling aesv8-armv8-linux.S
[250/869] Compiling aesv8-armv8-apple.S
[251/869] Compiling aesv8-armv7-linux.S
[252/869] Compiling aesni-x86_64-apple.S
[253/869] Compiling aesni-x86_64-linux.S
[254/869] Compiling aesni-x86-linux.S
[255/869] Compiling aesni-x86-apple.S
[256/869] Compiling aesni-gcm-x86_64-linux.S
[257/869] Compiling aesni-gcm-x86_64-apple.S
[258/869] Compiling aes-gcm-avx2-x86_64-apple.S
[259/869] Compiling aes-gcm-avx2-x86_64-linux.S
[260/869] Compiling aes-gcm-avx10-x86_64-linux.S
[261/869] Compiling aes-gcm-avx10-x86_64-apple.S
[262/869] Compiling d1_both.cc
[263/869] Compiling x_sig.cc
[264/869] Compiling x_x509a.cc
[265/869] Compiling x_spki.cc
[266/869] Compiling x_val.cc
[267/869] Compiling x_req.cc
[268/869] Compiling x_x509.cc
[269/869] Compiling x_pubkey.cc
[270/869] Compiling x_name.cc
[271/869] Compiling x_algor.cc
[272/869] Compiling x509spki.cc
[273/869] Compiling x_exten.cc
[274/869] Compiling x_all.cc
[275/869] Compiling x_attrib.cc
[276/869] Compiling x_crl.cc
[277/869] Compiling x509rset.cc
[278/869] Compiling x509name.cc
[279/869] Compiling x509_txt.cc
[280/869] Compiling x509cset.cc
[281/869] Compiling x509_vfy.cc
[282/869] Compiling x509_vpm.cc
[283/869] Compiling x509_v3.cc
[284/869] Compiling x509_trs.cc
[285/869] Compiling x509_set.cc
[286/869] Compiling x509_req.cc
[287/869] Compiling x509_obj.cc
[288/869] Compiling x509_def.cc
[289/869] Compiling x509_lu.cc
[290/869] Compiling x509_ext.cc
[291/869] Compiling x509_d2.cc
[292/869] Compiling x509_cmp.cc
[293/869] Compiling x509.cc
[294/869] Compiling x509_att.cc
[295/869] Compiling v3_utl.cc
[296/869] Compiling v3_skey.cc
[297/869] Compiling v3_prn.cc
[298/869] Compiling v3_purp.cc
[299/869] Compiling v3_pmaps.cc
[300/869] Compiling v3_pcons.cc
[301/869] Compiling v3_ocsp.cc
[302/869] Compiling v3_ncons.cc
[303/869] Compiling v3_int.cc
[304/869] Compiling v3_lib.cc
[305/869] Compiling v3_ia5.cc
[306/869] Compiling v3_genn.cc
[307/869] Compiling v3_info.cc
[308/869] Compiling v3_extku.cc
[309/869] Compiling v3_enum.cc
[310/869] Compiling v3_crld.cc
[311/869] Compiling v3_cpols.cc
[312/869] Compiling v3_bitst.cc
[313/869] Compiling v3_conf.cc
[314/869] Compiling v3_alt.cc
[315/869] Compiling v3_bcons.cc
[316/869] Compiling v3_akeya.cc
[317/869] Compiling v3_akey.cc
[318/869] Compiling t_x509.cc
[319/869] Compiling t_x509a.cc
[320/869] Compiling t_crl.cc
[321/869] Compiling t_req.cc
[322/869] Compiling i2d_pr.cc
[323/869] Compiling rsa_pss.cc
[324/869] Compiling policy.cc
[325/869] Compiling name_print.cc
[326/869] Compiling by_file.cc
[327/869] Compiling by_dir.cc
[328/869] Compiling algorithm.cc
[329/869] Compiling asn1_gen.cc
[330/869] Compiling a_verify.cc
[331/869] Compiling a_sign.cc
[332/869] Compiling voprf.cc
[333/869] Compiling a_digest.cc
[334/869] Compiling thread_none.cc
[335/869] Compiling thread_pthread.cc
[336/869] Compiling thread_win.cc
[337/869] Compiling trust_token.cc
[338/869] Compiling pmbtoken.cc
[339/869] Compiling thread.cc
[340/869] Compiling siphash.cc
[341/869] Compiling stack.cc
[342/869] Compiling sha512.cc
[343/869] Compiling sha256.cc
[344/869] Compiling sha1.cc
[345/869] Compiling slhdsa.cc
[346/869] Compiling rsa_print.cc
[347/869] Compiling spake2plus.cc
[348/869] Compiling rsa_extra.cc
[349/869] Compiling rc4.cc
[350/869] Compiling rsa_crypt.cc
[351/869] Compiling refcount.cc
[352/869] Compiling windows.cc
[353/869] Compiling trusty.cc
[354/869] Compiling rand.cc
[355/869] Compiling urandom.cc
[356/869] Compiling rsa_asn1.cc
[357/869] Compiling ios.cc
[358/869] Compiling passive.cc
[359/869] Compiling poly1305_arm_asm.S
[360/869] Compiling forkunsafe.cc
[361/869] Compiling getentropy.cc
[362/869] Compiling deterministic.cc
[363/869] Compiling fork_detect.cc
[364/869] Compiling poly1305_arm.cc
[365/869] Compiling poly1305.cc
[366/869] Compiling poly1305_vec.cc
[367/869] Compiling pool.cc
[368/869] Compiling p5_pbev2.cc
[369/869] Compiling pkcs7.cc
[370/869] Compiling pkcs8_x509.cc
[371/869] Compiling pkcs7_x509.cc
[372/869] Compiling pkcs8.cc
[373/869] Compiling pem_xaux.cc
[374/869] Compiling pem_pkey.cc
[375/869] Compiling pem_x509.cc
[376/869] Compiling pem_oth.cc
[377/869] Compiling pem_pk8.cc
[378/869] Compiling obj_xref.cc
[379/869] Compiling mlkem.cc
[380/869] Compiling pem_lib.cc
[381/869] Compiling pem_info.cc
[382/869] Compiling obj.cc
[383/869] Compiling pem_all.cc
[384/869] Compiling mldsa.cc
[385/869] Compiling mem.cc
[386/869] Compiling fips_shared_support.cc
[387/869] Compiling poly_rq_mul.S
[388/869] Compiling md5.cc
[389/869] Compiling md4.cc
[390/869] Compiling lhash.cc
[391/869] Compiling kyber.cc
[392/869] Compiling sign.cc
[393/869] Compiling scrypt.cc
[394/869] Compiling ex_data.cc
[395/869] Compiling hrss.cc
[396/869] Compiling hpke.cc
[397/869] Compiling pbkdf.cc
[398/869] Compiling print.cc
[399/869] Compiling p_x25519.cc
[400/869] Compiling p_rsa_asn1.cc
[401/869] Compiling p_rsa.cc
[402/869] Compiling p_hkdf.cc
[403/869] Compiling p_x25519_asn1.cc
[404/869] Compiling p_ed25519.cc
[405/869] Compiling p_ed25519_asn1.cc
[406/869] Compiling p_ec.cc
[407/869] Compiling p_ec_asn1.cc
[408/869] Compiling p_dh_asn1.cc
[409/869] Compiling p_dh.cc
[410/869] Compiling evp_ctx.cc
[411/869] Compiling p_dsa_asn1.cc
[412/869] Compiling err.cc
[413/869] Compiling evp.cc
[414/869] Compiling engine.cc
[415/869] Compiling ecdh.cc
[416/869] Compiling ecdsa_asn1.cc
[417/869] Compiling evp_asn1.cc
[418/869] Compiling hash_to_curve.cc
[419/869] Compiling ec_derive.cc
[420/869] Compiling ec_asn1.cc
[421/869] Compiling dsa_asn1.cc
[422/869] Compiling des.cc
[423/869] Compiling dsa.cc
[424/869] Compiling params.cc
[425/869] Compiling x25519-asm-arm.S
[426/869] Compiling dh_asn1.cc
[427/869] Compiling digest_extra.cc
[428/869] Compiling spake25519.cc
[429/869] Compiling crypto.cc
[430/869] Compiling cpu_intel.cc
[431/869] Compiling curve25519.cc
[432/869] Compiling cpu_arm_linux.cc
[433/869] Compiling cpu_arm_freebsd.cc
[434/869] Compiling cpu_aarch64_win.cc
[435/869] Compiling cpu_aarch64_openbsd.cc
[436/869] Compiling cpu_aarch64_sysreg.cc
[437/869] Compiling bcm.cc
[438/869] Compiling curve25519_64_adx.cc
[439/869] Compiling cpu_aarch64_linux.cc
[440/869] Compiling cpu_aarch64_fuchsia.cc
[441/869] Compiling cpu_aarch64_apple.cc
[442/869] Compiling e_des.cc
[443/869] Compiling tls_cbc.cc
[443/869] Compiling e_null.cc
[443/869] Compiling get_cipher.cc
[444/869] Compiling e_rc4.cc
[447/869] Compiling e_rc2.cc
[447/869] Compiling conf.cc
[449/869] Compiling e_tls.cc
[450/869] Compiling derive_key.cc
[451/869] Compiling chacha.cc
[452/869] Compiling e_aesctrhmac.cc
[453/869] Compiling e_chacha20poly1305.cc
[454/869] Compiling e_aesgcmsiv.cc
[455/869] Compiling unicode.cc
[456/869] Compiling cbb.cc
[457/869] Compiling cbs.cc
[458/869] Compiling buf.cc
[459/869] Compiling blake2.cc
[460/869] Compiling ber.cc
[461/869] Compiling asn1_compat.cc
[462/869] Compiling bn_asn1.cc
[463/869] Compiling socket_helper.cc
[464/869] Compiling convert.cc
[465/869] Compiling socket.cc
[466/869] Compiling printf.cc
[467/869] Compiling pair.cc
[468/869] Compiling hexdump.cc
[469/869] Compiling file.cc
[470/869] Compiling fd.cc
[471/869] Compiling errno.cc
[472/869] Compiling connect.cc
[473/869] Compiling bio_mem.cc
[474/869] Compiling bio.cc
[475/869] Compiling base64.cc
[476/869] Compiling tasn_typ.cc
[477/869] Compiling tasn_fre.cc
[478/869] Compiling tasn_enc.cc
[479/869] Compiling tasn_utl.cc
[480/869] Compiling tasn_new.cc
[481/869] Compiling posix_time.cc
[482/869] Compiling f_string.cc
[483/869] Compiling f_int.cc
[484/869] Compiling asn_pack.cc
[485/869] Compiling tasn_dec.cc
[486/869] Compiling asn1_par.cc
[487/869] Compiling a_octet.cc
[488/869] Compiling a_utctm.cc
[489/869] Compiling asn1_lib.cc
[490/869] Compiling a_type.cc
[491/869] Compiling a_time.cc
[492/869] Compiling a_strnid.cc
[493/869] Compiling a_strex.cc
[494/869] Compiling a_object.cc
[495/869] Compiling a_dup.cc
[495/869] Compiling a_i2d_fp.cc
[497/869] Compiling a_d2i_fp.cc
[498/869] Compiling a_mbstr.cc
[499/869] Compiling a_int.cc
[500/869] Compiling fiat_p256_adx_sqr.S
[501/869] Compiling a_gentm.cc
[502/869] Compiling fiat_curve25519_adx_square.S
[503/869] Compiling fiat_p256_adx_mul.S
[504/869] Compiling md5-x86_64-linux.S
[505/869] Compiling md5-x86_64-apple.S
[506/869] Compiling fiat_curve25519_adx_mul.S
[507/869] Compiling a_bitstr.cc
[508/869] Compiling a_bool.cc
[509/869] Compiling md5-586-linux.S
[510/869] Compiling md5-586-apple.S
[511/869] Compiling chacha20_poly1305_armv8-win.S
[512/869] Compiling chacha20_poly1305_x86_64-apple.S
[513/869] Compiling chacha20_poly1305_armv8-linux.S
[514/869] Compiling CCryptoBoringSSLShims shims.c
[515/869] Compiling chacha20_poly1305_x86_64-linux.S
[516/869] Compiling chacha20_poly1305_armv8-apple.S
[517/869] Compiling chacha-x86_64-apple.S
[518/869] Compiling chacha-x86_64-linux.S
[519/869] Compiling chacha-x86-linux.S
[520/869] Compiling chacha-x86-apple.S
[521/869] Compiling chacha-armv8-win.S
[522/869] Compiling chacha-armv8-linux.S
[523/869] Compiling chacha-armv8-apple.S
[524/869] Compiling chacha-armv4-linux.S
[525/869] Compiling aes128gcmsiv-x86_64-apple.S
[526/869] Compiling aes128gcmsiv-x86_64-linux.S
[527/869] Compiling x86_64-mont5-apple.S
[528/869] Compiling x86_64-mont5-linux.S
[529/869] Compiling err_data.cc
[530/869] Compiling x86_64-mont-apple.S
[531/869] Compiling x86_64-mont-linux.S
[532/869] Compiling x86-mont-linux.S
[533/869] Compiling x86-mont-apple.S
[534/869] Compiling vpaes-x86_64-linux.S
[535/869] Compiling vpaes-x86-linux.S
[536/869] Compiling vpaes-x86_64-apple.S
[537/869] Compiling vpaes-x86-apple.S
[538/869] Compiling vpaes-armv8-win.S
[539/869] Compiling vpaes-armv8-linux.S
[540/869] Compiling vpaes-armv8-apple.S
[541/869] Compiling vpaes-armv7-linux.S
[542/869] Compiling sha512-x86_64-apple.S
[543/869] Compiling sha512-armv8-win.S
[544/869] Compiling sha512-x86_64-linux.S
[545/869] Compiling sha512-armv8-linux.S
[546/869] Compiling sha512-armv8-apple.S
[547/869] Compiling sha512-armv4-linux.S
[548/869] Compiling sha512-586-linux.S
[549/869] Compiling sha512-586-apple.S
[550/869] Compiling sha256-x86_64-apple.S
[551/869] Compiling sha256-x86_64-linux.S
[552/869] Compiling sha256-armv8-win.S
[553/869] Compiling sha256-armv8-apple.S
[554/869] Compiling sha256-armv8-linux.S
[555/869] Compiling sha256-armv4-linux.S
[556/869] Compiling sha256-586-linux.S
[557/869] Compiling sha256-586-apple.S
[558/869] Compiling sha1-armv8-win.S
[559/869] Compiling sha1-x86_64-apple.S
[560/869] Compiling sha1-armv8-apple.S
[561/869] Compiling sha1-armv8-linux.S
[561/869] Compiling sha1-x86_64-linux.S
[563/869] Compiling sha1-armv4-large-linux.S
[564/869] Compiling sha1-586-apple.S
[565/869] Compiling sha1-586-linux.S
[566/869] Compiling rsaz-avx2-apple.S
[567/869] Compiling rdrand-x86_64-linux.S
[568/869] Compiling rsaz-avx2-linux.S
[569/869] Compiling rdrand-x86_64-apple.S
[570/869] Compiling p256_beeu-x86_64-asm-linux.S
[571/869] Compiling p256_beeu-x86_64-asm-apple.S
[572/869] Compiling p256_beeu-armv8-asm-win.S
[573/869] Compiling p256_beeu-armv8-asm-linux.S
[574/869] Compiling p256_beeu-armv8-asm-apple.S
[575/869] Compiling p256-x86_64-asm-apple.S
[576/869] Compiling p256-x86_64-asm-linux.S
[577/869] Compiling p256-armv8-asm-apple.S
[578/869] Compiling p256-armv8-asm-win.S
[579/869] Compiling p256-armv8-asm-linux.S
[580/869] Compiling ghashv8-armv8-win.S
[581/869] Compiling ghashv8-armv8-apple.S
[582/869] Compiling ghashv8-armv8-linux.S
[583/869] Compiling ghashv8-armv7-linux.S
[584/869] Compiling ghash-x86_64-apple.S
[585/869] Compiling ghash-x86_64-linux.S
[586/869] Compiling ghash-x86-linux.S
[587/869] Compiling ghash-x86-apple.S
[588/869] Compiling ghash-ssse3-x86_64-linux.S
[589/869] Compiling ghash-ssse3-x86-linux.S
[590/869] Compiling ghash-ssse3-x86_64-apple.S
[591/869] Compiling ghash-ssse3-x86-apple.S
[592/869] Compiling ghash-neon-armv8-win.S
[593/869] Compiling ghash-neon-armv8-linux.S
[594/869] Compiling ghash-armv4-linux.S
[595/869] Compiling ghash-neon-armv8-apple.S
[596/869] Compiling co-586-linux.S
[597/869] Compiling co-586-apple.S
[598/869] Compiling bn-armv8-win.S
[599/869] Compiling bn-armv8-linux.S
[599/869] Compiling bsaes-armv7-linux.S
[601/869] Compiling bn-armv8-apple.S
[602/869] Compiling bn-586-linux.S
[603/869] Compiling bn-586-apple.S
[604/869] Compiling armv8-mont-win.S
[605/869] Compiling armv8-mont-apple.S
[606/869] Compiling armv8-mont-linux.S
[607/869] Compiling armv4-mont-linux.S
[608/869] Compiling aesv8-gcm-armv8-win.S
[609/869] Compiling aesv8-gcm-armv8-apple.S
[610/869] Compiling aesv8-gcm-armv8-linux.S
[611/869] Compiling aesv8-armv8-win.S
[612/869] Compiling aesv8-armv8-linux.S
[613/869] Compiling aesv8-armv8-apple.S
[614/869] Compiling aesv8-armv7-linux.S
[615/869] Compiling aesni-x86_64-apple.S
[616/869] Compiling aesni-x86_64-linux.S
[617/869] Compiling aesni-x86-linux.S
[618/869] Compiling aesni-x86-apple.S
[619/869] Compiling aesni-gcm-x86_64-linux.S
[620/869] Compiling aes-gcm-avx10-x86_64-linux.S
[621/869] Compiling aesni-gcm-x86_64-apple.S
[622/869] Compiling aes-gcm-avx10-x86_64-apple.S
[623/869] Compiling x_sig.cc
[624/869] Compiling x_val.cc
[625/869] Compiling x_x509a.cc
[626/869] Compiling x_req.cc
[627/869] Compiling x_spki.cc
[628/869] Compiling c-nioatomics.c
[629/869] Compiling x_x509.cc
[630/869] Compiling c-atomics.c
[631/869] Compiling x_exten.cc
[632/869] Compiling x_name.cc
[633/869] Compiling x_attrib.cc
[634/869] Compiling x_crl.cc
[635/869] Compiling x_all.cc
[636/869] Compiling x_algor.cc
[637/875] Compiling x_pubkey.cc
[638/875] Compiling x509spki.cc
[640/875] Compiling NIOConcurrencyHelpers lock.swift
[640/875] Compiling x509name.cc
[641/875] Compiling x509_v3.cc
[642/875] Compiling x509_vpm.cc
[643/875] Compiling x509rset.cc
[645/875] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[646/875] Compiling NIOConcurrencyHelpers NIOLock.swift
[647/875] Compiling NIOConcurrencyHelpers atomics.swift
[648/875] Emitting module NIOConcurrencyHelpers
[649/875] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[649/876] Compiling x509cset.cc
[650/876] Compiling x509_vfy.cc
[652/876] Compiling x509_txt.cc
[653/876] Compiling x509_trs.cc
[654/876] Compiling x509_set.cc
[655/876] Compiling x509_req.cc
[656/876] Compiling x509_obj.cc
[657/876] Compiling x509_lu.cc
[658/876] Compiling x509_ext.cc
[659/876] Compiling x509_def.cc
[660/876] Compiling x509_d2.cc
[661/876] Compiling x509_att.cc
[662/876] Compiling x509.cc
[662/876] Compiling x509_cmp.cc
[664/876] Compiling v3_skey.cc
[665/876] Compiling v3_utl.cc
[666/876] Compiling v3_purp.cc
[667/876] Compiling v3_prn.cc
[668/876] Compiling v3_pmaps.cc
[669/876] Compiling v3_ncons.cc
[670/876] Compiling v3_pcons.cc
[671/876] Compiling v3_ocsp.cc
[672/876] Compiling v3_lib.cc
[673/876] Compiling v3_ia5.cc
[674/876] Compiling v3_info.cc
[675/876] Compiling v3_int.cc
[676/876] Compiling v3_genn.cc
[677/876] Compiling v3_extku.cc
[678/876] Compiling v3_crld.cc
[679/876] Compiling v3_cpols.cc
[680/876] Compiling v3_bitst.cc
[681/876] Compiling v3_bcons.cc
[682/876] Compiling v3_conf.cc
[683/876] Compiling v3_enum.cc
[684/876] Compiling v3_alt.cc
[685/876] Compiling v3_akey.cc
[686/876] Compiling v3_akeya.cc
[687/876] Compiling t_x509a.cc
[688/876] Compiling t_x509.cc
[689/876] Compiling t_crl.cc
[690/876] Compiling t_req.cc
[691/876] Compiling rsa_pss.cc
[692/876] Compiling name_print.cc
[693/876] Compiling i2d_pr.cc
[694/876] Compiling policy.cc
[695/876] Compiling by_dir.cc
[696/876] Compiling by_file.cc
[697/876] Compiling asn1_gen.cc
[698/876] Compiling algorithm.cc
[699/876] Compiling a_verify.cc
[700/876] Compiling voprf.cc
[701/876] Compiling a_digest.cc
[702/876] Compiling a_sign.cc
[703/876] Compiling thread_win.cc
[704/876] Compiling trust_token.cc
[705/876] Compiling pmbtoken.cc
[706/876] Compiling thread.cc
[707/876] Compiling thread_pthread.cc
[708/876] Compiling thread_none.cc
[709/876] Compiling stack.cc
[710/876] Compiling thash.cc
[711/876] Compiling wots.cc
[712/876] Compiling slhdsa.cc
[713/876] Compiling fors.cc
[714/876] Compiling merkle.cc
[715/876] Compiling sha256.cc
[716/876] Compiling siphash.cc
[717/876] Compiling sha512.cc
[718/876] Compiling sha1.cc
[719/876] Compiling rsa_print.cc
[720/876] Compiling rc4.cc
[721/876] Compiling rsa_extra.cc
[722/876] Compiling windows.cc
[723/876] Compiling refcount.cc
[724/876] Compiling rsa_asn1.cc
[725/876] Compiling urandom.cc
[726/876] Compiling rsa_crypt.cc
[727/876] Compiling trusty.cc
[728/876] Compiling rand_extra.cc
[729/876] Compiling passive.cc
[730/876] Compiling ios.cc
[731/876] Compiling poly1305_arm_asm.S
[732/876] Compiling getentropy.cc
[733/876] Compiling forkunsafe.cc
[734/876] Compiling deterministic.cc
[735/876] Compiling fork_detect.cc
[736/876] Compiling pool.cc
[737/876] Compiling poly1305_vec.cc
[738/876] Compiling poly1305.cc
[739/876] Compiling poly1305_arm.cc
[740/876] Compiling pkcs7.cc
[741/876] Compiling pkcs8.cc
[742/876] Compiling pkcs7_x509.cc
[743/876] Compiling pkcs8_x509.cc
[744/876] Compiling p5_pbev2.cc
[745/876] Compiling pem_xaux.cc
[746/876] Compiling pem_pkey.cc
[747/876] Compiling pem_x509.cc
[748/876] Compiling pem_pk8.cc
[749/876] Compiling obj_xref.cc
[750/876] Compiling pem_oth.cc
[751/876] Compiling mldsa.cc
[751/876] Compiling pem_lib.cc
[753/876] Compiling obj.cc
[754/876] Compiling pem_info.cc
[755/876] Compiling mlkem.cc
[756/876] Compiling pem_all.cc
[757/876] Compiling mem.cc
[758/876] Compiling poly_rq_mul.S
[759/876] Compiling fips_shared_support.cc
[760/876] Compiling md5.cc
[761/876] Compiling md4.cc
[761/876] Compiling lhash.cc
[763/876] Compiling kyber.cc
[764/876] Compiling ex_data.cc
[765/876] Compiling sign.cc
[766/876] Compiling hrss.cc
[767/876] Compiling scrypt.cc
[768/876] Compiling hpke.cc
[769/876] Compiling print.cc
[770/876] Compiling pbkdf.cc
[771/876] Compiling p_x25519_asn1.cc
[772/876] Compiling p_x25519.cc
[773/876] Compiling p_rsa.cc
[774/876] Compiling p_rsa_asn1.cc
[775/876] Compiling p_ed25519_asn1.cc
[776/876] Compiling p_hkdf.cc
[777/876] Compiling p_ed25519.cc
[778/876] Compiling p_ec_asn1.cc
[779/876] Compiling p_ec.cc
[780/876] Compiling evp_ctx.cc
[781/876] Compiling p_dh.cc
[782/876] Compiling p_dh_asn1.cc
[783/876] Compiling p_dsa_asn1.cc
[784/876] Compiling evp_asn1.cc
[785/876] Compiling engine.cc
[786/876] Compiling ecdh_extra.cc
[787/876] Compiling evp.cc
[788/876] Compiling err.cc
[789/876] Compiling ec_derive.cc
[790/876] Compiling ecdsa_asn1.cc
[791/876] Compiling hash_to_curve.cc
[792/876] Compiling ec_asn1.cc
[793/876] Compiling digest_extra.cc
[794/876] Compiling params.cc
[795/876] Compiling dsa_asn1.cc
[796/876] Compiling dsa.cc
[797/876] Compiling dh_asn1.cc
[798/876] Compiling x25519-asm-arm.S
[799/876] Compiling des.cc
[800/876] Compiling spake25519.cc
[801/876] Compiling cpu_intel.cc
[802/876] Compiling crypto.cc
[803/876] Compiling cpu_arm_linux.cc
[804/876] Compiling cpu_aarch64_win.cc
[805/876] Compiling cpu_arm_freebsd.cc
[806/876] Compiling curve25519.cc
[807/876] Compiling cpu_aarch64_openbsd.cc
[808/876] Compiling cpu_aarch64_sysreg.cc
[809/876] Compiling cpu_aarch64_linux.cc
[810/876] Compiling cpu_aarch64_fuchsia.cc
[811/876] Compiling cpu_aarch64_apple.cc
[812/876] Compiling curve25519_64_adx.cc
[813/876] Compiling e_tls.cc
[814/876] Compiling tls_cbc.cc
[815/876] Compiling conf.cc
[816/876] Compiling bcm.cc
[817/876] Compiling e_rc4.cc
[818/876] Compiling e_rc2.cc
[819/876] Compiling e_null.cc
[820/876] Compiling e_des.cc
[821/876] Compiling e_chacha20poly1305.cc
[822/876] Compiling derive_key.cc
[823/876] Compiling e_aesctrhmac.cc
[824/876] Compiling e_aesgcmsiv.cc
[825/876] Compiling cipher_extra.cc
[826/876] Compiling chacha.cc
[827/876] Compiling unicode.cc
[828/876] Compiling convert.cc
[828/876] Compiling ber.cc
[828/876] Compiling bn_asn1.cc
[828/876] Compiling asn1_compat.cc
[828/876] Compiling cbb.cc
[828/876] Compiling buf.cc
[829/876] Compiling cbs.cc
[835/876] Compiling errno.cc
[836/876] Compiling printf.cc
[837/876] Compiling blake2.cc
[838/876] Compiling hexdump.cc
[838/876] Compiling file.cc
[840/876] Compiling fd.cc
[840/876] Compiling pair.cc
[842/876] Compiling bio_mem.cc
[843/876] Compiling base64.cc
[844/876] Compiling tasn_fre.cc
[845/876] Compiling tasn_typ.cc
[846/876] Compiling bio.cc
[847/876] Compiling tasn_utl.cc
[848/876] Compiling tasn_enc.cc
[849/876] Compiling tasn_new.cc
[850/876] Compiling tasn_dec.cc
[851/876] Compiling posix_time.cc
[852/876] Compiling f_int.cc
[853/876] Compiling asn_pack.cc
[854/876] Compiling asn1_par.cc
[855/876] Compiling f_string.cc
[856/876] Compiling asn1_lib.cc
[857/876] Compiling a_utctm.cc
[858/876] Compiling a_type.cc
[859/876] Compiling a_octet.cc
[860/876] Compiling a_time.cc
[861/876] Compiling a_strnid.cc
[862/876] Compiling a_object.cc
[863/876] Compiling a_mbstr.cc
[864/876] Compiling a_i2d_fp.cc
[865/876] Compiling a_strex.cc
[865/876] Write sources
[869/876] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[870/876] Compiling a_int.cc
[871/876] Compiling a_dup.cc
[872/876] Compiling a_d2i_fp.cc
[873/877] Compiling a_gentm.cc
[874/920] Compiling a_bool.cc
[875/920] Compiling a_bitstr.cc
[877/928] Compiling Atomics UnsafeAtomic.swift
[878/928] Compiling Atomics UnsafeAtomicLazyReference.swift
[879/930] Compiling Atomics AtomicMemoryOrderings.swift
[880/930] Compiling Atomics DoubleWord.swift
[881/930] Compiling Atomics ManagedAtomic.swift
[882/930] Compiling Atomics ManagedAtomicLazyReference.swift
[883/930] Compiling Atomics IntegerOperations.swift
[884/930] Compiling Atomics Unmanaged extensions.swift
[885/930] Compiling Atomics Primitives.shims.swift
[886/930] Compiling Atomics AtomicInteger.swift
[887/930] Compiling Atomics AtomicOptionalWrappable.swift
[888/930] Compiling Atomics AtomicReference.swift
[889/930] Compiling Atomics AtomicStorage.swift
[890/930] Compiling Atomics AtomicValue.swift
[893/930] Compiling Algorithms Suffix.swift
[897/933] Compiling Atomics IntegerConformances.swift
[898/933] Compiling Atomics PointerConformances.swift
[899/933] Compiling Atomics Primitives.native.swift
[900/933] Compiling Atomics OptionalRawRepresentable.swift
[901/933] Compiling Algorithms Trim.swift
[902/933] Compiling Algorithms Unique.swift
[903/933] Compiling Algorithms Windows.swift
[911/933] Compiling Algorithms Partition.swift
[912/933] Compiling Algorithms Permutations.swift
[913/933] Compiling Algorithms Product.swift
[914/933] Compiling Atomics RawRepresentable.swift
[915/933] Compiling Atomics AtomicBool.swift
[918/933] Emitting module Atomics
[926/934] Compiling CryptoBoringWrapper RandomBytes.swift
[927/993] Emitting module Algorithms
[929/994] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[930/994] Compiling CryptoBoringWrapper EllipticCurve.swift
[931/994] Emitting module CryptoBoringWrapper
[932/994] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[933/994] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[934/994] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[935/994] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[937/995] Compiling NIOCore MarkedCircularBuffer.swift
[938/995] Compiling NIOCore MulticastChannel.swift
[939/995] Compiling NIOCore NIOAny.swift
[940/995] Compiling NIOCore NIOCloseOnErrorHandler.swift
[941/995] Compiling NIOCore NIOLoopBound.swift
[942/995] Compiling NIOCore NIOScheduledCallback.swift
[943/995] Compiling NIOCore NIOSendable.swift
[944/995] Compiling NIOCore RecvByteBufferAllocator.swift
[945/1074] Compiling Crypto HPKE-KeySchedule.swift
[946/1074] Compiling Crypto HPKE-Modes.swift
[947/1074] Compiling Crypto Insecure.swift
[948/1074] Compiling Crypto Insecure_HashFunctions.swift
[949/1074] Compiling Crypto KEM.swift
[950/1074] Compiling Crypto ECDH_boring.swift
[951/1074] Compiling Crypto DH.swift
[952/1074] Compiling Crypto ECDH.swift
[953/1074] Compiling Crypto HPKE-Utils.swift
[954/1074] Compiling Crypto DHKEM.swift
[955/1074] Compiling Crypto HPKE-KEM-Curve25519.swift
[956/1074] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[957/1074] Compiling Crypto HPKE-KEM.swift
[958/1074] Compiling Crypto HPKE-Errors.swift
[959/1074] Compiling Crypto HPKE.swift
[960/1074] Compiling Crypto HPKE-Context.swift
[961/1074] Compiling Crypto ECDSASignature.swift
[962/1074] Compiling Crypto PEMDocument.swift
[963/1074] Compiling Crypto PKCS8PrivateKey.swift
[964/1074] Compiling Crypto SEC1PrivateKey.swift
[965/1074] Compiling Crypto SubjectPublicKeyInfo.swift
[966/1074] Compiling Crypto CryptoKitErrors.swift
[967/1074] Compiling Crypto Digest_boring.swift
[968/1074] Compiling Crypto Digest.swift
[969/1074] Compiling Crypto SymmetricKeys.swift
[970/1074] Compiling Crypto HMAC.swift
[971/1074] Compiling Crypto MACFunctions.swift
[972/1074] Compiling Crypto MessageAuthenticationCode.swift
[973/1074] Compiling Crypto AES.swift
[974/1074] Compiling Crypto ECDSASignature_boring.swift
[975/1074] Compiling Crypto ECDSA_boring.swift
[976/1074] Compiling Crypto EdDSA_boring.swift
[977/1074] Compiling Crypto ECDSA.swift
[978/1074] Compiling Crypto Ed25519.swift
[979/1083] Compiling Crypto NISTCurvesKeys.swift
[980/1083] Compiling Crypto X25519Keys.swift
[987/1083] Compiling Crypto HKDF.swift
[988/1083] Compiling Crypto AESWrap.swift
[989/1083] Compiling Crypto AESWrap_boring.swift
[990/1083] Compiling Crypto Ed25519_boring.swift
[991/1083] Compiling Crypto NISTCurvesKeys_boring.swift
[992/1083] Compiling Crypto X25519Keys_boring.swift
[993/1083] Compiling Crypto Curve25519.swift
[994/1083] Compiling Crypto Ed25519Keys.swift
[997/1083] Compiling Crypto AES-GCM.swift
[998/1083] Compiling Crypto AES-GCM_boring.swift
[999/1083] Compiling Crypto ChaChaPoly_boring.swift
[1000/1083] Compiling Crypto ChaChaPoly.swift
[1001/1083] Compiling Crypto Cipher.swift
[1002/1083] Compiling Crypto Nonces.swift
[1003/1083] Compiling Crypto ASN1.swift
[1004/1083] Compiling Crypto ASN1Any.swift
[1005/1083] Compiling Crypto ASN1BitString.swift
[1016/1083] Compiling Crypto HPKE-Ciphersuite.swift
[1017/1083] Compiling Crypto HPKE-KDF.swift
[1018/1083] Compiling Crypto HPKE-KexKeyDerivation.swift
[1019/1083] Compiling Crypto HPKE-LabeledExtract.swift
[1026/1083] Emitting module Crypto
[1033/1083] Compiling Crypto Digests.swift
[1034/1083] Compiling Crypto HashFunctions.swift
[1035/1083] Compiling Crypto HashFunctions_SHA2.swift
[1036/1083] Compiling Crypto HPKE-AEAD.swift
[1046/1083] Compiling Crypto ASN1Boolean.swift
[1047/1083] Compiling Crypto ASN1Identifier.swift
[1048/1083] Compiling Crypto ASN1Integer.swift
[1049/1083] Compiling Crypto ASN1Null.swift
[1050/1083] Compiling Crypto ASN1OctetString.swift
[1051/1083] Compiling Crypto ASN1Strings.swift
[1052/1083] Compiling Crypto ArraySliceBigint.swift
[1053/1083] Compiling Crypto GeneralizedTime.swift
[1054/1083] Compiling Crypto ObjectIdentifier.swift
[1057/1083] Compiling Crypto Signature.swift
[1058/1083] Compiling Crypto CryptoKitErrors_boring.swift
[1059/1083] Compiling Crypto RNG_boring.swift
[1060/1083] Compiling Crypto SafeCompare_boring.swift
[1061/1083] Compiling Crypto Zeroization_boring.swift
[1062/1083] Compiling Crypto PrettyBytes.swift
[1063/1083] Compiling Crypto SafeCompare.swift
[1064/1083] Compiling Crypto SecureBytes.swift
[1065/1083] Compiling Crypto Zeroization.swift
[1084/1084] Emitting module NIOCore
[1086/1136] Emitting module NIOEmbedded
[1087/1136] Compiling NIOEmbedded AsyncTestingChannel.swift
[1088/1136] Compiling NIOEmbedded Embedded.swift
[1089/1136] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1091/1137] Emitting module NIOPosix
[1092/1143] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1093/1143] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1094/1143] Compiling NIOPosix PosixSingletons.swift
[1095/1143] Compiling NIOPosix RawSocketBootstrap.swift
[1096/1143] Compiling NIOPosix Resolver.swift
[1097/1143] Compiling NIOPosix Selectable.swift
[1098/1143] Compiling NIOPosix ServerSocket.swift
[1099/1143] Compiling NIOPosix Socket.swift
[1100/1143] Compiling NIOPosix SocketChannel.swift
[1101/1143] Compiling NIOPosix SocketProtocols.swift
[1102/1143] Compiling NIOPosix System.swift
[1103/1143] Compiling NIOPosix Thread.swift
[1104/1143] Compiling NIOPosix ThreadPosix.swift
[1105/1143] Compiling NIOPosix ThreadWindows.swift
[1106/1143] Compiling NIOPosix UnsafeTransfer.swift
[1107/1143] Compiling NIOPosix Utilities.swift
[1108/1143] Compiling NIOPosix VsockAddress.swift
[1109/1143] Compiling NIOPosix VsockChannelEvents.swift
[1110/1143] Compiling NIOPosix BSDSocketAPICommon.swift
[1111/1143] Compiling NIOPosix BSDSocketAPIPosix.swift
[1112/1143] Compiling NIOPosix BSDSocketAPIWindows.swift
[1113/1143] Compiling NIOPosix BaseSocket.swift
[1114/1143] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1115/1143] Compiling NIOPosix BaseSocketChannel.swift
[1116/1143] Compiling NIOPosix BaseStreamSocketChannel.swift
[1117/1143] Compiling NIOPosix SelectableChannel.swift
[1118/1143] Compiling NIOPosix SelectableEventLoop.swift
[1119/1143] Compiling NIOPosix SelectorEpoll.swift
[1120/1143] Compiling NIOPosix SelectorGeneric.swift
[1121/1143] Compiling NIOPosix SelectorKqueue.swift
[1122/1143] Compiling NIOPosix SelectorUring.swift
[1123/1143] Compiling NIOPosix NIOThreadPool.swift
[1124/1143] Compiling NIOPosix NonBlockingFileIO.swift
[1125/1143] Compiling NIOPosix PendingDatagramWritesManager.swift
[1126/1143] Compiling NIOPosix PendingWritesManager.swift
[1127/1143] Compiling NIOPosix PipeChannel.swift
[1128/1143] Compiling NIOPosix PipePair.swift
[1129/1143] Compiling NIOPosix Pool.swift
[1130/1143] Compiling NIOPosix IO.swift
[1131/1143] Compiling NIOPosix IntegerBitPacking.swift
[1132/1143] Compiling NIOPosix IntegerTypes.swift
[1133/1143] Compiling NIOPosix Linux.swift
[1134/1143] Compiling NIOPosix LinuxCPUSet.swift
[1135/1143] Compiling NIOPosix LinuxUring.swift
[1136/1143] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1137/1143] Compiling NIOPosix Bootstrap.swift
[1138/1143] Compiling NIOPosix ControlMessage.swift
[1139/1143] Compiling NIOPosix DatagramVectorReadManager.swift
[1140/1143] Compiling NIOPosix Errors+Any.swift
[1141/1143] Compiling NIOPosix FileDescriptor.swift
[1142/1143] Compiling NIOPosix GetaddrinfoResolver.swift
[1143/1143] Compiling NIOPosix HappyEyeballs.swift
[1145/1146] Emitting module NIO
[1146/1146] Compiling NIO Exports.swift
[1148/1186] Emitting module NIOTLS
[1149/1186] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1150/1186] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1151/1186] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1152/1186] Compiling NIOTLS TLSEvents.swift
[1153/1186] Compiling NIOSOCKS ClientStateMachine.swift
[1154/1186] Compiling NIOSOCKS SOCKSResponse.swift
[1155/1186] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1156/1187] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1157/1187] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1158/1187] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1159/1189] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1160/1189] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1161/1189] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1162/1189] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1163/1189] Compiling NIOHTTP1 HTTPDecoder.swift
[1164/1189] Emitting module NIOSOCKS
[1167/1189] Compiling NIOHTTP1 HTTPEncoder.swift
[1168/1189] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1169/1189] Compiling NIOSOCKS ServerStateMachine.swift
[1170/1190] Compiling NIOTLS SNIHandler.swift
[1171/1190] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1172/1191] Emitting module NIOFoundationCompat
[1173/1191] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1177/1192] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1178/1192] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1179/1192] Emitting module NIOHTTP1
[1180/1213] Compiling NIOSSL IdentityVerification.swift
[1181/1213] Compiling NIOSSL SSLCertificate.swift
[1182/1240] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1183/1240] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1184/1243] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1185/1243] Compiling NIOTransportServices NIOTSSingletons.swift
[1186/1243] Emitting module NIOTransportServices
[1187/1245] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1188/1245] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1189/1245] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1191/1245] Compiling NIOTransportServices NIOTSErrors.swift
[1192/1245] Compiling NIOTransportServices NIOTSEventLoop.swift
[1193/1245] Compiling NIOTransportServices NIOTSBootstraps.swift
[1194/1245] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1195/1245] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1198/1245] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1199/1245] Compiling NIOTransportServices StateManagedChannel.swift
[1200/1245] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1201/1245] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1202/1245] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1203/1245] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1204/1245] Compiling NIOTransportServices AcceptHandler.swift
[1205/1245] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1206/1245] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1207/1245] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1208/1245] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1219/1265] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1220/1265] Emitting module NIOSSL
[1225/1268] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1226/1268] Compiling NIOHPACK DynamicHeaderTable.swift
[1227/1268] Compiling NIOHPACK HPACKDecoder.swift
[1228/1268] Compiling NIOHPACK IndexedHeaderTable.swift
[1229/1268] Compiling NIOHPACK IntegerCoding.swift
[1230/1269] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1231/1269] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1232/1269] Emitting module NIOHPACK
[1233/1269] Compiling NIOHPACK StaticHeaderTable.swift
[1237/1269] Compiling NIOSSL SubjectAlternativeName.swift
[1238/1269] Compiling NIOHTTPCompression HTTPCompression.swift
[1239/1269] Emitting module NIOHTTPCompression
[1240/1269] Compiling NIOHTTPCompression HTTPDecompression.swift
[1241/1269] Compiling NIOHPACK HuffmanTables.swift
[1242/1270] Compiling NIOSSL SSLErrors.swift
[1243/1270] Compiling NIOSSL SSLInit.swift
[1244/1270] Compiling NIOSSL SSLPKCS12Bundle.swift
[1245/1270] Compiling NIOSSL SSLPrivateKey.swift
[1247/1270] Compiling NIOHPACK HuffmanCoding.swift
[1248/1270] Compiling NIOHPACK HPACKHeader.swift
[1249/1270] Compiling NIOHPACK HeaderTables.swift
[1250/1270] Compiling NIOHPACK HPACKEncoder.swift
[1251/1270] Compiling NIOHPACK HPACKErrors.swift
[1269/1329] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1270/1329] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1271/1329] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1273/1330] Compiling NIOHTTP2 MaySendFrames.swift
[1274/1330] Compiling NIOHTTP2 SendingDataState.swift
[1275/1330] Compiling NIOHTTP2 SendingGoawayState.swift
[1276/1330] Compiling NIOHTTP2 SendingHeadersState.swift
[1277/1330] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1278/1330] Compiling NIOHTTP2 SendingRstStreamState.swift
[1279/1330] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1280/1330] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1281/1338] Compiling NIOHTTP2 InboundWindowManager.swift
[1282/1338] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1283/1338] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1284/1338] Compiling NIOHTTP2 StreamChannelList.swift
[1285/1338] Compiling NIOHTTP2 StreamMap.swift
[1286/1338] Compiling NIOHTTP2 StreamStateMachine.swift
[1287/1338] Compiling NIOHTTP2 UnsafeTransfer.swift
[1288/1338] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1289/1338] Emitting module NIOHTTP2
[1290/1338] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1291/1338] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1292/1338] Compiling NIOHTTP2 MayReceiveFrames.swift
[1293/1338] Compiling NIOHTTP2 ReceivingDataState.swift
[1294/1338] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1295/1338] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1296/1338] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1297/1338] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1298/1338] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1299/1338] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1300/1338] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1301/1338] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1302/1338] Compiling NIOHTTP2 HTTP2StreamID.swift
[1303/1338] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1304/1338] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1305/1338] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1306/1338] Compiling NIOHTTP2 InboundEventBuffer.swift
[1307/1338] Compiling NIOHTTP2 StateMachineResult.swift
[1308/1338] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1309/1338] Compiling NIOHTTP2 DOSHeuristics.swift
[1310/1338] Compiling NIOHTTP2 Error+Any.swift
[1311/1338] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1312/1338] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1313/1338] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1314/1338] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1315/1338] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1316/1338] Compiling NIOHTTP2 HTTP2Frame.swift
[1317/1338] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1318/1338] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1319/1338] Compiling NIOHTTP2 HTTP2PingData.swift
[1320/1338] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1321/1338] Compiling NIOHTTP2 HTTP2Settings.swift
[1322/1338] Compiling NIOHTTP2 HTTP2Stream.swift
[1323/1338] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1324/1338] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1325/1338] Compiling NIOHTTP2 HasLocalSettings.swift
[1326/1338] Compiling NIOHTTP2 HasRemoteSettings.swift
[1327/1338] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1328/1338] Compiling NIOHTTP2 QuiescingState.swift
[1329/1338] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1330/1338] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1331/1338] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1332/1338] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1333/1338] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1337/1338] Compiling NIOHTTP2 HTTP2Error.swift
[1338/1338] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1340/1398] Emitting module AsyncHTTPClient
[1341/1406] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1342/1406] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1343/1406] Compiling AsyncHTTPClient Transaction.swift
[1344/1406] Compiling AsyncHTTPClient Base64.swift
[1345/1406] Compiling AsyncHTTPClient BasicAuth.swift
[1346/1406] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1347/1406] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1348/1406] Compiling AsyncHTTPClient ConnectionPool.swift
[1349/1406] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1350/1406] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1351/1406] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1352/1406] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1353/1406] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1354/1406] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1355/1406] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1356/1406] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1357/1406] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1358/1406] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1359/1406] Compiling AsyncHTTPClient RequestBag.swift
[1360/1406] Compiling AsyncHTTPClient RequestValidation.swift
[1361/1406] Compiling AsyncHTTPClient SSLContextCache.swift
[1362/1406] Compiling AsyncHTTPClient Scheme.swift
[1363/1406] Compiling AsyncHTTPClient Singleton.swift
[1364/1406] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1365/1406] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1366/1406] Compiling AsyncHTTPClient Utils.swift
[1367/1406] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1368/1406] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1369/1406] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1370/1406] Compiling AsyncHTTPClient HTTP1Connection.swift
[1371/1406] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1372/1406] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1373/1406] Compiling AsyncHTTPClient HTTP2Connection.swift
[1374/1406] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1375/1406] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1376/1406] Compiling AsyncHTTPClient ConnectionTarget.swift
[1377/1406] Compiling AsyncHTTPClient DeconstructedURL.swift
[1378/1406] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1379/1406] Compiling AsyncHTTPClient FoundationExtensions.swift
[1380/1406] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1381/1406] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1382/1406] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1383/1406] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1384/1406] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1385/1406] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1386/1406] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1387/1406] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1388/1406] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1389/1406] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1390/1406] Compiling AsyncHTTPClient RequestBodyLength.swift
[1391/1406] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1392/1406] Compiling AsyncHTTPClient RequestOptions.swift
[1393/1406] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1394/1406] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1395/1406] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1396/1406] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1397/1406] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1398/1406] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1399/1406] Compiling AsyncHTTPClient HTTPClient.swift
[1400/1406] Compiling AsyncHTTPClient HTTPHandler.swift
[1401/1406] Compiling AsyncHTTPClient LRUCache.swift
[1402/1406] Compiling AsyncHTTPClient NWErrorHandler.swift
[1403/1406] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1404/1406] Compiling AsyncHTTPClient TLSConfiguration.swift
[1405/1406] Compiling AsyncHTTPClient RedirectState.swift
[1406/1406] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1408/1426] Compiling JuspayKit ErrorCode.swift
[1409/1426] Compiling JuspayKit JuspayError.swift
[1410/1426] Compiling JuspayKit SessionRoutes.swift
[1411/1426] Compiling JuspayKit Dictionary+Ext.swift
[1412/1428] Emitting module JuspayKit
/host/spi-builder-workspace/Sources/JuspayKit/Util/Refund+Ext.swift:12:5: warning: 'public' modifier is redundant for static method declared in a public extension
10 | ///
11 | /// - Returns: A randomly generated unique request ID string of 20 characters, starting with 'R'.
12 | public static func generateUniqueRequestID() -> String {
| `- warning: 'public' modifier is redundant for static method declared in a public extension
13 | let characters = Array("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789")
14 | var uniqueRequestID = "R"
[1413/1428] Compiling JuspayKit APIHandler.swift
[1414/1428] Compiling JuspayKit APIRoute.swift
[1415/1428] Compiling JuspayKit CustomerItem.swift
[1416/1428] Compiling JuspayKit CustomerRoutes.swift
[1417/1428] Compiling JuspayKit JuspayHealthRoutes.swift
[1418/1428] Compiling JuspayKit JuspayHealthStatus.swift
[1419/1428] Compiling JuspayKit Order+Ext.swift
/host/spi-builder-workspace/Sources/JuspayKit/Util/Refund+Ext.swift:12:5: warning: 'public' modifier is redundant for static method declared in a public extension
10 | ///
11 | /// - Returns: A randomly generated unique request ID string of 20 characters, starting with 'R'.
12 | public static func generateUniqueRequestID() -> String {
| `- warning: 'public' modifier is redundant for static method declared in a public extension
13 | let characters = Array("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789")
14 | var uniqueRequestID = "R"
[1420/1428] Compiling JuspayKit Refund+Ext.swift
/host/spi-builder-workspace/Sources/JuspayKit/Util/Refund+Ext.swift:12:5: warning: 'public' modifier is redundant for static method declared in a public extension
10 | ///
11 | /// - Returns: A randomly generated unique request ID string of 20 characters, starting with 'R'.
12 | public static func generateUniqueRequestID() -> String {
| `- warning: 'public' modifier is redundant for static method declared in a public extension
13 | let characters = Array("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789")
14 | var uniqueRequestID = "R"
[1421/1428] Compiling JuspayKit RefundRoutes.swift
[1422/1428] Compiling JuspayKit SessionItem.swift
[1423/1428] Compiling JuspayKit JuspayClient.swift
[1424/1428] Compiling JuspayKit OrderItem.swift
[1425/1428] Compiling JuspayKit OrderRoutes.swift
[1426/1428] Compiling JuspayKit PaymentMethodItem.swift
[1427/1428] Compiling JuspayKit PaymentMethodRoutes.swift
[1428/1428] Compiling JuspayKit RefundItem.swift
[1430/1434] Compiling HyperCheckout HyperSessionRoutes.swift
[1431/1434] Compiling HyperCheckout HyperCheckout.swift
[1432/1434] Emitting module HyperCheckout
[1433/1434] Compiling HyperCheckout HyperRefundRoutes.swift
[1434/1434] Compiling HyperCheckout HyperOrderRoutes.swift
Build complete! (145.23s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin.git"
},
{
"identity" : "async-http-client",
"requirement" : {
"range" : [
{
"lower_bound" : "1.24.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" : "1.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
}
],
"manifest_display_name" : "juspay-kit",
"name" : "juspay-kit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
}
],
"products" : [
{
"name" : "JuspayKit",
"targets" : [
"JuspayKit"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HyperCheckout",
"targets" : [
"HyperCheckout"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "JuspayKitTests",
"module_type" : "SwiftTarget",
"name" : "JuspayKitTests",
"path" : "Tests/JuspayKitTests",
"sources" : [
"JuspayKitTests.swift"
],
"target_dependencies" : [
"JuspayKit",
"HyperCheckout"
],
"type" : "test"
},
{
"c99name" : "JuspayKit",
"module_type" : "SwiftTarget",
"name" : "JuspayKit",
"path" : "Sources/JuspayKit",
"product_dependencies" : [
"AsyncHTTPClient",
"Crypto"
],
"product_memberships" : [
"JuspayKit",
"HyperCheckout"
],
"sources" : [
"Core/APIHandler.swift",
"Core/APIRoute.swift",
"Customer/CustomerItem.swift",
"Customer/CustomerRoutes.swift",
"HealthCheck/JuspayHealthRoutes.swift",
"HealthCheck/JuspayHealthStatus.swift",
"JuspayClient.swift",
"Orders/OrderItem.swift",
"Orders/OrderRoutes.swift",
"PaymentMethods/PaymentMethodItem.swift",
"PaymentMethods/PaymentMethodRoutes.swift",
"Refund/RefundItem.swift",
"Refund/RefundRoutes.swift",
"Session/SessionItem.swift",
"Session/SessionRoutes.swift",
"Util/Dictionary+Ext.swift",
"Util/ErrorCode.swift",
"Util/JuspayError.swift",
"Util/Order+Ext.swift",
"Util/Refund+Ext.swift"
],
"type" : "library"
},
{
"c99name" : "HyperCheckoutTests",
"module_type" : "SwiftTarget",
"name" : "HyperCheckoutTests",
"path" : "Tests/HyperCheckoutTests",
"sources" : [
"HyperCheckoutTests.swift"
],
"target_dependencies" : [
"HyperCheckout",
"JuspayKit"
],
"type" : "test"
},
{
"c99name" : "HyperCheckout",
"module_type" : "SwiftTarget",
"name" : "HyperCheckout",
"path" : "Sources/HyperCheckout",
"product_memberships" : [
"HyperCheckout"
],
"sources" : [
"HyperCheckout.swift",
"Routes/HyperOrderRoutes.swift",
"Routes/HyperRefundRoutes.swift",
"Routes/HyperSessionRoutes.swift"
],
"target_dependencies" : [
"JuspayKit"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
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.