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.0 for Linux on 21 Dec 2024 05:07:47 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

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