The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of PhonePeKit, reference master (8d443f), with Swift 6.1 for Android on 29 May 2025 14:38:28 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

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