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 PrchNIO, reference 1.0.0-alpha.1 (939b21), with Swift 6.1 for Android on 28 May 2025 02:42:09 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/brightdigit/PrchNIO.git
Reference: 1.0.0-alpha.1
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/brightdigit/PrchNIO
 * tag               1.0.0-alpha.1 -> FETCH_HEAD
HEAD is now at 939b21a Merge pull request #8 from brightdigit/prch2
Cloned https://github.com/brightdigit/PrchNIO.git
Revision (git rev-parse @):
939b21a3e8b34d6dd0746d429ef97254f3a2445a
SUCCESS checkout https://github.com/brightdigit/PrchNIO.git at 1.0.0-alpha.1
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/brightdigit/PrchNIO.git
https://github.com/brightdigit/PrchNIO.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.17.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    },
    {
      "identity" : "prch",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0-alpha.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/brightdigit/Prch"
    }
  ],
  "manifest_display_name" : "PrchNIO",
  "name" : "PrchNIO",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "PrchNIO",
      "targets" : [
        "PrchNIO"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PrchNIOTests",
      "module_type" : "SwiftTarget",
      "name" : "PrchNIOTests",
      "path" : "Tests/PrchNIOTests",
      "sources" : [
        "PrchNIOTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "PrchNIO"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PrchNIO",
      "module_type" : "SwiftTarget",
      "name" : "PrchNIO",
      "path" : "Sources/PrchNIO",
      "product_dependencies" : [
        "Prch",
        "AsyncHTTPClient"
      ],
      "product_memberships" : [
        "PrchNIO"
      ],
      "sources" : [
        "HTTPClient.Response.swift",
        "HTTPClient.swift",
        "NIOResponse.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/brightdigit/Prch
Fetching https://github.com/swift-server/async-http-client.git
[1/2495] Fetching prch
[2247/16509] Fetching prch, async-http-client
Fetched https://github.com/brightdigit/Prch from cache (1.95s)
Fetched https://github.com/swift-server/async-http-client.git from cache (1.96s)
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 (4.60s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-log.git
[1/5914] Fetching swift-nio-extras
[3727/8581] Fetching swift-nio-extras, swift-nio-transport-services
[6635/10291] Fetching swift-nio-extras, swift-nio-transport-services, swift-atomics
[9113/14127] Fetching swift-nio-extras, swift-nio-transport-services, swift-atomics, swift-log
[9574/20086] Fetching swift-nio-extras, swift-nio-transport-services, swift-atomics, swift-log, swift-algorithms
[9575/31613] Fetching swift-nio-extras, swift-nio-transport-services, swift-atomics, swift-log, swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.56s)
Fetching https://github.com/apple/swift-nio-ssl.git
[19201/28946] Fetching swift-nio-extras, swift-atomics, swift-log, swift-algorithms, swift-nio-http2
[28947/43789] Fetching swift-nio-extras, swift-atomics, swift-log, swift-algorithms, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-log.git from cache (1.46s)
[26892/39953] Fetching swift-nio-extras, swift-atomics, swift-algorithms, swift-nio-http2, swift-nio-ssl
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.81s)
[22935/28426] Fetching swift-nio-extras, swift-atomics, swift-algorithms, swift-nio-ssl
Fetched https://github.com/apple/swift-atomics.git from cache (1.81s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.81s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.81s)
[9500/14843] Fetching swift-nio-ssl
[10392/90898] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.35s)
[48676/76055] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.68s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (6.74s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.57s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.71s)
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.89s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/904] Fetching swift-http-types
[905/7059] Fetching swift-http-types, swift-certificates
[967/8649] Fetching swift-http-types, swift-certificates, swift-asn1
[1077/9790] Fetching swift-http-types, swift-certificates, swift-asn1, swift-http-structured-headers
[4057/12216] Fetching swift-http-types, swift-certificates, swift-asn1, swift-http-structured-headers, swift-service-lifecycle
[5265/17201] Fetching swift-http-types, swift-certificates, swift-asn1, swift-http-structured-headers, swift-service-lifecycle, swift-async-algorithms
Fetched https://github.com/apple/swift-http-types.git from cache (0.91s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.91s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.91s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.91s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.91s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.91s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.51s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.86s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (0.97s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.20s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.83s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (2.69s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.80s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (4.48s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.89s)
Fetching https://github.com/apple/swift-numerics.git
[1/5691] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (3.01s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (3.97s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.10s)
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 (5.36s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (2.45s)
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.91s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (2.50s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.68s)
Computing version for https://github.com/brightdigit/Prch
Computed https://github.com/brightdigit/Prch at 1.0.0-alpha.2 (0.83s)
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-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-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-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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
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-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/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/brightdigit/Prch
Working copy of https://github.com/brightdigit/Prch resolved at 1.0.0-alpha.2
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-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/apple/swift-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-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-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-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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.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
Building for debugging...
[0/442] Write sources
[24/442] Compiling _NumericsShims _NumericsShims.c
[24/442] Compiling CNIOWindows WSAStartup.c
[26/442] Compiling CNIOWASI CNIOWASI.c
[27/442] Compiling CNIOWindows shim.c
[28/442] Compiling CNIOLinux liburing_shims.c
[28/442] Compiling _AtomicsShims.c
[30/442] Compiling CNIODarwin shim.c
[31/442] Compiling CNIOLLHTTP c_nio_http.c
[32/442] Compiling CNIOExtrasZlib empty.c
[33/442] Compiling CNIOLinux shim.c
[34/442] Compiling CNIOLLHTTP c_nio_api.c
[35/442] Compiling fiat_p256_adx_sqr.S
[36/442] Compiling fiat_p256_adx_mul.S
[37/442] Compiling fiat_curve25519_adx_mul.S
[38/442] Compiling fiat_curve25519_adx_square.S
[39/442] Write swift-version-24593BA9C3E375BF.txt
[40/442] Compiling CNIOLLHTTP c_nio_llhttp.c
[41/442] Compiling CNIOBoringSSLShims shims.c
[42/448] Compiling tls13_enc.cc
[43/448] Compiling tls_method.cc
[44/448] Compiling tls_record.cc
[45/448] Compiling tls13_client.cc
[46/448] Compiling tls13_both.cc
[47/454] Compiling tls13_server.cc
[48/495] Compiling t1_enc.cc
[50/495] Emitting module _NIOBase64
[51/495] Compiling _NIOBase64 Base64.swift
[52/496] Emitting module InternalCollectionsUtilities
[53/497] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[54/497] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[55/497] Compiling InternalCollectionsUtilities Integer rank.swift
[59/498] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[60/498] Compiling InternalCollectionsUtilities UInt+reversed.swift
[61/498] Emitting module RealModule
[62/498] Compiling _NIODataStructures PriorityQueue.swift
[63/498] Emitting module _NIODataStructures
[64/498] Compiling _NIODataStructures Heap.swift
[65/498] Compiling _NIODataStructures _TinyArray.swift
[66/498] Compiling RealModule Real.swift
[67/499] Compiling RealModule Float80+Real.swift
[68/499] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[69/499] Compiling InternalCollectionsUtilities _SortedCollection.swift
[70/499] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[71/499] Compiling InternalCollectionsUtilities Debugging.swift
[72/499] Compiling InternalCollectionsUtilities Descriptions.swift
[73/499] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[76/499] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[77/499] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[78/499] Compiling RealModule Float+Real.swift
[79/499] Compiling RealModule ElementaryFunctions.swift
[80/499] Compiling RealModule Float16+Real.swift
[81/499] Compiling RealModule RealFunctions.swift
[83/500] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[85/501] Compiling ssl_x509.cc
[87/516] Compiling DequeModule Deque+CustomReflectable.swift
[88/516] Compiling DequeModule Deque+Descriptions.swift
[89/516] Compiling DequeModule Deque+Equatable.swift
[90/516] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[91/518] Compiling DequeModule _DequeBuffer.swift
[92/518] Compiling DequeModule _DequeBufferHeader.swift
[92/518] Compiling ssl_transcript.cc
[93/518] Compiling ssl_versions.cc
[95/518] Compiling DequeModule _UnsafeWrappedBuffer.swift
[96/518] Compiling PrchModel Encoder.swift
[97/520] Emitting module PrchModel
[98/520] Compiling DequeModule Deque+Codable.swift
[99/520] Compiling DequeModule Deque+Collection.swift
[100/520] Compiling DequeModule Deque+Extras.swift
[101/520] Compiling DequeModule Deque+Hashable.swift
[102/520] Compiling DequeModule Deque+Testing.swift
[103/520] Compiling DequeModule Deque._Storage.swift
[104/520] Compiling DequeModule Deque._UnsafeHandle.swift
[105/520] Compiling DequeModule Deque.swift
[106/520] Compiling DequeModule _DequeSlot.swift
[107/520] Compiling ssl_privkey.cc
[109/520] Emitting module DequeModule
[110/521] Compiling ssl_stat.cc
[111/521] Compiling ssl_session.cc
[113/521] Compiling Logging Locks.swift
[114/521] Emitting module Logging
[115/521] Compiling Logging MetadataProvider.swift
[116/521] Compiling Logging LogHandler.swift
[117/521] Compiling Logging Logging.swift
[118/522] Compiling ssl_key_share.cc
[119/522] Compiling ssl_lib.cc
[136/522] Compiling PrchModel RequestMethod.swift
[137/522] Compiling PrchModel ServiceCall.swift
[138/523] Compiling ssl_credential.cc
[139/533] Compiling ssl_file.cc
[140/534] Compiling ssl_cipher.cc
[141/535] Compiling ssl_cert.cc
[143/535] Compiling Prch SessionResponse.swift
[144/536] Compiling Prch SessionAuthorization.swift
[145/536] Compiling Prch SessionRequest.swift
[146/536] Compiling Prch URLRequest.swift
[147/536] Compiling Prch RequestError.swift
[148/536] Compiling Prch Session.swift
[149/536] Compiling Prch Service.swift
[150/536] Compiling Prch ServiceProtocol.swift
[151/536] Compiling Prch AuthorizationManager.swift
[152/536] Compiling Prch NullAuthorizationManager.swift
[153/536] Emitting module Prch
[153/536] Compiling ssl_buffer.cc
[155/536] Compiling Prch URLSession.swift
[156/536] Compiling Prch URLSessionResponse.swift
[156/537] Compiling ssl_asn1.cc
[157/537] Compiling ssl_aead_ctx.cc
[159/537] Compiling s3_pkt.cc
[160/537] Compiling s3_lib.cc
[161/537] Compiling s3_both.cc
[162/537] Compiling handshake_server.cc
[163/537] Compiling handshake_client.cc
[164/537] Compiling handshake.cc
[165/537] Compiling handoff.cc
[166/537] Compiling extensions.cc
[167/537] Compiling dtls_record.cc
[168/537] Compiling encrypted_client_hello.cc
[169/537] Compiling md5-x86_64-linux.S
[170/537] Compiling d1_srtp.cc
[171/537] Compiling dtls_method.cc
[172/537] Compiling md5-x86_64-apple.S
[173/537] Compiling md5-586-linux.S
[174/537] Compiling md5-586-apple.S
[175/537] Compiling chacha20_poly1305_x86_64-linux.S
[176/537] Compiling chacha20_poly1305_x86_64-apple.S
[177/537] Compiling chacha20_poly1305_armv8-win.S
[178/537] Compiling d1_pkt.cc
[179/537] Compiling d1_lib.cc
[180/537] Compiling chacha20_poly1305_armv8-apple.S
[181/537] Compiling err_data.cc
[182/537] Compiling chacha20_poly1305_armv8-linux.S
[183/537] Compiling bio_ssl.cc
[184/537] Compiling d1_both.cc
[185/537] Compiling chacha-x86-linux.S
[186/537] Compiling chacha-x86-apple.S
[186/537] Compiling chacha-x86_64-linux.S
[186/537] Compiling chacha-armv8-win.S
[189/537] Compiling chacha-x86_64-apple.S
[190/537] Compiling chacha-armv8-linux.S
[191/537] Compiling chacha-armv8-apple.S
[192/537] Compiling chacha-armv4-linux.S
[193/537] Compiling aes128gcmsiv-x86_64-apple.S
[194/537] Compiling x86_64-mont5-linux.S
[195/537] Compiling x86_64-mont5-apple.S
[196/537] Compiling x86_64-mont-apple.S
[196/537] Compiling x86-mont-linux.S
[198/537] Compiling x86-mont-apple.S
[199/537] Compiling aes128gcmsiv-x86_64-linux.S
[200/537] Compiling x86_64-mont-linux.S
[201/537] Compiling vpaes-x86_64-linux.S
[202/537] Compiling vpaes-armv8-win.S
[203/537] Compiling vpaes-x86-apple.S
[203/537] Compiling vpaes-armv8-apple.S
[205/537] Compiling vpaes-x86-linux.S
[206/537] Compiling vpaes-armv8-linux.S
[207/537] Compiling vpaes-x86_64-apple.S
[208/537] Compiling vpaes-armv7-linux.S
[209/537] Compiling sha512-x86_64-linux.S
[210/537] Compiling sha512-x86_64-apple.S
[211/537] Compiling sha512-armv8-win.S
[212/537] Compiling sha512-armv8-apple.S
[213/537] Compiling sha512-586-linux.S
[214/537] Compiling sha512-586-apple.S
[215/537] Compiling sha512-armv4-linux.S
[216/537] Compiling sha256-x86_64-linux.S
[217/537] Compiling sha512-armv8-linux.S
[218/537] Compiling sha256-x86_64-apple.S
[219/537] Compiling sha256-armv8-apple.S
[220/537] Compiling sha256-armv8-win.S
[221/537] Compiling sha256-armv4-linux.S
[222/537] Compiling sha256-586-linux.S
[223/537] Compiling sha1-x86_64-linux.S
[223/537] Compiling sha256-armv8-linux.S
[223/537] Compiling sha256-586-apple.S
[226/537] Compiling sha1-x86_64-apple.S
[227/537] Compiling sha1-armv8-win.S
[228/537] Compiling sha1-armv8-linux.S
[229/537] Compiling sha1-armv8-apple.S
[230/537] Compiling sha1-586-apple.S
[231/537] Compiling sha1-586-linux.S
[232/537] Compiling rsaz-avx2-linux.S
[233/537] Compiling rsaz-avx2-apple.S
[234/537] Compiling rdrand-x86_64-linux.S
[235/537] Compiling sha1-armv4-large-linux.S
[236/537] Compiling rdrand-x86_64-apple.S
[237/537] Compiling p256_beeu-x86_64-asm-apple.S
[238/537] Compiling p256_beeu-x86_64-asm-linux.S
[239/537] Compiling p256_beeu-armv8-asm-win.S
[240/537] Compiling p256-x86_64-asm-linux.S
[241/537] Compiling p256-x86_64-asm-apple.S
[242/537] Compiling p256-armv8-asm-win.S
[242/537] Compiling p256_beeu-armv8-asm-linux.S
[244/537] Compiling p256_beeu-armv8-asm-apple.S
[245/537] Compiling p256-armv8-asm-apple.S
[246/537] Compiling p256-armv8-asm-linux.S
[247/537] Compiling ghashv8-armv8-linux.S
[248/537] Compiling ghashv8-armv8-win.S
[249/537] Compiling ghashv8-armv7-linux.S
[250/537] Compiling ghashv8-armv8-apple.S
[251/537] Compiling ghash-x86_64-apple.S
[252/537] Compiling ghash-x86_64-linux.S
[253/537] Compiling ghash-x86-linux.S
[254/537] Compiling ghash-x86-apple.S
[255/537] Compiling ghash-ssse3-x86_64-apple.S
[256/537] Compiling ghash-ssse3-x86_64-linux.S
[257/537] Compiling ghash-ssse3-x86-apple.S
[258/537] Compiling ghash-ssse3-x86-linux.S
[259/537] Compiling ghash-neon-armv8-linux.S
[260/537] Compiling ghash-neon-armv8-win.S
[261/537] Compiling co-586-linux.S
[262/537] Compiling co-586-apple.S
[263/537] Compiling ghash-neon-armv8-apple.S
[264/537] Compiling ghash-armv4-linux.S
[265/537] Compiling bn-armv8-win.S
[266/537] Compiling bsaes-armv7-linux.S
[267/537] Compiling bn-armv8-linux.S
[268/537] Compiling bn-586-linux.S
[269/537] Compiling bn-586-apple.S
[269/537] Compiling bn-armv8-apple.S
[271/537] Compiling armv8-mont-win.S
[272/537] Compiling armv8-mont-linux.S
[273/537] Compiling aesv8-gcm-armv8-win.S
[274/537] Compiling armv8-mont-apple.S
[275/537] Compiling armv4-mont-linux.S
[276/537] Compiling aesv8-armv8-apple.S
[277/537] Compiling aesv8-gcm-armv8-apple.S
[277/537] Compiling aesv8-armv8-linux.S
[279/537] Compiling aesv8-gcm-armv8-linux.S
[279/537] Compiling aesv8-armv8-win.S
[281/537] Compiling aesv8-armv7-linux.S
[282/537] Compiling aesni-x86_64-apple.S
[283/537] Compiling aesni-x86_64-linux.S
[284/537] Compiling aesni-x86-linux.S
[285/537] Compiling aesni-gcm-x86_64-linux.S
[286/537] Compiling aes-gcm-avx2-x86_64-apple.S
[287/537] Compiling aesni-x86-apple.S
[288/537] Compiling aesni-gcm-x86_64-apple.S
[289/537] Compiling aes-gcm-avx2-x86_64-linux.S
[290/537] Compiling aes-gcm-avx10-x86_64-linux.S
[291/537] Compiling aes-gcm-avx10-x86_64-apple.S
[292/537] Compiling x_req.cc
[293/537] Compiling x_spki.cc
[294/537] Compiling x_name.cc
[295/537] Compiling x_val.cc
[295/537] Compiling x_sig.cc
[297/537] Compiling x_pubkey.cc
[298/537] Compiling x_x509a.cc
[299/537] Compiling x_x509.cc
[300/537] Compiling x_algor.cc
[301/537] Compiling x_exten.cc
[302/537] Compiling x_attrib.cc
[303/537] Compiling x509spki.cc
[304/537] Compiling x_crl.cc
[305/537] Compiling x_all.cc
[306/537] Compiling x509rset.cc
[307/537] Compiling x509name.cc
[308/537] Compiling x509cset.cc
[309/537] Compiling x509_vpm.cc
[310/537] Compiling x509_txt.cc
[311/537] Compiling x509_vfy.cc
[312/537] Compiling x509_trs.cc
[313/537] Compiling x509_v3.cc
[314/537] Compiling x509_set.cc
[315/537] Compiling x509_req.cc
[316/537] Compiling x509_obj.cc
[317/537] Compiling x509_lu.cc
[318/537] Compiling x509_def.cc
[319/537] Compiling x509_d2.cc
[320/537] Compiling x509_ext.cc
[321/537] Compiling x509_att.cc
[322/537] Compiling x509_cmp.cc
[323/537] Compiling x509.cc
[324/537] Compiling v3_purp.cc
[325/537] Compiling v3_skey.cc
[326/537] Compiling v3_utl.cc
[327/537] Compiling v3_pmaps.cc
[328/537] Compiling v3_pcons.cc
[329/537] Compiling v3_prn.cc
[330/537] Compiling v3_ocsp.cc
[331/537] Compiling v3_ncons.cc
[332/537] Compiling v3_ia5.cc
[333/537] Compiling v3_info.cc
[334/537] Compiling v3_int.cc
[335/537] Compiling v3_lib.cc
[336/537] Compiling v3_genn.cc
[337/537] Compiling v3_extku.cc
[338/537] Compiling v3_enum.cc
[339/537] Compiling v3_crld.cc
[340/537] Compiling v3_cpols.cc
[341/537] Compiling v3_bitst.cc
[342/537] Compiling v3_conf.cc
[343/537] Compiling v3_alt.cc
[344/537] Compiling v3_bcons.cc
[345/537] Compiling t_x509a.cc
[346/537] Compiling v3_akeya.cc
[347/537] Compiling v3_akey.cc
[348/537] Compiling t_x509.cc
[349/537] Compiling t_req.cc
[350/537] Compiling rsa_pss.cc
[351/537] Compiling t_crl.cc
[352/537] Compiling i2d_pr.cc
[353/537] Compiling name_print.cc
[354/537] Compiling policy.cc
[355/537] Compiling by_dir.cc
[356/537] Compiling asn1_gen.cc
[357/537] Compiling by_file.cc
[358/537] Compiling algorithm.cc
[359/537] Compiling a_verify.cc
[360/537] Compiling a_digest.cc
[361/537] Compiling a_sign.cc
[362/537] Compiling voprf.cc
[363/537] Compiling thread_win.cc
[364/537] Compiling thread_none.cc
[365/537] Compiling pmbtoken.cc
[366/537] Compiling thread.cc
[367/537] Compiling thread_pthread.cc
[368/537] Compiling trust_token.cc
[369/537] Compiling stack.cc
[370/537] Compiling slhdsa.cc
[371/537] Compiling sha1.cc
[372/537] Compiling siphash.cc
[373/537] Compiling sha256.cc
[374/537] Compiling spake2plus.cc
[375/537] Compiling sha512.cc
[376/537] Compiling rsa_print.cc
[377/537] Compiling rsa_extra.cc
[378/537] Compiling rc4.cc
[379/537] Compiling refcount.cc
[380/537] Compiling rsa_crypt.cc
[381/537] Compiling trusty.cc
[382/537] Compiling rand.cc
[383/537] Compiling rsa_asn1.cc
[384/537] Compiling windows.cc
[385/537] Compiling urandom.cc
[386/537] Compiling getentropy.cc
[387/537] Compiling ios.cc
[388/537] Compiling poly1305_arm_asm.S
[389/537] Compiling passive.cc
[390/537] Compiling forkunsafe.cc
[391/537] Compiling deterministic.cc
[392/537] Compiling poly1305_vec.cc
[393/537] Compiling fork_detect.cc
[394/537] Compiling pool.cc
[395/537] Compiling poly1305_arm.cc
[396/537] Compiling poly1305.cc
[397/537] Compiling p5_pbev2.cc
[398/537] Compiling pkcs8_x509.cc
[399/537] Compiling pkcs7.cc
[400/537] Compiling pkcs8.cc
[401/537] Compiling pkcs7_x509.cc
[402/537] Compiling pem_xaux.cc
[403/537] Compiling pem_x509.cc
[404/537] Compiling pem_pkey.cc
[405/537] Compiling pem_pk8.cc
[406/537] Compiling pem_info.cc
[407/537] Compiling pem_oth.cc
[408/537] Compiling mlkem.cc
[409/537] Compiling obj_xref.cc
[410/537] Compiling pem_all.cc
[411/537] Compiling pem_lib.cc
[412/537] Compiling mldsa.cc
[413/537] Compiling mem.cc
[414/537] Compiling obj.cc
[415/537] Compiling poly_rq_mul.S
[416/537] Compiling fips_shared_support.cc
[417/537] Compiling md5.cc
[418/537] Compiling lhash.cc
[419/537] Compiling md4.cc
[420/537] Compiling ex_data.cc
[421/537] Compiling kyber.cc
[422/537] Compiling hrss.cc
[423/537] Compiling scrypt.cc
[424/537] Compiling hpke.cc
[425/537] Compiling print.cc
[426/537] Compiling sign.cc
[427/537] Compiling pbkdf.cc
[428/537] Compiling p_x25519.cc
[429/537] Compiling p_rsa.cc
[430/537] Compiling p_x25519_asn1.cc
[431/537] Compiling p_rsa_asn1.cc
[432/537] Compiling p_ed25519_asn1.cc
[433/537] Compiling p_hkdf.cc
[434/537] Compiling p_ed25519.cc
[435/537] Compiling p_ec_asn1.cc
[436/537] Compiling p_dh.cc
[437/537] Compiling p_dh_asn1.cc
[438/537] Compiling p_ec.cc
[439/537] Compiling evp_ctx.cc
[440/537] Compiling p_dsa_asn1.cc
[441/537] Compiling evp_asn1.cc
[442/537] Compiling evp.cc
[443/537] Compiling err.cc
[444/537] Compiling engine.cc
[445/537] Compiling hash_to_curve.cc
[446/537] Compiling ecdh.cc
[447/537] Compiling ecdsa_asn1.cc
[448/537] Compiling ec_derive.cc
[449/537] Compiling dsa.cc
[450/537] Compiling ec_asn1.cc
[451/537] Compiling params.cc
[452/537] Compiling dsa_asn1.cc
[453/537] Compiling bcm.cc
[454/537] Compiling x25519-asm-arm.S
[455/537] Compiling digest_extra.cc
[456/537] Compiling dh_asn1.cc
[457/537] Compiling des.cc
[458/537] Compiling crypto.cc
[459/537] Compiling spake25519.cc
[460/537] Compiling curve25519_64_adx.cc
[461/537] Compiling cpu_intel.cc
[462/537] Compiling cpu_arm_linux.cc
[463/537] Compiling curve25519.cc
[464/537] Compiling cpu_aarch64_win.cc
[465/537] Compiling cpu_arm_freebsd.cc
[466/537] Compiling cpu_aarch64_linux.cc
[467/537] Compiling cpu_aarch64_openbsd.cc
[468/537] Compiling cpu_aarch64_sysreg.cc
[469/537] Compiling cpu_aarch64_apple.cc
[470/537] Compiling tls_cbc.cc
[471/537] Compiling cpu_aarch64_fuchsia.cc
[472/537] Compiling conf.cc
[473/537] Compiling get_cipher.cc
[474/537] Compiling e_null.cc
[475/537] Compiling e_rc2.cc
[476/537] Compiling e_tls.cc
[477/537] Compiling e_des.cc
[478/537] Compiling e_rc4.cc
[479/537] Compiling e_chacha20poly1305.cc
[480/537] Compiling e_aesgcmsiv.cc
[481/537] Compiling e_aesctrhmac.cc
[482/537] Compiling derive_key.cc
[483/537] Compiling chacha.cc
[484/537] Compiling buf.cc
[485/537] Compiling asn1_compat.cc
[486/537] Compiling ber.cc
[487/537] Compiling blake2.cc
[488/537] Compiling unicode.cc
[489/537] Compiling cbb.cc
[490/537] Compiling cbs.cc
[491/537] Compiling socket_helper.cc
[492/537] Compiling convert.cc
[493/537] Compiling bn_asn1.cc
[494/537] Compiling hexdump.cc
[495/537] Compiling fd.cc
[496/537] Compiling printf.cc
[497/537] Compiling socket.cc
[498/537] Compiling connect.cc
[499/537] Compiling pair.cc
[500/537] Compiling file.cc
[501/537] Compiling errno.cc
[502/537] Compiling bio_mem.cc
[503/537] Compiling tasn_typ.cc
[504/537] Compiling bio.cc
[505/537] Compiling tasn_enc.cc
[506/537] Compiling tasn_fre.cc
[507/537] Compiling tasn_utl.cc
[508/537] Compiling base64.cc
[509/537] Compiling tasn_new.cc
[510/537] Compiling posix_time.cc
[511/537] Compiling f_int.cc
[512/537] Compiling tasn_dec.cc
[513/537] Compiling f_string.cc
[514/537] Compiling asn_pack.cc
[515/537] Compiling asn1_par.cc
[516/537] Compiling asn1_lib.cc
[517/537] Compiling a_type.cc
[518/537] Compiling a_utctm.cc
[519/537] Compiling a_octet.cc
[520/537] Compiling a_strnid.cc
[521/537] Compiling a_time.cc
[522/537] Compiling a_i2d_fp.cc
[523/537] Compiling a_object.cc
[524/537] Compiling a_mbstr.cc
[525/537] Compiling a_strex.cc
[526/537] Compiling a_int.cc
[527/537] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[528/537] Write sources
[529/537] Compiling a_d2i_fp.cc
[530/537] Write sources
[531/537] Compiling a_gentm.cc
[532/541] Compiling a_dup.cc
[533/556] Compiling a_bitstr.cc
[534/581] Compiling a_bool.cc
[536/581] Compiling Algorithms Joined.swift
[537/581] Compiling Algorithms Keyed.swift
[538/583] Compiling Algorithms MinMax.swift
[539/583] Compiling Algorithms Partition.swift
[540/583] Compiling Algorithms Permutations.swift
[541/583] Compiling Algorithms Product.swift
[542/583] Compiling Atomics IntegerOperations.swift
[543/583] Compiling Atomics Unmanaged extensions.swift
[544/583] Compiling Algorithms AdjacentPairs.swift
[545/583] Compiling Algorithms Chain.swift
[546/583] Compiling Algorithms Chunked.swift
[547/583] Compiling Algorithms EitherSequence.swift
[548/583] Compiling Algorithms FirstNonNil.swift
[549/583] Compiling Algorithms FlattenCollection.swift
[552/583] Compiling Algorithms Rotate.swift
[553/586] Compiling Algorithms Split.swift
[554/586] Compiling Algorithms Stride.swift
[555/586] Compiling Algorithms Suffix.swift
[562/586] Compiling Algorithms Trim.swift
[563/586] Compiling Algorithms Unique.swift
[564/586] Compiling Algorithms Windows.swift
[565/586] Compiling Algorithms Compacted.swift
[566/586] Compiling Algorithms Cycle.swift
[572/586] Compiling Algorithms Combinations.swift
[574/586] Compiling Algorithms Grouped.swift
[575/586] Compiling Algorithms Indexed.swift
[576/586] Compiling Algorithms Intersperse.swift
[577/586] Emitting module Atomics
[584/587] Emitting module Algorithms
[586/588] Compiling c-nioatomics.c
[587/588] Compiling c-atomics.c
[589/594] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[590/594] Compiling NIOConcurrencyHelpers lock.swift
[591/594] Compiling NIOConcurrencyHelpers NIOLock.swift
[592/594] Emitting module NIOConcurrencyHelpers
[593/594] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[594/594] Compiling NIOConcurrencyHelpers atomics.swift
[596/655] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[597/655] Compiling NIOCore EventLoopFuture+Deprecated.swift
[598/655] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[599/655] Compiling NIOCore EventLoopFuture.swift
[600/655] Compiling NIOCore FileDescriptor.swift
[601/655] Compiling NIOCore FileHandle.swift
[602/655] Compiling NIOCore FileRegion.swift
[603/655] Compiling NIOCore GlobalSingletons.swift
[604/663] Compiling NIOCore IO.swift
[605/663] Compiling NIOCore IOData.swift
[606/663] Compiling NIOCore IPProtocol.swift
[607/663] Compiling NIOCore IntegerBitPacking.swift
[608/663] Compiling NIOCore IntegerTypes.swift
[609/663] Compiling NIOCore Interfaces.swift
[610/663] Compiling NIOCore Linux.swift
[611/663] Compiling NIOCore MarkedCircularBuffer.swift
[612/663] Compiling NIOCore MulticastChannel.swift
[613/663] Compiling NIOCore NIOAny.swift
[614/663] Compiling NIOCore NIOCloseOnErrorHandler.swift
[615/663] Compiling NIOCore NIOLoopBound.swift
[616/663] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[617/663] Compiling NIOCore NIOScheduledCallback.swift
[618/663] Compiling NIOCore NIOSendable.swift
[619/663] Compiling NIOCore RecvByteBufferAllocator.swift
[620/663] Compiling NIOCore CircularBuffer.swift
[621/663] Compiling NIOCore Codec.swift
[622/663] Compiling NIOCore ConvenienceOptionSupport.swift
[623/663] Compiling NIOCore DeadChannel.swift
[624/663] Compiling NIOCore DispatchQueue+WithFuture.swift
[625/663] Compiling NIOCore EventLoop+Deprecated.swift
[626/663] Compiling NIOCore EventLoop+SerialExecutor.swift
[627/663] Compiling NIOCore EventLoop.swift
[628/663] Compiling NIOCore AddressedEnvelope.swift
[629/663] Compiling NIOCore AsyncAwaitSupport.swift
[630/663] Compiling NIOCore AsyncChannel.swift
[631/663] Compiling NIOCore AsyncChannelHandler.swift
[632/663] Compiling NIOCore AsyncChannelInboundStream.swift
[633/663] Compiling NIOCore AsyncChannelOutboundWriter.swift
[634/663] Compiling NIOCore NIOAsyncSequenceProducer.swift
[635/663] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[636/663] Compiling NIOCore NIOAsyncWriter.swift
[637/663] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[638/663] Compiling NIOCore BSDSocketAPI.swift
[639/663] Compiling NIOCore ByteBuffer-aux.swift
[640/663] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[641/663] Compiling NIOCore ByteBuffer-conversions.swift
[642/663] Compiling NIOCore ByteBuffer-core.swift
[643/663] Compiling NIOCore ByteBuffer-hex.swift
[644/663] Compiling NIOCore ByteBuffer-int.swift
[645/663] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[646/663] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[647/663] Compiling NIOCore SocketAddresses.swift
[648/663] Compiling NIOCore SocketOptionProvider.swift
[649/663] Compiling NIOCore SystemCallHelpers.swift
[650/663] Compiling NIOCore TimeAmount+Duration.swift
[651/663] Compiling NIOCore TypeAssistedChannelHandler.swift
[652/663] Compiling NIOCore UniversalBootstrapSupport.swift
[653/663] Compiling NIOCore Utilities.swift
[654/663] Compiling NIOCore ByteBuffer-multi-int.swift
[655/663] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[656/663] Compiling NIOCore ByteBuffer-views.swift
[657/663] Compiling NIOCore Channel.swift
[658/663] Compiling NIOCore ChannelHandler.swift
[659/663] Compiling NIOCore ChannelHandlers.swift
[660/663] Compiling NIOCore ChannelInvoker.swift
[661/663] Compiling NIOCore ChannelOption.swift
[662/663] Compiling NIOCore ChannelPipeline.swift
[663/663] Emitting module NIOCore
[665/714] Emitting module NIOEmbedded
[666/714] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[667/714] Compiling NIOEmbedded Embedded.swift
[668/714] Compiling NIOEmbedded AsyncTestingChannel.swift
[670/715] Compiling NIOPosix SelectableChannel.swift
[671/715] Compiling NIOPosix SelectableEventLoop.swift
[672/715] Compiling NIOPosix SelectorEpoll.swift
[673/715] Compiling NIOPosix SelectorGeneric.swift
[674/715] Compiling NIOPosix SelectorKqueue.swift
[675/715] Compiling NIOPosix SelectorUring.swift
[676/721] Emitting module NIOPosix
[677/721] Compiling NIOPosix BSDSocketAPICommon.swift
[678/721] Compiling NIOPosix BSDSocketAPIPosix.swift
[679/721] Compiling NIOPosix BSDSocketAPIWindows.swift
[680/721] Compiling NIOPosix BaseSocket.swift
[681/721] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[682/721] Compiling NIOPosix BaseSocketChannel.swift
[683/721] Compiling NIOPosix BaseStreamSocketChannel.swift
[684/721] Compiling NIOPosix IO.swift
[685/721] Compiling NIOPosix IntegerBitPacking.swift
[686/721] Compiling NIOPosix IntegerTypes.swift
[687/721] Compiling NIOPosix Linux.swift
[688/721] Compiling NIOPosix LinuxCPUSet.swift
[689/721] Compiling NIOPosix LinuxUring.swift
[690/721] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[691/721] Compiling NIOPosix ServerSocket.swift
[692/721] Compiling NIOPosix Socket.swift
[693/721] Compiling NIOPosix SocketChannel.swift
[694/721] Compiling NIOPosix SocketProtocols.swift
[695/721] Compiling NIOPosix System.swift
[696/721] Compiling NIOPosix Thread.swift
[697/721] Compiling NIOPosix ThreadPosix.swift
[698/721] Compiling NIOPosix ThreadWindows.swift
[699/721] Compiling NIOPosix UnsafeTransfer.swift
[700/721] Compiling NIOPosix Utilities.swift
[701/721] Compiling NIOPosix VsockAddress.swift
[702/721] Compiling NIOPosix VsockChannelEvents.swift
[703/721] Compiling NIOPosix Bootstrap.swift
[704/721] Compiling NIOPosix ControlMessage.swift
[705/721] Compiling NIOPosix DatagramVectorReadManager.swift
[706/721] Compiling NIOPosix Errors+Any.swift
[707/721] Compiling NIOPosix FileDescriptor.swift
[708/721] Compiling NIOPosix GetaddrinfoResolver.swift
[709/721] Compiling NIOPosix HappyEyeballs.swift
[710/721] Compiling NIOPosix Pool.swift
[711/721] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[712/721] Compiling NIOPosix PosixSingletons.swift
[713/721] Compiling NIOPosix RawSocketBootstrap.swift
[714/721] Compiling NIOPosix Resolver.swift
[715/721] Compiling NIOPosix Selectable.swift
[716/721] Compiling NIOPosix NIOThreadPool.swift
[717/721] Compiling NIOPosix NonBlockingFileIO.swift
[718/721] Compiling NIOPosix PendingDatagramWritesManager.swift
[719/721] Compiling NIOPosix PendingWritesManager.swift
[720/721] Compiling NIOPosix PipeChannel.swift
[721/721] Compiling NIOPosix PipePair.swift
[723/724] Compiling NIO Exports.swift
[724/724] Emitting module NIO
[726/764] Compiling NIOTLS TLSEvents.swift
[727/764] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[728/764] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[729/764] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[730/764] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[731/764] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[732/764] Emitting module NIOTLS
[733/764] Emitting module NIOSOCKS
[734/765] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[735/765] Compiling NIOSOCKS SOCKSResponse.swift
[736/765] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[737/765] Compiling NIOSOCKS ClientStateMachine.swift
[738/765] Compiling NIOSOCKS ServerStateMachine.swift
[739/765] Compiling NIOHTTP1 ByteCollectionUtils.swift
[740/765] Compiling NIOHTTP1 HTTPDecoder.swift
[741/765] Compiling NIOHTTP1 HTTPEncoder.swift
[742/765] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[743/765] Compiling NIOTLS SNIHandler.swift
[744/766] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[745/766] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[746/766] Compiling NIOSOCKS Messages.swift
[747/766] Compiling NIOSOCKS SOCKSRequest.swift
[749/767] Emitting module NIOHTTP1
[751/769] Emitting module NIOFoundationCompat
[752/769] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[753/770] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[754/770] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[755/770] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[756/770] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[762/821] Compiling NIOTransportServices NIOTSErrors.swift
[763/821] Compiling NIOTransportServices NIOTSEventLoop.swift
[764/821] Compiling NIOTransportServices NIOTSBootstraps.swift
[765/821] Compiling NIOTransportServices NIOTSChannelOptions.swift
[766/821] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[767/821] Compiling NIOTransportServices NIOTSSingletons.swift
[768/821] Compiling NIOTransportServices StateManagedChannel.swift
[769/821] Compiling NIOTransportServices StateManagedListenerChannel.swift
[770/821] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[771/823] Compiling NIOTransportServices AcceptHandler.swift
[772/823] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[773/823] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[776/824] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[777/824] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[780/824] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[781/824] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[782/824] Compiling NIOTransportServices NIOTSListenerChannel.swift
[783/824] Emitting module NIOTransportServices
[786/824] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[788/824] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[789/824] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[793/824] Compiling NIOTransportServices NIOTSDatagramListener.swift
[794/824] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[795/824] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[797/843] Emitting module NIOHTTPCompression
[798/843] Compiling NIOHPACK IntegerCoding.swift
[799/843] Compiling NIOHPACK IndexedHeaderTable.swift
[800/844] Compiling NIOHPACK HuffmanTables.swift
[801/844] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[802/844] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[803/844] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[804/844] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[805/844] Compiling NIOHPACK StaticHeaderTable.swift
[806/844] Compiling NIOHPACK HuffmanCoding.swift
[807/844] Compiling NIOHTTPCompression HTTPCompression.swift
[808/844] Compiling NIOHTTPCompression HTTPDecompression.swift
[810/845] Emitting module NIOSSL
[811/849] Compiling NIOHPACK DynamicHeaderTable.swift
[812/849] Compiling NIOHPACK HPACKDecoder.swift
[813/849] Emitting module NIOHPACK
[814/849] Compiling NIOHPACK HPACKEncoder.swift
[815/849] Compiling NIOHPACK HPACKErrors.swift
[816/849] Compiling NIOHPACK HPACKHeader.swift
[817/849] Compiling NIOHPACK HeaderTables.swift
[830/850] Compiling NIOSSL SafeCompare.swift
[835/908] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[836/908] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[837/908] Compiling NIOHTTP2 HasFlowControlWindows.swift
[838/908] Compiling NIOHTTP2 HasLocalSettings.swift
[839/908] Compiling NIOHTTP2 HTTP2SettingsState.swift
[840/908] Compiling NIOHTTP2 StateMachineResult.swift
[841/908] Compiling NIOHTTP2 ContentLengthVerifier.swift
[842/908] Compiling NIOHTTP2 DOSHeuristics.swift
[843/908] Compiling NIOHTTP2 SendingHeadersState.swift
[844/908] Compiling NIOHTTP2 SendingPushPromiseState.swift
[845/908] Compiling NIOHTTP2 SendingRstStreamState.swift
[846/908] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[847/908] Compiling NIOHTTP2 HasRemoteSettings.swift
[848/908] Compiling NIOHTTP2 LocallyQuiescingState.swift
[849/908] Compiling NIOHTTP2 QuiescingState.swift
[850/908] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[851/909] Compiling NIOHTTP2 MaySendFrames.swift
[852/909] Compiling NIOHTTP2 SendingDataState.swift
[853/909] Compiling NIOHTTP2 SendingGoawayState.swift
[860/917] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[861/917] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[862/917] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[863/917] Compiling NIOHTTP2 HTTP2StreamID.swift
[864/917] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[865/917] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[866/917] Compiling NIOHTTP2 HTTP2UserEvents.swift
[867/917] Compiling NIOHTTP2 InboundEventBuffer.swift
[868/917] Compiling NIOHTTP2 InboundWindowManager.swift
[869/917] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[870/917] Compiling NIOHTTP2 StreamChannelFlowController.swift
[871/917] Compiling NIOHTTP2 StreamChannelList.swift
[872/917] Compiling NIOHTTP2 StreamMap.swift
[873/917] Compiling NIOHTTP2 StreamStateMachine.swift
[874/917] Compiling NIOHTTP2 UnsafeTransfer.swift
[875/917] Compiling NIOHTTP2 WatermarkedFlowController.swift
[876/917] Emitting module NIOHTTP2
[877/917] Compiling NIOHTTP2 ConnectionStateMachine.swift
[878/917] Compiling NIOHTTP2 ConnectionStreamsState.swift
[879/917] Compiling NIOHTTP2 MayReceiveFrames.swift
[880/917] Compiling NIOHTTP2 ReceivingDataState.swift
[881/917] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[882/917] Compiling NIOHTTP2 ReceivingHeadersState.swift
[883/917] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[884/917] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[885/917] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[886/917] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[887/917] Compiling NIOHTTP2 HTTP2Frame.swift
[888/917] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[889/917] Compiling NIOHTTP2 HTTP2FrameParser.swift
[890/917] Compiling NIOHTTP2 HTTP2PingData.swift
[891/917] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[892/917] Compiling NIOHTTP2 HTTP2Settings.swift
[893/917] Compiling NIOHTTP2 HTTP2Stream.swift
[901/917] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[905/917] Compiling NIOHTTP2 Error+Any.swift
[906/917] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[907/917] Compiling NIOHTTP2 ControlFrameBuffer.swift
[908/917] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[910/917] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[911/917] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[912/917] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[913/917] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[914/917] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[915/917] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[916/917] Compiling NIOHTTP2 HTTP2Error.swift
[917/917] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[919/978] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[920/978] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[921/978] Compiling AsyncHTTPClient Transaction.swift
[922/978] Compiling AsyncHTTPClient Base64.swift
[923/978] Compiling AsyncHTTPClient BasicAuth.swift
[924/978] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[925/978] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[926/978] Compiling AsyncHTTPClient ConnectionPool.swift
[927/978] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[928/986] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[929/986] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[930/986] Compiling AsyncHTTPClient AsyncLazySequence.swift
[931/986] Compiling AsyncHTTPClient HTTPClient+execute.swift
[932/986] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[933/986] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[934/986] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[935/986] Compiling AsyncHTTPClient HTTPClientRequest.swift
[936/986] Compiling AsyncHTTPClient HTTPClientResponse.swift
[937/986] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[938/986] Compiling AsyncHTTPClient TLSEventsHandler.swift
[939/986] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[940/986] Compiling AsyncHTTPClient HTTP1Connection.swift
[941/986] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[942/986] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[943/986] Compiling AsyncHTTPClient HTTP2Connection.swift
[944/986] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[945/986] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[946/986] Compiling AsyncHTTPClient ConnectionTarget.swift
[947/986] Compiling AsyncHTTPClient DeconstructedURL.swift
[948/986] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[949/986] Compiling AsyncHTTPClient FoundationExtensions.swift
[950/986] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[951/986] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[952/986] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[953/986] Compiling AsyncHTTPClient HTTPClient.swift
[954/986] Compiling AsyncHTTPClient HTTPHandler.swift
[955/986] Compiling AsyncHTTPClient LRUCache.swift
[956/986] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[957/986] Compiling AsyncHTTPClient NWErrorHandler.swift
[958/986] Compiling AsyncHTTPClient NWWaitingHandler.swift
[959/986] Compiling AsyncHTTPClient TLSConfiguration.swift
[960/986] Compiling AsyncHTTPClient RedirectState.swift
[961/986] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[962/986] Emitting module AsyncHTTPClient
[963/986] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[964/986] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[965/986] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[966/986] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[967/986] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[968/986] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[969/986] Compiling AsyncHTTPClient RequestBodyLength.swift
[970/986] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[971/986] Compiling AsyncHTTPClient RequestOptions.swift
[972/986] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[973/986] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[974/986] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[975/986] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[976/986] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[977/986] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[978/986] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[979/986] Compiling AsyncHTTPClient RequestBag.swift
[980/986] Compiling AsyncHTTPClient RequestValidation.swift
[981/986] Compiling AsyncHTTPClient SSLContextCache.swift
[982/986] Compiling AsyncHTTPClient Scheme.swift
[983/986] Compiling AsyncHTTPClient Singleton.swift
[984/986] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[985/986] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[986/986] Compiling AsyncHTTPClient Utils.swift
[988/991] Compiling PrchNIO HTTPClient.swift
/host/spi-builder-workspace/Sources/PrchNIO/HTTPClient.swift:7:1: warning: extension declares a conformance of imported type 'HTTPClient' to imported protocol 'Session'; this will not behave correctly if the owners of 'AsyncHTTPClient' introduce this conformance in the future
 5 | import PrchModel
 6 |
 7 | extension HTTPClient: Session {
   | |- warning: extension declares a conformance of imported type 'HTTPClient' to imported protocol 'Session'; this will not behave correctly if the owners of 'AsyncHTTPClient' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 8 |   public func data<RequestType>(
 9 |     request: RequestType,
[989/991] Compiling PrchNIO HTTPClient.Response.swift
/host/spi-builder-workspace/Sources/PrchNIO/HTTPClient.Response.swift:3:1: warning: extension declares a conformance of imported type 'Response' to imported protocol 'SessionResponse'; this will not behave correctly if the owners of 'AsyncHTTPClient' introduce this conformance in the future
1 | import AsyncHTTPClient
2 |
3 | extension HTTPClient.Response: NIOResponse {}
  | |- warning: extension declares a conformance of imported type 'Response' to imported protocol 'SessionResponse'; this will not behave correctly if the owners of 'AsyncHTTPClient' introduce this conformance in the future
  | `- note: add '@retroactive' to silence this warning
4 |
[990/991] Emitting module PrchNIO
/host/spi-builder-workspace/Sources/PrchNIO/HTTPClient.Response.swift:3:1: warning: extension declares a conformance of imported type 'Response' to imported protocol 'SessionResponse'; this will not behave correctly if the owners of 'AsyncHTTPClient' introduce this conformance in the future
1 | import AsyncHTTPClient
2 |
3 | extension HTTPClient.Response: NIOResponse {}
  | |- warning: extension declares a conformance of imported type 'Response' to imported protocol 'SessionResponse'; this will not behave correctly if the owners of 'AsyncHTTPClient' introduce this conformance in the future
  | `- note: add '@retroactive' to silence this warning
4 |
/host/spi-builder-workspace/Sources/PrchNIO/HTTPClient.swift:7:1: warning: extension declares a conformance of imported type 'HTTPClient' to imported protocol 'Session'; this will not behave correctly if the owners of 'AsyncHTTPClient' introduce this conformance in the future
 5 | import PrchModel
 6 |
 7 | extension HTTPClient: Session {
   | |- warning: extension declares a conformance of imported type 'HTTPClient' to imported protocol 'Session'; this will not behave correctly if the owners of 'AsyncHTTPClient' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 8 |   public func data<RequestType>(
 9 |     request: RequestType,
[991/991] Compiling PrchNIO NIOResponse.swift
Build complete! (215.10s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.17.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    },
    {
      "identity" : "prch",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0-alpha.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/brightdigit/Prch"
    }
  ],
  "manifest_display_name" : "PrchNIO",
  "name" : "PrchNIO",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "PrchNIO",
      "targets" : [
        "PrchNIO"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PrchNIOTests",
      "module_type" : "SwiftTarget",
      "name" : "PrchNIOTests",
      "path" : "Tests/PrchNIOTests",
      "sources" : [
        "PrchNIOTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "PrchNIO"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PrchNIO",
      "module_type" : "SwiftTarget",
      "name" : "PrchNIO",
      "path" : "Sources/PrchNIO",
      "product_dependencies" : [
        "Prch",
        "AsyncHTTPClient"
      ],
      "product_memberships" : [
        "PrchNIO"
      ],
      "sources" : [
        "HTTPClient.Response.swift",
        "HTTPClient.swift",
        "NIOResponse.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
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.