Build Information
Successful build of juspay-kit, reference main (7535ca
), with Swift 6.0 for Linux on 21 Dec 2024 05:12:02 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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.60.0
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.0
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-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-docc-plugin.git
Fetching https://github.com/apple/swift-crypto.git
[1/2044] Fetching swift-docc-plugin
[83/15393] Fetching swift-docc-plugin, async-http-client
[1161/27201] Fetching swift-docc-plugin, async-http-client, swift-crypto
Fetched https://github.com/apple/swift-docc-plugin.git from cache (2.10s)
Fetched https://github.com/swift-server/async-http-client.git from cache (2.10s)
Fetched https://github.com/apple/swift-crypto.git from cache (2.14s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.24.0 (0.86s)
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-extras.git
[1/2297] Fetching swift-nio-transport-services
[622/3866] Fetching swift-nio-transport-services, swift-atomics
[1075/9128] Fetching swift-nio-transport-services, swift-atomics, swift-nio-extras
[2102/20363] Fetching swift-nio-transport-services, swift-atomics, swift-nio-extras, swift-nio-http2
[2425/24095] Fetching swift-nio-transport-services, swift-atomics, swift-nio-extras, swift-nio-http2, swift-log
[3089/29690] Fetching swift-nio-transport-services, swift-atomics, swift-nio-extras, swift-nio-http2, swift-log, swift-algorithms
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.67s)
[18688/27393] Fetching swift-atomics, swift-nio-extras, swift-nio-http2, swift-log, swift-algorithms
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.81s)
Fetching https://github.com/apple/swift-nio.git
[13593/22131] Fetching swift-atomics, swift-nio-http2, swift-log, swift-algorithms
[22020/35919] Fetching swift-atomics, swift-nio-http2, swift-log, swift-algorithms, swift-nio-ssl
[23649/108476] Fetching swift-atomics, swift-nio-http2, swift-log, swift-algorithms, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-algorithms.git from cache (2.02s)
[54456/102881] Fetching swift-atomics, swift-nio-http2, swift-log, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (2.03s)
Fetched https://github.com/apple/swift-atomics.git from cache (2.03s)
[49431/97580] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.05s)
[38609/86345] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.54s)
[51516/72557] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (6.12s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.0 (3.31s)
Fetching https://github.com/apple/swift-numerics.git
[1/5576] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.59s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.2 (0.93s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.97s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.29.0 (1.03s)
Computing version for https://github.com/apple/swift-docc-plugin.git
Computed https://github.com/apple/swift-docc-plugin.git at 1.4.3 (0.97s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3242] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.53s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.98s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.23.0 (0.85s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.77.0 (0.81s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/15603] Fetching swift-collections
[626/19563] Fetching swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.63s)
[2965/15603] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.74s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.0 (0.91s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.2 (0.80s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.12s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.24.1 (0.90s)
Fetching https://github.com/apple/swift-http-types
[1/734] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types from cache (0.35s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.3.1 (0.67s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.35.0 (0.96s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.10.0 (2.94s)
Fetching https://github.com/apple/swift-asn1.git
[1/1427] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.43s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.0 (1.04s)
Creating working copy for https://github.com/apple/swift-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.3.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.10.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.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.24.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.35.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.29.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.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.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.24.1
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.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.77.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.2
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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.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-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-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.23.0
warning: 'swift-algorithms': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/swift-algorithms/Sources/Algorithms/Documentation.docc
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/819] Write sources
[26/819] Compiling CNIOWindows WSAStartup.c
[26/819] Compiling CNIOWASI CNIOWASI.c
[28/819] Compiling CNIOLinux liburing_shims.c
[28/819] Compiling CNIOWindows shim.c
[30/819] Compiling _NumericsShims _NumericsShims.c
[31/819] Compiling _AtomicsShims.c
[32/819] Compiling CNIOExtrasZlib empty.c
[32/819] Compiling CNIODarwin shim.c
[34/819] Compiling CNIOLLHTTP c_nio_http.c
[35/819] Compiling CNIOLinux shim.c
[36/819] Compiling fiat_p256_adx_mul.S
[37/819] Compiling fiat_p256_adx_sqr.S
[38/819] Compiling CNIOLLHTTP c_nio_api.c
[39/819] Compiling fiat_curve25519_adx_square.S
[40/819] Compiling fiat_curve25519_adx_mul.S
[41/819] Compiling CNIOLLHTTP c_nio_llhttp.c
[42/819] Write swift-version-24593BA9C3E375BF.txt
[43/819] Compiling CNIOBoringSSLShims shims.c
[44/823] Compiling tls_record.cc
[45/823] Compiling tls_method.cc
[46/823] Compiling tls13_enc.cc
[47/823] Compiling tls13_server.cc
[48/823] Compiling tls13_client.cc
[49/823] Compiling t1_enc.cc
[50/823] Compiling tls13_both.cc
[51/857] Compiling ssl_versions.cc
[52/857] Compiling ssl_transcript.cc
[53/857] Compiling ssl_x509.cc
[54/857] Compiling ssl_stat.cc
[55/857] Compiling ssl_privkey.cc
[56/857] Compiling ssl_session.cc
[57/857] Compiling ssl_key_share.cc
[58/857] Compiling ssl_file.cc
[60/857] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[61/857] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[62/857] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[63/859] Compiling InternalCollectionsUtilities _SortedCollection.swift
[64/859] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[65/859] Compiling RealModule Real.swift
[66/859] Emitting module InternalCollectionsUtilities
[67/860] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[68/860] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[69/860] Compiling InternalCollectionsUtilities Debugging.swift
[70/860] Compiling InternalCollectionsUtilities Descriptions.swift
[71/860] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[72/860] Compiling InternalCollectionsUtilities Specialize.swift
[73/860] Compiling RealModule Float80+Real.swift
[76/860] Emitting module RealModule
[78/860] Compiling InternalCollectionsUtilities UInt+reversed.swift
[80/860] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[81/860] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[82/860] Compiling InternalCollectionsUtilities Integer rank.swift
[83/860] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[83/860] Compiling ssl_lib.cc
[85/860] Emitting module _NIOBase64
[86/860] Compiling _NIOBase64 Base64.swift
[87/861] Compiling RealModule RealFunctions.swift
[88/861] Compiling _NIODataStructures _TinyArray.swift
[89/861] Compiling _NIODataStructures PriorityQueue.swift
[90/861] Compiling RealModule ElementaryFunctions.swift
[91/861] Compiling RealModule Float+Real.swift
[92/861] Compiling RealModule Float16+Real.swift
[93/862] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[94/862] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[97/863] Compiling ssl_credential.cc
[99/863] Emitting module Logging
[100/863] Compiling Logging LogHandler.swift
[101/863] Compiling Logging Logging.swift
[102/863] Compiling Logging MetadataProvider.swift
[103/863] Compiling Logging Locks.swift
[104/863] Emitting module _NIODataStructures
[105/863] Compiling _NIODataStructures Heap.swift
[107/880] Compiling ssl_cipher.cc
[109/880] Compiling DequeModule Deque+CustomReflectable.swift
[110/880] Compiling DequeModule Deque+Descriptions.swift
[110/882] Compiling ssl_cert.cc
[111/882] Compiling ssl_asn1.cc
[112/882] Compiling ssl_aead_ctx.cc
[114/882] Compiling DequeModule Deque+Equatable.swift
[115/882] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[116/882] Compiling DequeModule _DequeBuffer.swift
[117/882] Compiling DequeModule _DequeBufferHeader.swift
[117/882] Compiling ssl_buffer.cc
[119/882] Compiling DequeModule Deque+Extras.swift
[120/882] Compiling DequeModule Deque+Hashable.swift
[121/882] Compiling DequeModule _DequeSlot.swift
[122/882] Compiling DequeModule _UnsafeWrappedBuffer.swift
[123/882] Compiling DequeModule Deque+Testing.swift
[124/882] Compiling DequeModule Deque._Storage.swift
[125/882] Compiling DequeModule Deque._UnsafeHandle.swift
[126/882] Compiling DequeModule Deque.swift
[127/882] Compiling DequeModule Deque+Codable.swift
[128/882] Compiling DequeModule Deque+Collection.swift
[128/882] Compiling s3_lib.cc
[129/882] Compiling s3_both.cc
[130/882] Compiling s3_pkt.cc
[132/882] Emitting module DequeModule
[132/883] Compiling handshake_client.cc
[133/883] Compiling handshake_server.cc
[135/883] Compiling handshake.cc
[136/883] Compiling handoff.cc
[137/883] Compiling encrypted_client_hello.cc
[138/883] Compiling dtls_record.cc
[139/883] Compiling extensions.cc
[140/883] Compiling d1_srtp.cc
[141/883] Compiling md5-x86_64-linux.S
[142/883] Compiling dtls_method.cc
[143/883] Compiling md5-x86_64-apple.S
[144/883] Compiling md5-586-linux.S
[145/883] Compiling md5-586-apple.S
[146/883] Compiling d1_pkt.cc
[147/883] Compiling err_data.c
[148/883] Compiling chacha20_poly1305_x86_64-apple.S
[149/883] Compiling chacha20_poly1305_armv8-win.S
[150/883] Compiling chacha20_poly1305_armv8-linux.S
[151/883] Compiling chacha20_poly1305_armv8-apple.S
[152/883] Compiling chacha20_poly1305_x86_64-linux.S
[153/883] Compiling chacha-x86-linux.S
[154/883] Compiling chacha-x86_64-apple.S
[155/883] Compiling chacha-x86_64-linux.S
[156/883] Compiling chacha-armv8-win.S
[157/883] Compiling chacha-x86-apple.S
[158/883] Compiling chacha-armv4-linux.S
[159/883] Compiling chacha-armv8-linux.S
[160/883] Compiling chacha-armv8-apple.S
[161/883] Compiling aes128gcmsiv-x86_64-apple.S
[162/883] Compiling aes128gcmsiv-x86_64-linux.S
[163/883] Compiling d1_lib.cc
[164/883] Compiling x86_64-mont5-apple.S
[165/883] Compiling x86_64-mont5-linux.S
[166/883] Compiling x86_64-mont-apple.S
[167/883] Compiling x86_64-mont-linux.S
[168/883] Compiling x86-mont-apple.S
[169/883] Compiling vpaes-x86_64-linux.S
[170/883] Compiling x86-mont-linux.S
[171/883] Compiling vpaes-x86-apple.S
[172/883] Compiling d1_both.cc
[173/883] Compiling vpaes-x86_64-apple.S
[174/883] Compiling vpaes-x86-linux.S
[175/883] Compiling vpaes-armv8-win.S
[176/883] Compiling vpaes-armv8-linux.S
[177/883] Compiling vpaes-armv8-apple.S
[178/883] Compiling vpaes-armv7-linux.S
[179/883] Compiling sha512-x86_64-linux.S
[180/883] Compiling sha512-x86_64-apple.S
[181/883] Compiling sha512-armv8-win.S
[182/883] Compiling sha512-armv8-apple.S
[183/883] Compiling sha512-armv8-linux.S
[184/883] Compiling sha512-armv4-linux.S
[185/883] Compiling sha512-586-linux.S
[186/883] Compiling sha256-x86_64-apple.S
[187/883] Compiling sha512-586-apple.S
[188/883] Compiling sha256-armv8-win.S
[189/883] Compiling sha256-x86_64-linux.S
[190/883] Compiling sha256-armv8-apple.S
[191/883] Compiling sha256-armv8-linux.S
[192/883] Compiling sha256-armv4-linux.S
[193/883] Compiling sha256-586-apple.S
[194/883] Compiling sha256-586-linux.S
[195/883] Compiling sha1-x86_64-apple.S
[196/883] Compiling sha1-armv8-win.S
[197/883] Compiling sha1-armv8-linux.S
[198/883] Compiling bio_ssl.cc
[199/883] Compiling sha1-armv8-apple.S
[200/883] Compiling sha1-x86_64-linux.S
[201/883] Compiling sha1-armv4-large-linux.S
[202/883] Compiling sha1-586-linux.S
[203/883] Compiling sha1-586-apple.S
[204/883] Compiling rsaz-avx2-apple.S
[205/883] Compiling rsaz-avx2-linux.S
[206/883] Compiling rdrand-x86_64-linux.S
[207/883] Compiling rdrand-x86_64-apple.S
[208/883] Compiling p256_beeu-x86_64-asm-linux.S
[209/883] Compiling p256_beeu-x86_64-asm-apple.S
[210/883] Compiling p256_beeu-armv8-asm-win.S
[211/883] Compiling p256_beeu-armv8-asm-linux.S
[212/883] Compiling p256_beeu-armv8-asm-apple.S
[213/883] Compiling p256-armv8-asm-win.S
[214/883] Compiling p256-x86_64-asm-apple.S
[215/883] Compiling p256-armv8-asm-linux.S
[216/883] Compiling p256-armv8-asm-apple.S
[217/883] Compiling p256-x86_64-asm-linux.S
[218/883] Compiling ghashv8-armv8-win.S
[219/883] Compiling ghashv8-armv8-apple.S
[220/883] Compiling ghashv8-armv8-linux.S
[221/883] Compiling ghashv8-armv7-linux.S
[222/883] Compiling ghash-x86_64-apple.S
[223/883] Compiling ghash-x86_64-linux.S
[224/883] Compiling ghash-x86-apple.S
[225/883] Compiling ghash-x86-linux.S
[226/883] Compiling ghash-ssse3-x86_64-apple.S
[227/883] Compiling ghash-ssse3-x86_64-linux.S
[228/883] Compiling ghash-ssse3-x86-linux.S
[229/883] Compiling ghash-neon-armv8-win.S
[230/883] Compiling ghash-ssse3-x86-apple.S
[231/883] Compiling ghash-neon-armv8-linux.S
[232/883] Compiling ghash-neon-armv8-apple.S
[233/883] Compiling ghash-armv4-linux.S
[234/883] Compiling co-586-linux.S
[235/883] Compiling co-586-apple.S
[236/883] Compiling bn-armv8-win.S
[237/883] Compiling bsaes-armv7-linux.S
[238/883] Compiling bn-armv8-linux.S
[239/883] Compiling bn-armv8-apple.S
[240/883] Compiling bn-586-linux.S
[241/883] Compiling bn-586-apple.S
[242/883] Compiling armv8-mont-win.S
[243/883] Compiling armv8-mont-linux.S
[244/883] Compiling armv8-mont-apple.S
[245/883] Compiling armv4-mont-linux.S
[246/883] Compiling aesv8-gcm-armv8-win.S
[247/883] Compiling aesv8-gcm-armv8-linux.S
[248/883] Compiling aesv8-armv8-win.S
[249/883] Compiling aesv8-gcm-armv8-apple.S
[250/883] Compiling aesv8-armv8-linux.S
[251/883] Compiling aesv8-armv7-linux.S
[252/883] Compiling aesv8-armv8-apple.S
[253/883] Compiling aesni-x86_64-apple.S
[254/883] Compiling aesni-x86-linux.S
[255/883] Compiling aesni-x86_64-linux.S
[256/883] Compiling aesni-x86-apple.S
[257/883] Compiling aesni-gcm-x86_64-apple.S
[258/883] Compiling aesni-gcm-x86_64-linux.S
[259/883] Compiling x_val.c
[260/883] Compiling x_req.c
[261/883] Compiling x_x509.c
[262/883] Compiling x_pubkey.c
[263/883] Compiling x_x509a.c
[264/883] Compiling x_sig.c
[264/883] Compiling x_spki.c
[266/883] Compiling x_exten.c
[267/883] Compiling x_name.c
[268/883] Compiling x_attrib.c
[269/883] Compiling x_crl.c
[270/883] Compiling x_algor.c
[271/883] Compiling x_all.c
[272/883] Compiling x509spki.c
[273/883] Compiling x509rset.c
[274/883] Compiling x509_txt.c
[275/883] Compiling x509name.c
[276/883] Compiling x509cset.c
[276/883] Compiling x509_trs.c
[278/883] Compiling x509_vpm.c
[279/883] Compiling x509_vfy.c
[280/883] Compiling x509_v3.c
[281/883] Compiling x509_set.c
[282/883] Compiling x509_d2.c
[283/883] Compiling x509_ext.c
[284/883] Compiling x509_obj.c
[284/883] Compiling x509_cmp.c
[284/883] Compiling x509_def.c
[285/883] Compiling x509_lu.c
[285/883] Compiling x509_req.c
[289/883] Compiling v3_skey.c
[290/883] Compiling v3_pmaps.c
[290/883] Compiling x509.c
[290/883] Compiling v3_utl.c
[291/883] Compiling v3_prn.c
[294/883] Compiling x509_att.c
[295/883] Compiling v3_pcons.c
[295/883] Compiling v3_purp.c
[297/883] Compiling v3_ocsp.c
[298/883] Compiling v3_ia5.c
[299/883] Compiling v3_int.c
[300/883] Compiling v3_lib.c
[301/883] Compiling v3_ncons.c
[302/883] Compiling v3_info.c
[303/883] Compiling v3_genn.c
[304/883] Compiling v3_extku.c
[305/883] Compiling v3_enum.c
[306/883] Compiling v3_bitst.c
[307/883] Compiling v3_crld.c
[308/883] Compiling v3_cpols.c
[309/883] Compiling v3_akeya.c
[310/883] Compiling v3_bcons.c
[311/883] Compiling v3_alt.c
[312/883] Compiling v3_conf.c
[313/883] Compiling t_x509a.c
[314/883] Compiling v3_akey.c
[315/883] Compiling t_crl.c
[316/883] Compiling t_x509.c
[317/883] Compiling t_req.c
[318/883] Compiling policy.c
[319/883] Compiling name_print.c
[320/883] Compiling rsa_pss.c
[321/883] Compiling i2d_pr.c
[322/883] Compiling asn1_gen.c
[323/883] Compiling by_dir.c
[324/883] Compiling a_verify.c
[325/883] Compiling a_sign.c
[326/883] Compiling by_file.c
[327/883] Compiling a_digest.c
[328/883] Compiling algorithm.c
[329/883] Compiling thread.c
[330/883] Compiling thread_win.c
[331/883] Compiling thread_pthread.c
[332/883] Compiling thread_none.c
[333/883] Compiling spx_util.c
[334/883] Compiling trust_token.c
[335/883] Compiling stack.c
[336/883] Compiling voprf.c
[336/883] Compiling spx_wots.c
[338/883] Compiling spx_fors.c
[339/883] Compiling spx_thash.c
[340/883] Compiling pmbtoken.c
[341/883] Compiling spx.c
[342/883] Compiling spx_merkle.c
[343/883] Compiling spx_address.c
[344/883] Compiling merkle.c
[345/883] Compiling siphash.c
[346/883] Compiling thash.c
[347/883] Compiling fors.c
[348/883] Compiling slhdsa.c
[349/883] Compiling wots.c
[350/883] Compiling sha512.c
[351/883] Compiling sha256.c
[352/883] Compiling sha1.c
[353/883] Compiling rc4.c
[354/883] Compiling rsa_print.c
[355/883] Compiling rsa_extra.c
[356/883] Compiling refcount.c
[357/883] Compiling rsa_asn1.c
[358/883] Compiling windows.c
[359/883] Compiling rsa_crypt.c
[360/883] Compiling trusty.c
[361/883] Compiling urandom.c
[362/883] Compiling rand_extra.c
[363/883] Compiling ios.c
[364/883] Compiling passive.c
[365/883] Compiling getentropy.c
[366/883] Compiling deterministic.c
[367/883] Compiling poly1305_arm_asm.S
[368/883] Compiling forkunsafe.c
[369/883] Compiling poly1305_arm.c
[370/883] Compiling pool.c
[371/883] Compiling fork_detect.c
[372/883] Compiling poly1305.c
[373/883] Compiling pkcs7.c
[374/883] Compiling poly1305_vec.c
[375/883] Compiling p5_pbev2.c
[376/883] Compiling pkcs8_x509.c
[377/883] Compiling pem_xaux.c
[378/883] Compiling pkcs8.c
[379/883] Compiling pem_pkey.c
[380/883] Compiling pem_x509.c
[381/883] Compiling pkcs7_x509.c
[382/883] Compiling pem_pk8.c
[383/883] Compiling obj_xref.c
[384/883] Compiling pem_oth.c
[385/883] Compiling pem_info.c
[386/883] Compiling pem_lib.c
[387/883] Compiling mem.c
[388/883] Compiling obj.c
[389/883] Compiling md5.c
[390/883] Compiling pem_all.c
[391/883] Compiling mldsa.c
[392/883] Compiling lhash.c
[393/883] Compiling md4.c
[394/883] Compiling keccak.c
[395/883] Compiling fips_shared_support.c
[396/883] Compiling kyber.c
[397/883] Compiling poly_rq_mul.S
[398/883] Compiling ex_data.c
[399/883] Compiling hpke.c
[400/883] Compiling mlkem.cc
[401/883] Compiling sign.c
[402/883] Compiling hrss.c
[403/883] Compiling scrypt.c
[404/883] Compiling pbkdf.c
[405/883] Compiling p_x25519.c
[405/883] Compiling p_x25519_asn1.c
[407/883] Compiling print.c
[408/883] Compiling p_rsa_asn1.c
[409/883] Compiling p_rsa.c
[410/883] Compiling p_ed25519.c
[411/883] Compiling p_hkdf.c
[412/883] Compiling p_ed25519_asn1.c
[413/883] Compiling p_ec_asn1.c
[414/883] Compiling p_ec.c
[415/883] Compiling p_dsa_asn1.c
[416/883] Compiling p_dh_asn1.c
[417/883] Compiling evp_ctx.c
[418/883] Compiling p_dh.c
[419/883] Compiling engine.c
[420/883] Compiling ecdh_extra.c
[421/883] Compiling ecdsa_asn1.c
[422/883] Compiling evp_asn1.c
[423/883] Compiling evp.c
[424/883] Compiling err.c
[425/883] Compiling dsa_asn1.c
[426/883] Compiling ec_asn1.c
[427/883] Compiling ec_derive.c
[428/883] Compiling hash_to_curve.c
[429/883] Compiling digest_extra.c
[430/883] Compiling dsa.c
[431/883] Compiling dh_asn1.c
[432/883] Compiling dilithium.c
[433/883] Compiling params.c
[434/883] Compiling spake25519.c
[435/883] Compiling x25519-asm-arm.S
[436/883] Compiling des.c
[437/883] Compiling cpu_intel.c
[438/883] Compiling crypto.c
[439/883] Compiling cpu_arm_linux.c
[440/883] Compiling cpu_aarch64_openbsd.c
[441/883] Compiling cpu_arm_freebsd.c
[442/883] Compiling cpu_aarch64_sysreg.c
[443/883] Compiling cpu_aarch64_win.c
[444/883] Compiling cpu_aarch64_linux.c
[445/883] Compiling cpu_aarch64_fuchsia.c
[446/883] Compiling cpu_aarch64_apple.c
[447/883] Compiling curve25519.c
[448/883] Compiling conf.c
[449/883] Compiling e_rc4.c
[450/883] Compiling tls_cbc.c
[451/883] Compiling e_rc2.c
[452/883] Compiling e_tls.c
[453/883] Compiling e_des.c
[454/883] Compiling e_null.c
[455/883] Compiling e_chacha20poly1305.c
[456/883] Compiling derive_key.c
[457/883] Compiling e_aesgcmsiv.c
[458/883] Compiling e_aesctrhmac.c
[459/883] Compiling curve25519_64_adx.c
[460/883] Compiling cipher_extra.c
[461/883] Compiling chacha.c
[462/883] Compiling unicode.c
[463/883] Compiling ber.c
[464/883] Compiling asn1_compat.c
[465/883] Compiling buf.c
[466/883] Compiling bn_asn1.c
[467/883] Compiling cbb.c
[468/883] Compiling convert.c
[469/883] Compiling blake2.c
[470/883] Compiling cbs.c
[471/883] Compiling printf.c
[472/883] Compiling socket.c
[473/883] Compiling socket_helper.c
[474/883] Compiling pair.c
[475/883] Compiling hexdump.c
[476/883] Compiling file.c
[477/883] Compiling errno.c
[478/883] Compiling fd.c
[479/883] Compiling connect.c
[480/883] Compiling bio_mem.c
[481/883] Compiling base64.c
[482/883] Compiling tasn_typ.c
[483/883] Compiling tasn_utl.c
[484/883] Compiling tasn_fre.c
[485/883] Compiling bio.c
[486/883] Compiling tasn_new.c
[487/883] Compiling posix_time.c
[488/883] Compiling f_string.c
[489/883] Compiling tasn_enc.c
[490/883] Compiling f_int.c
[491/883] Compiling asn_pack.c
[492/883] Compiling tasn_dec.c
[493/883] Compiling asn1_par.c
[494/883] Compiling a_utctm.c
[495/883] Compiling a_type.c
[496/883] Compiling a_time.c
[497/883] Compiling asn1_lib.c
[498/883] Compiling a_octet.c
[499/883] Compiling a_strnid.c
[500/883] Compiling a_strex.c
[501/883] Compiling a_i2d_fp.c
[502/883] Compiling a_object.c
[503/883] Compiling a_mbstr.c
[504/883] Compiling a_int.c
[505/883] Compiling a_dup.c
[506/883] Compiling a_gentm.c
[507/883] Compiling bcm.c
[508/883] Compiling a_bool.c
[508/883] Compiling a_d2i_fp.c
[508/883] Compiling a_bitstr.c
[508/883] Compiling fiat_p256_adx_sqr.S
[508/883] Compiling fiat_p256_adx_mul.S
[508/883] Compiling fiat_curve25519_adx_square.S
[508/883] Compiling fiat_curve25519_adx_mul.S
[508/883] Compiling md5-x86_64-linux.S
[508/883] Compiling md5-586-linux.S
[508/883] Compiling md5-x86_64-apple.S
[508/883] Compiling md5-586-apple.S
[508/883] Compiling err_data.c
[508/883] Compiling chacha20_poly1305_x86_64-apple.S
[508/883] Compiling chacha20_poly1305_armv8-win.S
[508/883] Compiling chacha20_poly1305_armv8-linux.S
[508/883] Compiling chacha20_poly1305_x86_64-linux.S
[508/883] Compiling chacha20_poly1305_armv8-apple.S
[508/883] Compiling chacha-x86-linux.S
[508/883] Compiling chacha-x86_64-apple.S
[508/883] Compiling chacha-x86_64-linux.S
[508/883] Compiling chacha-x86-apple.S
[508/883] Compiling chacha-armv8-win.S
[508/883] Compiling chacha-armv8-linux.S
[508/883] Compiling chacha-armv8-apple.S
[508/883] Compiling CCryptoBoringSSLShims shims.c
[508/883] Compiling chacha-armv4-linux.S
[508/883] Compiling aes128gcmsiv-x86_64-linux.S
[508/883] Compiling aes128gcmsiv-x86_64-apple.S
[508/883] Compiling x86_64-mont5-apple.S
[508/883] Compiling x86_64-mont-linux.S
[508/883] Compiling x86_64-mont5-linux.S
[508/883] Compiling x86_64-mont-apple.S
[508/883] Compiling x86-mont-linux.S
[508/883] Compiling x86-mont-apple.S
[508/883] Compiling vpaes-x86_64-linux.S
[508/883] Compiling vpaes-x86-linux.S
[508/883] Compiling vpaes-x86_64-apple.S
[508/883] Compiling vpaes-armv8-win.S
[508/883] Compiling vpaes-armv8-linux.S
[508/883] Compiling vpaes-x86-apple.S
[508/883] Compiling vpaes-armv8-apple.S
[508/883] Compiling vpaes-armv7-linux.S
[508/883] Compiling sha512-armv8-win.S
[508/883] Compiling sha512-x86_64-linux.S
[508/883] Compiling sha512-x86_64-apple.S
[508/883] Compiling sha512-armv8-apple.S
[508/883] Compiling sha512-armv8-linux.S
[508/883] Compiling sha512-armv4-linux.S
[508/883] Compiling sha512-586-linux.S
[508/883] Compiling sha512-586-apple.S
[508/883] Compiling sha256-x86_64-apple.S
[508/883] Compiling sha256-armv8-win.S
[508/883] Compiling sha256-armv8-linux.S
[508/883] Compiling sha256-x86_64-linux.S
[508/883] Compiling sha256-armv8-apple.S
[508/883] Compiling sha256-586-linux.S
[508/883] Compiling sha256-armv4-linux.S
[508/883] Compiling sha256-586-apple.S
[508/883] Compiling sha1-x86_64-apple.S
[508/883] Compiling sha1-armv8-win.S
[508/883] Compiling sha1-x86_64-linux.S
[508/883] Compiling sha1-armv8-linux.S
[508/883] Compiling sha1-armv8-apple.S
[508/883] Compiling sha1-586-linux.S
[508/883] Compiling sha1-armv4-large-linux.S
[508/883] Compiling sha1-586-apple.S
[508/883] Compiling rsaz-avx2-linux.S
[508/883] Compiling rdrand-x86_64-linux.S
[508/883] Compiling rdrand-x86_64-apple.S
[508/883] Compiling rsaz-avx2-apple.S
[508/883] Compiling p256_beeu-x86_64-asm-linux.S
[508/883] Compiling p256_beeu-armv8-asm-win.S
[508/883] Compiling p256_beeu-x86_64-asm-apple.S
[508/883] Compiling p256_beeu-armv8-asm-linux.S
[508/883] Compiling p256_beeu-armv8-asm-apple.S
[508/883] Compiling p256-x86_64-asm-apple.S
[508/883] Compiling p256-armv8-asm-linux.S
[508/883] Compiling p256-armv8-asm-win.S
[508/883] Compiling p256-x86_64-asm-linux.S
[508/883] Compiling p256-armv8-asm-apple.S
[508/883] Compiling ghashv8-armv8-win.S
[508/883] Compiling ghashv8-armv8-linux.S
[508/883] Compiling ghashv8-armv8-apple.S
[508/883] Compiling ghashv8-armv7-linux.S
[508/883] Compiling ghash-x86_64-apple.S
[508/883] Compiling ghash-x86-linux.S
[508/883] Compiling ghash-x86-apple.S
[508/883] Compiling ghash-x86_64-linux.S
[508/883] Compiling ghash-ssse3-x86_64-linux.S
[508/883] Compiling ghash-ssse3-x86-linux.S
[508/883] Compiling ghash-ssse3-x86_64-apple.S
[508/883] Compiling ghash-ssse3-x86-apple.S
[508/883] Compiling ghash-neon-armv8-win.S
[508/883] Compiling ghash-neon-armv8-linux.S
[508/883] Compiling ghash-neon-armv8-apple.S
[508/883] Compiling co-586-linux.S
[508/883] Compiling ghash-armv4-linux.S
[508/883] Compiling co-586-apple.S
[508/883] Compiling bn-armv8-win.S
[508/883] Compiling bn-armv8-linux.S
[508/883] Compiling bsaes-armv7-linux.S
[508/883] Compiling bn-586-apple.S
[508/883] Compiling bn-586-linux.S
[508/883] Compiling bn-armv8-apple.S
[508/883] Compiling armv8-mont-win.S
[508/883] Compiling armv8-mont-apple.S
[508/883] Compiling armv8-mont-linux.S
[508/883] Compiling armv4-mont-linux.S
[508/883] Compiling aesv8-gcm-armv8-linux.S
[508/883] Compiling aesv8-gcm-armv8-win.S
[508/883] Compiling aesv8-gcm-armv8-apple.S
[508/883] Compiling aesv8-armv8-win.S
[508/883] Compiling aesv8-armv8-apple.S
[508/883] Compiling aesv8-armv8-linux.S
[508/883] Compiling aesv8-armv7-linux.S
[508/883] Compiling aesni-x86_64-linux.S
[508/883] Compiling aesni-x86_64-apple.S
[508/883] Compiling aesni-x86-linux.S
[508/883] Compiling aesni-x86-apple.S
[508/883] Compiling aesni-gcm-x86_64-linux.S
[508/883] Compiling aesni-gcm-x86_64-apple.S
[508/883] Compiling x_val.c
[508/883] Compiling x_spki.c
[508/883] Compiling x_x509a.c
[508/883] Compiling x_sig.c
[508/883] Compiling x_x509.c
[508/883] Compiling x_pubkey.c
[508/883] Compiling x_req.c
[508/883] Compiling x_name.c
[508/883] Compiling x_exten.c
[508/883] Compiling x_crl.c
[508/883] Compiling x_attrib.c
[508/883] Compiling x_all.c
[508/883] Compiling x_algor.c
[508/883] Compiling x509spki.c
[508/883] Compiling x509rset.c
[644/883] Compiling x509cset.c
[645/883] Compiling x509_vpm.c
[646/883] Compiling x509name.c
[647/883] Compiling x509_txt.c
[648/883] Compiling x509_v3.c
[649/883] Compiling c-nioatomics.c
[650/883] Compiling x509_trs.c
[651/883] Compiling x509_vfy.c
[652/883] Compiling x509_set.c
[653/883] Compiling x509_req.c
[654/883] Compiling x509_obj.c
[655/883] Compiling x509_lu.c
[656/883] Compiling x509_d2.c
[657/883] Compiling x509_def.c
[658/883] Compiling x509_ext.c
[659/883] Compiling x509.c
[660/883] Compiling x509_cmp.c
[661/883] Compiling x509_att.c
[662/883] Compiling v3_utl.c
[663/883] Compiling v3_pmaps.c
[663/883] Compiling v3_prn.c
[665/883] Compiling v3_ocsp.c
[666/883] Compiling v3_pcons.c
[667/883] Compiling v3_purp.c
[668/883] Compiling v3_skey.c
[669/883] Compiling c-atomics.c
[670/883] Compiling v3_int.c
[671/883] Compiling v3_ncons.c
[672/883] Compiling v3_lib.c
[673/883] Compiling v3_genn.c
[674/883] Compiling v3_extku.c
[675/883] Compiling v3_ia5.c
[676/883] Compiling v3_info.c
[677/883] Compiling v3_enum.c
[678/883] Compiling v3_cpols.c
[679/883] Compiling v3_bitst.c
[680/883] Compiling v3_bcons.c
[681/883] Compiling v3_crld.c
[682/885] Compiling v3_conf.c
[683/886] Compiling v3_alt.c
[684/889] Compiling t_x509a.c
[685/889] Compiling v3_akey.c
[686/889] Compiling t_x509.c
[687/889] Compiling v3_akeya.c
[688/889] Compiling t_crl.c
[689/889] Compiling i2d_pr.c
[690/889] Compiling rsa_pss.c
[691/889] Compiling t_req.c
[692/889] Compiling name_print.c
[693/889] Compiling by_file.c
[694/889] Compiling policy.c
[696/889] Compiling NIOConcurrencyHelpers NIOLock.swift
[697/889] Compiling NIOConcurrencyHelpers lock.swift
[697/889] Compiling by_dir.c
[698/889] Compiling a_digest.c
[700/889] Emitting module NIOConcurrencyHelpers
[701/889] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[701/889] Compiling a_verify.c
[702/889] Compiling thread_win.c
[703/889] Compiling trust_token.c
[703/889] Compiling voprf.c
[703/889] Compiling pmbtoken.c
[706/889] Compiling algorithm.c
[706/889] Compiling a_sign.c
[706/889] Compiling asn1_gen.c
[710/889] Compiling NIOConcurrencyHelpers atomics.swift
[711/889] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[711/890] Compiling spx_util.c
[712/890] Compiling thread.c
[713/890] Compiling thread_pthread.c
[713/890] Compiling spx_wots.c
[715/890] Compiling spx_thash.c
[716/890] Compiling thread_none.c
[717/890] Compiling stack.c
[718/890] Compiling spx_fors.c
[720/890] Compiling spx.c
[721/890] Compiling spx_merkle.c
[722/890] Compiling spx_address.c
[723/890] Compiling wots.c
[724/890] Compiling thash.c
[725/890] Compiling sha512.c
[726/890] Compiling sha256.c
[727/890] Compiling siphash.c
[728/890] Compiling fors.c
[728/890] Compiling merkle.c
[728/890] Compiling slhdsa.c
[731/890] Compiling sha1.c
[732/890] Compiling rc4.c
[733/890] Compiling rsa_extra.c
[734/890] Compiling refcount.c
[735/890] Compiling rsa_print.c
[736/890] Compiling trusty.c
[736/890] Compiling windows.c
[737/890] Compiling rsa_asn1.c
[739/890] Compiling rsa_crypt.c
[740/890] Compiling ios.c
[741/890] Compiling rand_extra.c
[742/890] Compiling getentropy.c
[743/890] Compiling urandom.c
[744/890] Compiling passive.c
[745/890] Compiling forkunsafe.c
[746/890] Compiling deterministic.c
[747/890] Compiling poly1305_arm_asm.S
[748/890] Compiling fork_detect.c
[749/890] Compiling poly1305.c
[750/890] Compiling poly1305_arm.c
[751/890] Compiling pool.c
[752/890] Compiling pkcs7.c
[753/890] Compiling poly1305_vec.c
[754/890] Compiling p5_pbev2.c
[755/890] Compiling pkcs8.c
[756/890] Compiling pkcs7_x509.c
[757/890] Compiling pem_xaux.c
[758/890] Compiling pkcs8_x509.c
[759/890] Compiling pem_pkey.c
[760/890] Compiling pem_x509.c
[761/890] Compiling obj_xref.c
[762/890] Compiling pem_pk8.c
[763/890] Compiling pem_oth.c
[764/890] Compiling pem_lib.c
[765/890] Compiling md5.c
[766/890] Compiling pem_info.c
[767/890] Compiling mem.c
[768/890] Compiling mldsa.c
[769/890] Compiling md4.c
[770/890] Compiling pem_all.c
[770/890] Compiling obj.c
[772/890] Compiling lhash.c
[773/890] Compiling fips_shared_support.c
[774/890] Compiling keccak.c
[775/890] Compiling kyber.c
[776/890] Compiling poly_rq_mul.S
[777/890] Compiling sign.c
[778/890] Compiling ex_data.c
[779/890] Compiling scrypt.c
[780/890] Compiling hpke.c
[781/890] Compiling pbkdf.c
[782/890] Compiling print.c
[783/890] Compiling p_x25519.c
[784/890] Compiling p_x25519_asn1.c
[785/890] Compiling hrss.c
[786/890] Compiling p_rsa_asn1.c
[787/890] Compiling p_hkdf.c
[788/890] Compiling p_ed25519.c
[788/890] Compiling p_rsa.c
[790/890] Compiling p_ed25519_asn1.c
[791/890] Compiling p_ec_asn1.c
[792/890] Compiling p_ec.c
[793/890] Compiling p_dh.c
[794/890] Compiling p_dsa_asn1.c
[795/890] Compiling p_dh_asn1.c
[796/890] Compiling evp_ctx.c
[797/890] Compiling evp.c
[798/890] Compiling evp_asn1.c
[799/890] Compiling engine.c
[799/890] Compiling err.c
[801/890] Compiling ecdh_extra.c
[801/890] Compiling ecdsa_asn1.c
[803/890] Compiling hash_to_curve.c
[804/890] Compiling ec_derive.c
[805/890] Compiling dsa_asn1.c
[806/890] Compiling params.c
[807/890] Compiling ec_asn1.c
[808/890] Compiling dsa.c
[809/890] Compiling digest_extra.c
[810/890] Compiling dilithium.c
[811/890] Compiling dh_asn1.c
[812/890] Compiling x25519-asm-arm.S
[813/890] Compiling spake25519.c
[814/890] Compiling crypto.c
[815/890] Compiling cpu_intel.c
[815/890] Compiling cpu_arm_freebsd.c
[815/890] Compiling cpu_arm_linux.c
[818/890] Compiling des.c
[819/890] Compiling cpu_aarch64_win.c
[820/890] Compiling curve25519.c
[821/890] Compiling cpu_aarch64_openbsd.c
[822/890] Compiling cpu_aarch64_linux.c
[822/890] Compiling cpu_aarch64_sysreg.c
[822/890] Compiling cpu_aarch64_fuchsia.c
[822/890] Compiling cpu_aarch64_apple.c
[826/890] Compiling tls_cbc.c
[826/890] Compiling conf.c
[828/890] Compiling curve25519_64_adx.c
[829/890] Compiling e_rc4.c
[830/890] Compiling e_null.c
[831/890] Compiling e_des.c
[832/890] Compiling e_aesgcmsiv.c
[833/890] Compiling e_chacha20poly1305.c
[834/890] Compiling e_tls.c
[834/890] Compiling e_rc2.c
[836/890] Compiling e_aesctrhmac.c
[837/890] Compiling derive_key.c
[838/890] Compiling chacha.c
[838/890] Compiling cipher_extra.c
[838/890] Compiling unicode.c
[841/890] Compiling bn_asn1.c
[841/890] Compiling asn1_compat.c
[842/890] Compiling ber.c
[844/890] Compiling buf.c
[845/890] Compiling cbb.c
[846/890] Compiling cbs.c
[846/890] Compiling convert.c
[848/890] Compiling blake2.c
[849/890] Compiling bcm.c
[850/890] Compiling pair.c
[851/890] Compiling printf.c
[852/890] Compiling errno.c
[853/890] Compiling hexdump.c
[854/890] Compiling fd.c
[855/890] Compiling file.c
[856/890] Compiling bio_mem.c
[857/890] Compiling base64.c
[858/890] Compiling bio.c
[859/890] Compiling tasn_typ.c
[860/890] Compiling tasn_utl.c
[861/890] Compiling tasn_fre.c
[862/890] Compiling tasn_new.c
[863/890] Compiling f_string.c
[863/890] Compiling tasn_enc.c
[863/890] Compiling posix_time.c
[866/890] Compiling f_int.c
[867/890] Compiling asn_pack.c
[868/890] Compiling tasn_dec.c
[868/890] Compiling asn1_par.c
[870/890] Compiling asn1_lib.c
[871/890] Compiling a_type.c
[872/890] Compiling a_utctm.c
[873/890] Compiling a_time.c
[874/890] Compiling a_octet.c
[875/890] Compiling a_strnid.c
[876/890] Compiling a_strex.c
[877/890] Compiling a_mbstr.c
[878/890] Compiling a_i2d_fp.c
[879/890] Compiling a_object.c
[880/890] Write sources
[882/890] Compiling a_dup.c
[882/890] Write sources
[884/890] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[885/890] Compiling a_int.c
[886/890] Compiling a_d2i_fp.c
[887/890] Compiling a_gentm.c
[888/890] Compiling a_bool.c
[889/890] Compiling a_bitstr.c
[891/942] Compiling Algorithms Product.swift
[892/942] Compiling Algorithms Joined.swift
[893/942] Compiling Algorithms Keyed.swift
[894/942] Compiling Algorithms Partition.swift
[895/942] Compiling Algorithms Permutations.swift
[896/944] Compiling Atomics IntegerOperations.swift
[897/944] Compiling Atomics Unmanaged extensions.swift
[898/944] Compiling Algorithms Combinations.swift
[899/944] Compiling Algorithms Compacted.swift
[900/944] Compiling Algorithms Cycle.swift
[901/944] Compiling Algorithms AdjacentPairs.swift
[902/944] Compiling Algorithms Chain.swift
[903/944] Compiling Algorithms Chunked.swift
[904/944] Compiling Algorithms Split.swift
[905/944] Compiling Algorithms Stride.swift
[906/944] Compiling Algorithms Suffix.swift
[909/947] Compiling Algorithms Rotate.swift
[913/947] Compiling Algorithms FlattenCollection.swift
[914/947] Compiling Algorithms Grouped.swift
[915/947] Compiling Algorithms Indexed.swift
[916/947] Compiling Algorithms Intersperse.swift
[919/947] Compiling Algorithms MinMax.swift
[922/947] Compiling Algorithms EitherSequence.swift
[923/947] Compiling Algorithms FirstNonNil.swift
[924/947] Compiling Algorithms Trim.swift
[925/947] Compiling Algorithms Unique.swift
[926/947] Compiling Algorithms Windows.swift
[931/947] Compiling CryptoBoringWrapper RandomBytes.swift
[932/947] Emitting module Atomics
[941/948] Emitting module Algorithms
[943/1009] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[944/1009] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[945/1009] Compiling CryptoBoringWrapper EllipticCurve.swift
[946/1009] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[947/1009] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[948/1009] Emitting module CryptoBoringWrapper
[949/1009] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[951/1081] Compiling Crypto ASN1Boolean.swift
[952/1081] Compiling Crypto ASN1Identifier.swift
[953/1081] Compiling Crypto ASN1Integer.swift
[954/1081] Compiling Crypto ASN1Null.swift
[955/1081] Compiling Crypto ASN1OctetString.swift
[956/1081] Compiling Crypto ASN1Strings.swift
[957/1081] Compiling Crypto ArraySliceBigint.swift
[958/1081] Compiling Crypto GeneralizedTime.swift
[959/1089] Compiling Crypto HPKE-Ciphersuite.swift
[960/1089] Compiling Crypto HPKE-KDF.swift
[961/1089] Compiling Crypto HPKE-KexKeyDerivation.swift
[962/1089] Compiling Crypto HPKE-LabeledExtract.swift
[963/1089] Compiling Crypto HPKE-Utils.swift
[964/1089] Compiling Crypto DHKEM.swift
[965/1089] Compiling Crypto HPKE-KEM-Curve25519.swift
[966/1089] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[967/1089] Compiling Crypto HPKE-KEM.swift
[968/1089] Compiling Crypto HPKE-Errors.swift
[969/1098] Compiling Crypto HKDF.swift
[970/1098] Compiling Crypto AESWrap.swift
[971/1098] Compiling Crypto AESWrap_boring.swift
[972/1098] Compiling Crypto Ed25519_boring.swift
[973/1098] Compiling Crypto NISTCurvesKeys_boring.swift
[974/1098] Compiling Crypto X25519Keys_boring.swift
[975/1098] Compiling Crypto Curve25519.swift
[976/1098] Compiling Crypto Ed25519Keys.swift
[977/1098] Compiling Crypto NISTCurvesKeys.swift
[978/1098] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[979/1098] Compiling NIOCore SocketAddresses.swift
[980/1098] Compiling NIOCore SocketOptionProvider.swift
[981/1098] Compiling NIOCore SystemCallHelpers.swift
[982/1098] Compiling NIOCore TimeAmount+Duration.swift
[983/1098] Compiling NIOCore TypeAssistedChannelHandler.swift
[984/1098] Compiling NIOCore UniversalBootstrapSupport.swift
[985/1098] Compiling NIOCore Utilities.swift
[986/1098] Compiling Crypto EdDSA_boring.swift
[987/1098] Compiling Crypto ECDSA.swift
[988/1098] Compiling Crypto Ed25519.swift
[989/1098] Compiling Crypto HPKE-Context.swift
[990/1098] Compiling Crypto HPKE-KeySchedule.swift
[991/1098] Compiling Crypto HPKE-Modes.swift
[992/1098] Compiling Crypto Insecure.swift
[993/1098] Compiling Crypto Insecure_HashFunctions.swift
[994/1098] Compiling Crypto KEM.swift
[995/1098] Compiling Crypto ECDH_boring.swift
[996/1098] Compiling Crypto DH.swift
[997/1098] Compiling Crypto ECDH.swift
[998/1098] Emitting module Crypto
[999/1098] Compiling Crypto PKCS8PrivateKey.swift
[1000/1098] Compiling Crypto SEC1PrivateKey.swift
[1001/1098] Compiling Crypto SubjectPublicKeyInfo.swift
[1002/1098] Compiling Crypto CryptoKitErrors.swift
[1003/1098] Compiling Crypto Digest_boring.swift
[1004/1098] Compiling Crypto Digest.swift
[1005/1098] Compiling Crypto Digests.swift
[1006/1098] Compiling Crypto HashFunctions.swift
[1007/1098] Compiling Crypto HashFunctions_SHA2.swift
[1008/1098] Compiling Crypto HPKE-AEAD.swift
[1009/1098] Compiling Crypto AES-GCM.swift
[1010/1098] Compiling Crypto AES-GCM_boring.swift
[1011/1098] Compiling Crypto ChaChaPoly_boring.swift
[1012/1098] Compiling Crypto ChaChaPoly.swift
[1013/1098] Compiling Crypto Cipher.swift
[1014/1098] Compiling Crypto Nonces.swift
[1015/1098] Compiling Crypto ASN1.swift
[1016/1098] Compiling Crypto ASN1Any.swift
[1017/1098] Compiling Crypto ASN1BitString.swift
[1026/1098] Compiling Crypto ObjectIdentifier.swift
[1027/1098] Compiling Crypto ECDSASignature.swift
[1028/1098] Compiling Crypto PEMDocument.swift
[1029/1098] Compiling Crypto HPKE.swift
[1047/1098] Compiling Crypto Signature.swift
[1048/1098] Compiling Crypto CryptoKitErrors_boring.swift
[1049/1098] Compiling Crypto RNG_boring.swift
[1050/1098] Compiling Crypto SafeCompare_boring.swift
[1051/1098] Compiling Crypto Zeroization_boring.swift
[1052/1098] Compiling Crypto PrettyBytes.swift
[1053/1098] Compiling Crypto SafeCompare.swift
[1054/1098] Compiling Crypto SecureBytes.swift
[1055/1098] Compiling Crypto Zeroization.swift
[1090/1099] Emitting module NIOCore
[1101/1152] Emitting module NIOEmbedded
[1102/1152] Compiling NIOPosix IO.swift
[1103/1152] Compiling NIOPosix IntegerBitPacking.swift
[1104/1152] Compiling NIOPosix IntegerTypes.swift
[1105/1152] Compiling NIOPosix Linux.swift
[1106/1152] Compiling NIOPosix LinuxCPUSet.swift
[1107/1152] Compiling NIOPosix LinuxUring.swift
[1108/1152] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1109/1158] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1110/1158] Compiling NIOEmbedded AsyncTestingChannel.swift
[1111/1158] Compiling NIOEmbedded Embedded.swift
[1113/1159] Compiling NIOPosix ThreadPosix.swift
[1114/1159] Compiling NIOPosix ThreadWindows.swift
[1115/1159] Compiling NIOPosix UnsafeTransfer.swift
[1116/1159] Compiling NIOPosix Utilities.swift
[1117/1159] Compiling NIOPosix VsockAddress.swift
[1118/1159] Compiling NIOPosix VsockChannelEvents.swift
[1119/1159] Emitting module NIOPosix
[1120/1159] Compiling NIOPosix SelectableChannel.swift
[1121/1159] Compiling NIOPosix SelectableEventLoop.swift
[1122/1159] Compiling NIOPosix SelectorEpoll.swift
[1123/1159] Compiling NIOPosix SelectorGeneric.swift
[1124/1159] Compiling NIOPosix SelectorKqueue.swift
[1125/1159] Compiling NIOPosix SelectorUring.swift
[1126/1159] Compiling NIOPosix ServerSocket.swift
[1127/1159] Compiling NIOPosix Socket.swift
[1128/1159] Compiling NIOPosix SocketChannel.swift
[1129/1159] Compiling NIOPosix SocketProtocols.swift
[1130/1159] Compiling NIOPosix System.swift
[1131/1159] Compiling NIOPosix Thread.swift
[1132/1159] Compiling NIOPosix Pool.swift
[1133/1159] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1134/1159] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1135/1159] Compiling NIOPosix PosixSingletons.swift
[1136/1159] Compiling NIOPosix RawSocketBootstrap.swift
[1137/1159] Compiling NIOPosix Resolver.swift
[1138/1159] Compiling NIOPosix Selectable.swift
[1139/1159] Compiling NIOPosix Bootstrap.swift
[1140/1159] Compiling NIOPosix ControlMessage.swift
[1141/1159] Compiling NIOPosix DatagramVectorReadManager.swift
[1142/1159] Compiling NIOPosix Errors+Any.swift
[1143/1159] Compiling NIOPosix FileDescriptor.swift
[1144/1159] Compiling NIOPosix GetaddrinfoResolver.swift
[1145/1159] Compiling NIOPosix HappyEyeballs.swift
[1146/1159] Compiling NIOPosix BSDSocketAPICommon.swift
[1147/1159] Compiling NIOPosix BSDSocketAPIPosix.swift
[1148/1159] Compiling NIOPosix BSDSocketAPIWindows.swift
[1149/1159] Compiling NIOPosix BaseSocket.swift
[1150/1159] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1151/1159] Compiling NIOPosix BaseSocketChannel.swift
[1152/1159] Compiling NIOPosix BaseStreamSocketChannel.swift
[1153/1159] Compiling NIOPosix NIOThreadPool.swift
[1154/1159] Compiling NIOPosix NonBlockingFileIO.swift
[1155/1159] Compiling NIOPosix PendingDatagramWritesManager.swift
[1156/1159] Compiling NIOPosix PendingWritesManager.swift
[1157/1159] Compiling NIOPosix PipeChannel.swift
[1158/1159] Compiling NIOPosix PipePair.swift
[1159/1159] Compiling NIOPosix PointerHelpers.swift
[1161/1162] Emitting module NIO
[1162/1162] Compiling NIO Exports.swift
[1164/1202] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1165/1202] Emitting module NIOTLS
[1166/1202] Compiling NIOTLS TLSEvents.swift
[1167/1202] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1168/1202] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1169/1202] Compiling NIOHTTP1 HTTPEncoder.swift
[1170/1202] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1171/1203] Compiling NIOSOCKS SOCKSResponse.swift
[1172/1203] Emitting module NIOSOCKS
[1173/1203] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1174/1203] Compiling NIOHTTP1 HTTPDecoder.swift
[1175/1203] Compiling NIOSOCKS ClientStateMachine.swift
[1176/1203] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1177/1203] Compiling NIOSOCKS Errors.swift
[1178/1203] Compiling NIOSOCKS Helpers.swift
[1179/1203] Compiling NIOSOCKS Messages.swift
[1180/1203] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1181/1203] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1182/1203] Compiling NIOTLS SNIHandler.swift
[1184/1204] Compiling NIOSOCKS ServerStateMachine.swift
[1185/1205] Emitting module NIOFoundationCompat
[1186/1205] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1187/1205] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1188/1205] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1191/1206] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1192/1206] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1197/1236] Compiling NIOSSL SSLCallbacks.swift
[1198/1236] Compiling NIOSSL LinuxCABundle.swift
[1199/1258] Compiling NIOTransportServices AcceptHandler.swift
[1200/1258] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1201/1258] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1202/1258] Emitting module NIOTransportServices
[1203/1260] Compiling NIOTransportServices NIOTSBootstraps.swift
[1204/1260] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1205/1260] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1206/1260] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1207/1260] Compiling NIOTransportServices NIOTSErrors.swift
[1208/1260] Compiling NIOTransportServices NIOTSEventLoop.swift
[1209/1260] Compiling NIOTransportServices StateManagedChannel.swift
[1210/1260] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1211/1260] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1212/1260] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1213/1260] Compiling NIOTransportServices NIOTSSingletons.swift
[1214/1260] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1215/1260] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1216/1260] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1217/1260] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1218/1260] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1219/1260] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1224/1260] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1225/1260] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1226/1260] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1230/1261] Emitting module NIOHTTP1
[1250/1265] Compiling NIOSSL SSLPublicKey.swift
[1251/1265] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1252/1265] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1253/1265] Compiling NIOSSL SubjectAlternativeName.swift
[1254/1283] Compiling NIOHPACK DynamicHeaderTable.swift
[1255/1283] Compiling NIOHPACK HPACKDecoder.swift
[1256/1283] Compiling NIOHPACK HPACKEncoder.swift
[1257/1283] Compiling NIOHPACK HPACKErrors.swift
[1258/1283] Emitting module NIOSSL
[1259/1283] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1260/1283] Emitting module NIOHTTPCompression
[1261/1283] Compiling NIOHPACK IndexedHeaderTable.swift
[1262/1283] Compiling NIOHPACK IntegerCoding.swift
[1263/1284] Compiling NIOHPACK HuffmanTables.swift
[1264/1284] Compiling NIOHTTPCompression HTTPDecompression.swift
[1265/1284] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1266/1284] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1267/1284] Compiling NIOHPACK HuffmanCoding.swift
[1268/1284] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1269/1284] Compiling NIOHTTPCompression HTTPCompression.swift
[1272/1285] Compiling NIOHPACK StaticHeaderTable.swift
[1276/1285] Emitting module NIOHPACK
[1277/1285] Compiling NIOHPACK HPACKHeader.swift
[1278/1285] Compiling NIOHPACK HeaderTables.swift
[1279/1286] Compiling NIOSSL Zeroization.swift
[1281/1286] Compiling NIOSSL TLSConfiguration.swift
[1282/1286] Compiling NIOSSL UniversalBootstrapSupport.swift
[1283/1344] Compiling NIOHTTP2 SendingHeadersState.swift
[1284/1344] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1285/1344] Compiling NIOHTTP2 SendingRstStreamState.swift
[1286/1344] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1288/1345] Compiling NIOHTTP2 MaySendFrames.swift
[1289/1345] Compiling NIOHTTP2 SendingDataState.swift
[1290/1345] Compiling NIOHTTP2 SendingGoawayState.swift
[1295/1345] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1296/1353] Emitting module NIOHTTP2
[1297/1353] Compiling NIOHTTP2 InboundWindowManager.swift
[1298/1353] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1299/1353] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1300/1353] Compiling NIOHTTP2 StreamChannelList.swift
[1301/1353] Compiling NIOHTTP2 StreamMap.swift
[1302/1353] Compiling NIOHTTP2 StreamStateMachine.swift
[1303/1353] Compiling NIOHTTP2 UnsafeTransfer.swift
[1304/1353] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1305/1353] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1306/1353] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1307/1353] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1308/1353] Compiling NIOHTTP2 HTTP2StreamID.swift
[1309/1353] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1310/1353] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1311/1353] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1312/1353] Compiling NIOHTTP2 InboundEventBuffer.swift
[1313/1353] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1314/1353] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1315/1353] Compiling NIOHTTP2 MayReceiveFrames.swift
[1316/1353] Compiling NIOHTTP2 ReceivingDataState.swift
[1317/1353] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1318/1353] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1319/1353] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1320/1353] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1321/1353] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1322/1353] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1323/1353] Compiling NIOHTTP2 HTTP2Frame.swift
[1324/1353] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1325/1353] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1326/1353] Compiling NIOHTTP2 HTTP2PingData.swift
[1327/1353] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1328/1353] Compiling NIOHTTP2 HTTP2Settings.swift
[1329/1353] Compiling NIOHTTP2 HTTP2Stream.swift
[1330/1353] Compiling NIOHTTP2 StateMachineResult.swift
[1331/1353] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1332/1353] Compiling NIOHTTP2 DOSHeuristics.swift
[1333/1353] Compiling NIOHTTP2 Error+Any.swift
[1334/1353] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1335/1353] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1336/1353] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1337/1353] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1338/1353] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1339/1353] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1340/1353] Compiling NIOHTTP2 HasLocalSettings.swift
[1341/1353] Compiling NIOHTTP2 HasRemoteSettings.swift
[1342/1353] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1343/1353] Compiling NIOHTTP2 QuiescingState.swift
[1344/1353] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1345/1353] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1346/1353] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1347/1353] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1348/1353] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1349/1353] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1350/1353] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1351/1353] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1352/1353] Compiling NIOHTTP2 HTTP2Error.swift
[1353/1353] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1355/1411] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1356/1411] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1357/1411] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1358/1411] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1359/1411] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1360/1411] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1361/1411] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1362/1411] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1363/1419] Emitting module AsyncHTTPClient
[1364/1419] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1365/1419] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1366/1419] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1367/1419] Compiling AsyncHTTPClient Transaction.swift
[1368/1419] Compiling AsyncHTTPClient Base64.swift
[1369/1419] Compiling AsyncHTTPClient BasicAuth.swift
[1370/1419] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1371/1419] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1372/1419] Compiling AsyncHTTPClient ConnectionPool.swift
[1373/1419] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1374/1419] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1375/1419] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1376/1419] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1377/1419] Compiling AsyncHTTPClient HTTP1Connection.swift
[1378/1419] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1379/1419] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1380/1419] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1381/1419] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1382/1419] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1383/1419] Compiling AsyncHTTPClient ConnectionTarget.swift
[1384/1419] Compiling AsyncHTTPClient DeconstructedURL.swift
[1385/1419] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1386/1419] Compiling AsyncHTTPClient FoundationExtensions.swift
[1387/1419] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1388/1419] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1389/1419] Compiling AsyncHTTPClient HTTPClient.swift
[1390/1419] Compiling AsyncHTTPClient HTTPHandler.swift
[1391/1419] Compiling AsyncHTTPClient LRUCache.swift
[1392/1419] Compiling AsyncHTTPClient NWErrorHandler.swift
[1393/1419] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1394/1419] Compiling AsyncHTTPClient TLSConfiguration.swift
[1395/1419] Compiling AsyncHTTPClient RedirectState.swift
[1396/1419] Compiling AsyncHTTPClient HTTP2Connection.swift
[1397/1419] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1398/1419] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1399/1419] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1400/1419] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1401/1419] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1402/1419] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1403/1419] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1404/1419] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1405/1419] Compiling AsyncHTTPClient RequestBodyLength.swift
[1406/1419] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1407/1419] Compiling AsyncHTTPClient RequestOptions.swift
[1408/1419] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1409/1419] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1410/1419] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1411/1419] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1412/1419] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1413/1419] Compiling AsyncHTTPClient RequestBag.swift
[1414/1419] Compiling AsyncHTTPClient RequestValidation.swift
[1415/1419] Compiling AsyncHTTPClient SSLContextCache.swift
[1416/1419] Compiling AsyncHTTPClient Scheme.swift
[1417/1419] Compiling AsyncHTTPClient Singleton.swift
[1418/1419] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1419/1419] Compiling AsyncHTTPClient Utils.swift
[1421/1439] Compiling JuspayKit SessionRoutes.swift
[1422/1439] Compiling JuspayKit Dictionary+Ext.swift
[1423/1441] Compiling JuspayKit APIHandler.swift
[1424/1441] Compiling JuspayKit APIRoute.swift
[1425/1441] Compiling JuspayKit CustomerItem.swift
[1426/1441] 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"
[1427/1441] 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"
[1428/1441] Compiling JuspayKit JuspayClient.swift
[1429/1441] Compiling JuspayKit OrderItem.swift
[1430/1441] Compiling JuspayKit OrderRoutes.swift
[1431/1441] Compiling JuspayKit ErrorCode.swift
[1432/1441] Compiling JuspayKit JuspayError.swift
[1433/1441] 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"
[1434/1441] Compiling JuspayKit RefundRoutes.swift
[1435/1441] Compiling JuspayKit SessionItem.swift
[1436/1441] Compiling JuspayKit CustomerRoutes.swift
[1437/1441] Compiling JuspayKit JuspayHealthRoutes.swift
[1438/1441] Compiling JuspayKit JuspayHealthStatus.swift
[1439/1441] Compiling JuspayKit PaymentMethodItem.swift
[1440/1441] Compiling JuspayKit PaymentMethodRoutes.swift
[1441/1441] Compiling JuspayKit RefundItem.swift
[1443/1447] Compiling HyperCheckout HyperRefundRoutes.swift
[1444/1447] Compiling HyperCheckout HyperCheckout.swift
[1445/1447] Compiling HyperCheckout HyperOrderRoutes.swift
[1446/1447] Emitting module HyperCheckout
[1447/1447] Compiling HyperCheckout HyperSessionRoutes.swift
Build complete! (148.39s)
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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.