The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of juspay-kit, reference main (7535ca), with Swift 6.1 for Android on 30 May 2025 03:00:46 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

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