The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build PrchNIO, reference 0.1.1 (e0900f), with Swift 6.1 for Linux on 26 Apr 2025 16:45:02 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/brightdigit/PrchNIO.git
Reference: 0.1.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               0.1.1      -> FETCH_HEAD
HEAD is now at e0900f1 Version 0.1.1
Cloned https://github.com/brightdigit/PrchNIO.git
Revision (git rev-parse @):
e0900f15bf561b23037568f09913a484ad55ffe9
SUCCESS checkout https://github.com/brightdigit/PrchNIO.git at 0.1.1
========================================
Build
========================================
Selected platform:         linux
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.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    },
    {
      "identity" : "prch",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/brightdigit/Prch.git"
    }
  ],
  "manifest_display_name" : "PrchNIO",
  "name" : "PrchNIO",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "10.0"
    },
    {
      "name" : "watchos",
      "version" : "3.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" : [
        "Session.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/brightdigit/Prch.git
[1/2495] Fetching prch
Fetched https://github.com/brightdigit/Prch.git from cache (0.24s)
[1/13787] Fetching async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (0.82s)
Computing version for https://github.com/brightdigit/Prch.git
Computed https://github.com/brightdigit/Prch.git at 0.2.1 (1.50s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (0.68s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-log.git
[1/5662] Fetching swift-nio-extras
[2096/9498] Fetching swift-nio-extras, swift-log
[4448/11203] Fetching swift-nio-extras, swift-log, swift-atomics
[4449/13822] Fetching swift-nio-extras, swift-log, swift-atomics, swift-nio-transport-services
[5534/25314] Fetching swift-nio-extras, swift-log, swift-atomics, swift-nio-transport-services, swift-nio-http2
[8815/31217] Fetching swift-nio-extras, swift-log, swift-atomics, swift-nio-transport-services, swift-nio-http2, swift-algorithms
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.65s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.66s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio.git
[15002/23850] Fetching swift-log, swift-nio-transport-services, swift-nio-http2, swift-algorithms
[23851/38643] Fetching swift-log, swift-nio-transport-services, swift-nio-http2, swift-algorithms, swift-nio-ssl
[25183/114074] Fetching swift-log, swift-nio-transport-services, swift-nio-http2, swift-algorithms, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (1.53s)
[36817/110238] Fetching swift-nio-transport-services, swift-nio-http2, swift-algorithms, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.54s)
[35101/107619] Fetching swift-nio-http2, swift-algorithms, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-algorithms.git from cache (1.56s)
[31446/101716] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.57s)
[21759/90224] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.73s)
Fetched https://github.com/apple/swift-nio.git from cache (7.81s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (13.13s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.87s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.74s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.87s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (1.28s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4353] Fetching swift-system
[1569/20595] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.64s)
[3736/16242] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.76s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (2.58s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.10s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.74s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (1.03s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.88s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.88s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
[1/1127] Fetching swift-http-structured-headers
[362/2031] Fetching swift-http-structured-headers, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.43s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.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.2.2 (1.27s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.87s)
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.94s)
Creating working copy for https://github.com/brightdigit/Prch.git
Working copy of https://github.com/brightdigit/Prch.git resolved at 0.2.1
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-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-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-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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Creating working copy for https://github.com/apple/swift-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-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/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.25.2
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Building for debugging...
[0/441] Write sources
[20/441] Compiling CNIOWindows shim.c
[20/441] Compiling CNIOWindows WSAStartup.c
[22/441] Compiling CNIOWASI CNIOWASI.c
[22/441] Write sources
[26/441] Compiling CNIOLinux liburing_shims.c
[27/441] Compiling _NumericsShims _NumericsShims.c
[28/441] Compiling _AtomicsShims.c
[29/441] Compiling CNIOLLHTTP c_nio_http.c
[30/441] Compiling CNIOExtrasZlib empty.c
[31/441] Compiling CNIODarwin shim.c
[32/441] Compiling CNIOLinux shim.c
[33/441] Compiling CNIOLLHTTP c_nio_api.c
[34/441] Compiling fiat_p256_adx_mul.S
[35/441] Compiling fiat_p256_adx_sqr.S
[35/441] Compiling fiat_curve25519_adx_square.S
[37/441] Compiling fiat_curve25519_adx_mul.S
[38/441] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[39/441] Write swift-version-24593BA9C3E375BF.txt
[40/441] Compiling CNIOLLHTTP c_nio_llhttp.c
[41/441] Compiling CNIOBoringSSLShims shims.c
[43/447] Emitting module _NIOBase64
[43/447] Compiling tls13_client.cc
[44/447] Compiling tls_method.cc
[45/447] Compiling tls13_both.cc
[46/457] Compiling tls13_server.cc
[47/457] Compiling tls13_enc.cc
[48/516] Compiling tls_record.cc
[50/521] Compiling _NIOBase64 Base64.swift
[51/522] Compiling RealModule Float80+Real.swift
[52/523] Compiling t1_enc.cc
[54/523] Compiling RealModule RealFunctions.swift
[55/523] Compiling RealModule Real.swift
[56/523] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[57/523] Compiling InternalCollectionsUtilities Specialize.swift
[58/523] Emitting module InternalCollectionsUtilities
[59/523] Compiling InternalCollectionsUtilities Debugging.swift
[60/523] Compiling InternalCollectionsUtilities Descriptions.swift
[61/523] Compiling InternalCollectionsUtilities _SortedCollection.swift
[62/523] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[63/523] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[64/523] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[65/523] Emitting module RealModule
[66/525] Compiling RealModule Float16+Real.swift
[67/525] Compiling RealModule ElementaryFunctions.swift
[68/525] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[69/525] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[70/525] Compiling RealModule Float+Real.swift
[71/525] Compiling _NIODataStructures _TinyArray.swift
[72/525] Compiling _NIODataStructures PriorityQueue.swift
[72/525] Compiling ssl_x509.cc
[74/526] Compiling InternalCollectionsUtilities UInt+reversed.swift
[75/526] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[80/526] Compiling InternalCollectionsUtilities Integer rank.swift
[81/526] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[82/526] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[83/526] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[85/526] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[86/526] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[88/527] Emitting module _NIODataStructures
[89/527] Compiling _NIODataStructures Heap.swift
[91/528] Emitting module Logging
[92/528] Compiling Logging Locks.swift
[92/528] Compiling ssl_versions.cc
[94/528] Compiling Logging MetadataProvider.swift
[95/528] Compiling Logging LogHandler.swift
[96/528] Compiling Logging Logging.swift
[96/528] Compiling ssl_stat.cc
[116/534] Compiling Prch DateFormatter.swift
[117/534] Compiling Prch DecodingError.swift
[118/534] Compiling Prch KeyedDecodingContainer.swift
[119/534] Compiling Prch KeyedEncodingContainer.swift
[120/534] Compiling Prch RequestEncoder.swift
[121/534] Compiling Prch ResponseDecoder.swift
[122/534] Compiling Prch Response.swift
[123/534] Compiling Prch ResponseResult.swift
[124/534] Compiling Prch Result.swift
[125/534] Compiling Prch Authentication.swift
[126/534] Compiling Prch BasicAuthentication.swift
[127/534] Compiling Prch Session.swift
[128/534] Compiling Prch Task.swift
[129/534] Compiling Prch URL.swift
[130/534] Compiling Prch URLSession.swift
[131/534] Compiling Prch URLSessionResponse.swift
[132/534] Compiling Prch Request.swift
[133/534] Emitting module Prch
[134/534] Compiling Prch API.swift
[135/534] Compiling Prch AnyCodable.Codable.swift
[136/534] Compiling Prch AnyCodable.Equatable.swift
[137/534] Compiling Prch AnyCodable.Expressible.swift
[138/534] Compiling Prch AnyCodable.StringConverable.swift
[139/534] Compiling Prch AnyCodable.swift
[139/534] Compiling ssl_transcript.cc
[141/549] Compiling ssl_privkey.cc
[143/549] Compiling Prch SecurityRequirement.swift
[144/549] Compiling Prch Service.swift
[145/549] Compiling Prch ServiceRequest.swift
[146/549] Compiling Prch StatusCodeProvider.swift
[147/549] Compiling Prch SuccessModel.swift
[147/550] Compiling ssl_session.cc
[150/550] Compiling DequeModule Deque+Extras.swift
[151/550] Compiling DequeModule Deque+Hashable.swift
[152/550] Compiling DequeModule Deque+Testing.swift
[153/550] Compiling DequeModule Deque._Storage.swift
[154/550] Compiling DequeModule Deque+Equatable.swift
[155/550] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[156/550] Compiling DequeModule Deque+CustomReflectable.swift
[157/550] Compiling DequeModule Deque+Descriptions.swift
[158/552] Compiling DequeModule _DequeBuffer.swift
[159/552] Compiling DequeModule _DequeBufferHeader.swift
[160/552] Compiling DequeModule Deque._UnsafeHandle.swift
[161/552] Compiling DequeModule Deque.swift
[162/552] Compiling DequeModule _DequeSlot.swift
[163/552] Compiling DequeModule _UnsafeWrappedBuffer.swift
[164/552] Emitting module DequeModule
[165/552] Compiling DequeModule Deque+Codable.swift
[166/552] Compiling DequeModule Deque+Collection.swift
[167/553] Compiling ssl_credential.cc
[168/553] Compiling ssl_lib.cc
[169/553] Compiling ssl_key_share.cc
[170/553] Compiling ssl_cipher.cc
[171/553] Compiling ssl_file.cc
[172/553] Compiling ssl_cert.cc
[173/553] Compiling ssl_buffer.cc
[174/553] Compiling ssl_asn1.cc
[175/553] Compiling ssl_aead_ctx.cc
[176/553] Compiling s3_pkt.cc
[177/553] Compiling handshake_client.cc
[178/553] Compiling s3_both.cc
[179/553] Compiling handshake.cc
[180/553] Compiling s3_lib.cc
[181/553] Compiling handshake_server.cc
[182/553] Compiling handoff.cc
[183/553] Compiling dtls_method.cc
[184/553] Compiling d1_srtp.cc
[185/553] Compiling encrypted_client_hello.cc
[186/553] Compiling d1_pkt.cc
[187/553] Compiling md5-x86_64-linux.S
[188/553] Compiling md5-x86_64-apple.S
[189/553] Compiling dtls_record.cc
[190/553] Compiling extensions.cc
[191/553] Compiling err_data.cc
[192/553] Compiling d1_lib.cc
[193/553] Compiling bio_ssl.cc
[194/553] Compiling md5-586-linux.S
[195/553] Compiling chacha20_poly1305_x86_64-apple.S
[196/553] Compiling md5-586-apple.S
[197/553] Compiling chacha20_poly1305_armv8-win.S
[198/553] Compiling d1_both.cc
[199/553] Compiling chacha20_poly1305_armv8-linux.S
[200/553] Compiling chacha20_poly1305_x86_64-linux.S
[201/553] Compiling chacha20_poly1305_armv8-apple.S
[202/553] Compiling chacha-x86_64-apple.S
[203/553] Compiling chacha-x86-linux.S
[204/553] Compiling chacha-x86_64-linux.S
[205/553] Compiling chacha-x86-apple.S
[206/553] Compiling chacha-armv8-linux.S
[206/553] Compiling chacha-armv8-apple.S
[208/553] Compiling chacha-armv4-linux.S
[209/553] Compiling chacha-armv8-win.S
[210/553] Compiling aes128gcmsiv-x86_64-linux.S
[211/553] Compiling aes128gcmsiv-x86_64-apple.S
[212/553] Compiling x86_64-mont5-apple.S
[213/553] Compiling x86-mont-apple.S
[214/553] Compiling x86_64-mont-apple.S
[215/553] Compiling x86_64-mont-linux.S
[216/553] Compiling vpaes-x86_64-linux.S
[216/553] Compiling x86-mont-linux.S
[218/553] Compiling x86_64-mont5-linux.S
[219/553] Compiling vpaes-x86_64-apple.S
[220/553] Compiling vpaes-x86-linux.S
[221/553] Compiling vpaes-x86-apple.S
[221/553] Compiling vpaes-armv8-win.S
[222/553] Compiling vpaes-armv8-apple.S
[224/553] Compiling vpaes-armv7-linux.S
[225/553] Compiling vpaes-armv8-linux.S
[226/553] Compiling sha512-x86_64-apple.S
[227/553] Compiling sha512-x86_64-linux.S
[228/553] Compiling sha512-armv8-win.S
[228/553] Compiling sha512-armv8-apple.S
[230/553] Compiling sha512-armv8-linux.S
[231/553] Compiling sha512-586-apple.S
[232/553] Compiling sha512-armv4-linux.S
[233/553] Compiling sha512-586-linux.S
[234/553] Compiling sha256-armv4-linux.S
[235/553] Compiling sha256-armv8-win.S
[236/553] Compiling sha256-x86_64-linux.S
[237/553] Compiling sha256-x86_64-apple.S
[238/553] Compiling sha256-armv8-apple.S
[239/553] Compiling sha256-armv8-linux.S
[240/553] Compiling sha256-586-linux.S
[241/553] Compiling sha256-586-apple.S
[242/553] Compiling sha1-x86_64-apple.S
[243/553] Compiling sha1-armv8-linux.S
[244/553] Compiling sha1-armv8-apple.S
[245/553] Compiling sha1-armv8-win.S
[246/553] Compiling sha1-586-linux.S
[247/553] Compiling sha1-586-apple.S
[248/553] Compiling sha1-armv4-large-linux.S
[249/553] Compiling sha1-x86_64-linux.S
[250/553] Compiling rdrand-x86_64-linux.S
[251/553] Compiling rsaz-avx2-apple.S
[252/553] Compiling rsaz-avx2-linux.S
[253/553] Compiling rdrand-x86_64-apple.S
[254/553] Compiling p256_beeu-x86_64-asm-apple.S
[255/553] Compiling p256_beeu-x86_64-asm-linux.S
[256/553] Compiling p256_beeu-armv8-asm-win.S
[257/553] Compiling p256_beeu-armv8-asm-linux.S
[258/553] Compiling p256_beeu-armv8-asm-apple.S
[259/553] Compiling p256-x86_64-asm-apple.S
[260/553] Compiling p256-armv8-asm-apple.S
[260/553] Compiling p256-armv8-asm-win.S
[262/553] Compiling p256-x86_64-asm-linux.S
[263/553] Compiling p256-armv8-asm-linux.S
[264/553] Compiling ghashv8-armv8-win.S
[265/553] Compiling ghashv8-armv8-linux.S
[266/553] Compiling ghashv8-armv8-apple.S
[267/553] Compiling ghashv8-armv7-linux.S
[268/553] Compiling ghash-x86_64-linux.S
[269/553] Compiling ghash-x86-linux.S
[270/553] Compiling ghash-x86_64-apple.S
[271/553] Compiling ghash-x86-apple.S
[272/553] Compiling ghash-ssse3-x86_64-linux.S
[273/553] Compiling ghash-ssse3-x86-linux.S
[274/553] Compiling ghash-ssse3-x86_64-apple.S
[275/553] Compiling ghash-neon-armv8-win.S
[276/553] Compiling ghash-ssse3-x86-apple.S
[277/553] Compiling ghash-neon-armv8-linux.S
[278/553] Compiling ghash-armv4-linux.S
[279/553] Compiling ghash-neon-armv8-apple.S
[280/553] Compiling co-586-apple.S
[281/553] Compiling bsaes-armv7-linux.S
[282/553] Compiling co-586-linux.S
[283/553] Compiling bn-armv8-win.S
[284/553] Compiling bn-armv8-apple.S
[285/553] Compiling bn-armv8-linux.S
[286/553] Compiling bn-586-apple.S
[287/553] Compiling armv8-mont-win.S
[288/553] Compiling bn-586-linux.S
[289/553] Compiling armv8-mont-linux.S
[290/553] Compiling armv4-mont-linux.S
[291/553] Compiling armv8-mont-apple.S
[292/553] Compiling aesv8-gcm-armv8-win.S
[293/553] Compiling aesv8-gcm-armv8-linux.S
[294/553] Compiling aesv8-armv8-win.S
[294/553] Compiling aesv8-gcm-armv8-apple.S
[296/553] Compiling aesv8-armv8-linux.S
[297/553] Compiling aesv8-armv8-apple.S
[298/553] Compiling aesv8-armv7-linux.S
[299/553] Compiling aesni-x86_64-apple.S
[300/553] Compiling aesni-x86-linux.S
[301/553] Compiling aesni-x86_64-linux.S
[302/553] Compiling aesni-gcm-x86_64-apple.S
[303/553] Compiling aesni-gcm-x86_64-linux.S
[304/553] Compiling aesni-x86-apple.S
[305/553] Compiling aes-gcm-avx2-x86_64-apple.S
[306/553] Compiling aes-gcm-avx2-x86_64-linux.S
[307/553] Compiling aes-gcm-avx10-x86_64-linux.S
[308/553] Compiling aes-gcm-avx10-x86_64-apple.S
[309/553] Compiling x_sig.cc
[310/553] Compiling x_spki.cc
[310/553] Compiling x_val.cc
[312/553] Compiling x_name.cc
[313/553] Compiling x_pubkey.cc
[314/553] Compiling x_req.cc
[315/553] Compiling x_x509a.cc
[316/553] Compiling x_x509.cc
[317/553] Compiling x_exten.cc
[318/553] Compiling x_algor.cc
[319/553] Compiling x_crl.cc
[320/553] Compiling x_attrib.cc
[321/553] Compiling x_all.cc
[322/553] Compiling x509rset.cc
[323/553] Compiling x509spki.cc
[324/553] Compiling x509name.cc
[325/553] Compiling x509_vpm.cc
[326/553] Compiling x509_vfy.cc
[327/553] Compiling x509_v3.cc
[328/553] Compiling x509_txt.cc
[329/553] Compiling x509cset.cc
[330/553] Compiling x509_trs.cc
[331/553] Compiling x509_ext.cc
[332/553] Compiling x509_obj.cc
[333/553] Compiling x509_req.cc
[334/553] Compiling x509_set.cc
[335/553] Compiling x509_def.cc
[336/553] Compiling x509_d2.cc
[337/553] Compiling x509_lu.cc
[338/553] Compiling x509_cmp.cc
[339/553] Compiling x509_att.cc
[340/553] Compiling x509.cc
[341/553] Compiling v3_purp.cc
[342/553] Compiling v3_skey.cc
[343/553] Compiling v3_prn.cc
[344/553] Compiling v3_utl.cc
[345/553] Compiling v3_ocsp.cc
[346/553] Compiling v3_pmaps.cc
[347/553] Compiling v3_pcons.cc
[348/553] Compiling v3_ncons.cc
[349/553] Compiling v3_info.cc
[350/553] Compiling v3_lib.cc
[351/553] Compiling v3_int.cc
[352/553] Compiling v3_ia5.cc
[353/553] Compiling v3_extku.cc
[354/553] Compiling v3_genn.cc
[355/553] Compiling v3_enum.cc
[356/553] Compiling v3_bcons.cc
[357/553] Compiling v3_crld.cc
[358/553] Compiling v3_bitst.cc
[359/553] Compiling v3_conf.cc
[360/553] Compiling v3_cpols.cc
[361/553] Compiling v3_akeya.cc
[362/553] Compiling v3_akey.cc
[363/553] Compiling v3_alt.cc
[364/553] Compiling t_x509a.cc
[365/553] Compiling i2d_pr.cc
[366/553] Compiling t_x509.cc
[367/553] Compiling t_req.cc
[368/553] Compiling t_crl.cc
[369/553] Compiling name_print.cc
[370/553] Compiling policy.cc
[371/553] Compiling rsa_pss.cc
[372/553] Compiling by_file.cc
[373/553] Compiling asn1_gen.cc
[374/553] Compiling by_dir.cc
[375/553] Compiling algorithm.cc
[376/553] Compiling a_verify.cc
[377/553] Compiling a_sign.cc
[378/553] Compiling voprf.cc
[379/553] Compiling thread_win.cc
[380/553] Compiling thread_pthread.cc
[381/553] Compiling trust_token.cc
[382/553] Compiling thread.cc
[383/553] Compiling pmbtoken.cc
[384/553] Compiling a_digest.cc
[385/553] Compiling thread_none.cc
[386/553] Compiling stack.cc
[387/553] Compiling siphash.cc
[388/553] Compiling spake2plus.cc
[389/553] Compiling slhdsa.cc
[390/553] Compiling rsa_print.cc
[391/553] Compiling sha256.cc
[392/553] Compiling sha512.cc
[393/553] Compiling sha1.cc
[394/553] Compiling rsa_extra.cc
[395/553] Compiling rc4.cc
[396/553] Compiling refcount.cc
[397/553] Compiling rsa_crypt.cc
[398/553] Compiling trusty.cc
[399/553] Compiling windows.cc
[400/553] Compiling rand.cc
[401/553] Compiling urandom.cc
[402/553] Compiling ios.cc
[403/553] Compiling passive.cc
[404/553] Compiling deterministic.cc
[405/553] Compiling rsa_asn1.cc
[406/553] Compiling forkunsafe.cc
[407/553] Compiling poly1305_arm_asm.S
[408/553] Compiling getentropy.cc
[409/553] Compiling fork_detect.cc
[410/553] Compiling poly1305_arm.cc
[411/553] Compiling poly1305.cc
[412/553] Compiling pool.cc
[413/553] Compiling poly1305_vec.cc
[414/553] Compiling p5_pbev2.cc
[415/553] Compiling pkcs8.cc
[416/553] Compiling pkcs7.cc
[417/553] Compiling pkcs8_x509.cc
[418/553] Compiling pkcs7_x509.cc
[419/553] Compiling pem_xaux.cc
[420/553] Compiling pem_pkey.cc
[421/553] Compiling pem_x509.cc
[422/553] Compiling mlkem.cc
[423/553] Compiling pem_pk8.cc
[424/553] Compiling obj_xref.cc
[425/553] Compiling pem_info.cc
[426/553] Compiling pem_oth.cc
[427/553] Compiling pem_lib.cc
[428/553] Compiling mldsa.cc
[429/553] Compiling obj.cc
[430/553] Compiling mem.cc
[431/553] Compiling pem_all.cc
[432/553] Compiling fips_shared_support.cc
[432/553] Compiling md5.cc
[434/553] Compiling poly_rq_mul.S
[435/553] Compiling md4.cc
[436/553] Compiling lhash.cc
[437/553] Compiling scrypt.cc
[438/553] Compiling ex_data.cc
[439/553] Compiling kyber.cc
[440/553] Compiling sign.cc
[441/553] Compiling hrss.cc
[442/553] Compiling print.cc
[443/553] Compiling pbkdf.cc
[444/553] Compiling hpke.cc
[445/553] Compiling p_x25519.cc
[446/553] Compiling p_x25519_asn1.cc
[447/553] Compiling p_rsa_asn1.cc
[448/553] Compiling p_rsa.cc
[449/553] Compiling p_hkdf.cc
[450/553] Compiling p_ed25519.cc
[451/553] Compiling p_ed25519_asn1.cc
[452/553] Compiling p_dh_asn1.cc
[453/553] Compiling p_ec.cc
[454/553] Compiling p_dsa_asn1.cc
[455/553] Compiling p_ec_asn1.cc
[456/553] Compiling evp_ctx.cc
[457/553] Compiling p_dh.cc
[458/553] Compiling evp.cc
[459/553] Compiling engine.cc
[460/553] Compiling err.cc
[461/553] Compiling ecdh.cc
[462/553] Compiling hash_to_curve.cc
[463/553] Compiling ec_derive.cc
[464/553] Compiling evp_asn1.cc
[465/553] Compiling ecdsa_asn1.cc
[466/553] Compiling params.cc
[467/553] Compiling dsa.cc
[468/553] Compiling dsa_asn1.cc
[469/553] Compiling ec_asn1.cc
[470/553] Compiling des.cc
[471/553] Compiling x25519-asm-arm.S
[472/553] Compiling dh_asn1.cc
[473/553] Compiling digest_extra.cc
[474/553] Compiling spake25519.cc
[475/553] Compiling cpu_arm_linux.cc
[476/553] Compiling crypto.cc
[477/553] Compiling cpu_arm_freebsd.cc
[478/553] Compiling cpu_intel.cc
[479/553] Compiling curve25519.cc
[480/553] Compiling bcm.cc
[481/553] Compiling cpu_aarch64_openbsd.cc
[482/553] Compiling cpu_aarch64_sysreg.cc
[483/553] Compiling cpu_aarch64_win.cc
[484/553] Compiling curve25519_64_adx.cc
[485/553] Compiling cpu_aarch64_apple.cc
[486/553] Compiling cpu_aarch64_fuchsia.cc
[487/553] Compiling cpu_aarch64_linux.cc
[488/553] Compiling conf.cc
[489/553] Compiling e_rc4.cc
[490/553] Compiling e_rc2.cc
[491/553] Compiling get_cipher.cc
[492/553] Compiling tls_cbc.cc
[493/553] Compiling e_tls.cc
[494/553] Compiling e_null.cc
[495/553] Compiling e_des.cc
[496/553] Compiling e_aesctrhmac.cc
[497/553] Compiling derive_key.cc
[498/553] Compiling chacha.cc
[499/553] Compiling e_aesgcmsiv.cc
[499/553] Compiling e_chacha20poly1305.cc
[501/553] Compiling unicode.cc
[502/553] Compiling buf.cc
[503/553] Compiling cbs.cc
[504/553] Compiling ber.cc
[505/553] Compiling cbb.cc
[506/553] Compiling asn1_compat.cc
[507/553] Compiling bn_asn1.cc
[508/553] Compiling blake2.cc
[509/553] Compiling convert.cc
[510/553] Compiling printf.cc
[511/553] Compiling socket.cc
[512/553] Compiling socket_helper.cc
[513/553] Compiling hexdump.cc
[514/553] Compiling pair.cc
[515/553] Compiling file.cc
[516/553] Compiling errno.cc
[517/553] Compiling fd.cc
[518/553] Compiling connect.cc
[519/553] Compiling bio.cc
[520/553] Compiling bio_mem.cc
[521/553] Compiling base64.cc
[522/553] Compiling tasn_fre.cc
[523/553] Compiling tasn_typ.cc
[524/553] Compiling tasn_new.cc
[525/553] Compiling posix_time.cc
[526/553] Compiling tasn_enc.cc
[527/553] Compiling tasn_utl.cc
[528/553] Compiling f_string.cc
[529/553] Compiling f_int.cc
[530/553] Compiling tasn_dec.cc
[531/553] Compiling asn_pack.cc
[532/553] Compiling asn1_par.cc
[533/553] Compiling a_type.cc
[534/553] Compiling asn1_lib.cc
[535/553] Compiling a_time.cc
[536/553] Compiling a_octet.cc
[537/553] Compiling a_strnid.cc
[538/553] Compiling a_utctm.cc
[539/553] Compiling a_i2d_fp.cc
[540/553] Compiling a_strex.cc
[541/553] Compiling a_mbstr.cc
[542/553] Compiling a_dup.cc
[543/553] Compiling a_object.cc
[543/553] Write sources
[546/553] Compiling a_d2i_fp.cc
[547/572] Compiling a_gentm.cc
[548/573] Compiling a_bitstr.cc
[549/573] Compiling a_int.cc
[550/597] Compiling a_bool.cc
[552/597] Compiling Algorithms Indexed.swift
[553/597] Compiling Algorithms Intersperse.swift
[554/599] Compiling Algorithms EitherSequence.swift
[555/599] Compiling Algorithms FirstNonNil.swift
[556/599] Compiling Algorithms FlattenCollection.swift
[557/599] Compiling Algorithms Grouped.swift
[558/599] Compiling Algorithms AdjacentPairs.swift
[559/599] Compiling Algorithms Chain.swift
[560/599] Compiling Algorithms Chunked.swift
[561/599] Compiling Algorithms Combinations.swift
[562/599] Compiling Algorithms Joined.swift
[563/599] Compiling Algorithms Keyed.swift
[564/599] Compiling Algorithms MinMax.swift
[565/599] Compiling Algorithms Compacted.swift
[566/599] Compiling Algorithms Cycle.swift
[567/599] Compiling Atomics IntegerOperations.swift
[568/599] Compiling Atomics Unmanaged extensions.swift
[569/599] Compiling Algorithms Split.swift
[570/599] Compiling Algorithms Stride.swift
[571/599] Compiling Algorithms Suffix.swift
[574/602] Compiling Algorithms Rotate.swift
[575/602] Compiling Algorithms Partition.swift
[576/602] Compiling Algorithms Permutations.swift
[577/602] Compiling Algorithms Product.swift
[589/602] Compiling Algorithms Trim.swift
[590/602] Compiling Algorithms Unique.swift
[591/602] Compiling Algorithms Windows.swift
[596/602] Emitting module Atomics
[596/602] Compiling c-nioatomics.c
[602/603] Emitting module Algorithms
[603/604] Compiling c-atomics.c
[605/610] Compiling NIOConcurrencyHelpers lock.swift
[606/610] Emitting module NIOConcurrencyHelpers
[607/610] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[608/610] Compiling NIOConcurrencyHelpers NIOLock.swift
[609/610] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[610/610] Compiling NIOConcurrencyHelpers atomics.swift
[612/670] Compiling NIOCore MarkedCircularBuffer.swift
[613/670] Compiling NIOCore MulticastChannel.swift
[614/670] Compiling NIOCore NIOAny.swift
[615/670] Compiling NIOCore NIOCloseOnErrorHandler.swift
[616/670] Compiling NIOCore NIOLoopBound.swift
[617/670] Compiling NIOCore NIOScheduledCallback.swift
[618/670] Compiling NIOCore NIOSendable.swift
[619/670] Compiling NIOCore RecvByteBufferAllocator.swift
[620/678] Compiling NIOCore GlobalSingletons.swift
[621/678] Compiling NIOCore IO.swift
[622/678] Compiling NIOCore IOData.swift
[623/678] Compiling NIOCore IPProtocol.swift
[624/678] Compiling NIOCore IntegerBitPacking.swift
[625/678] Compiling NIOCore IntegerTypes.swift
[626/678] Compiling NIOCore Interfaces.swift
[627/678] Compiling NIOCore Linux.swift
[628/678] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[629/678] Compiling NIOCore SocketAddresses.swift
[630/678] Compiling NIOCore SocketOptionProvider.swift
[631/678] Compiling NIOCore SystemCallHelpers.swift
[632/678] Compiling NIOCore TimeAmount+Duration.swift
[633/678] Compiling NIOCore TypeAssistedChannelHandler.swift
[634/678] Compiling NIOCore UniversalBootstrapSupport.swift
[635/678] Compiling NIOCore Utilities.swift
[636/678] Compiling NIOCore EventLoop.swift
[637/678] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[638/678] Compiling NIOCore EventLoopFuture+Deprecated.swift
[639/678] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[640/678] Compiling NIOCore EventLoopFuture.swift
[641/678] Compiling NIOCore FileDescriptor.swift
[642/678] Compiling NIOCore FileHandle.swift
[643/678] Compiling NIOCore FileRegion.swift
[644/678] Compiling NIOCore ChannelPipeline.swift
[645/678] Compiling NIOCore CircularBuffer.swift
[646/678] Compiling NIOCore Codec.swift
[647/678] Compiling NIOCore ConvenienceOptionSupport.swift
[648/678] Compiling NIOCore DeadChannel.swift
[649/678] Compiling NIOCore DispatchQueue+WithFuture.swift
[650/678] Compiling NIOCore EventLoop+Deprecated.swift
[651/678] Compiling NIOCore EventLoop+SerialExecutor.swift
[652/678] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[653/678] Compiling NIOCore BSDSocketAPI.swift
[654/678] Compiling NIOCore ByteBuffer-aux.swift
[655/678] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[656/678] Compiling NIOCore ByteBuffer-conversions.swift
[657/678] Compiling NIOCore ByteBuffer-core.swift
[658/678] Compiling NIOCore ByteBuffer-hex.swift
[659/678] Compiling NIOCore ByteBuffer-int.swift
[660/678] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[661/678] Compiling NIOCore AddressedEnvelope.swift
[662/678] Compiling NIOCore AsyncAwaitSupport.swift
[663/678] Compiling NIOCore AsyncChannel.swift
[664/678] Compiling NIOCore AsyncChannelHandler.swift
[665/678] Compiling NIOCore AsyncChannelInboundStream.swift
[666/678] Compiling NIOCore AsyncChannelOutboundWriter.swift
[667/678] Compiling NIOCore NIOAsyncSequenceProducer.swift
[668/678] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[669/678] Compiling NIOCore NIOAsyncWriter.swift
[670/678] Compiling NIOCore ByteBuffer-multi-int.swift
[671/678] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[672/678] Compiling NIOCore ByteBuffer-views.swift
[673/678] Compiling NIOCore Channel.swift
[674/678] Compiling NIOCore ChannelHandler.swift
[675/678] Compiling NIOCore ChannelHandlers.swift
[676/678] Compiling NIOCore ChannelInvoker.swift
[677/678] Compiling NIOCore ChannelOption.swift
[678/678] Emitting module NIOCore
[680/730] Emitting module NIOEmbedded
[681/730] Compiling NIOEmbedded AsyncTestingChannel.swift
[682/730] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[683/730] Compiling NIOEmbedded Embedded.swift
[685/731] Compiling NIOPosix IO.swift
[686/731] Compiling NIOPosix IntegerBitPacking.swift
[687/731] Compiling NIOPosix IntegerTypes.swift
[688/731] Compiling NIOPosix Linux.swift
[689/731] Compiling NIOPosix LinuxCPUSet.swift
[690/731] Compiling NIOPosix LinuxUring.swift
[691/731] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[692/737] Compiling NIOPosix SelectableChannel.swift
[693/737] Compiling NIOPosix SelectableEventLoop.swift
[694/737] Compiling NIOPosix SelectorEpoll.swift
[695/737] Compiling NIOPosix SelectorGeneric.swift
[696/737] Compiling NIOPosix SelectorKqueue.swift
[697/737] Compiling NIOPosix SelectorUring.swift
[698/737] Compiling NIOPosix PooledRecvBufferAllocator.swift
[699/737] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[700/737] Compiling NIOPosix PosixSingletons.swift
[701/737] Compiling NIOPosix RawSocketBootstrap.swift
[702/737] Compiling NIOPosix Resolver.swift
[703/737] Compiling NIOPosix Selectable.swift
[704/737] Compiling NIOPosix ThreadPosix.swift
[705/737] Compiling NIOPosix ThreadWindows.swift
[706/737] Compiling NIOPosix UnsafeTransfer.swift
[707/737] Compiling NIOPosix Utilities.swift
[708/737] Compiling NIOPosix VsockAddress.swift
[709/737] Compiling NIOPosix VsockChannelEvents.swift
[710/737] Compiling NIOPosix ServerSocket.swift
[711/737] Compiling NIOPosix Socket.swift
[712/737] Compiling NIOPosix SocketChannel.swift
[713/737] Compiling NIOPosix SocketProtocols.swift
[714/737] Compiling NIOPosix System.swift
[715/737] Compiling NIOPosix Thread.swift
[716/737] Compiling NIOPosix NIOThreadPool.swift
[717/737] Compiling NIOPosix NonBlockingFileIO.swift
[718/737] Compiling NIOPosix PendingDatagramWritesManager.swift
[719/737] Compiling NIOPosix PendingWritesManager.swift
[720/737] Compiling NIOPosix PipeChannel.swift
[721/737] Compiling NIOPosix PipePair.swift
[722/737] Compiling NIOPosix Pool.swift
[723/737] Compiling NIOPosix BSDSocketAPICommon.swift
[724/737] Compiling NIOPosix BSDSocketAPIPosix.swift
[725/737] Compiling NIOPosix BSDSocketAPIWindows.swift
[726/737] Compiling NIOPosix BaseSocket.swift
[727/737] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[728/737] Compiling NIOPosix BaseSocketChannel.swift
[729/737] Compiling NIOPosix BaseStreamSocketChannel.swift
[730/737] Emitting module NIOPosix
[731/737] Compiling NIOPosix Bootstrap.swift
[732/737] Compiling NIOPosix ControlMessage.swift
[733/737] Compiling NIOPosix DatagramVectorReadManager.swift
[734/737] Compiling NIOPosix Errors+Any.swift
[735/737] Compiling NIOPosix FileDescriptor.swift
[736/737] Compiling NIOPosix GetaddrinfoResolver.swift
[737/737] Compiling NIOPosix HappyEyeballs.swift
[739/740] Compiling NIO Exports.swift
[740/740] Emitting module NIO
[742/780] Emitting module NIOTLS
[743/780] Compiling NIOTLS TLSEvents.swift
[744/780] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[745/780] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[746/780] Compiling NIOSOCKS SOCKSResponse.swift
[747/781] Compiling NIOSOCKS ClientStateMachine.swift
[748/781] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[749/781] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[750/781] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[751/781] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[752/781] Compiling NIOHTTP1 HTTPEncoder.swift
[753/781] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[754/781] Compiling NIOHTTP1 ByteCollectionUtils.swift
[755/781] Compiling NIOHTTP1 HTTPDecoder.swift
[756/781] Emitting module NIOSOCKS
[757/781] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[758/781] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[759/781] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[760/781] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[761/781] Compiling NIOSOCKS ServerStateMachine.swift
[762/781] Compiling NIOTLS SNIHandler.swift
[763/781] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[764/783] Emitting module NIOFoundationCompat
[765/783] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[768/784] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[770/786] Emitting module NIOHTTP1
[772/786] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[773/786] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[774/786] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[775/786] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[780/837] Compiling NIOTransportServices StateManagedChannel.swift
[781/837] Compiling NIOTransportServices StateManagedListenerChannel.swift
[782/837] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[783/839] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[784/839] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[785/839] Compiling NIOTransportServices NIOTSListenerChannel.swift
[786/839] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[787/839] Compiling NIOTransportServices NIOTSSingletons.swift
[788/839] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[789/839] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[790/839] Compiling NIOTransportServices NIOTSErrors.swift
[791/839] Compiling NIOTransportServices NIOTSEventLoop.swift
[792/839] Compiling NIOTransportServices NIOTSBootstraps.swift
[793/839] Compiling NIOTransportServices NIOTSChannelOptions.swift
[794/839] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[795/839] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[796/839] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[797/839] Emitting module NIOTransportServices
[798/839] Compiling NIOTransportServices AcceptHandler.swift
[799/839] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[800/839] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[801/839] Compiling NIOTransportServices NIOTSDatagramListener.swift
[802/839] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[803/839] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[813/859] Compiling NIOHPACK IndexedHeaderTable.swift
[814/859] Compiling NIOHPACK IntegerCoding.swift
[815/860] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[816/860] Compiling NIOHPACK HPACKHeader.swift
[817/860] Compiling NIOHPACK HeaderTables.swift
[823/863] Compiling NIOSSL SSLPrivateKey.swift
[824/863] Compiling NIOSSL NIOSSLSecureBytes.swift
[825/863] Compiling NIOSSL RNG.swift
[826/863] Compiling NIOSSL SafeCompare.swift
[827/863] Compiling NIOSSL Zeroization.swift
[828/863] Compiling NIOHPACK HuffmanTables.swift
[829/863] Compiling NIOHPACK HuffmanCoding.swift
[830/863] Emitting module NIOHTTPCompression
[831/863] Compiling NIOHPACK DynamicHeaderTable.swift
[832/863] Compiling NIOHPACK HPACKDecoder.swift
[833/863] Compiling NIOHPACK StaticHeaderTable.swift
[834/863] Compiling NIOHTTPCompression HTTPDecompression.swift
[835/863] Compiling NIOHTTPCompression HTTPCompression.swift
[836/863] Emitting module NIOHPACK
[837/863] Emitting module NIOSSL
[840/863] Compiling NIOHPACK HPACKEncoder.swift
[841/863] Compiling NIOHPACK HPACKErrors.swift
[842/863] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[843/863] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[844/863] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[851/923] Compiling NIOHTTP2 HTTP2SettingsState.swift
[852/923] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[853/923] Compiling NIOHTTP2 HasFlowControlWindows.swift
[854/923] Compiling NIOHTTP2 HasLocalSettings.swift
[855/923] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[856/923] Compiling NIOHTTP2 MaySendFrames.swift
[857/923] Compiling NIOHTTP2 SendingDataState.swift
[858/923] Compiling NIOHTTP2 SendingGoawayState.swift
[859/923] Compiling NIOHTTP2 SendingHeadersState.swift
[860/923] Compiling NIOHTTP2 SendingPushPromiseState.swift
[861/923] Compiling NIOHTTP2 SendingRstStreamState.swift
[862/923] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[863/923] Compiling NIOHTTP2 Error+Any.swift
[864/923] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[865/923] Compiling NIOHTTP2 ControlFrameBuffer.swift
[878/932] Compiling NIOHTTP2 HasRemoteSettings.swift
[879/932] Compiling NIOHTTP2 LocallyQuiescingState.swift
[880/932] Compiling NIOHTTP2 QuiescingState.swift
[881/932] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[882/932] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[883/932] Compiling NIOHTTP2 InboundWindowManager.swift
[884/932] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[885/932] Compiling NIOHTTP2 StreamChannelFlowController.swift
[886/932] Compiling NIOHTTP2 StreamChannelList.swift
[887/932] Compiling NIOHTTP2 StreamMap.swift
[888/932] Compiling NIOHTTP2 StreamStateMachine.swift
[889/932] Compiling NIOHTTP2 UnsafeTransfer.swift
[890/932] Compiling NIOHTTP2 WatermarkedFlowController.swift
[891/932] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[892/932] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[893/932] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[894/932] Compiling NIOHTTP2 HTTP2StreamID.swift
[895/932] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[896/932] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[897/932] Compiling NIOHTTP2 HTTP2UserEvents.swift
[898/932] Compiling NIOHTTP2 InboundEventBuffer.swift
[899/932] Emitting module NIOHTTP2
[900/932] Compiling NIOHTTP2 ConnectionStateMachine.swift
[901/932] Compiling NIOHTTP2 ConnectionStreamsState.swift
[902/932] Compiling NIOHTTP2 MayReceiveFrames.swift
[903/932] Compiling NIOHTTP2 ReceivingDataState.swift
[904/932] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[905/932] Compiling NIOHTTP2 ReceivingHeadersState.swift
[906/932] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[907/932] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[909/932] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[910/932] Compiling NIOHTTP2 HTTP2Frame.swift
[911/932] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[912/932] Compiling NIOHTTP2 HTTP2FrameParser.swift
[913/932] Compiling NIOHTTP2 HTTP2PingData.swift
[914/932] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[915/932] Compiling NIOHTTP2 HTTP2Settings.swift
[916/932] Compiling NIOHTTP2 HTTP2Stream.swift
[917/932] Compiling NIOHTTP2 StateMachineResult.swift
[918/932] Compiling NIOHTTP2 ContentLengthVerifier.swift
[919/932] Compiling NIOHTTP2 DOSHeuristics.swift
[923/932] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[924/932] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[925/932] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[926/932] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[927/932] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[928/932] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[929/932] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[930/932] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[931/932] Compiling NIOHTTP2 HTTP2Error.swift
[932/932] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[934/992] Emitting module AsyncHTTPClient
[935/1000] Compiling AsyncHTTPClient RequestBag.swift
[936/1000] Compiling AsyncHTTPClient RequestValidation.swift
[937/1000] Compiling AsyncHTTPClient SSLContextCache.swift
[938/1000] Compiling AsyncHTTPClient Scheme.swift
[939/1000] Compiling AsyncHTTPClient Singleton.swift
[940/1000] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[941/1000] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[942/1000] Compiling AsyncHTTPClient Utils.swift
[943/1000] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[944/1000] Compiling AsyncHTTPClient RequestOptions.swift
[945/1000] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[946/1000] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[947/1000] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[948/1000] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[949/1000] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[950/1000] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[951/1000] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[952/1000] Compiling AsyncHTTPClient TLSEventsHandler.swift
[953/1000] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[954/1000] Compiling AsyncHTTPClient HTTP1Connection.swift
[955/1000] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[956/1000] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[957/1000] Compiling AsyncHTTPClient HTTP2Connection.swift
[958/1000] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[959/1000] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[960/1000] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[961/1000] Compiling AsyncHTTPClient AsyncLazySequence.swift
[962/1000] Compiling AsyncHTTPClient HTTPClient+execute.swift
[963/1000] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[964/1000] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[965/1000] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[966/1000] Compiling AsyncHTTPClient HTTPClientRequest.swift
[967/1000] Compiling AsyncHTTPClient HTTPClientResponse.swift
[968/1000] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[969/1000] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[970/1000] Compiling AsyncHTTPClient Transaction.swift
[971/1000] Compiling AsyncHTTPClient Base64.swift
[972/1000] Compiling AsyncHTTPClient BasicAuth.swift
[973/1000] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[974/1000] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[975/1000] Compiling AsyncHTTPClient ConnectionPool.swift
[976/1000] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[977/1000] Compiling AsyncHTTPClient HTTPClient.swift
[978/1000] Compiling AsyncHTTPClient HTTPHandler.swift
[979/1000] Compiling AsyncHTTPClient LRUCache.swift
[980/1000] Compiling AsyncHTTPClient NWErrorHandler.swift
[981/1000] Compiling AsyncHTTPClient NWWaitingHandler.swift
[982/1000] Compiling AsyncHTTPClient TLSConfiguration.swift
[983/1000] Compiling AsyncHTTPClient RedirectState.swift
[984/1000] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[985/1000] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[986/1000] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[987/1000] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[988/1000] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[989/1000] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[990/1000] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[991/1000] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[992/1000] Compiling AsyncHTTPClient RequestBodyLength.swift
[993/1000] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[994/1000] Compiling AsyncHTTPClient ConnectionTarget.swift
[995/1000] Compiling AsyncHTTPClient DeconstructedURL.swift
[996/1000] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[997/1000] Compiling AsyncHTTPClient FoundationExtensions.swift
[998/1000] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[999/1000] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1000/1000] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1002/1003] Emitting module PrchNIO
/host/spi-builder-workspace/Sources/PrchNIO/Session.swift:9:64: warning: use of protocol 'Response' as a type must be written 'any Response'; this will be an error in a future Swift language mode
  7 |
  8 | public protocol EventLoopSession: Session {
  9 |   func beginRequest(_ request: RequestType) -> EventLoopFuture<Response>
    |                                                                `- warning: use of protocol 'Response' as a type must be written 'any Response'; this will be an error in a future Swift language mode
 10 |
 11 |   func nextEventLoop() -> EventLoop
/host/spi-builder-workspace/Sources/PrchNIO/Session.swift:14:1: warning: extension declares a conformance of imported type 'EventLoopFuture' to imported protocol 'Task'; this will not behave correctly if the owners of 'NIOCore' introduce this conformance in the future
 12 | }
 13 |
 14 | extension EventLoopFuture: Task {}
    | |- warning: extension declares a conformance of imported type 'EventLoopFuture' to imported protocol 'Task'; this will not behave correctly if the owners of 'NIOCore' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 15 |
 16 | public extension EventLoopSession {
/host/spi-builder-workspace/Sources/PrchNIO/Session.swift:19:31: error: cannot find type 'APIResult' in scope
 17 |   func beginRequest(
 18 |     _ request: RequestType,
 19 |     _ completion: @escaping ((APIResult<Response>) -> Void)
    |                               `- error: cannot find type 'APIResult' in scope
 20 |   ) -> Task {
 21 |     beginRequest(request).always { result in
/host/spi-builder-workspace/Sources/PrchNIO/Session.swift:19:19: error: @escaping attribute only applies to function types
 17 |   func beginRequest(
 18 |     _ request: RequestType,
 19 |     _ completion: @escaping ((APIResult<Response>) -> Void)
    |                   `- error: @escaping attribute only applies to function types
 20 |   ) -> Task {
 21 |     beginRequest(request).always { result in
/host/spi-builder-workspace/Sources/PrchNIO/Session.swift:35:1: warning: extension declares a conformance of imported type 'Response' to imported protocols 'Response', 'CustomStringConvertible', 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'AsyncHTTPClient' introduce this conformance in the future
 33 | }
 34 |
 35 | extension HTTPClient.Response: Response {
    | |- warning: extension declares a conformance of imported type 'Response' to imported protocols 'Response', 'CustomStringConvertible', 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'AsyncHTTPClient' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 36 |   public var statusCode: Int? {
 37 |     Int(status.code)
/host/spi-builder-workspace/Sources/PrchNIO/Session.swift:35:1: error: type 'HTTPClient.Response' does not conform to protocol 'Response'
 33 | }
 34 |
 35 | extension HTTPClient.Response: Response {
    | `- error: type 'HTTPClient.Response' does not conform to protocol 'Response'
 36 |   public var statusCode: Int? {
    |              `- note: candidate has non-matching type 'Int?' [with SuccessType = <<error type>>, FailureType = <<error type>>, APIType = <<error type>>]
 37 |     Int(status.code)
 38 |   }
/host/spi-builder-workspace/Sources/PrchNIO/Session.swift:35:1: error: type 'HTTPClient.Response' does not conform to protocol 'CustomDebugStringConvertible'
 33 | }
 34 |
 35 | extension HTTPClient.Response: Response {
    | `- error: type 'HTTPClient.Response' does not conform to protocol 'CustomDebugStringConvertible'
 36 |   public var statusCode: Int? {
 37 |     Int(status.code)
/host/spi-builder-workspace/Sources/PrchNIO/Session.swift:35:1: error: type 'HTTPClient.Response' does not conform to protocol 'CustomStringConvertible'
 33 | }
 34 |
 35 | extension HTTPClient.Response: Response {
    | |- error: type 'HTTPClient.Response' does not conform to protocol 'CustomStringConvertible'
    | `- note: add stubs for conformance
 36 |   public var statusCode: Int? {
 37 |     Int(status.code)
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:4:18: note: protocol requires nested type 'SuccessType'
 2 |
 3 | public protocol Response: CustomDebugStringConvertible, CustomStringConvertible {
 4 |   associatedtype SuccessType
   |                  `- note: protocol requires nested type 'SuccessType'
 5 |   associatedtype FailureType
   |                  `- note: protocol requires nested type 'FailureType'
 6 |   associatedtype APIType: API
   |                  `- note: protocol requires nested type 'APIType'
 7 |   var statusCode: Int { get }
   |       `- note: protocol requires property 'statusCode' with type 'Int'
 8 |   var response: ClientResult<SuccessType, FailureType> { get }
 9 |   typealias ResponseDecodedType = ResponseResult<SuccessType, FailureType>
10 |   init(statusCode: Int, data: Data, decoder: ResponseDecoder) throws
   |   `- note: protocol requires initializer 'init(statusCode:data:decoder:)' with type '(statusCode: Int, data: Data, decoder: any ResponseDecoder)'
11 | }
12 |
Swift.CustomDebugStringConvertible.debugDescription:2:5: note: protocol requires property 'debugDescription' with type 'String'
1 | protocol CustomDebugStringConvertible {
2 | var debugDescription: String { get }}
  |     `- note: protocol requires property 'debugDescription' with type 'String'
3 |
Swift.CustomStringConvertible.description:2:5: note: protocol requires property 'description' with type 'String'
1 | protocol CustomStringConvertible {
2 | var description: String { get }}
  |     `- note: protocol requires property 'description' with type 'String'
3 |
/host/spi-builder-workspace/Sources/PrchNIO/Session.swift:47: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
 45 | }
 46 |
 47 | extension HTTPClient: EventLoopSession {
    | |- 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
 48 |   public func nextEventLoop() -> EventLoop {
 49 |     eventLoopGroup.next()
/host/spi-builder-workspace/Sources/PrchNIO/Session.swift:54:29: warning: use of protocol 'Response' as a type must be written 'any Response'; this will be an error in a future Swift language mode
 52 |   public func beginRequest(
 53 |     _ request: HTTPClient.Request
 54 |   ) -> EventLoopFuture<Prch.Response> {
    |                             `- warning: use of protocol 'Response' as a type must be written 'any Response'; this will be an error in a future Swift language mode
 55 |     execute(request: request).map { $0 as Prch.Response }
 56 |   }
/host/spi-builder-workspace/Sources/PrchNIO/Session.swift:59:16: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
 57 |
 58 |   public func createRequest<ResponseType>(
 59 |     _ request: APIRequest<ResponseType>,
    |                `- error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
 60 |     withBaseURL baseURL: URL,
 61 |     andHeaders headers: [String: String]
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
 2 |
 3 | @available(*, deprecated, message: "use `Request`")
 4 | open class DeprecatedRequest<
   |            `- note: generic type 'DeprecatedRequest' declared here
 5 |   ResponseType: Response, APIType
 6 | >: Request where ResponseType.APIType == APIType {
/host/spi-builder-workspace/Sources/PrchNIO/Session.swift:62:54: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
 60 |     withBaseURL baseURL: URL,
 61 |     andHeaders headers: [String: String]
 62 |   ) throws -> HTTPClient.Request where ResponseType: APIResponseValue {
    |                                                      |- warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    |                                                      `- note: use 'DeprecatedResponse' instead
 63 |     guard var componenets = URLComponents(
 64 |       url: baseURL.appendingPathComponent(request.path),
/host/spi-builder-workspace/Sources/PrchNIO/Session.swift:47:1: error: type 'HTTPClient' does not conform to protocol 'Session'
 45 | }
 46 |
 47 | extension HTTPClient: EventLoopSession {
    | |- error: type 'HTTPClient' does not conform to protocol 'Session'
    | `- note: add stubs for conformance
 48 |   public func nextEventLoop() -> EventLoop {
 49 |     eventLoopGroup.next()
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Networking/Session.swift:8:18: note: protocol requires nested type 'RequestType'
 6 |
 7 | public protocol Session {
 8 |   associatedtype RequestType
   |                  `- note: protocol requires nested type 'RequestType'
 9 |   func createRequest<RequestType: Request>(
10 |     _ request: RequestType,
/host/spi-builder-workspace/Sources/PrchNIO/Session.swift:105:16: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
103 | public extension APIClient where SessionType: EventLoopSession {
104 |   func request<ResponseType>(
105 |     _ request: APIRequest<ResponseType>
    |                `- error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
106 |   ) -> EventLoopFuture<ResponseType> {
107 |     var sessionRequest: SessionType.RequestType
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
 2 |
 3 | @available(*, deprecated, message: "use `Request`")
 4 | open class DeprecatedRequest<
   |            `- note: generic type 'DeprecatedRequest' declared here
 5 |   ResponseType: Response, APIType
 6 | >: Request where ResponseType.APIType == APIType {
/host/spi-builder-workspace/Sources/PrchNIO/Session.swift:103:18: warning: 'APIClient' is deprecated: renamed to 'Client'
101 | }
102 |
103 | public extension APIClient where SessionType: EventLoopSession {
    |                  |- warning: 'APIClient' is deprecated: renamed to 'Client'
    |                  `- note: use 'Client' instead
104 |   func request<ResponseType>(
105 |     _ request: APIRequest<ResponseType>
[1003/1003] Compiling PrchNIO Session.swift
/host/spi-builder-workspace/Sources/PrchNIO/Session.swift:9:64: warning: use of protocol 'Response' as a type must be written 'any Response'; this will be an error in a future Swift language mode
  7 |
  8 | public protocol EventLoopSession: Session {
  9 |   func beginRequest(_ request: RequestType) -> EventLoopFuture<Response>
    |                                                                `- warning: use of protocol 'Response' as a type must be written 'any Response'; this will be an error in a future Swift language mode
 10 |
 11 |   func nextEventLoop() -> EventLoop
/host/spi-builder-workspace/Sources/PrchNIO/Session.swift:14:1: warning: extension declares a conformance of imported type 'EventLoopFuture' to imported protocol 'Task'; this will not behave correctly if the owners of 'NIOCore' introduce this conformance in the future
 12 | }
 13 |
 14 | extension EventLoopFuture: Task {}
    | |- warning: extension declares a conformance of imported type 'EventLoopFuture' to imported protocol 'Task'; this will not behave correctly if the owners of 'NIOCore' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 15 |
 16 | public extension EventLoopSession {
/host/spi-builder-workspace/Sources/PrchNIO/Session.swift:19:31: error: cannot find type 'APIResult' in scope
 17 |   func beginRequest(
 18 |     _ request: RequestType,
 19 |     _ completion: @escaping ((APIResult<Response>) -> Void)
    |                               `- error: cannot find type 'APIResult' in scope
 20 |   ) -> Task {
 21 |     beginRequest(request).always { result in
/host/spi-builder-workspace/Sources/PrchNIO/Session.swift:19:19: error: @escaping attribute only applies to function types
 17 |   func beginRequest(
 18 |     _ request: RequestType,
 19 |     _ completion: @escaping ((APIResult<Response>) -> Void)
    |                   `- error: @escaping attribute only applies to function types
 20 |   ) -> Task {
 21 |     beginRequest(request).always { result in
/host/spi-builder-workspace/Sources/PrchNIO/Session.swift:35:1: warning: extension declares a conformance of imported type 'Response' to imported protocols 'Response', 'CustomStringConvertible', 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'AsyncHTTPClient' introduce this conformance in the future
 33 | }
 34 |
 35 | extension HTTPClient.Response: Response {
    | |- warning: extension declares a conformance of imported type 'Response' to imported protocols 'Response', 'CustomStringConvertible', 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'AsyncHTTPClient' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 36 |   public var statusCode: Int? {
 37 |     Int(status.code)
/host/spi-builder-workspace/Sources/PrchNIO/Session.swift:35:1: error: type 'HTTPClient.Response' does not conform to protocol 'Response'
 33 | }
 34 |
 35 | extension HTTPClient.Response: Response {
    | `- error: type 'HTTPClient.Response' does not conform to protocol 'Response'
 36 |   public var statusCode: Int? {
    |              `- note: candidate has non-matching type 'Int?' [with SuccessType = <<error type>>, FailureType = <<error type>>, APIType = <<error type>>]
 37 |     Int(status.code)
 38 |   }
/host/spi-builder-workspace/Sources/PrchNIO/Session.swift:35:1: error: type 'HTTPClient.Response' does not conform to protocol 'CustomDebugStringConvertible'
 33 | }
 34 |
 35 | extension HTTPClient.Response: Response {
    | `- error: type 'HTTPClient.Response' does not conform to protocol 'CustomDebugStringConvertible'
 36 |   public var statusCode: Int? {
 37 |     Int(status.code)
/host/spi-builder-workspace/Sources/PrchNIO/Session.swift:35:1: error: type 'HTTPClient.Response' does not conform to protocol 'CustomStringConvertible'
 33 | }
 34 |
 35 | extension HTTPClient.Response: Response {
    | |- error: type 'HTTPClient.Response' does not conform to protocol 'CustomStringConvertible'
    | `- note: add stubs for conformance
 36 |   public var statusCode: Int? {
 37 |     Int(status.code)
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:4:18: note: protocol requires nested type 'SuccessType'
 2 |
 3 | public protocol Response: CustomDebugStringConvertible, CustomStringConvertible {
 4 |   associatedtype SuccessType
   |                  `- note: protocol requires nested type 'SuccessType'
 5 |   associatedtype FailureType
   |                  `- note: protocol requires nested type 'FailureType'
 6 |   associatedtype APIType: API
   |                  `- note: protocol requires nested type 'APIType'
 7 |   var statusCode: Int { get }
   |       `- note: protocol requires property 'statusCode' with type 'Int'
 8 |   var response: ClientResult<SuccessType, FailureType> { get }
 9 |   typealias ResponseDecodedType = ResponseResult<SuccessType, FailureType>
10 |   init(statusCode: Int, data: Data, decoder: ResponseDecoder) throws
   |   `- note: protocol requires initializer 'init(statusCode:data:decoder:)' with type '(statusCode: Int, data: Data, decoder: any ResponseDecoder)'
11 | }
12 |
Swift.CustomDebugStringConvertible.debugDescription:2:5: note: protocol requires property 'debugDescription' with type 'String'
1 | protocol CustomDebugStringConvertible {
2 | var debugDescription: String { get }}
  |     `- note: protocol requires property 'debugDescription' with type 'String'
3 |
Swift.CustomStringConvertible.description:2:5: note: protocol requires property 'description' with type 'String'
1 | protocol CustomStringConvertible {
2 | var description: String { get }}
  |     `- note: protocol requires property 'description' with type 'String'
3 |
/host/spi-builder-workspace/Sources/PrchNIO/Session.swift:47: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
 45 | }
 46 |
 47 | extension HTTPClient: EventLoopSession {
    | |- 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
 48 |   public func nextEventLoop() -> EventLoop {
 49 |     eventLoopGroup.next()
/host/spi-builder-workspace/Sources/PrchNIO/Session.swift:54:29: warning: use of protocol 'Response' as a type must be written 'any Response'; this will be an error in a future Swift language mode
 52 |   public func beginRequest(
 53 |     _ request: HTTPClient.Request
 54 |   ) -> EventLoopFuture<Prch.Response> {
    |                             `- warning: use of protocol 'Response' as a type must be written 'any Response'; this will be an error in a future Swift language mode
 55 |     execute(request: request).map { $0 as Prch.Response }
 56 |   }
/host/spi-builder-workspace/Sources/PrchNIO/Session.swift:59:16: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
 57 |
 58 |   public func createRequest<ResponseType>(
 59 |     _ request: APIRequest<ResponseType>,
    |                `- error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
 60 |     withBaseURL baseURL: URL,
 61 |     andHeaders headers: [String: String]
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
 2 |
 3 | @available(*, deprecated, message: "use `Request`")
 4 | open class DeprecatedRequest<
   |            `- note: generic type 'DeprecatedRequest' declared here
 5 |   ResponseType: Response, APIType
 6 | >: Request where ResponseType.APIType == APIType {
/host/spi-builder-workspace/Sources/PrchNIO/Session.swift:62:54: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
 60 |     withBaseURL baseURL: URL,
 61 |     andHeaders headers: [String: String]
 62 |   ) throws -> HTTPClient.Request where ResponseType: APIResponseValue {
    |                                                      |- warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    |                                                      `- note: use 'DeprecatedResponse' instead
 63 |     guard var componenets = URLComponents(
 64 |       url: baseURL.appendingPathComponent(request.path),
/host/spi-builder-workspace/Sources/PrchNIO/Session.swift:47:1: error: type 'HTTPClient' does not conform to protocol 'Session'
 45 | }
 46 |
 47 | extension HTTPClient: EventLoopSession {
    | |- error: type 'HTTPClient' does not conform to protocol 'Session'
    | `- note: add stubs for conformance
 48 |   public func nextEventLoop() -> EventLoop {
 49 |     eventLoopGroup.next()
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Networking/Session.swift:8:18: note: protocol requires nested type 'RequestType'
 6 |
 7 | public protocol Session {
 8 |   associatedtype RequestType
   |                  `- note: protocol requires nested type 'RequestType'
 9 |   func createRequest<RequestType: Request>(
10 |     _ request: RequestType,
/host/spi-builder-workspace/Sources/PrchNIO/Session.swift:105:16: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
103 | public extension APIClient where SessionType: EventLoopSession {
104 |   func request<ResponseType>(
105 |     _ request: APIRequest<ResponseType>
    |                `- error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
106 |   ) -> EventLoopFuture<ResponseType> {
107 |     var sessionRequest: SessionType.RequestType
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
 2 |
 3 | @available(*, deprecated, message: "use `Request`")
 4 | open class DeprecatedRequest<
   |            `- note: generic type 'DeprecatedRequest' declared here
 5 |   ResponseType: Response, APIType
 6 | >: Request where ResponseType.APIType == APIType {
/host/spi-builder-workspace/Sources/PrchNIO/Session.swift:103:18: warning: 'APIClient' is deprecated: renamed to 'Client'
101 | }
102 |
103 | public extension APIClient where SessionType: EventLoopSession {
    |                  |- warning: 'APIClient' is deprecated: renamed to 'Client'
    |                  `- note: use 'Client' instead
104 |   func request<ResponseType>(
105 |     _ request: APIRequest<ResponseType>
/host/spi-builder-workspace/Sources/PrchNIO/Session.swift:22:22: error: cannot find type 'APIResult' in scope
 20 |   ) -> Task {
 21 |     beginRequest(request).always { result in
 22 |       let newResult: APIResult<Response>
    |                      `- error: cannot find type 'APIResult' in scope
 23 |       switch result {
 24 |       case let .failure(error):
/host/spi-builder-workspace/Sources/PrchNIO/Session.swift:21:27: error: type of expression is ambiguous without a type annotation
 19 |     _ completion: @escaping ((APIResult<Response>) -> Void)
 20 |   ) -> Task {
 21 |     beginRequest(request).always { result in
    |                           `- error: type of expression is ambiguous without a type annotation
 22 |       let newResult: APIResult<Response>
 23 |       switch result {
/host/spi-builder-workspace/Sources/PrchNIO/Session.swift:55:48: warning: use of protocol 'Response' as a type must be written 'any Response'; this will be an error in a future Swift language mode
 53 |     _ request: HTTPClient.Request
 54 |   ) -> EventLoopFuture<Prch.Response> {
 55 |     execute(request: request).map { $0 as Prch.Response }
    |                                                `- warning: use of protocol 'Response' as a type must be written 'any Response'; this will be an error in a future Swift language mode
 56 |   }
 57 |
/host/spi-builder-workspace/Sources/PrchNIO/Session.swift:112:32: error: missing argument for parameter 'usingEncoder' in call
110 |         request,
111 |         withBaseURL: api.baseURL,
112 |         andHeaders: api.headers
    |                                `- error: missing argument for parameter 'usingEncoder' in call
113 |       )
114 |     } catch {
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Networking/Session.swift:9:8: note: 'createRequest(_:withBaseURL:andHeaders:usingEncoder:)' declared here
 7 | public protocol Session {
 8 |   associatedtype RequestType
 9 |   func createRequest<RequestType: Request>(
   |        `- note: 'createRequest(_:withBaseURL:andHeaders:usingEncoder:)' declared here
10 |     _ request: RequestType,
11 |     withBaseURL baseURL: URL,
/host/spi-builder-workspace/Sources/PrchNIO/Session.swift:117:27: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
115 |       return session
116 |         .nextEventLoop()
117 |         .makeFailedFuture(APIClientError.requestEncodingError(error))
    |                           |- warning: 'APIClientError' is deprecated: renamed to 'ClientError'
    |                           `- note: use 'ClientError' instead
118 |     }
119 |
/host/spi-builder-workspace/Sources/PrchNIO/Session.swift:124:27: error: value of type 'any Response' has no member 'data'
122 |         throw APIClientError.invalidResponse
123 |       }
124 |       let data = response.data ?? Data()
    |                           `- error: value of type 'any Response' has no member 'data'
125 |       return try ResponseType(
126 |         statusCode: httpStatus,
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/106] Compiling Prch KeyedDecodingContainer.swift
[3/106] Compiling Prch KeyedEncodingContainer.swift
[4/108] Compiling Logging LogHandler.swift
[5/108] Compiling Logging MetadataProvider.swift
[6/108] Compiling Prch DateFormatter.swift
[7/108] Compiling Prch DecodingError.swift
[8/108] Compiling Prch AnyCodable.StringConverable.swift
[9/108] Compiling Prch AnyCodable.swift
[10/108] Compiling Prch BasicResponse.swift
[11/108] Compiling Prch BodyRequest.swift
[12/109] Compiling RealModule Real.swift
[15/109] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[16/109] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[19/111] Compiling RealModule Float80+Real.swift
[20/111] Compiling RealModule Float16+Real.swift
[21/111] Compiling Logging Locks.swift
[22/111] Compiling RealModule Float+Real.swift
[23/111] Compiling RealModule ElementaryFunctions.swift
[24/111] Compiling RealModule RealFunctions.swift
[25/111] Emitting module Logging
[26/111] Compiling Prch Response.swift
[27/111] Compiling Prch ResponseResult.swift
[28/111] Compiling Prch Result.swift
[29/111] Compiling Prch Authentication.swift
[30/111] Compiling Prch BasicAuthentication.swift
[31/111] Emitting module Prch
[32/116] Compiling Prch Client.swift
[33/116] Compiling Prch ClientError.swift
[36/116] Compiling NIOConcurrencyHelpers atomics.swift
[37/116] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[38/116] Compiling NIOConcurrencyHelpers NIOLock.swift
[39/116] Compiling NIOConcurrencyHelpers lock.swift
[40/116] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[41/116] Emitting module _NIODataStructures
[48/116] Compiling Prch AnyCodable.Expressible.swift
[51/116] Compiling Prch API.swift
[52/116] Compiling Prch AnyCodable.Codable.swift
[53/116] Compiling Prch AnyCodable.Equatable.swift
[54/116] Compiling Atomics IntegerOperations.swift
[55/116] Compiling Atomics Unmanaged extensions.swift
[56/116] Compiling Prch File.swift
[57/116] Compiling Prch ID.swift
[58/116] Compiling Prch UploadFile.swift
[59/116] Compiling Prch ResponseComponents.swift
[60/116] Compiling Prch StringCodingKey.swift
[61/116] Compiling Prch DateEncodingContainer.swift
[62/116] Compiling Prch DeprecatedRequest.swift
[63/116] Compiling Prch DeprecatedResponse.swift
[64/116] Compiling Prch DeprecatedResponseResult.swift
[65/116] Compiling Prch TypeAliases.swift
[66/116] Compiling Prch Session.swift
[67/116] Compiling Prch Task.swift
[68/116] Compiling Prch URL.swift
[69/116] Compiling Prch URLSession.swift
[70/116] Compiling Prch URLSessionResponse.swift
[71/116] Compiling Prch Request.swift
[72/116] Emitting module RealModule
[73/117] Compiling _NIODataStructures _TinyArray.swift
[74/117] Compiling _NIODataStructures PriorityQueue.swift
[75/117] Compiling _NIODataStructures Heap.swift
[76/118] Emitting module _NIOBase64
[77/118] Compiling _NIOBase64 Base64.swift
[80/119] Compiling Prch SecurityRequirement.swift
[81/119] Compiling Prch Service.swift
[82/119] Compiling Prch ServiceRequest.swift
[83/119] Compiling Prch StatusCodeProvider.swift
[84/119] Compiling Prch SuccessModel.swift
[86/119] Emitting module NIOConcurrencyHelpers
[99/120] Compiling Prch ClientResult.swift
[100/120] Compiling Prch Coding.swift
[113/121] Emitting module InternalCollectionsUtilities
[115/147] Compiling Logging Logging.swift
[117/163] Compiling DequeModule Deque+CustomReflectable.swift
[118/163] Compiling DequeModule Deque+Descriptions.swift
[119/165] Compiling DequeModule _DequeBuffer.swift
[120/165] Compiling DequeModule _DequeBufferHeader.swift
[121/165] Compiling Algorithms RandomSample.swift
[122/165] Compiling Algorithms Reductions.swift
[123/165] Compiling Algorithms Rotate.swift
[124/168] Compiling Algorithms Split.swift
[125/168] Compiling Algorithms Stride.swift
[126/168] Compiling Algorithms Suffix.swift
[127/168] Compiling DequeModule _DequeSlot.swift
[128/168] Compiling DequeModule _UnsafeWrappedBuffer.swift
[129/168] Compiling DequeModule Deque+Codable.swift
[130/168] Compiling DequeModule Deque+Collection.swift
[133/168] Compiling DequeModule Deque+Equatable.swift
[134/168] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[139/168] Compiling DequeModule Deque._UnsafeHandle.swift
[140/168] Compiling DequeModule Deque.swift
[141/168] Compiling DequeModule Deque+Extras.swift
[142/168] Compiling DequeModule Deque+Hashable.swift
[143/168] Compiling DequeModule Deque+Testing.swift
[144/168] Compiling DequeModule Deque._Storage.swift
[148/168] Compiling Algorithms Permutations.swift
[149/168] Compiling Algorithms Product.swift
[150/168] Emitting module Atomics
[160/169] Compiling Algorithms Trim.swift
[161/169] Compiling Algorithms Unique.swift
[162/169] Compiling Algorithms Windows.swift
[164/169] Emitting module DequeModule
[170/229] Compiling NIOCore MarkedCircularBuffer.swift
[171/229] Compiling NIOCore MulticastChannel.swift
[172/229] Compiling NIOCore NIOAny.swift
[173/229] Compiling NIOCore NIOCloseOnErrorHandler.swift
[174/229] Compiling NIOCore NIOLoopBound.swift
[175/229] Compiling NIOCore NIOScheduledCallback.swift
[176/229] Compiling NIOCore NIOSendable.swift
[177/229] Compiling NIOCore RecvByteBufferAllocator.swift
[178/237] Emitting module Algorithms
[180/238] Compiling NIOCore GlobalSingletons.swift
[181/238] Compiling NIOCore IO.swift
[182/238] Compiling NIOCore IOData.swift
[183/238] Compiling NIOCore IPProtocol.swift
[184/238] Compiling NIOCore IntegerBitPacking.swift
[185/238] Compiling NIOCore IntegerTypes.swift
[186/238] Compiling NIOCore Interfaces.swift
[187/238] Compiling NIOCore Linux.swift
[188/238] Compiling NIOCore EventLoop.swift
[189/238] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[190/238] Compiling NIOCore EventLoopFuture+Deprecated.swift
[191/238] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[192/238] Compiling NIOCore EventLoopFuture.swift
[193/238] Compiling NIOCore FileDescriptor.swift
[194/238] Compiling NIOCore FileHandle.swift
[195/238] Compiling NIOCore FileRegion.swift
[196/238] Compiling NIOCore ChannelPipeline.swift
[197/238] Compiling NIOCore CircularBuffer.swift
[198/238] Compiling NIOCore Codec.swift
[199/238] Compiling NIOCore ConvenienceOptionSupport.swift
[200/238] Compiling NIOCore DeadChannel.swift
[201/238] Compiling NIOCore DispatchQueue+WithFuture.swift
[202/238] Compiling NIOCore EventLoop+Deprecated.swift
[203/238] Compiling NIOCore EventLoop+SerialExecutor.swift
[204/238] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[205/238] Compiling NIOCore SocketAddresses.swift
[206/238] Compiling NIOCore SocketOptionProvider.swift
[207/238] Compiling NIOCore SystemCallHelpers.swift
[208/238] Compiling NIOCore TimeAmount+Duration.swift
[209/238] Compiling NIOCore TypeAssistedChannelHandler.swift
[210/238] Compiling NIOCore UniversalBootstrapSupport.swift
[211/238] Compiling NIOCore Utilities.swift
[212/238] Compiling NIOCore AddressedEnvelope.swift
[213/238] Compiling NIOCore AsyncAwaitSupport.swift
[214/238] Compiling NIOCore AsyncChannel.swift
[215/238] Compiling NIOCore AsyncChannelHandler.swift
[216/238] Compiling NIOCore AsyncChannelInboundStream.swift
[217/238] Compiling NIOCore AsyncChannelOutboundWriter.swift
[218/238] Compiling NIOCore NIOAsyncSequenceProducer.swift
[219/238] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[220/238] Compiling NIOCore NIOAsyncWriter.swift
[221/238] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[222/238] Compiling NIOCore BSDSocketAPI.swift
[223/238] Compiling NIOCore ByteBuffer-aux.swift
[224/238] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[225/238] Compiling NIOCore ByteBuffer-conversions.swift
[226/238] Compiling NIOCore ByteBuffer-core.swift
[227/238] Compiling NIOCore ByteBuffer-hex.swift
[228/238] Compiling NIOCore ByteBuffer-int.swift
[229/238] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[230/238] Compiling NIOCore ByteBuffer-multi-int.swift
[231/238] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[232/238] Compiling NIOCore ByteBuffer-views.swift
[233/238] Compiling NIOCore Channel.swift
[234/238] Compiling NIOCore ChannelHandler.swift
[235/238] Compiling NIOCore ChannelHandlers.swift
[236/238] Compiling NIOCore ChannelInvoker.swift
[237/238] Compiling NIOCore ChannelOption.swift
[238/238] Emitting module NIOCore
[240/290] Compiling NIOEmbedded AsyncTestingChannel.swift
[241/290] Emitting module NIOEmbedded
[242/290] Compiling NIOEmbedded Embedded.swift
[243/290] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[245/291] Compiling NIOPosix SelectableChannel.swift
[246/291] Compiling NIOPosix SelectableEventLoop.swift
[247/291] Compiling NIOPosix SelectorEpoll.swift
[248/291] Compiling NIOPosix SelectorGeneric.swift
[249/291] Compiling NIOPosix SelectorKqueue.swift
[250/291] Compiling NIOPosix SelectorUring.swift
[251/291] Compiling NIOPosix ServerSocket.swift
[252/291] Compiling NIOPosix Socket.swift
[253/291] Compiling NIOPosix SocketChannel.swift
[254/291] Compiling NIOPosix SocketProtocols.swift
[255/291] Compiling NIOPosix System.swift
[256/291] Compiling NIOPosix Thread.swift
[257/291] Compiling NIOPosix PooledRecvBufferAllocator.swift
[258/291] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[259/291] Compiling NIOPosix PosixSingletons.swift
[260/291] Compiling NIOPosix RawSocketBootstrap.swift
[261/291] Compiling NIOPosix Resolver.swift
[262/291] Compiling NIOPosix Selectable.swift
[263/297] Compiling NIOPosix BSDSocketAPICommon.swift
[264/297] Compiling NIOPosix BSDSocketAPIPosix.swift
[265/297] Compiling NIOPosix BSDSocketAPIWindows.swift
[266/297] Compiling NIOPosix BaseSocket.swift
[267/297] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[268/297] Compiling NIOPosix BaseSocketChannel.swift
[269/297] Compiling NIOPosix BaseStreamSocketChannel.swift
[270/297] Emitting module NIOPosix
[271/297] Compiling NIOPosix ThreadPosix.swift
[272/297] Compiling NIOPosix ThreadWindows.swift
[273/297] Compiling NIOPosix UnsafeTransfer.swift
[274/297] Compiling NIOPosix Utilities.swift
[275/297] Compiling NIOPosix VsockAddress.swift
[276/297] Compiling NIOPosix VsockChannelEvents.swift
[277/297] Compiling NIOPosix IO.swift
[278/297] Compiling NIOPosix IntegerBitPacking.swift
[279/297] Compiling NIOPosix IntegerTypes.swift
[280/297] Compiling NIOPosix Linux.swift
[281/297] Compiling NIOPosix LinuxCPUSet.swift
[282/297] Compiling NIOPosix LinuxUring.swift
[283/297] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[284/297] Compiling NIOPosix Bootstrap.swift
[285/297] Compiling NIOPosix ControlMessage.swift
[286/297] Compiling NIOPosix DatagramVectorReadManager.swift
[287/297] Compiling NIOPosix Errors+Any.swift
[288/297] Compiling NIOPosix FileDescriptor.swift
[289/297] Compiling NIOPosix GetaddrinfoResolver.swift
[290/297] Compiling NIOPosix HappyEyeballs.swift
[291/297] Compiling NIOPosix NIOThreadPool.swift
[292/297] Compiling NIOPosix NonBlockingFileIO.swift
[293/297] Compiling NIOPosix PendingDatagramWritesManager.swift
[294/297] Compiling NIOPosix PendingWritesManager.swift
[295/297] Compiling NIOPosix PipeChannel.swift
[296/297] Compiling NIOPosix PipePair.swift
[297/297] Compiling NIOPosix Pool.swift
[299/300] Emitting module NIO
[300/300] Compiling NIO Exports.swift
[302/340] Compiling NIOTLS TLSEvents.swift
[303/340] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[304/340] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[305/340] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[306/340] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[307/340] Compiling NIOSOCKS SOCKSResponse.swift
[308/341] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[309/341] Compiling NIOSOCKS ClientStateMachine.swift
[310/341] Emitting module NIOSOCKS
[311/341] Compiling NIOSOCKS SOCKSClientHandler.swift
[312/341] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[313/341] Emitting module NIOTLS
[314/341] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[315/341] Compiling NIOTLS SNIHandler.swift
[316/341] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[317/342] Compiling NIOSOCKS AuthenticationMethod.swift
[318/342] Compiling NIOSOCKS ClientGreeting.swift
[319/342] Compiling NIOSOCKS Errors.swift
[320/342] Compiling NIOSOCKS Helpers.swift
[321/342] Compiling NIOSOCKS Messages.swift
[322/342] Compiling NIOSOCKS SOCKSRequest.swift
[323/342] Compiling NIOSOCKS ServerStateMachine.swift
[324/343] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[325/343] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[328/345] Emitting module NIOHTTP1
[330/345] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[333/345] Emitting module NIOFoundationCompat
[334/345] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[336/375] Compiling NIOSSL SSLPrivateKey.swift
[337/375] Compiling NIOSSL NIOSSLServerHandler.swift
[338/397] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[339/397] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[340/397] Compiling NIOTransportServices NIOTSBootstraps.swift
[341/397] Compiling NIOTransportServices NIOTSChannelOptions.swift
[342/397] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[343/397] Compiling NIOTransportServices NIOTSErrors.swift
[344/397] Compiling NIOTransportServices NIOTSEventLoop.swift
[348/399] Compiling NIOTransportServices StateManagedChannel.swift
[349/399] Compiling NIOTransportServices StateManagedListenerChannel.swift
[350/399] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[351/399] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[352/399] Compiling NIOTransportServices NIOTSSingletons.swift
[353/399] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[355/399] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[356/399] Compiling NIOTransportServices NIOTSListenerChannel.swift
[359/399] Compiling NIOTransportServices AcceptHandler.swift
[360/399] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[361/399] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[362/400] Compiling NIOTransportServices NIOTSDatagramListener.swift
[363/400] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[364/400] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[368/400] Emitting module NIOTransportServices
[370/400] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[371/400] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[376/401] Compiling NIOSSL SubjectAlternativeName.swift
[377/401] Compiling NIOSSL NIOSSLSecureBytes.swift
[378/401] Compiling NIOSSL RNG.swift
[379/401] Compiling NIOSSL SafeCompare.swift
[380/401] Compiling NIOSSL Zeroization.swift
[389/422] Emitting module NIOSSL
[390/422] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[391/422] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[392/422] Compiling NIOHTTPCompression HTTPCompression.swift
[393/422] Emitting module NIOHTTPCompression
[394/422] Compiling NIOHPACK IndexedHeaderTable.swift
[395/422] Compiling NIOHPACK IntegerCoding.swift
[396/422] Compiling NIOHTTPCompression HTTPDecompression.swift
[397/423] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[398/423] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[399/424] Compiling NIOHPACK HuffmanTables.swift
[400/424] Compiling NIOHPACK HuffmanCoding.swift
[402/424] Compiling NIOHPACK StaticHeaderTable.swift
[403/424] Emitting module NIOHPACK
[404/424] Compiling NIOHPACK HPACKEncoder.swift
[405/424] Compiling NIOHPACK HPACKErrors.swift
[406/424] Compiling NIOHPACK DynamicHeaderTable.swift
[407/424] Compiling NIOHPACK HPACKDecoder.swift
[408/424] Compiling NIOHPACK HPACKHeader.swift
[409/424] Compiling NIOHPACK HeaderTables.swift
[411/425] Compiling NIOSSL TLSConfiguration.swift
[412/425] Compiling NIOSSL UniversalBootstrapSupport.swift
[413/425] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[427/484] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[428/484] Compiling NIOHTTP2 HasFlowControlWindows.swift
[429/484] Compiling NIOHTTP2 HasLocalSettings.swift
[430/484] Compiling NIOHTTP2 HasRemoteSettings.swift
[431/484] Compiling NIOHTTP2 LocallyQuiescingState.swift
[432/484] Compiling NIOHTTP2 QuiescingState.swift
[433/484] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[434/484] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[435/492] Compiling NIOHTTP2 StateMachineResult.swift
[436/492] Compiling NIOHTTP2 ContentLengthVerifier.swift
[437/492] Compiling NIOHTTP2 DOSHeuristics.swift
[438/492] Compiling NIOHTTP2 Error+Any.swift
[439/492] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[440/492] Compiling NIOHTTP2 ControlFrameBuffer.swift
[441/492] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[442/492] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[443/492] Compiling NIOHTTP2 MaySendFrames.swift
[444/492] Compiling NIOHTTP2 SendingDataState.swift
[445/492] Compiling NIOHTTP2 SendingGoawayState.swift
[446/492] Compiling NIOHTTP2 SendingHeadersState.swift
[447/492] Compiling NIOHTTP2 SendingPushPromiseState.swift
[448/492] Compiling NIOHTTP2 SendingRstStreamState.swift
[449/492] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[450/492] Compiling NIOHTTP2 HTTP2SettingsState.swift
[451/492] Compiling NIOHTTP2 InboundWindowManager.swift
[452/492] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[453/492] Compiling NIOHTTP2 StreamChannelFlowController.swift
[454/492] Compiling NIOHTTP2 StreamChannelList.swift
[455/492] Compiling NIOHTTP2 StreamMap.swift
[456/492] Compiling NIOHTTP2 StreamStateMachine.swift
[457/492] Compiling NIOHTTP2 UnsafeTransfer.swift
[458/492] Compiling NIOHTTP2 WatermarkedFlowController.swift
[459/492] Emitting module NIOHTTP2
[460/492] Compiling NIOHTTP2 ConnectionStateMachine.swift
[461/492] Compiling NIOHTTP2 ConnectionStreamsState.swift
[462/492] Compiling NIOHTTP2 MayReceiveFrames.swift
[463/492] Compiling NIOHTTP2 ReceivingDataState.swift
[464/492] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[465/492] Compiling NIOHTTP2 ReceivingHeadersState.swift
[466/492] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[467/492] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[468/492] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[469/492] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[470/492] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[471/492] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[472/492] Compiling NIOHTTP2 HTTP2StreamID.swift
[473/492] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[474/492] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[475/492] Compiling NIOHTTP2 HTTP2UserEvents.swift
[476/492] Compiling NIOHTTP2 InboundEventBuffer.swift
[477/492] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[478/492] Compiling NIOHTTP2 HTTP2Frame.swift
[479/492] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[480/492] Compiling NIOHTTP2 HTTP2FrameParser.swift
[481/492] Compiling NIOHTTP2 HTTP2PingData.swift
[482/492] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[483/492] Compiling NIOHTTP2 HTTP2Settings.swift
[484/492] Compiling NIOHTTP2 HTTP2Stream.swift
[485/492] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[486/492] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[487/492] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[488/492] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[489/492] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[490/492] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[491/492] Compiling NIOHTTP2 HTTP2Error.swift
[492/492] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[494/552] Emitting module AsyncHTTPClient
[495/560] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[496/560] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[497/560] Compiling AsyncHTTPClient Transaction.swift
[498/560] Compiling AsyncHTTPClient Base64.swift
[499/560] Compiling AsyncHTTPClient BasicAuth.swift
[500/560] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[501/560] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[502/560] Compiling AsyncHTTPClient ConnectionPool.swift
[503/560] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[504/560] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[505/560] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[506/560] Compiling AsyncHTTPClient AsyncLazySequence.swift
[507/560] Compiling AsyncHTTPClient HTTPClient+execute.swift
[508/560] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[509/560] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[510/560] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[511/560] Compiling AsyncHTTPClient HTTPClientRequest.swift
[512/560] Compiling AsyncHTTPClient HTTPClientResponse.swift
[513/560] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[514/560] Compiling AsyncHTTPClient TLSEventsHandler.swift
[515/560] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[516/560] Compiling AsyncHTTPClient HTTP1Connection.swift
[517/560] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[518/560] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[519/560] Compiling AsyncHTTPClient HTTP2Connection.swift
[520/560] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[521/560] Compiling AsyncHTTPClient RequestBag.swift
[522/560] Compiling AsyncHTTPClient RequestValidation.swift
[523/560] Compiling AsyncHTTPClient SSLContextCache.swift
[524/560] Compiling AsyncHTTPClient Scheme.swift
[525/560] Compiling AsyncHTTPClient Singleton.swift
[526/560] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[527/560] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[528/560] Compiling AsyncHTTPClient Utils.swift
[529/560] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[530/560] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[531/560] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[532/560] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[533/560] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[534/560] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[535/560] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[536/560] Compiling AsyncHTTPClient RequestBodyLength.swift
[537/560] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[538/560] Compiling AsyncHTTPClient RequestOptions.swift
[539/560] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[540/560] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[541/560] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[542/560] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[543/560] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[544/560] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[545/560] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[546/560] Compiling AsyncHTTPClient ConnectionTarget.swift
[547/560] Compiling AsyncHTTPClient DeconstructedURL.swift
[548/560] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[549/560] Compiling AsyncHTTPClient FoundationExtensions.swift
[550/560] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[551/560] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[552/560] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[553/560] Compiling AsyncHTTPClient HTTPClient.swift
[554/560] Compiling AsyncHTTPClient HTTPHandler.swift
[555/560] Compiling AsyncHTTPClient LRUCache.swift
[556/560] Compiling AsyncHTTPClient NWErrorHandler.swift
[557/560] Compiling AsyncHTTPClient NWWaitingHandler.swift
[558/560] Compiling AsyncHTTPClient TLSConfiguration.swift
[559/560] Compiling AsyncHTTPClient RedirectState.swift
[560/560] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[562/563] Compiling PrchNIO Session.swift
/host/spi-builder-workspace/Sources/PrchNIO/Session.swift:9:64: warning: use of protocol 'Response' as a type must be written 'any Response'; this will be an error in a future Swift language mode
  7 |
  8 | public protocol EventLoopSession: Session {
  9 |   func beginRequest(_ request: RequestType) -> EventLoopFuture<Response>
    |                                                                `- warning: use of protocol 'Response' as a type must be written 'any Response'; this will be an error in a future Swift language mode
 10 |
 11 |   func nextEventLoop() -> EventLoop
/host/spi-builder-workspace/Sources/PrchNIO/Session.swift:14:1: warning: extension declares a conformance of imported type 'EventLoopFuture' to imported protocol 'Task'; this will not behave correctly if the owners of 'NIOCore' introduce this conformance in the future
 12 | }
 13 |
 14 | extension EventLoopFuture: Task {}
    | |- warning: extension declares a conformance of imported type 'EventLoopFuture' to imported protocol 'Task'; this will not behave correctly if the owners of 'NIOCore' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 15 |
 16 | public extension EventLoopSession {
/host/spi-builder-workspace/Sources/PrchNIO/Session.swift:19:31: error: cannot find type 'APIResult' in scope
 17 |   func beginRequest(
 18 |     _ request: RequestType,
 19 |     _ completion: @escaping ((APIResult<Response>) -> Void)
    |                               `- error: cannot find type 'APIResult' in scope
 20 |   ) -> Task {
 21 |     beginRequest(request).always { result in
/host/spi-builder-workspace/Sources/PrchNIO/Session.swift:19:19: error: @escaping attribute only applies to function types
 17 |   func beginRequest(
 18 |     _ request: RequestType,
 19 |     _ completion: @escaping ((APIResult<Response>) -> Void)
    |                   `- error: @escaping attribute only applies to function types
 20 |   ) -> Task {
 21 |     beginRequest(request).always { result in
/host/spi-builder-workspace/Sources/PrchNIO/Session.swift:35:1: warning: extension declares a conformance of imported type 'Response' to imported protocols 'Response', 'CustomStringConvertible', 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'AsyncHTTPClient' introduce this conformance in the future
 33 | }
 34 |
 35 | extension HTTPClient.Response: Response {
    | |- warning: extension declares a conformance of imported type 'Response' to imported protocols 'Response', 'CustomStringConvertible', 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'AsyncHTTPClient' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 36 |   public var statusCode: Int? {
 37 |     Int(status.code)
/host/spi-builder-workspace/Sources/PrchNIO/Session.swift:35:1: error: type 'HTTPClient.Response' does not conform to protocol 'Response'
 33 | }
 34 |
 35 | extension HTTPClient.Response: Response {
    | `- error: type 'HTTPClient.Response' does not conform to protocol 'Response'
 36 |   public var statusCode: Int? {
    |              `- note: candidate has non-matching type 'Int?' [with SuccessType = <<error type>>, FailureType = <<error type>>, APIType = <<error type>>]
 37 |     Int(status.code)
 38 |   }
/host/spi-builder-workspace/Sources/PrchNIO/Session.swift:35:1: error: type 'HTTPClient.Response' does not conform to protocol 'CustomDebugStringConvertible'
 33 | }
 34 |
 35 | extension HTTPClient.Response: Response {
    | `- error: type 'HTTPClient.Response' does not conform to protocol 'CustomDebugStringConvertible'
 36 |   public var statusCode: Int? {
 37 |     Int(status.code)
/host/spi-builder-workspace/Sources/PrchNIO/Session.swift:35:1: error: type 'HTTPClient.Response' does not conform to protocol 'CustomStringConvertible'
 33 | }
 34 |
 35 | extension HTTPClient.Response: Response {
    | |- error: type 'HTTPClient.Response' does not conform to protocol 'CustomStringConvertible'
    | `- note: add stubs for conformance
 36 |   public var statusCode: Int? {
 37 |     Int(status.code)
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:4:18: note: protocol requires nested type 'SuccessType'
 2 |
 3 | public protocol Response: CustomDebugStringConvertible, CustomStringConvertible {
 4 |   associatedtype SuccessType
   |                  `- note: protocol requires nested type 'SuccessType'
 5 |   associatedtype FailureType
   |                  `- note: protocol requires nested type 'FailureType'
 6 |   associatedtype APIType: API
   |                  `- note: protocol requires nested type 'APIType'
 7 |   var statusCode: Int { get }
   |       `- note: protocol requires property 'statusCode' with type 'Int'
 8 |   var response: ClientResult<SuccessType, FailureType> { get }
 9 |   typealias ResponseDecodedType = ResponseResult<SuccessType, FailureType>
10 |   init(statusCode: Int, data: Data, decoder: ResponseDecoder) throws
   |   `- note: protocol requires initializer 'init(statusCode:data:decoder:)' with type '(statusCode: Int, data: Data, decoder: any ResponseDecoder)'
11 | }
12 |
Swift.CustomDebugStringConvertible.debugDescription:2:5: note: protocol requires property 'debugDescription' with type 'String'
1 | protocol CustomDebugStringConvertible {
2 | var debugDescription: String { get }}
  |     `- note: protocol requires property 'debugDescription' with type 'String'
3 |
Swift.CustomStringConvertible.description:2:5: note: protocol requires property 'description' with type 'String'
1 | protocol CustomStringConvertible {
2 | var description: String { get }}
  |     `- note: protocol requires property 'description' with type 'String'
3 |
/host/spi-builder-workspace/Sources/PrchNIO/Session.swift:47: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
 45 | }
 46 |
 47 | extension HTTPClient: EventLoopSession {
    | |- 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
 48 |   public func nextEventLoop() -> EventLoop {
 49 |     eventLoopGroup.next()
/host/spi-builder-workspace/Sources/PrchNIO/Session.swift:54:29: warning: use of protocol 'Response' as a type must be written 'any Response'; this will be an error in a future Swift language mode
 52 |   public func beginRequest(
 53 |     _ request: HTTPClient.Request
 54 |   ) -> EventLoopFuture<Prch.Response> {
    |                             `- warning: use of protocol 'Response' as a type must be written 'any Response'; this will be an error in a future Swift language mode
 55 |     execute(request: request).map { $0 as Prch.Response }
 56 |   }
/host/spi-builder-workspace/Sources/PrchNIO/Session.swift:59:16: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
 57 |
 58 |   public func createRequest<ResponseType>(
 59 |     _ request: APIRequest<ResponseType>,
    |                `- error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
 60 |     withBaseURL baseURL: URL,
 61 |     andHeaders headers: [String: String]
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
 2 |
 3 | @available(*, deprecated, message: "use `Request`")
 4 | open class DeprecatedRequest<
   |            `- note: generic type 'DeprecatedRequest' declared here
 5 |   ResponseType: Response, APIType
 6 | >: Request where ResponseType.APIType == APIType {
/host/spi-builder-workspace/Sources/PrchNIO/Session.swift:62:54: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
 60 |     withBaseURL baseURL: URL,
 61 |     andHeaders headers: [String: String]
 62 |   ) throws -> HTTPClient.Request where ResponseType: APIResponseValue {
    |                                                      |- warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    |                                                      `- note: use 'DeprecatedResponse' instead
 63 |     guard var componenets = URLComponents(
 64 |       url: baseURL.appendingPathComponent(request.path),
/host/spi-builder-workspace/Sources/PrchNIO/Session.swift:47:1: error: type 'HTTPClient' does not conform to protocol 'Session'
 45 | }
 46 |
 47 | extension HTTPClient: EventLoopSession {
    | |- error: type 'HTTPClient' does not conform to protocol 'Session'
    | `- note: add stubs for conformance
 48 |   public func nextEventLoop() -> EventLoop {
 49 |     eventLoopGroup.next()
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Networking/Session.swift:8:18: note: protocol requires nested type 'RequestType'
 6 |
 7 | public protocol Session {
 8 |   associatedtype RequestType
   |                  `- note: protocol requires nested type 'RequestType'
 9 |   func createRequest<RequestType: Request>(
10 |     _ request: RequestType,
/host/spi-builder-workspace/Sources/PrchNIO/Session.swift:105:16: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
103 | public extension APIClient where SessionType: EventLoopSession {
104 |   func request<ResponseType>(
105 |     _ request: APIRequest<ResponseType>
    |                `- error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
106 |   ) -> EventLoopFuture<ResponseType> {
107 |     var sessionRequest: SessionType.RequestType
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
 2 |
 3 | @available(*, deprecated, message: "use `Request`")
 4 | open class DeprecatedRequest<
   |            `- note: generic type 'DeprecatedRequest' declared here
 5 |   ResponseType: Response, APIType
 6 | >: Request where ResponseType.APIType == APIType {
/host/spi-builder-workspace/Sources/PrchNIO/Session.swift:103:18: warning: 'APIClient' is deprecated: renamed to 'Client'
101 | }
102 |
103 | public extension APIClient where SessionType: EventLoopSession {
    |                  |- warning: 'APIClient' is deprecated: renamed to 'Client'
    |                  `- note: use 'Client' instead
104 |   func request<ResponseType>(
105 |     _ request: APIRequest<ResponseType>
/host/spi-builder-workspace/Sources/PrchNIO/Session.swift:22:22: error: cannot find type 'APIResult' in scope
 20 |   ) -> Task {
 21 |     beginRequest(request).always { result in
 22 |       let newResult: APIResult<Response>
    |                      `- error: cannot find type 'APIResult' in scope
 23 |       switch result {
 24 |       case let .failure(error):
/host/spi-builder-workspace/Sources/PrchNIO/Session.swift:21:27: error: type of expression is ambiguous without a type annotation
 19 |     _ completion: @escaping ((APIResult<Response>) -> Void)
 20 |   ) -> Task {
 21 |     beginRequest(request).always { result in
    |                           `- error: type of expression is ambiguous without a type annotation
 22 |       let newResult: APIResult<Response>
 23 |       switch result {
/host/spi-builder-workspace/Sources/PrchNIO/Session.swift:55:48: warning: use of protocol 'Response' as a type must be written 'any Response'; this will be an error in a future Swift language mode
 53 |     _ request: HTTPClient.Request
 54 |   ) -> EventLoopFuture<Prch.Response> {
 55 |     execute(request: request).map { $0 as Prch.Response }
    |                                                `- warning: use of protocol 'Response' as a type must be written 'any Response'; this will be an error in a future Swift language mode
 56 |   }
 57 |
/host/spi-builder-workspace/Sources/PrchNIO/Session.swift:112:32: error: missing argument for parameter 'usingEncoder' in call
110 |         request,
111 |         withBaseURL: api.baseURL,
112 |         andHeaders: api.headers
    |                                `- error: missing argument for parameter 'usingEncoder' in call
113 |       )
114 |     } catch {
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Networking/Session.swift:9:8: note: 'createRequest(_:withBaseURL:andHeaders:usingEncoder:)' declared here
 7 | public protocol Session {
 8 |   associatedtype RequestType
 9 |   func createRequest<RequestType: Request>(
   |        `- note: 'createRequest(_:withBaseURL:andHeaders:usingEncoder:)' declared here
10 |     _ request: RequestType,
11 |     withBaseURL baseURL: URL,
/host/spi-builder-workspace/Sources/PrchNIO/Session.swift:117:27: warning: 'APIClientError' is deprecated: renamed to 'ClientError'
115 |       return session
116 |         .nextEventLoop()
117 |         .makeFailedFuture(APIClientError.requestEncodingError(error))
    |                           |- warning: 'APIClientError' is deprecated: renamed to 'ClientError'
    |                           `- note: use 'ClientError' instead
118 |     }
119 |
/host/spi-builder-workspace/Sources/PrchNIO/Session.swift:124:27: error: value of type 'any Response' has no member 'data'
122 |         throw APIClientError.invalidResponse
123 |       }
124 |       let data = response.data ?? Data()
    |                           `- error: value of type 'any Response' has no member 'data'
125 |       return try ResponseType(
126 |         statusCode: httpStatus,
error: emit-module command failed with exit code 1 (use -v to see invocation)
[563/563] Emitting module PrchNIO
/host/spi-builder-workspace/Sources/PrchNIO/Session.swift:9:64: warning: use of protocol 'Response' as a type must be written 'any Response'; this will be an error in a future Swift language mode
  7 |
  8 | public protocol EventLoopSession: Session {
  9 |   func beginRequest(_ request: RequestType) -> EventLoopFuture<Response>
    |                                                                `- warning: use of protocol 'Response' as a type must be written 'any Response'; this will be an error in a future Swift language mode
 10 |
 11 |   func nextEventLoop() -> EventLoop
/host/spi-builder-workspace/Sources/PrchNIO/Session.swift:14:1: warning: extension declares a conformance of imported type 'EventLoopFuture' to imported protocol 'Task'; this will not behave correctly if the owners of 'NIOCore' introduce this conformance in the future
 12 | }
 13 |
 14 | extension EventLoopFuture: Task {}
    | |- warning: extension declares a conformance of imported type 'EventLoopFuture' to imported protocol 'Task'; this will not behave correctly if the owners of 'NIOCore' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 15 |
 16 | public extension EventLoopSession {
/host/spi-builder-workspace/Sources/PrchNIO/Session.swift:19:31: error: cannot find type 'APIResult' in scope
 17 |   func beginRequest(
 18 |     _ request: RequestType,
 19 |     _ completion: @escaping ((APIResult<Response>) -> Void)
    |                               `- error: cannot find type 'APIResult' in scope
 20 |   ) -> Task {
 21 |     beginRequest(request).always { result in
/host/spi-builder-workspace/Sources/PrchNIO/Session.swift:19:19: error: @escaping attribute only applies to function types
 17 |   func beginRequest(
 18 |     _ request: RequestType,
 19 |     _ completion: @escaping ((APIResult<Response>) -> Void)
    |                   `- error: @escaping attribute only applies to function types
 20 |   ) -> Task {
 21 |     beginRequest(request).always { result in
/host/spi-builder-workspace/Sources/PrchNIO/Session.swift:35:1: warning: extension declares a conformance of imported type 'Response' to imported protocols 'Response', 'CustomStringConvertible', 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'AsyncHTTPClient' introduce this conformance in the future
 33 | }
 34 |
 35 | extension HTTPClient.Response: Response {
    | |- warning: extension declares a conformance of imported type 'Response' to imported protocols 'Response', 'CustomStringConvertible', 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'AsyncHTTPClient' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 36 |   public var statusCode: Int? {
 37 |     Int(status.code)
/host/spi-builder-workspace/Sources/PrchNIO/Session.swift:35:1: error: type 'HTTPClient.Response' does not conform to protocol 'Response'
 33 | }
 34 |
 35 | extension HTTPClient.Response: Response {
    | `- error: type 'HTTPClient.Response' does not conform to protocol 'Response'
 36 |   public var statusCode: Int? {
    |              `- note: candidate has non-matching type 'Int?' [with SuccessType = <<error type>>, FailureType = <<error type>>, APIType = <<error type>>]
 37 |     Int(status.code)
 38 |   }
/host/spi-builder-workspace/Sources/PrchNIO/Session.swift:35:1: error: type 'HTTPClient.Response' does not conform to protocol 'CustomDebugStringConvertible'
 33 | }
 34 |
 35 | extension HTTPClient.Response: Response {
    | `- error: type 'HTTPClient.Response' does not conform to protocol 'CustomDebugStringConvertible'
 36 |   public var statusCode: Int? {
 37 |     Int(status.code)
/host/spi-builder-workspace/Sources/PrchNIO/Session.swift:35:1: error: type 'HTTPClient.Response' does not conform to protocol 'CustomStringConvertible'
 33 | }
 34 |
 35 | extension HTTPClient.Response: Response {
    | |- error: type 'HTTPClient.Response' does not conform to protocol 'CustomStringConvertible'
    | `- note: add stubs for conformance
 36 |   public var statusCode: Int? {
 37 |     Int(status.code)
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Response.swift:4:18: note: protocol requires nested type 'SuccessType'
 2 |
 3 | public protocol Response: CustomDebugStringConvertible, CustomStringConvertible {
 4 |   associatedtype SuccessType
   |                  `- note: protocol requires nested type 'SuccessType'
 5 |   associatedtype FailureType
   |                  `- note: protocol requires nested type 'FailureType'
 6 |   associatedtype APIType: API
   |                  `- note: protocol requires nested type 'APIType'
 7 |   var statusCode: Int { get }
   |       `- note: protocol requires property 'statusCode' with type 'Int'
 8 |   var response: ClientResult<SuccessType, FailureType> { get }
 9 |   typealias ResponseDecodedType = ResponseResult<SuccessType, FailureType>
10 |   init(statusCode: Int, data: Data, decoder: ResponseDecoder) throws
   |   `- note: protocol requires initializer 'init(statusCode:data:decoder:)' with type '(statusCode: Int, data: Data, decoder: any ResponseDecoder)'
11 | }
12 |
Swift.CustomDebugStringConvertible.debugDescription:2:5: note: protocol requires property 'debugDescription' with type 'String'
1 | protocol CustomDebugStringConvertible {
2 | var debugDescription: String { get }}
  |     `- note: protocol requires property 'debugDescription' with type 'String'
3 |
Swift.CustomStringConvertible.description:2:5: note: protocol requires property 'description' with type 'String'
1 | protocol CustomStringConvertible {
2 | var description: String { get }}
  |     `- note: protocol requires property 'description' with type 'String'
3 |
/host/spi-builder-workspace/Sources/PrchNIO/Session.swift:47: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
 45 | }
 46 |
 47 | extension HTTPClient: EventLoopSession {
    | |- 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
 48 |   public func nextEventLoop() -> EventLoop {
 49 |     eventLoopGroup.next()
/host/spi-builder-workspace/Sources/PrchNIO/Session.swift:54:29: warning: use of protocol 'Response' as a type must be written 'any Response'; this will be an error in a future Swift language mode
 52 |   public func beginRequest(
 53 |     _ request: HTTPClient.Request
 54 |   ) -> EventLoopFuture<Prch.Response> {
    |                             `- warning: use of protocol 'Response' as a type must be written 'any Response'; this will be an error in a future Swift language mode
 55 |     execute(request: request).map { $0 as Prch.Response }
 56 |   }
/host/spi-builder-workspace/Sources/PrchNIO/Session.swift:59:16: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
 57 |
 58 |   public func createRequest<ResponseType>(
 59 |     _ request: APIRequest<ResponseType>,
    |                `- error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
 60 |     withBaseURL baseURL: URL,
 61 |     andHeaders headers: [String: String]
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
 2 |
 3 | @available(*, deprecated, message: "use `Request`")
 4 | open class DeprecatedRequest<
   |            `- note: generic type 'DeprecatedRequest' declared here
 5 |   ResponseType: Response, APIType
 6 | >: Request where ResponseType.APIType == APIType {
/host/spi-builder-workspace/Sources/PrchNIO/Session.swift:62:54: warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
 60 |     withBaseURL baseURL: URL,
 61 |     andHeaders headers: [String: String]
 62 |   ) throws -> HTTPClient.Request where ResponseType: APIResponseValue {
    |                                                      |- warning: 'APIResponseValue' is deprecated: renamed to 'DeprecatedResponse'
    |                                                      `- note: use 'DeprecatedResponse' instead
 63 |     guard var componenets = URLComponents(
 64 |       url: baseURL.appendingPathComponent(request.path),
/host/spi-builder-workspace/Sources/PrchNIO/Session.swift:47:1: error: type 'HTTPClient' does not conform to protocol 'Session'
 45 | }
 46 |
 47 | extension HTTPClient: EventLoopSession {
    | |- error: type 'HTTPClient' does not conform to protocol 'Session'
    | `- note: add stubs for conformance
 48 |   public func nextEventLoop() -> EventLoop {
 49 |     eventLoopGroup.next()
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Networking/Session.swift:8:18: note: protocol requires nested type 'RequestType'
 6 |
 7 | public protocol Session {
 8 |   associatedtype RequestType
   |                  `- note: protocol requires nested type 'RequestType'
 9 |   func createRequest<RequestType: Request>(
10 |     _ request: RequestType,
/host/spi-builder-workspace/Sources/PrchNIO/Session.swift:105:16: error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
103 | public extension APIClient where SessionType: EventLoopSession {
104 |   func request<ResponseType>(
105 |     _ request: APIRequest<ResponseType>
    |                `- error: generic type 'DeprecatedRequest' specialized with too few type parameters (got 1, but expected 2)
106 |   ) -> EventLoopFuture<ResponseType> {
107 |     var sessionRequest: SessionType.RequestType
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Deprecated/DeprecatedRequest.swift:4:12: note: generic type 'DeprecatedRequest' declared here
 2 |
 3 | @available(*, deprecated, message: "use `Request`")
 4 | open class DeprecatedRequest<
   |            `- note: generic type 'DeprecatedRequest' declared here
 5 |   ResponseType: Response, APIType
 6 | >: Request where ResponseType.APIType == APIType {
/host/spi-builder-workspace/Sources/PrchNIO/Session.swift:103:18: warning: 'APIClient' is deprecated: renamed to 'Client'
101 | }
102 |
103 | public extension APIClient where SessionType: EventLoopSession {
    |                  |- warning: 'APIClient' is deprecated: renamed to 'Client'
    |                  `- note: use 'Client' instead
104 |   func request<ResponseType>(
105 |     _ request: APIRequest<ResponseType>
BUILD FAILURE 6.1 linux