The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of juspay-kit, reference 0.1.10 (7535ca), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 04:45:29 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vamsii777/juspay-kit.git
Reference: 0.1.10
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/vamsii777/juspay-kit
 * tag               0.1.10     -> FETCH_HEAD
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 0.1.10
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/vamsii777/juspay-kit.git
https://github.com/vamsii777/juspay-kit.git
{
  "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" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/447] Write sources
[11/447] Copying PrivacyInfo.xcprivacy
[11/447] Write sources
[14/447] Copying PrivacyInfo.xcprivacy
[14/447] Write sources
[28/447] Compiling CNIOWASI CNIOWASI.c
[29/447] Compiling CNIOWindows WSAStartup.c
[29/447] Compiling CNIOWindows shim.c
[31/447] Compiling CNIOLinux liburing_shims.c
[32/447] Compiling CNIOLinux shim.c
[33/447] Compiling _NumericsShims _NumericsShims.c
[34/447] Write swift-version-2F0A5646E1D333AE.txt
[35/447] Compiling fiat_p256_adx_sqr.S
[35/447] Compiling fiat_p256_adx_mul.S
[37/447] Compiling CNIOExtrasZlib empty.c
[38/447] Compiling fiat_curve25519_adx_square.S
[39/447] Compiling _AtomicsShims.c
[40/468] Compiling CNIOLLHTTP c_nio_http.c
[41/468] Compiling CNIOLLHTTP c_nio_api.c
[42/484] Compiling fiat_curve25519_adx_mul.S
[43/486] Compiling CNIOLLHTTP c_nio_llhttp.c
[44/559] Compiling CNIODarwin shim.c
[45/559] Compiling CNIOBoringSSLShims shims.c
[47/559] Compiling RealModule ApproximateEquality.swift
[48/559] Emitting module RealModule
[49/559] Compiling RealModule AlgebraicField.swift
[50/559] Compiling RealModule Real.swift
[51/560] Compiling RealModule Float80+Real.swift
[52/560] Compiling RealModule Float16+Real.swift
[53/560] Compiling RealModule AugmentedArithmetic.swift
[54/560] Compiling RealModule Double+Real.swift
[55/560] Compiling RealModule ElementaryFunctions.swift
[56/560] Compiling RealModule Float+Real.swift
[57/560] Compiling RealModule RealFunctions.swift
[58/560] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[59/560] Compiling Crypto Cipher.swift
[60/560] Compiling Crypto Nonces.swift
[61/560] Compiling Crypto HPKE-KeySchedule.swift
[62/560] Compiling Crypto HPKE-Modes.swift
[63/560] Compiling Crypto Insecure.swift
[64/560] Compiling Crypto Insecure_HashFunctions.swift
[65/561] Compiling _NIOBase64 Base64.swift
[66/561] Emitting module _NIOBase64
[67/561] Compiling Crypto HPKE.swift
[68/561] Compiling Crypto HPKE-Context.swift
[69/561] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[70/561] Emitting module InternalCollectionsUtilities
[71/561] Compiling Crypto AES-GCM.swift
[72/561] Compiling Crypto AES-GCM_boring.swift
[73/561] Compiling Crypto KEM.swift
[74/561] Compiling Crypto ECDH_boring.swift
[75/561] Compiling Crypto ASN1.swift
[76/561] Compiling Crypto ASN1Any.swift
[77/561] Compiling Crypto ChaChaPoly_boring.swift
[78/561] Compiling Crypto ChaChaPoly.swift
[79/561] Compiling _NIODataStructures _TinyArray.swift
[80/561] Compiling _NIODataStructures PriorityQueue.swift
[81/561] Compiling Logging MetadataProvider.swift
[82/561] Compiling _NIODataStructures Heap.swift
[83/561] Emitting module _NIODataStructures
[84/561] Emitting module Logging
[85/561] Compiling Logging Locks.swift
[86/561] Compiling Logging LogHandler.swift
[87/561] Compiling Logging Logging.swift
[87/572] Compiling tls_record.cc
[88/575] Compiling tls_method.cc
[89/577] Compiling tls13_server.cc
[91/577] Compiling DequeModule _DequeSlot.swift
[92/577] Compiling DequeModule _DequeBufferHeader.swift
[93/578] Compiling DequeModule _DequeBuffer.swift
[93/578] Compiling tls13_enc.cc
[94/578] Compiling tls13_client.cc
[95/578] Compiling tls13_both.cc
[97/578] Compiling DequeModule _UnsafeWrappedBuffer.swift
[97/578] Compiling t1_enc.cc
[99/578] Compiling DequeModule Deque+Testing.swift
[100/578] Compiling DequeModule Deque._Storage.swift
[101/578] Compiling DequeModule Deque+Extras.swift
[102/578] Compiling DequeModule Deque+Hashable.swift
[103/578] Compiling DequeModule Deque+CustomReflectable.swift
[104/578] Compiling DequeModule Deque+Descriptions.swift
[105/578] Compiling DequeModule Deque._UnsafeHandle.swift
[106/578] Compiling DequeModule Deque.swift
[107/578] Compiling DequeModule Deque+Equatable.swift
[108/578] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[109/578] Compiling DequeModule Deque+Codable.swift
[110/578] Compiling DequeModule Deque+Collection.swift
[111/578] Emitting module DequeModule
[111/578] Compiling ssl_stat.cc
[112/578] Compiling ssl_transcript.cc
[113/578] Compiling ssl_versions.cc
[114/578] Compiling ssl_x509.cc
[115/578] Compiling ssl_session.cc
[116/578] Compiling ssl_privkey.cc
[117/578] Compiling ssl_key_share.cc
[118/578] Compiling ssl_lib.cc
[119/578] Compiling ssl_file.cc
[120/578] Compiling ssl_credential.cc
[121/578] Compiling ssl_cipher.cc
[122/578] Compiling ssl_cert.cc
[123/578] Compiling ssl_buffer.cc
[124/578] Compiling ssl_asn1.cc
[125/578] Compiling ssl_aead_ctx.cc
[126/578] Compiling s3_pkt.cc
[128/578] Emitting module Crypto
[128/586] Compiling s3_lib.cc
[129/586] Compiling s3_both.cc
[130/586] Compiling handshake.cc
[131/586] Compiling handshake_client.cc
[132/586] Compiling handshake_server.cc
[133/586] Compiling handoff.cc
[134/586] Compiling dtls_record.cc
[135/586] Compiling encrypted_client_hello.cc
[136/586] Compiling md5-x86_64-linux.S
[137/586] Compiling md5-x86_64-apple.S
[138/586] Compiling md5-586-linux.S
[139/586] Compiling md5-586-apple.S
[140/586] Compiling chacha20_poly1305_x86_64-linux.S
[141/586] Compiling chacha20_poly1305_x86_64-apple.S
[142/586] Compiling dtls_method.cc
[143/586] Compiling chacha20_poly1305_armv8-win.S
[144/586] Compiling extensions.cc
[145/586] Compiling chacha20_poly1305_armv8-linux.S
[146/586] Compiling chacha-x86_64-linux.S
[147/586] Compiling chacha-x86_64-apple.S
[148/586] Compiling chacha20_poly1305_armv8-apple.S
[149/586] Compiling chacha-x86-linux.S
[150/586] Compiling chacha-x86-apple.S
[151/586] Compiling chacha-armv8-win.S
[152/586] Compiling chacha-armv8-linux.S
[153/586] Compiling chacha-armv4-linux.S
[154/586] Compiling chacha-armv8-apple.S
[155/586] Compiling aes128gcmsiv-x86_64-linux.S
[156/586] Compiling aes128gcmsiv-x86_64-apple.S
[157/586] Compiling x86_64-mont5-linux.S
[158/586] Compiling x86_64-mont5-apple.S
[159/586] Compiling x86_64-mont-linux.S
[160/586] Compiling x86_64-mont-apple.S
[161/586] Compiling x86-mont-linux.S
[162/586] Compiling d1_srtp.cc
[163/586] Compiling x86-mont-apple.S
[164/586] Compiling vpaes-x86_64-linux.S
[165/586] Compiling vpaes-x86_64-apple.S
[166/586] Compiling vpaes-x86-linux.S
[167/586] Compiling vpaes-x86-apple.S
[168/586] Compiling vpaes-armv8-win.S
[169/586] Compiling err_data.cc
[170/586] Compiling vpaes-armv8-linux.S
[171/586] Compiling vpaes-armv8-apple.S
[172/586] Compiling vpaes-armv7-linux.S
[173/586] Compiling sha512-x86_64-linux.S
[174/586] Compiling sha512-x86_64-apple.S
[175/586] Compiling sha512-armv8-win.S
[176/586] Compiling sha512-armv8-linux.S
[177/586] Compiling sha512-armv8-apple.S
[178/586] Compiling sha512-armv4-linux.S
[179/586] Compiling sha512-586-linux.S
[180/586] Compiling sha512-586-apple.S
[181/586] Compiling sha256-x86_64-linux.S
[182/586] Compiling sha256-x86_64-apple.S
[183/586] Compiling sha256-armv8-win.S
[184/586] Compiling sha256-armv8-linux.S
[185/586] Compiling sha256-armv8-apple.S
[186/586] Compiling sha256-armv4-linux.S
[187/586] Compiling sha256-586-linux.S
[188/586] Compiling sha256-586-apple.S
[189/586] Compiling sha1-x86_64-linux.S
[190/586] Compiling sha1-x86_64-apple.S
[191/586] Compiling sha1-armv8-win.S
[193/586] Compiling Crypto GeneralizedTime.swift
[194/586] Compiling Crypto ObjectIdentifier.swift
[195/586] Compiling Crypto ECDSASignature.swift
[196/586] Compiling Crypto PEMDocument.swift
[197/586] Compiling Crypto PKCS8PrivateKey.swift
[198/586] Compiling Crypto SEC1PrivateKey.swift
[199/586] Compiling Crypto SubjectPublicKeyInfo.swift
[200/586] Compiling Crypto CryptoKitErrors.swift
[200/586] Compiling sha1-armv8-linux.S
[201/586] Compiling bio_ssl.cc
[202/586] Compiling sha1-armv4-large-linux.S
[203/586] Compiling sha1-armv8-apple.S
[205/586] Compiling Crypto DH.swift
[206/586] Compiling Crypto ECDH.swift
[207/586] Compiling Crypto HKDF.swift
[208/586] Compiling Crypto AESWrap.swift
[209/586] Compiling Crypto AESWrap_boring.swift
[210/586] Compiling Crypto Ed25519_boring.swift
[211/586] Compiling Crypto NISTCurvesKeys_boring.swift
[212/586] Compiling Crypto X25519Keys_boring.swift
[213/586] Compiling Crypto ASN1BitString.swift
[214/586] Compiling Crypto ASN1Boolean.swift
[215/586] Compiling Crypto ASN1Identifier.swift
[216/586] Compiling Crypto ASN1Integer.swift
[217/586] Compiling Crypto ASN1Null.swift
[218/586] Compiling Crypto ASN1OctetString.swift
[219/586] Compiling Crypto ASN1Strings.swift
[220/586] Compiling Crypto ArraySliceBigint.swift
[221/586] Compiling Crypto Curve25519.swift
[222/586] Compiling Crypto Ed25519Keys.swift
[223/586] Compiling Crypto NISTCurvesKeys.swift
[224/586] Compiling Crypto X25519Keys.swift
[225/586] Compiling Crypto SymmetricKeys.swift
[226/586] Compiling Crypto HMAC.swift
[227/586] Compiling Crypto MACFunctions.swift
[228/586] Compiling Crypto MessageAuthenticationCode.swift
[228/586] Compiling sha1-586-linux.S
[246/586] Compiling Crypto AES.swift
[247/586] Compiling Crypto ECDSASignature_boring.swift
[248/586] Compiling Crypto ECDSA_boring.swift
[249/586] Compiling Crypto EdDSA_boring.swift
[250/586] Compiling Crypto ECDSA.swift
[251/586] Compiling Crypto Ed25519.swift
[252/586] Compiling Crypto Signature.swift
[253/586] Compiling Crypto CryptoKitErrors_boring.swift
[254/586] Compiling Crypto Digest_boring.swift
[255/586] Compiling Crypto Digest.swift
[256/586] Compiling Crypto Digests.swift
[257/586] Compiling Crypto HashFunctions.swift
[258/586] Compiling Crypto HashFunctions_SHA2.swift
[259/586] Compiling Crypto HPKE-AEAD.swift
[260/586] Compiling Crypto HPKE-Ciphersuite.swift
[261/586] Compiling Crypto HPKE-KDF.swift
[262/586] Compiling Crypto HPKE-KexKeyDerivation.swift
[263/586] Compiling Crypto HPKE-LabeledExtract.swift
[264/586] Compiling Crypto HPKE-Utils.swift
[265/586] Compiling Crypto DHKEM.swift
[266/586] Compiling Crypto HPKE-KEM-Curve25519.swift
[267/586] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[268/586] Compiling Crypto HPKE-KEM.swift
[269/586] Compiling Crypto HPKE-Errors.swift
[269/586] Compiling sha1-586-apple.S
[270/586] Compiling rsaz-avx2-linux.S
[271/586] Compiling rsaz-avx2-apple.S
[271/586] Compiling rdrand-x86_64-linux.S
[273/586] Compiling rdrand-x86_64-apple.S
[275/586] Compiling Crypto RNG_boring.swift
[276/586] Compiling Crypto SafeCompare_boring.swift
[277/586] Compiling Crypto Zeroization_boring.swift
[278/586] Compiling Crypto PrettyBytes.swift
[279/586] Compiling Crypto SafeCompare.swift
[280/586] Compiling Crypto SecureBytes.swift
[281/586] Compiling Crypto Zeroization.swift
[282/586] Compiling Crypto resource_bundle_accessor.swift
[282/586] Compiling p256_beeu-x86_64-asm-linux.S
[283/586] Compiling p256_beeu-x86_64-asm-apple.S
[284/586] Compiling p256_beeu-armv8-asm-win.S
[285/586] Compiling p256_beeu-armv8-asm-linux.S
[286/586] Compiling p256_beeu-armv8-asm-apple.S
[287/586] Compiling p256-x86_64-asm-linux.S
[288/586] Compiling p256-armv8-asm-win.S
[289/586] Compiling p256-x86_64-asm-apple.S
[290/586] Compiling p256-armv8-asm-linux.S
[291/586] Compiling ghashv8-armv8-linux.S
[292/586] Compiling ghashv8-armv8-win.S
[293/586] Compiling d1_pkt.cc
[294/586] Compiling p256-armv8-asm-apple.S
[295/586] Compiling ghashv8-armv8-apple.S
[296/586] Compiling ghashv8-armv7-linux.S
[297/586] Compiling ghash-x86_64-linux.S
[298/586] Compiling d1_lib.cc
[299/586] Compiling ghash-x86_64-apple.S
[300/586] Compiling ghash-x86-linux.S
[301/586] Compiling ghash-x86-apple.S
[302/586] Compiling ghash-ssse3-x86_64-linux.S
[302/586] Compiling ghash-ssse3-x86_64-apple.S
[304/586] Compiling ghash-ssse3-x86-linux.S
[305/586] Compiling ghash-ssse3-x86-apple.S
[306/586] Compiling ghash-neon-armv8-win.S
[307/586] Compiling ghash-neon-armv8-linux.S
[308/586] Compiling d1_both.cc
[309/586] Compiling ghash-neon-armv8-apple.S
[310/586] Compiling ghash-armv4-linux.S
[311/586] Compiling co-586-apple.S
[311/586] Compiling co-586-linux.S
[313/586] Compiling bsaes-armv7-linux.S
[314/586] Compiling bn-armv8-win.S
[315/586] Compiling bn-armv8-linux.S
[316/586] Compiling bn-armv8-apple.S
[317/586] Compiling bn-586-apple.S
[318/586] Compiling bn-586-linux.S
[319/586] Compiling armv8-mont-win.S
[320/586] Compiling armv8-mont-linux.S
[321/586] Compiling armv4-mont-linux.S
[322/586] Compiling aesv8-gcm-armv8-win.S
[323/586] Compiling aesv8-gcm-armv8-linux.S
[324/586] Compiling armv8-mont-apple.S
[325/586] Compiling aesv8-gcm-armv8-apple.S
[326/586] Compiling aesv8-armv8-win.S
[327/586] Compiling aesv8-armv8-linux.S
[328/586] Compiling aesv8-armv7-linux.S
[329/586] Compiling aesv8-armv8-apple.S
[330/586] Compiling aesni-x86_64-linux.S
[331/586] Compiling aesni-gcm-x86_64-linux.S
[332/586] Compiling aesni-x86-apple.S
[333/586] Compiling aesni-x86-linux.S
[333/586] Compiling aes-gcm-avx2-x86_64-linux.S
[333/586] Compiling aesni-x86_64-apple.S
[335/586] Compiling aesni-gcm-x86_64-apple.S
[337/586] Compiling aes-gcm-avx2-x86_64-apple.S
[338/586] Compiling aes-gcm-avx10-x86_64-linux.S
[339/586] Compiling aes-gcm-avx10-x86_64-apple.S
[340/586] Compiling x_x509a.cc
[341/586] Compiling x_sig.cc
[342/586] Compiling x_req.cc
[343/586] Compiling x_val.cc
[344/586] Compiling x_x509.cc
[345/586] Compiling x_pubkey.cc
[346/586] Compiling x_name.cc
[347/586] Compiling x_exten.cc
[348/586] Compiling x_spki.cc
[349/586] Compiling x_crl.cc
[350/586] Compiling x_attrib.cc
[351/586] Compiling x_all.cc
[352/586] Compiling x_algor.cc
[353/586] Compiling x509rset.cc
[354/586] Compiling x509spki.cc
[355/586] Compiling x509cset.cc
[356/586] Compiling x509name.cc
[357/586] Compiling x509_vpm.cc
[358/586] Compiling x509_v3.cc
[359/586] Compiling x509_vfy.cc
[360/586] Compiling x509_txt.cc
[361/586] Compiling x509_trs.cc
[362/586] Compiling x509_set.cc
[363/586] Compiling x509_obj.cc
[364/586] Compiling x509_d2.cc
[365/586] Compiling x509_def.cc
[366/586] Compiling x509_req.cc
[367/586] Compiling x509_lu.cc
[368/586] Compiling x509_ext.cc
[369/586] Compiling x509_cmp.cc
[370/586] Compiling x509_att.cc
[371/586] Compiling x509.cc
[372/586] Compiling v3_skey.cc
[373/586] Compiling v3_prn.cc
[374/586] Compiling v3_utl.cc
[375/586] Compiling v3_pmaps.cc
[376/586] Compiling v3_ocsp.cc
[377/586] Compiling v3_purp.cc
[378/586] Compiling v3_pcons.cc
[379/586] Compiling v3_ncons.cc
[380/586] Compiling v3_lib.cc
[381/586] Compiling v3_int.cc
[382/586] Compiling v3_ia5.cc
[383/586] Compiling v3_info.cc
[384/586] Compiling v3_enum.cc
[385/586] Compiling v3_genn.cc
[386/586] Compiling v3_crld.cc
[387/586] Compiling v3_extku.cc
[388/586] Compiling v3_cpols.cc
[389/586] Compiling v3_conf.cc
[390/586] Compiling v3_bitst.cc
[391/586] Compiling v3_bcons.cc
[392/586] Compiling v3_akeya.cc
[393/586] Compiling t_x509a.cc
[394/586] Compiling v3_akey.cc
[395/586] Compiling t_crl.cc
[396/586] Compiling t_x509.cc
[397/586] Compiling t_req.cc
[398/586] Compiling v3_alt.cc
[399/586] Compiling rsa_pss.cc
[400/586] Compiling i2d_pr.cc
[401/586] Compiling name_print.cc
[402/586] Compiling policy.cc
[403/586] Compiling by_file.cc
[404/586] Compiling algorithm.cc
[405/586] Compiling a_digest.cc
[406/586] Compiling a_verify.cc
[407/586] Compiling a_sign.cc
[408/586] Compiling by_dir.cc
[409/586] Compiling asn1_gen.cc
[410/586] Compiling voprf.cc
[411/586] Compiling trust_token.cc
[412/586] Compiling thread_win.cc
[413/586] Compiling thread_none.cc
[414/586] Compiling thread_pthread.cc
[415/586] Compiling thread.cc
[416/586] Compiling pmbtoken.cc
[417/586] Compiling stack.cc
[418/586] Compiling slhdsa.cc
[419/586] Compiling spake2plus.cc
[420/586] Compiling siphash.cc
[421/586] Compiling sha512.cc
[422/586] Compiling sha1.cc
[423/586] Compiling sha256.cc
[424/586] Compiling rsa_extra.cc
[425/586] Compiling rsa_print.cc
[426/586] Compiling rsa_crypt.cc
[427/586] Compiling refcount.cc
[428/586] Compiling rsa_asn1.cc
[429/586] Compiling rc4.cc
[430/586] Compiling trusty.cc
[430/586] Compiling urandom.cc
[432/586] Compiling rand.cc
[433/586] Compiling windows.cc
[434/586] Compiling ios.cc
[435/586] Compiling passive.cc
[436/586] Compiling poly1305_arm_asm.S
[437/586] Compiling getentropy.cc
[438/586] Compiling forkunsafe.cc
[439/586] Compiling deterministic.cc
[440/586] Compiling fork_detect.cc
[441/586] Compiling poly1305_arm.cc
[442/586] Compiling poly1305_vec.cc
[443/586] Compiling poly1305.cc
[444/586] Compiling pool.cc
[445/586] Compiling p5_pbev2.cc
[445/586] Compiling pkcs8.cc
[447/586] Compiling pkcs8_x509.cc
[448/586] Compiling pkcs7.cc
[449/586] Compiling pkcs7_x509.cc
[450/586] Compiling pem_xaux.cc
[451/586] Compiling pem_x509.cc
[452/586] Compiling pem_pkey.cc
[453/586] Compiling pem_pk8.cc
[454/586] Compiling pem_oth.cc
[455/586] Compiling mlkem.cc
[456/586] Compiling obj_xref.cc
[457/586] Compiling pem_info.cc
[458/586] Compiling pem_lib.cc
[459/586] Compiling pem_all.cc
[460/586] Compiling obj.cc
[461/586] Compiling mldsa.cc
[462/586] Compiling poly_rq_mul.S
[463/586] Compiling fips_shared_support.cc
[464/586] Compiling mem.cc
[465/586] Compiling md5.cc
[466/586] Compiling md4.cc
[467/586] Compiling lhash.cc
[468/586] Compiling kyber.cc
[469/586] Compiling ex_data.cc
[470/586] Compiling sign.cc
[471/586] Compiling scrypt.cc
[472/586] Compiling print.cc
[473/586] Compiling hpke.cc
[474/586] Compiling pbkdf.cc
[475/586] Compiling hrss.cc
[476/586] Compiling p_x25519_asn1.cc
[477/586] Compiling p_x25519.cc
[478/586] Compiling p_ed25519.cc
[479/586] Compiling p_rsa_asn1.cc
[480/586] Compiling p_rsa.cc
[481/586] Compiling p_hkdf.cc
[482/586] Compiling p_ec.cc
[483/586] Compiling p_ed25519_asn1.cc
[484/586] Compiling p_ec_asn1.cc
[485/586] Compiling p_dh_asn1.cc
[486/586] Compiling p_dsa_asn1.cc
[487/586] Compiling p_dh.cc
[488/586] Compiling evp_ctx.cc
[489/586] Compiling evp.cc
[490/586] Compiling err.cc
[491/586] Compiling engine.cc
[492/586] Compiling evp_asn1.cc
[493/586] Compiling ecdh.cc
[494/586] Compiling ecdsa_asn1.cc
[495/586] Compiling hash_to_curve.cc
[496/586] Compiling ec_derive.cc
[497/586] Compiling dsa.cc
[498/586] Compiling ec_asn1.cc
[499/586] Compiling dsa_asn1.cc
[500/586] Compiling bcm.cc
[501/586] Compiling params.cc
[502/586] Compiling x25519-asm-arm.S
[503/586] Compiling digest_extra.cc
[504/586] Compiling dh_asn1.cc
[505/586] Compiling des.cc
[506/586] Compiling curve25519_64_adx.cc
[507/586] Compiling spake25519.cc
[508/586] Compiling cpu_intel.cc
[509/586] Compiling crypto.cc
[510/586] Compiling cpu_arm_linux.cc
[511/586] Compiling cpu_arm_freebsd.cc
[512/586] Compiling cpu_aarch64_win.cc
[513/586] Compiling curve25519.cc
[514/586] Compiling cpu_aarch64_openbsd.cc
[515/586] Compiling cpu_aarch64_sysreg.cc
[516/586] Compiling cpu_aarch64_linux.cc
[517/586] Compiling cpu_aarch64_fuchsia.cc
[518/586] Compiling cpu_aarch64_apple.cc
[519/586] Compiling tls_cbc.cc
[520/586] Compiling get_cipher.cc
[521/586] Compiling conf.cc
[522/586] Compiling e_tls.cc
[523/586] Compiling e_rc4.cc
[524/586] Compiling e_null.cc
[525/586] Compiling e_rc2.cc
[526/586] Compiling e_des.cc
[527/586] Compiling e_chacha20poly1305.cc
[528/586] Compiling e_aesgcmsiv.cc
[529/586] Compiling derive_key.cc
[530/586] Compiling e_aesctrhmac.cc
[531/586] Compiling chacha.cc
[532/586] Compiling unicode.cc
[533/586] Compiling ber.cc
[534/586] Compiling cbs.cc
[535/586] Compiling cbb.cc
[536/586] Compiling asn1_compat.cc
[537/586] Compiling buf.cc
[538/586] Compiling blake2.cc
[539/586] Compiling socket_helper.cc
[540/586] Compiling convert.cc
[541/586] Compiling bn_asn1.cc
[542/586] Compiling socket.cc
[543/586] Compiling printf.cc
[544/586] Compiling pair.cc
[545/586] Compiling hexdump.cc
[546/586] Compiling file.cc
[547/586] Compiling fd.cc
[548/586] Compiling errno.cc
[549/586] Compiling connect.cc
[550/586] Compiling bio_mem.cc
[551/586] Compiling base64.cc
[552/586] Compiling bio.cc
[553/586] Compiling tasn_typ.cc
[554/586] Compiling tasn_fre.cc
[555/586] Compiling tasn_enc.cc
[556/586] Compiling tasn_utl.cc
[557/586] Compiling tasn_new.cc
[558/586] Compiling posix_time.cc
[559/586] Compiling f_string.cc
[560/586] Compiling f_int.cc
[561/586] Compiling asn_pack.cc
[562/586] Compiling tasn_dec.cc
[563/586] Compiling asn1_par.cc
[564/586] Compiling asn1_lib.cc
[565/586] Compiling a_utctm.cc
[566/586] Compiling a_type.cc
[567/586] Compiling a_time.cc
[568/586] Compiling a_octet.cc
[569/586] Compiling a_strnid.cc
[570/586] Compiling a_strex.cc
[571/586] Compiling a_mbstr.cc
[572/586] Compiling a_object.cc
[573/586] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[573/586] Write sources
[577/586] Compiling a_int.cc
[578/586] Compiling a_i2d_fp.cc
[579/586] Compiling a_dup.cc
[580/586] Compiling a_d2i_fp.cc
[581/586] Compiling a_gentm.cc
[582/606] Compiling a_bitstr.cc
[583/606] Compiling a_bool.cc
[585/631] Compiling Algorithms Suffix.swift
[586/631] Compiling Algorithms Trim.swift
[587/633] Compiling Algorithms Permutations.swift
[588/633] Compiling Algorithms Product.swift
[589/633] Compiling Algorithms MinMax.swift
[590/633] Compiling Algorithms Partition.swift
[591/635] Compiling Algorithms FlattenCollection.swift
[592/635] Compiling Algorithms Grouped.swift
[593/635] Compiling Algorithms Joined.swift
[594/635] Compiling Algorithms Keyed.swift
[595/635] Compiling Algorithms Unique.swift
[596/635] Compiling Algorithms Windows.swift
[597/635] Compiling Atomics IntegerOperations.swift
[598/635] Compiling Atomics Unmanaged extensions.swift
[601/635] Compiling Algorithms Rotate.swift
[602/635] Compiling Algorithms Split.swift
[603/635] Compiling Algorithms Stride.swift
[608/635] Compiling Algorithms Indexed.swift
[609/635] Compiling Algorithms Intersperse.swift
[610/635] Compiling Algorithms EitherSequence.swift
[611/635] Compiling Algorithms FirstNonNil.swift
[613/635] Compiling Algorithms Combinations.swift
[614/635] Compiling Algorithms Compacted.swift
[615/635] Compiling Algorithms Cycle.swift
[621/635] Compiling Algorithms Chunked.swift
[623/635] Compiling Algorithms AdjacentPairs.swift
[624/635] Compiling Algorithms Chain.swift
[632/635] Emitting module Atomics
[632/635] Compiling c-nioatomics.c
[634/635] Emitting module Algorithms
[634/635] Compiling c-atomics.c
[636/641] Compiling NIOConcurrencyHelpers NIOLock.swift
[637/641] Compiling NIOConcurrencyHelpers lock.swift
[638/641] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[639/641] Compiling NIOConcurrencyHelpers atomics.swift
[640/641] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[641/641] Emitting module NIOConcurrencyHelpers
[642/702] Compiling NIOCore NIOLoopBound.swift
[643/702] Compiling NIOCore NIOScheduledCallback.swift
[644/702] Compiling NIOCore NIOSendable.swift
[645/702] Compiling NIOCore RecvByteBufferAllocator.swift
[646/702] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[647/702] Compiling NIOCore SocketAddresses.swift
[648/708] Compiling NIOCore Interfaces.swift
[649/708] Compiling NIOCore Linux.swift
[650/708] Compiling NIOCore MarkedCircularBuffer.swift
[651/708] Compiling NIOCore MulticastChannel.swift
[652/708] Compiling NIOCore NIOAny.swift
[653/708] Compiling NIOCore NIOCloseOnErrorHandler.swift
[654/708] Compiling NIOCore GlobalSingletons.swift
[655/708] Compiling NIOCore IO.swift
[656/708] Compiling NIOCore IOData.swift
[657/708] Compiling NIOCore IPProtocol.swift
[658/708] Compiling NIOCore IntegerBitPacking.swift
[659/708] Compiling NIOCore IntegerTypes.swift
[660/708] Compiling NIOCore Codec.swift
[661/708] Compiling NIOCore ConvenienceOptionSupport.swift
[662/708] Compiling NIOCore DeadChannel.swift
[663/708] Compiling NIOCore DispatchQueue+WithFuture.swift
[664/708] Compiling NIOCore EventLoop+Deprecated.swift
[665/708] Compiling NIOCore EventLoop+SerialExecutor.swift
[666/708] Compiling NIOCore EventLoop.swift
[667/708] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[668/708] Compiling NIOCore EventLoopFuture+Deprecated.swift
[669/708] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[670/708] Compiling NIOCore EventLoopFuture.swift
[671/708] Compiling NIOCore FileDescriptor.swift
[672/708] Compiling NIOCore FileHandle.swift
[673/708] Compiling NIOCore FileRegion.swift
[674/708] Compiling NIOCore SocketOptionProvider.swift
[675/708] Compiling NIOCore SystemCallHelpers.swift
[676/708] Compiling NIOCore TimeAmount+Duration.swift
[677/708] Compiling NIOCore TypeAssistedChannelHandler.swift
[678/708] Compiling NIOCore UniversalBootstrapSupport.swift
[679/708] Compiling NIOCore Utilities.swift
[680/708] Emitting module NIOCore
[681/708] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[682/708] Compiling NIOCore NIOAsyncWriter.swift
[683/708] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[684/708] Compiling NIOCore BSDSocketAPI.swift
[685/708] Compiling NIOCore ByteBuffer-aux.swift
[686/708] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[687/708] Compiling NIOCore ByteBuffer-conversions.swift
[688/708] Compiling NIOCore AddressedEnvelope.swift
[689/708] Compiling NIOCore AsyncAwaitSupport.swift
[690/708] Compiling NIOCore AsyncChannel.swift
[691/708] Compiling NIOCore AsyncChannelHandler.swift
[692/708] Compiling NIOCore AsyncChannelInboundStream.swift
[693/708] Compiling NIOCore AsyncChannelOutboundWriter.swift
[694/708] Compiling NIOCore NIOAsyncSequenceProducer.swift
[695/708] Compiling NIOCore ByteBuffer-core.swift
[696/708] Compiling NIOCore ByteBuffer-hex.swift
[697/708] Compiling NIOCore ByteBuffer-int.swift
[698/708] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[699/708] Compiling NIOCore ByteBuffer-multi-int.swift
[700/708] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[701/708] Compiling NIOCore ByteBuffer-views.swift
[702/708] Compiling NIOCore Channel.swift
[703/708] Compiling NIOCore ChannelHandler.swift
[704/708] Compiling NIOCore ChannelHandlers.swift
[705/708] Compiling NIOCore ChannelInvoker.swift
[706/708] Compiling NIOCore ChannelOption.swift
[707/708] Compiling NIOCore ChannelPipeline.swift
[708/708] Compiling NIOCore CircularBuffer.swift
[709/761] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[710/761] Compiling NIOEmbedded Embedded.swift
[711/761] Emitting module NIOEmbedded
[712/761] Compiling NIOEmbedded AsyncTestingChannel.swift
[713/761] Compiling NIOPosix PooledRecvBufferAllocator.swift
[714/761] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[715/761] Compiling NIOPosix PosixSingletons.swift
[716/761] Compiling NIOPosix RawSocketBootstrap.swift
[717/761] Compiling NIOPosix Resolver.swift
[718/761] Compiling NIOPosix Selectable.swift
[719/761] Compiling NIOPosix SelectableChannel.swift
[720/761] Compiling NIOPosix SelectableEventLoop.swift
[721/761] Compiling NIOPosix SelectorEpoll.swift
[722/761] Compiling NIOPosix SelectorGeneric.swift
[723/766] Emitting module NIOPosix
[724/766] Compiling NIOPosix GetaddrinfoResolver.swift
[725/766] Compiling NIOPosix HappyEyeballs.swift
[726/766] Compiling NIOPosix IO.swift
[727/766] Compiling NIOPosix IntegerBitPacking.swift
[728/766] Compiling NIOPosix IntegerTypes.swift
[729/766] Compiling NIOPosix Linux.swift
[730/766] Compiling NIOPosix LinuxCPUSet.swift
[731/766] Compiling NIOPosix LinuxUring.swift
[732/766] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[733/766] Compiling NIOPosix NIOThreadPool.swift
[734/766] Compiling NIOPosix NonBlockingFileIO.swift
[735/766] Compiling NIOPosix BSDSocketAPICommon.swift
[736/766] Compiling NIOPosix BSDSocketAPIPosix.swift
[737/766] Compiling NIOPosix BSDSocketAPIWindows.swift
[738/766] Compiling NIOPosix BaseSocket.swift
[739/766] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[740/766] Compiling NIOPosix BaseSocketChannel.swift
[741/766] Compiling NIOPosix SelectorKqueue.swift
[742/766] Compiling NIOPosix SelectorUring.swift
[743/766] Compiling NIOPosix ServerSocket.swift
[744/766] Compiling NIOPosix Socket.swift
[745/766] Compiling NIOPosix SocketChannel.swift
[746/766] Compiling NIOPosix UnsafeTransfer.swift
[747/766] Compiling NIOPosix Utilities.swift
[748/766] Compiling NIOPosix VsockAddress.swift
[749/766] Compiling NIOPosix VsockChannelEvents.swift
[750/766] Compiling NIOPosix resource_bundle_accessor.swift
[751/766] Compiling NIOPosix PendingDatagramWritesManager.swift
[752/766] Compiling NIOPosix PendingWritesManager.swift
[753/766] Compiling NIOPosix PipeChannel.swift
[754/766] Compiling NIOPosix PipePair.swift
[755/766] Compiling NIOPosix Pool.swift
[756/766] Compiling NIOPosix BaseStreamSocketChannel.swift
[757/766] Compiling NIOPosix Bootstrap.swift
[758/766] Compiling NIOPosix ControlMessage.swift
[759/766] Compiling NIOPosix DatagramVectorReadManager.swift
[760/766] Compiling NIOPosix Errors+Any.swift
[761/766] Compiling NIOPosix FileDescriptor.swift
[762/766] Compiling NIOPosix SocketProtocols.swift
[763/766] Compiling NIOPosix System.swift
[764/766] Compiling NIOPosix Thread.swift
[765/766] Compiling NIOPosix ThreadPosix.swift
[766/766] Compiling NIOPosix ThreadWindows.swift
[767/768] Compiling NIO Exports.swift
[768/768] Emitting module NIO
[769/808] Compiling NIOTLS TLSEvents.swift
[770/808] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[771/809] Compiling NIOSOCKS SOCKSResponse.swift
[772/809] Compiling NIOSOCKS ClientStateMachine.swift
[773/809] Compiling NIOSOCKS Messages.swift
[774/809] Compiling NIOSOCKS Helpers.swift
[775/809] Compiling NIOHTTP1 HTTPEncoder.swift
[776/809] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[777/809] Compiling NIOSOCKS SOCKSRequest.swift
[778/809] Compiling NIOSOCKS Errors.swift
[779/809] Compiling NIOSOCKS ServerStateMachine.swift
[780/809] Emitting module NIOSOCKS
[781/809] Compiling NIOHTTP1 ByteCollectionUtils.swift
[782/809] Compiling NIOHTTP1 HTTPDecoder.swift
[783/809] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[784/809] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[785/810] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[786/810] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[787/810] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[788/810] Compiling NIOTLS SNIHandler.swift
[789/810] Emitting module NIOTLS
[790/810] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[791/810] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[792/810] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[793/810] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[794/810] Emitting module NIOFoundationCompat
[795/810] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[796/810] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[799/810] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[800/810] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[801/840] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[802/840] Emitting module NIOHTTP1
[803/840] Compiling NIOSSL AndroidCABundle.swift
[804/840] Compiling NIOSSL ByteBufferBIO.swift
[805/862] Compiling NIOTransportServices NIOTSListenerChannel.swift
[806/862] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[807/862] Compiling NIOTransportServices StateManagedChannel.swift
[808/862] Compiling NIOTransportServices NIOTSDatagramListener.swift
[809/862] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[810/862] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[811/880] Compiling NIOHPACK IndexedHeaderTable.swift
[812/880] Compiling NIOHPACK IntegerCoding.swift
[813/881] Compiling NIOHPACK HuffmanTables.swift
[814/881] Compiling NIOHPACK HeaderTables.swift
[815/881] Compiling NIOHPACK HuffmanCoding.swift
[816/881] Compiling NIOHPACK StaticHeaderTable.swift
[817/881] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[818/881] Emitting module NIOHTTPCompression
[819/881] Compiling NIOHTTPCompression HTTPDecompression.swift
[820/881] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[821/881] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[822/881] Compiling NIOHTTPCompression HTTPCompression.swift
[823/881] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[824/881] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[825/881] Compiling NIOTransportServices NIOTSSingletons.swift
[826/883] Compiling NIOTransportServices NIOTSBootstraps.swift
[827/883] Compiling NIOTransportServices NIOTSChannelOptions.swift
[828/883] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[829/883] Compiling NIOTransportServices NIOTSEventLoop.swift
[830/883] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[831/883] Compiling NIOHPACK HPACKErrors.swift
[832/883] Compiling NIOHPACK HPACKEncoder.swift
[833/883] Compiling NIOHPACK DynamicHeaderTable.swift
[834/883] Compiling NIOHPACK HPACKDecoder.swift
[835/883] Emitting module NIOHPACK
[836/883] Compiling NIOHPACK HPACKHeader.swift
[837/883] Emitting module NIOSSL
[840/886] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[843/886] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[844/886] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[848/946] Compiling NIOHTTP2 ControlFrameBuffer.swift
[849/946] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[850/946] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[851/946] Emitting module NIOTransportServices
[852/946] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[853/946] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[854/946] Compiling NIOHTTP2 SendingDataState.swift
[855/946] Compiling NIOHTTP2 SendingGoawayState.swift
[856/946] Compiling NIOHTTP2 SendingHeadersState.swift
[857/946] Compiling NIOHTTP2 SendingPushPromiseState.swift
[861/946] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[862/946] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[863/946] Compiling NIOHTTP2 MaySendFrames.swift
[865/946] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[866/946] Compiling NIOHTTP2 HasFlowControlWindows.swift
[867/946] Compiling NIOHTTP2 HasLocalSettings.swift
[871/946] Compiling NIOHTTP2 LocallyQuiescingState.swift
[872/946] Compiling NIOHTTP2 QuiescingState.swift
[873/946] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[874/946] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[875/946] Compiling NIOHTTP2 StateMachineResult.swift
[876/946] Compiling NIOHTTP2 ContentLengthVerifier.swift
[877/946] Compiling NIOHTTP2 DOSHeuristics.swift
[878/952] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[879/952] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[880/952] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[881/952] Compiling NIOHTTP2 HTTP2UserEvents.swift
[882/952] Compiling NIOHTTP2 InboundEventBuffer.swift
[883/952] Compiling NIOHTTP2 InboundWindowManager.swift
[884/952] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[885/952] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[886/952] Compiling NIOHTTP2 HTTP2Error.swift
[887/952] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[889/952] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[890/952] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[891/952] Compiling NIOHTTP2 SendingRstStreamState.swift
[892/952] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[893/952] Compiling NIOHTTP2 HTTP2SettingsState.swift
[901/952] Compiling NIOHTTP2 StreamChannelFlowController.swift
[902/952] Compiling NIOHTTP2 StreamChannelList.swift
[903/952] Compiling NIOHTTP2 StreamMap.swift
[904/952] Compiling NIOHTTP2 StreamStateMachine.swift
[905/952] Compiling NIOHTTP2 UnsafeTransfer.swift
[906/952] Compiling NIOHTTP2 WatermarkedFlowController.swift
[907/952] Compiling NIOHTTP2 HTTP2Settings.swift
[908/952] Compiling NIOHTTP2 HTTP2Stream.swift
[909/952] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[910/952] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[911/952] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[912/952] Compiling NIOHTTP2 HTTP2StreamID.swift
[913/952] Compiling NIOHTTP2 ConnectionStateMachine.swift
[914/952] Compiling NIOHTTP2 ConnectionStreamsState.swift
[915/952] Compiling NIOHTTP2 MayReceiveFrames.swift
[916/952] Compiling NIOHTTP2 ReceivingDataState.swift
[917/952] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[918/952] Compiling NIOHTTP2 ReceivingHeadersState.swift
[919/952] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[920/952] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[921/952] Compiling NIOHTTP2 HTTP2Frame.swift
[922/952] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[923/952] Compiling NIOHTTP2 HTTP2FrameParser.swift
[924/952] Compiling NIOHTTP2 HTTP2PingData.swift
[925/952] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[932/952] Compiling NIOHTTP2 HasRemoteSettings.swift
[939/952] Compiling NIOHTTP2 Error+Any.swift
[940/952] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[946/952] Emitting module NIOHTTP2
[953/1013] Emitting module AsyncHTTPClient
[954/1019] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[955/1019] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[956/1019] Compiling AsyncHTTPClient AsyncLazySequence.swift
[957/1019] Compiling AsyncHTTPClient HTTPClient+execute.swift
[958/1019] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[959/1019] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[960/1019] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[961/1019] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[962/1019] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[963/1019] Compiling AsyncHTTPClient ConnectionPool.swift
[964/1019] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[965/1019] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[966/1019] Compiling AsyncHTTPClient TLSEventsHandler.swift
[967/1019] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[968/1019] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[969/1019] Compiling AsyncHTTPClient ConnectionTarget.swift
[970/1019] Compiling AsyncHTTPClient DeconstructedURL.swift
[971/1019] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[972/1019] Compiling AsyncHTTPClient FoundationExtensions.swift
[973/1019] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[974/1019] Compiling AsyncHTTPClient HTTPClientRequest.swift
[975/1019] Compiling AsyncHTTPClient HTTPClientResponse.swift
[976/1019] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[977/1019] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[978/1019] Compiling AsyncHTTPClient Transaction.swift
[979/1019] Compiling AsyncHTTPClient Base64.swift
[980/1019] Compiling AsyncHTTPClient BasicAuth.swift
[981/1019] Compiling AsyncHTTPClient NWWaitingHandler.swift
[982/1019] Compiling AsyncHTTPClient TLSConfiguration.swift
[983/1019] Compiling AsyncHTTPClient RedirectState.swift
[984/1019] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[985/1019] Compiling AsyncHTTPClient RequestBag.swift
[986/1019] Compiling AsyncHTTPClient RequestValidation.swift
[987/1019] Compiling AsyncHTTPClient HTTP1Connection.swift
[988/1019] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[989/1019] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[990/1019] Compiling AsyncHTTPClient HTTP2Connection.swift
[991/1019] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[992/1019] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[993/1019] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[994/1019] Compiling AsyncHTTPClient SSLContextCache.swift
[995/1019] Compiling AsyncHTTPClient Scheme.swift
[996/1019] Compiling AsyncHTTPClient Singleton.swift
[997/1019] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[998/1019] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[999/1019] Compiling AsyncHTTPClient Utils.swift
[1000/1019] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1001/1019] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1002/1019] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1003/1019] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1004/1019] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1005/1019] Compiling AsyncHTTPClient RequestBodyLength.swift
[1006/1019] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1007/1019] Compiling AsyncHTTPClient RequestOptions.swift
[1008/1019] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1009/1019] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1010/1019] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1011/1019] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1012/1019] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1013/1019] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1014/1019] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1015/1019] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1016/1019] Compiling AsyncHTTPClient HTTPClient.swift
[1017/1019] Compiling AsyncHTTPClient HTTPHandler.swift
[1018/1019] Compiling AsyncHTTPClient LRUCache.swift
[1019/1019] Compiling AsyncHTTPClient NWErrorHandler.swift
[1020/1038] Compiling JuspayKit ErrorCode.swift
[1021/1038] Compiling JuspayKit JuspayError.swift
[1022/1038] Compiling JuspayKit SessionRoutes.swift
[1023/1038] Compiling JuspayKit Dictionary+Ext.swift
[1024/1040] Compiling JuspayKit RefundRoutes.swift
[1025/1040] Compiling JuspayKit SessionItem.swift
[1026/1040] Compiling JuspayKit OrderRoutes.swift
[1027/1040] Compiling JuspayKit PaymentMethodItem.swift
[1028/1040] Compiling JuspayKit JuspayClient.swift
[1029/1040] Compiling JuspayKit OrderItem.swift
[1030/1040] Compiling JuspayKit JuspayHealthRoutes.swift
[1031/1040] Compiling JuspayKit JuspayHealthStatus.swift
[1032/1040] Emitting module JuspayKit
/Users/admin/builder/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"
[1033/1040] Compiling JuspayKit PaymentMethodRoutes.swift
[1034/1040] Compiling JuspayKit RefundItem.swift
[1035/1040] Compiling JuspayKit CustomerItem.swift
[1036/1040] Compiling JuspayKit CustomerRoutes.swift
[1037/1040] Compiling JuspayKit APIHandler.swift
[1038/1040] Compiling JuspayKit APIRoute.swift
[1039/1040] Compiling JuspayKit Order+Ext.swift
/Users/admin/builder/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"
[1040/1040] Compiling JuspayKit Refund+Ext.swift
/Users/admin/builder/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"
[1041/1045] Compiling HyperCheckout HyperRefundRoutes.swift
[1042/1045] Compiling HyperCheckout HyperOrderRoutes.swift
[1043/1045] Emitting module HyperCheckout
[1044/1045] Compiling HyperCheckout HyperCheckout.swift
[1045/1045] Compiling HyperCheckout HyperSessionRoutes.swift
Build complete! (70.25s)
Fetching https://github.com/apple/swift-docc-plugin.git
Fetching https://github.com/apple/swift-crypto.git from cache
Fetching https://github.com/swift-server/async-http-client.git from cache
[1/2049] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin.git from cache (1.28s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.28s)
Fetched https://github.com/swift-server/async-http-client.git from cache (1.28s)
Computing version for https://github.com/apple/swift-docc-plugin.git
Computed https://github.com/apple/swift-docc-plugin.git at 1.4.3 (2.27s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.84s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.52s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (0.47s)
Fetching https://github.com/apple/swift-algorithms.git from cache
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/apple/swift-log.git from cache
Fetching https://github.com/apple/swift-nio-http2.git from cache
Fetching https://github.com/apple/swift-nio-ssl.git from cache
Fetching https://github.com/apple/swift-nio-transport-services.git from cache
Fetching https://github.com/apple/swift-nio-extras.git from cache
Fetched https://github.com/apple/swift-atomics.git from cache (0.50s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.50s)
Fetching https://github.com/apple/swift-nio.git from cache
Fetched https://github.com/apple/swift-nio-ssl.git from cache (0.68s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.74s)
Fetched https://github.com/apple/swift-log.git from cache (0.75s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (0.75s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.75s)
Fetched https://github.com/apple/swift-nio.git from cache (0.94s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (2.08s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.47s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.01s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.60s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (0.71s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetching https://github.com/apple/swift-system.git from cache
Fetched https://github.com/apple/swift-system.git from cache (0.64s)
Fetched https://github.com/apple/swift-collections.git from cache (0.74s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.25s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.72s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.49s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.61s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.51s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.53s)
Fetching https://github.com/apple/swift-http-structured-headers.git from cache
Fetching https://github.com/apple/swift-http-types.git from cache
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.46s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.60s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (1.14s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.50s)
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.51s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.07s)
Fetching https://github.com/apple/swift-asn1.git from cache
Fetched https://github.com/apple/swift-asn1.git from cache (0.58s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.20s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.25.2
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.1
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-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-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-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-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-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-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-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.24.0
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" : "/Users/admin/builder/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"
}
Done.