The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build SpinetailVapor, reference 0.1.1 (55d8de), with Swift 6.1 for Android on 28 May 2025 02:52:35 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/brightdigit/SpinetailVapor.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/SpinetailVapor
 * tag               0.1.1      -> FETCH_HEAD
HEAD is now at 55d8de4 Version 0.1.1
Cloned https://github.com/brightdigit/SpinetailVapor.git
Revision (git rev-parse @):
55d8de45bc3980ab5ead075d05d4d264faec0372
SUCCESS checkout https://github.com/brightdigit/SpinetailVapor.git at 0.1.1
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/brightdigit/SpinetailVapor.git
https://github.com/brightdigit/SpinetailVapor.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "spinetail",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/brightdigit/Spinetail"
    },
    {
      "identity" : "prchvapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/brightdigit/PrchVapor.git"
    }
  ],
  "manifest_display_name" : "SpinetailVapor",
  "name" : "SpinetailVapor",
  "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" : "SpinetailVapor",
      "targets" : [
        "SpinetailVapor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SpinetailVaporApp",
      "targets" : [
        "SpinetailVaporApp"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "SpinetailNIOApp",
      "targets" : [
        "SpinetailNIOApp"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SpinetailVaporApp",
      "module_type" : "SwiftTarget",
      "name" : "SpinetailVaporApp",
      "path" : "Sources/SpinetailVaporApp",
      "product_memberships" : [
        "SpinetailVaporApp"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "SpinetailVapor"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SpinetailVapor",
      "module_type" : "SwiftTarget",
      "name" : "SpinetailVapor",
      "path" : "Sources/SpinetailVapor",
      "product_dependencies" : [
        "Spinetail",
        "PrchVapor"
      ],
      "product_memberships" : [
        "SpinetailVapor",
        "SpinetailVaporApp"
      ],
      "sources" : [
        "Session.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SpinetailNIOApp",
      "module_type" : "SwiftTarget",
      "name" : "SpinetailNIOApp",
      "path" : "Sources/SpinetailNIOApp",
      "product_dependencies" : [
        "PrchVapor",
        "Spinetail"
      ],
      "product_memberships" : [
        "SpinetailNIOApp"
      ],
      "sources" : [
        "main.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/brightdigit/PrchVapor.git
Fetching https://github.com/brightdigit/Spinetail
[1/1793] Fetching prchvapor
[1794/16993] Fetching prchvapor, spinetail
Fetched https://github.com/brightdigit/PrchVapor.git from cache (0.69s)
[1368/15200] Fetching spinetail
Fetched https://github.com/brightdigit/Spinetail from cache (1.92s)
Computing version for https://github.com/brightdigit/PrchVapor.git
Computed https://github.com/brightdigit/PrchVapor.git at 0.1.1 (3.44s)
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/brightdigit/PrchNIO.git
[1/209] Fetching prchnio
Fetched https://github.com/brightdigit/PrchNIO.git from cache (0.32s)
[1/74378] Fetching vapor
Fetched https://github.com/vapor/vapor.git from cache (2.39s)
Computing version for https://github.com/brightdigit/PrchNIO.git
Computed https://github.com/brightdigit/PrchNIO.git at 0.1.1 (3.00s)
Fetching https://github.com/brightdigit/Prch.git
Fetching https://github.com/swift-server/async-http-client.git
[1/2495] Fetching prch
[2496/16509] Fetching prch, async-http-client
Fetched https://github.com/brightdigit/Prch.git from cache (0.81s)
[3784/14014] Fetching async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.20s)
Computing version for https://github.com/brightdigit/Prch.git
Computed https://github.com/brightdigit/Prch.git at 0.2.1 (1.76s)
Computing version for https://github.com/brightdigit/Spinetail
Computed https://github.com/brightdigit/Spinetail at 0.3.0 (0.65s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.60s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-extras.git
[1/5914] Fetching swift-nio-extras
[475/8581] Fetching swift-nio-extras, swift-nio-transport-services
[3106/10291] Fetching swift-nio-extras, swift-nio-transport-services, swift-atomics
[6446/16250] Fetching swift-nio-extras, swift-nio-transport-services, swift-atomics, swift-algorithms
[7171/20086] Fetching swift-nio-extras, swift-nio-transport-services, swift-atomics, swift-algorithms, swift-log
[8696/31613] Fetching swift-nio-extras, swift-nio-transport-services, swift-atomics, swift-algorithms, swift-log, swift-nio-http2
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.60s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.61s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio.git
[18361/27236] Fetching swift-nio-extras, swift-algorithms, swift-log, swift-nio-http2
Fetched https://github.com/apple/swift-log.git from cache (0.70s)
[16715/23400] Fetching swift-nio-extras, swift-algorithms, swift-nio-http2
[23401/38243] Fetching swift-nio-extras, swift-algorithms, swift-nio-http2, swift-nio-ssl
[24886/114298] Fetching swift-nio-extras, swift-algorithms, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.36s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.36s)
[18893/102425] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.38s)
[7663/90898] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.21s)
Fetched https://github.com/apple/swift-nio.git from cache (5.15s)
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 (7.35s)
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.84s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.77s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (0.82s)
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-certificates.git
[1/904] Fetching swift-http-types
[905/3330] Fetching swift-http-types, swift-service-lifecycle
[1100/8315] Fetching swift-http-types, swift-service-lifecycle, swift-async-algorithms
[1198/9456] Fetching swift-http-types, swift-service-lifecycle, swift-async-algorithms, swift-http-structured-headers
[1438/15611] Fetching swift-http-types, swift-service-lifecycle, swift-async-algorithms, swift-http-structured-headers, swift-certificates
[1463/17201] Fetching swift-http-types, swift-service-lifecycle, swift-async-algorithms, swift-http-structured-headers, swift-certificates, swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.48s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.50s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.50s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.50s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.51s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.72s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.29s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.57s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (0.68s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.04s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.25s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (2.00s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.31s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (4.25s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.54s)
Fetching https://github.com/apple/swift-numerics.git
[1/5691] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.50s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.04s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.82s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.38s)
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.90s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.57s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (1.67s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.91s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.86s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (0.65s)
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/vapor/routing-kit.git
[1/1063] Fetching swift-service-context
[405/4382] Fetching swift-service-context, multipart-kit
[1701/6991] Fetching swift-service-context, multipart-kit, websocket-kit
[2103/11965] Fetching swift-service-context, multipart-kit, websocket-kit, swift-distributed-tracing
[2568/32692] Fetching swift-service-context, multipart-kit, websocket-kit, swift-distributed-tracing, routing-kit
[3849/34898] Fetching swift-service-context, multipart-kit, websocket-kit, swift-distributed-tracing, routing-kit, swift-metrics
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.57s)
Fetching https://github.com/vapor/console-kit.git
[23673/29924] Fetching swift-service-context, multipart-kit, websocket-kit, routing-kit, swift-metrics
[28233/35501] Fetching swift-service-context, multipart-kit, websocket-kit, routing-kit, swift-metrics, console-kit
Fetched https://github.com/vapor/console-kit.git from cache (0.52s)
Fetching https://github.com/vapor/async-kit.git
Fetched https://github.com/apple/swift-metrics.git from cache (1.13s)
Fetched https://github.com/vapor/routing-kit.git from cache (1.15s)
[5321/6991] Fetching swift-service-context, multipart-kit, websocket-kit
[5322/9361] Fetching swift-service-context, multipart-kit, websocket-kit, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.36s)
[5332/6991] Fetching swift-service-context, multipart-kit, websocket-kit
Fetched https://github.com/apple/swift-service-context.git from cache (1.79s)
Fetched https://github.com/vapor/websocket-kit.git from cache (1.79s)
Fetched https://github.com/vapor/multipart-kit.git from cache (1.84s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (2.33s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.53s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.53s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (1.57s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.71s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.65s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.89s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.55s)
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.2
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/brightdigit/Spinetail
Working copy of https://github.com/brightdigit/Spinetail resolved at 0.3.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/brightdigit/PrchVapor.git
Working copy of https://github.com/brightdigit/PrchVapor.git resolved at 0.1.1
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-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-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
Creating working copy for https://github.com/brightdigit/PrchNIO.git
Working copy of https://github.com/brightdigit/PrchNIO.git resolved at 0.1.1
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.1
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
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-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-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.115.0
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.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
Building for debugging...
[0/898] Compiling a_dup.cc
[1/898] Compiling a_d2i_fp.cc
[2/898] Write sources
[3/898] Compiling _NumericsShims _NumericsShims.c
[4/898] Write sources
[8/898] Compiling _AtomicsShims.c
[8/898] Write sources
[56/898] Compiling a_mbstr.cc
[57/898] Compiling a_octet.cc
[58/898] Compiling CVaporBcrypt bcrypt.c
[59/898] Compiling CVaporBcrypt blf.c
[60/898] Compiling CSystem shims.c
[61/898] Compiling CNIOWindows WSAStartup.c
[62/898] Compiling CNIOWindows shim.c
[63/898] Compiling a_i2d_fp.cc
[64/898] Compiling CNIOWASI CNIOWASI.c
[65/898] Compiling a_int.cc
[66/898] Compiling a_gentm.cc
[67/898] Compiling CNIOLinux shim.c
[68/898] Compiling CNIOSHA1 c_nio_sha1.c
[69/898] Compiling CNIOLinux liburing_shims.c
[70/898] Compiling CNIOLLHTTP c_nio_http.c
[71/898] Compiling CNIODarwin shim.c
[72/898] Write swift-version-24593BA9C3E375BF.txt
[73/898] Compiling CNIOExtrasZlib empty.c
[74/898] Compiling a_object.cc
[75/898] Compiling CNIOLLHTTP c_nio_api.c
[76/898] Compiling fiat_p256_adx_mul.S
[77/898] Compiling fiat_p256_adx_sqr.S
[78/898] Compiling fiat_curve25519_adx_square.S
[79/987] Compiling CNIOLLHTTP c_nio_llhttp.c
[80/992] Compiling CNIOBoringSSLShims shims.c
[82/1006] Emitting module Logging
[83/1006] Compiling _NIODataStructures PriorityQueue.swift
[84/1006] Compiling Logging LogHandler.swift
[85/1006] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[86/1006] Compiling InternalCollectionsUtilities Debugging.swift
[87/1006] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[88/1006] Compiling InternalCollectionsUtilities _SortedCollection.swift
[89/1007] Compiling _NIODataStructures _TinyArray.swift
[90/1007] Compiling ServiceContextModule ServiceContext.swift
[91/1007] Emitting module ServiceContextModule
[92/1007] Compiling SystemPackage MachPort.swift
[93/1007] Compiling SystemPackage PlatformString.swift
[94/1007] Compiling SystemPackage SystemString.swift
[95/1010] Compiling ServiceContextModule ServiceContextKey.swift
[98/1010] Compiling InternalCollectionsUtilities Descriptions.swift
[99/1010] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[100/1010] Emitting module InternalCollectionsUtilities
[101/1010] Compiling RealModule Float16+Real.swift
[102/1012] Compiling _NIOBase64 Base64.swift
[103/1012] Emitting module _NIOBase64
[104/1013] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[105/1013] Compiling InternalCollectionsUtilities UInt+reversed.swift
[106/1013] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[107/1013] Compiling InternalCollectionsUtilities Integer rank.swift
[108/1013] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[109/1013] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[110/1013] Compiling RealModule Float+Real.swift
[111/1013] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[118/1013] Compiling RealModule Float80+Real.swift
[119/1013] Emitting module SystemPackage
[124/1013] Compiling RealModule Real.swift
[125/1013] Emitting module RealModule
[131/1013] Compiling RealModule ElementaryFunctions.swift
[132/1013] Compiling _NIODataStructures Heap.swift
[133/1013] Emitting module _NIODataStructures
[135/1014] Compiling RealModule RealFunctions.swift
[136/1015] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[139/1025] Wrapping AST for _NIOBase64 for debugging
[140/1025] Wrapping AST for _NIODataStructures for debugging
[142/1025] Emitting module Prch
[143/1025] Compiling SystemPackage Util+StringArray.swift
[144/1025] Compiling SystemPackage Util.swift
[145/1025] Compiling SystemPackage UtilConsumers.swift
[145/1030] Wrapping AST for ServiceContextModule for debugging
[147/1030] Emitting module Instrumentation
[148/1085] Compiling Instrumentation NoOpInstrument.swift
[149/1153] Compiling Instrumentation InstrumentationSystem.swift
[150/1153] Compiling Instrumentation MultiplexInstrument.swift
[151/1160] Compiling HeapModule Heap+Descriptions.swift
[152/1160] Compiling HeapModule _HeapNode.swift
[153/1160] Compiling HeapModule Heap.swift
[154/1160] Emitting module HeapModule
[155/1160] Compiling _RopeModule BigString+Insert.swift
[156/1160] Compiling _RopeModule BigString+Managing Breaks.swift
[157/1160] Compiling _RopeModule BigString+RemoveSubrange.swift
[158/1160] Compiling _RopeModule BigString+ReplaceSubrange.swift
[159/1160] Compiling _RopeModule BigString+Split.swift
[160/1160] Compiling _RopeModule Range+BigString.swift
[161/1160] Compiling _RopeModule BigString+UTF16View.swift
[162/1167] Compiling HeapModule Heap+Invariants.swift
[163/1167] Compiling HeapModule Heap+UnsafeHandle.swift
[164/1167] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[165/1168] Compiling _RopeModule BigString+UTF8View.swift
[166/1168] Compiling _RopeModule BigString+UnicodeScalarView.swift
[167/1168] Compiling _RopeModule BigSubstring+UTF16View.swift
[168/1168] Compiling _RopeModule BigSubstring+UTF8View.swift
[169/1168] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[170/1168] Compiling _RopeModule BigSubstring.swift
[171/1168] Compiling _RopeModule Rope+Builder.swift
[173/1168] Compiling CoreMetrics Metrics.swift
[174/1168] Compiling _RopeModule BigString+Iterators.swift
[175/1168] Compiling _RopeModule BigString+Metrics.swift
[176/1168] Compiling _RopeModule BigString+Summary.swift
[177/1168] Compiling _RopeModule BigString.swift
[178/1168] Compiling _RopeModule BigString+Comparable.swift
[179/1168] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[180/1168] Compiling _RopeModule BigString+CustomStringConvertible.swift
[181/1168] Compiling _RopeModule BigString+Equatable.swift
[182/1168] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[183/1168] Compiling _RopeModule BigString+Hashing.swift
[184/1168] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[185/1168] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[186/1168] Compiling _RopeModule BigString+Sequence.swift
[187/1168] Compiling _RopeModule BigString+TextOutputStream.swift
[188/1168] Compiling _RopeModule BigString+Append.swift
[189/1168] Compiling _RopeModule BigString+Initializers.swift
[190/1169] Compiling _RopeModule Rope+Debugging.swift
[191/1169] Compiling _RopeModule Rope+Invariants.swift
[192/1169] Compiling _RopeModule Rope+_Node.swift
[193/1169] Compiling _RopeModule Rope+_Storage.swift
[194/1169] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[195/1169] Compiling _RopeModule Rope+_UnsafeHandle.swift
[196/1169] Compiling _RopeModule Rope.swift
[197/1169] Compiling _RopeModule RopeElement.swift
[198/1169] Compiling _RopeModule BigString+Chunk.swift
[199/1169] Compiling _RopeModule BigString+BidirectionalCollection.swift
[200/1169] Compiling _RopeModule BigString+Builder.swift
[201/1169] Compiling _RopeModule BigString+Contents.swift
[202/1169] Compiling _RopeModule BigString+Debugging.swift
[203/1169] Compiling _RopeModule BigString+Index.swift
[204/1169] Compiling _RopeModule BigString+Ingester.swift
[205/1169] Compiling _RopeModule BigString+Invariants.swift
[206/1244] Compiling Logging MetadataProvider.swift
[207/1244] Compiling Logging Locks.swift
[208/1244] Compiling CoreMetrics Locks.swift
[209/1244] Emitting module CoreMetrics
[210/1244] Compiling Instrumentation Locks.swift
[211/1244] Compiling Instrumentation Instrument.swift
[212/1246] Compiling HashTreeCollections _HashTreeStatistics.swift
[213/1246] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[214/1246] Compiling HashTreeCollections _RawHashNode.swift
[215/1246] Compiling HashTreeCollections _UnmanagedHashNode.swift
[216/1246] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[217/1246] Compiling HashTreeCollections _HashNode+Structural union.swift
[218/1246] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[219/1246] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[220/1246] Compiling HashTreeCollections _UnsafePath.swift
[221/1246] Compiling HashTreeCollections TreeDictionary+Codable.swift
[222/1246] Compiling HashTreeCollections TreeDictionary+Collection.swift
[223/1246] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[224/1246] Compiling Logging Logging.swift
[228/1248] Compiling HashTreeCollections TreeSet+Hashable.swift
[229/1248] Compiling HashTreeCollections TreeSet+Sendable.swift
[230/1248] Compiling HashTreeCollections TreeSet+Sequence.swift
[231/1248] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[232/1248] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[233/1248] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[234/1248] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[235/1248] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[236/1248] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[237/1248] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[239/1258] Compiling HashTreeCollections TreeDictionary+Values.swift
[240/1258] Compiling HashTreeCollections TreeDictionary.swift
[241/1258] Compiling HashTreeCollections TreeSet+Codable.swift
[242/1258] Compiling HashTreeCollections TreeSet+Collection.swift
[243/1258] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[244/1258] Compiling HashTreeCollections TreeSet+Debugging.swift
[245/1258] Compiling HashTreeCollections TreeSet+Descriptions.swift
[246/1258] Compiling HashTreeCollections _AncestorHashSlots.swift
[247/1258] Compiling HashTreeCollections _Bitmap.swift
[248/1258] Compiling HashTreeCollections _Bucket.swift
[249/1258] Compiling HashTreeCollections _Hash.swift
[250/1258] Compiling HashTreeCollections _HashLevel.swift
[251/1258] Compiling HashTreeCollections _HashNode+Builder.swift
[252/1258] Compiling HashTreeCollections _HashNode+Debugging.swift
[253/1258] Compiling HashTreeCollections _HashNode+Initializers.swift
[253/1258] Wrapping AST for RealModule for debugging
[263/1258] Compiling HashTreeCollections _HashNode+Invariants.swift
[264/1258] Compiling HashTreeCollections _HashNode+Lookups.swift
[265/1270] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[266/1270] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[267/1270] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[272/1270] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[273/1270] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[274/1270] Compiling HashTreeCollections _HashNode.swift
[281/1270] Compiling HashTreeCollections TreeSet+Equatable.swift
[282/1270] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[283/1270] Compiling HashTreeCollections TreeSet+Extras.swift
[284/1270] Compiling HashTreeCollections TreeSet+Filter.swift
[294/1282] Compiling HashTreeCollections TreeDictionary+Keys.swift
[295/1282] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[296/1282] Compiling HashTreeCollections TreeDictionary+Merge.swift
[297/1282] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[298/1282] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[303/1282] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[304/1282] Compiling HashTreeCollections _HashNode+Structural filter.swift
[305/1282] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[306/1282] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[307/1282] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[308/1292] Compiling DequeModule Deque._UnsafeHandle.swift
[309/1292] Compiling DequeModule Deque.swift
[310/1292] Compiling DequeModule _DequeBuffer.swift
[311/1292] Compiling DequeModule _DequeBufferHeader.swift
[318/1297] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[319/1297] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[320/1297] Compiling HashTreeCollections TreeDictionary+Filter.swift
[321/1297] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[322/1297] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[329/1298] Emitting module OrderedCollections
[330/1299] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[331/1299] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[332/1299] Compiling HashTreeCollections _HashNode+Structural merge.swift
[348/1299] Compiling DequeModule Deque+CustomReflectable.swift
[349/1299] Compiling DequeModule Deque+Descriptions.swift
[350/1301] Compiling DequeModule Deque+Equatable.swift
[351/1301] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[352/1301] Compiling DequeModule Deque+Testing.swift
[353/1301] Compiling DequeModule Deque._Storage.swift
[356/1301] Compiling DequeModule Deque+Codable.swift
[357/1301] Compiling DequeModule Deque+Collection.swift
[360/1301] Compiling DequeModule Deque+Extras.swift
[361/1301] Compiling DequeModule Deque+Hashable.swift
[364/1301] Compiling Metrics Metrics.swift
[371/1301] Compiling HashTreeCollections _HashNodeHeader.swift
[372/1301] Compiling HashTreeCollections _HashSlot.swift
[373/1301] Compiling HashTreeCollections _HashStack.swift
[374/1301] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[375/1301] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[376/1301] Compiling HashTreeCollections _HashNode+Storage.swift
[377/1302] Emitting module _RopeModule
[378/1302] Compiling RoutingKit Router.swift
[378/1302] Wrapping AST for SystemPackage for debugging
[380/1302] Compiling Tracing InstrumentationSystem+Tracing.swift
[381/1302] Emitting module Metrics
[381/1303] Wrapping AST for OrderedCollections for debugging
[383/1303] Compiling Tracing TracingTime.swift
[384/1303] Emitting module RoutingKit
[385/1303] Compiling RoutingKit AnyRouter.swift
[388/1303] Emitting module Tracing
[389/1303] Compiling _RopeModule _CharacterRecognizer.swift
[390/1303] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[391/1303] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[392/1303] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[393/1303] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[394/1303] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[395/1303] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[396/1303] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[397/1303] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[398/1303] Compiling HashTreeCollections TreeSet.swift
[399/1303] Compiling RoutingKit Parameters.swift
[400/1303] Compiling RoutingKit PathComponent.swift
[404/1303] Wrapping AST for Logging for debugging
[406/1303] Compiling Tracing TracerProtocol+Legacy.swift
[407/1303] Compiling Tracing TracerProtocol.swift
[408/1303] Compiling Tracing Tracer.swift
[408/1303] Wrapping AST for InternalCollectionsUtilities for debugging
[410/1303] Compiling DequeModule _DequeSlot.swift
[411/1303] Compiling DequeModule _UnsafeWrappedBuffer.swift
[411/1303] Wrapping AST for Prch for debugging
[413/1327] Emitting module DequeModule
[414/1349] Compiling Spinetail GetCampaigns.swift
[415/1349] Compiling Spinetail GetCampaignsId.swift
[416/1349] Compiling Spinetail GetCampaignsIdContent.swift
[417/1349] Compiling Spinetail GetCampaignsIdFeedback.swift
[418/1349] Compiling Spinetail GetCampaignsIdFeedbackId.swift
[419/1349] Compiling Spinetail GetCampaignsIdSendChecklist.swift
[420/1349] Compiling Spinetail PatchCampaignsId.swift
[421/1349] Compiling Spinetail PatchCampaignsIdFeedbackId.swift
[422/1349] Compiling Spinetail PostCampaigns.swift
[423/1349] Compiling Spinetail PostCampaignsIdActionsCancelSend.swift
[424/1349] Compiling Spinetail PostCampaignsIdActionsCreateResend.swift
[424/1395] Wrapping AST for Metrics for debugging
[425/1472] Wrapping AST for HeapModule for debugging
[427/1472] Compiling RoutingKit TrieRouter.swift
[428/1473] Compiling Spinetail Mailchimp.API.swift
[429/1473] Compiling Spinetail Mailchimp.swift
[429/1473] Wrapping AST for Instrumentation for debugging
[431/1473] Compiling Spinetail PostCampaignFolders.swift
[432/1473] Compiling Spinetail DeleteCampaignsId.swift
[433/1473] Compiling Spinetail DeleteCampaignsIdFeedbackId.swift
[435/1474] Compiling fiat_curve25519_adx_mul.S
[436/1474] Wrapping AST for CoreMetrics for debugging
[439/1474] Compiling Tracing NoOpTracer.swift
[440/1474] Compiling Tracing SpanProtocol.swift
[440/1475] Wrapping AST for RoutingKit for debugging
[442/1475] Wrapping AST for DequeModule for debugging
[443/1475] Wrapping AST for Tracing for debugging
[445/1475] Compiling Spinetail GetListsIdWebhooks.swift
[446/1475] Compiling Spinetail GetListsIdWebhooksId.swift
[447/1475] Compiling Spinetail PatchListsId.swift
[448/1475] Compiling Spinetail PatchListsIdInterestCategoriesId.swift
[449/1475] Compiling Spinetail PatchListsIdInterestCategoriesIdInterestsId.swift
[450/1475] Compiling Spinetail GetReportsId.swift
[451/1475] Compiling Spinetail GetReportsIdAbuseReportsId.swift
[452/1475] Compiling Spinetail GetReportsIdAbuseReportsIdId.swift
[453/1475] Compiling Spinetail GetReportsIdAdvice.swift
[454/1475] Compiling Spinetail PostCampaignsIdActionsPause.swift
[455/1475] Compiling Spinetail PostCampaignsIdActionsReplicate.swift
[456/1475] Compiling Spinetail PostCampaignsIdActionsResume.swift
[457/1475] Compiling Spinetail PostCampaignsIdActionsSchedule.swift
[458/1475] Compiling Spinetail PostCampaignsIdActionsSend.swift
[459/1475] Compiling Spinetail PostCampaignsIdActionsTest.swift
[460/1475] Compiling Spinetail PostCampaignsIdActionsUnschedule.swift
[461/1475] Compiling Spinetail PostCampaignsIdFeedback.swift
[462/1475] Compiling Spinetail PutCampaignsIdContent.swift
[463/1475] Compiling Spinetail DeleteListsId.swift
[464/1475] Compiling Spinetail DeleteListsIdInterestCategoriesId.swift
[465/1475] Compiling Spinetail DeleteListsIdInterestCategoriesIdInterestsId.swift
[466/1475] Compiling Spinetail DeleteListsIdMembersId.swift
[467/1475] Compiling Spinetail DeleteListsIdMembersIdNotesId.swift
[468/1475] Compiling Spinetail DeleteListsIdMergeFieldsId.swift
[469/1475] Compiling Spinetail DeleteListsIdSegmentsId.swift
[470/1475] Compiling Spinetail DeleteListsIdSegmentsIdMembersId.swift
[471/1475] Compiling Spinetail DeleteListsIdWebhooksId.swift
[472/1475] Compiling Spinetail GetListMemberTags.swift
[473/1475] Compiling Spinetail GetLists.swift
[474/1475] Compiling Spinetail GetListsId.swift
[475/1475] Compiling Spinetail GetListsIdAbuseReports.swift
[478/1475] Compiling Spinetail DefaultResponse.swift
[479/1475] Compiling Spinetail Links.swift
[480/1475] Compiling Spinetail DeleteCampaignFoldersId.swift
[481/1475] Compiling Spinetail GetCampaignFolders.swift
[482/1475] Compiling Spinetail GetCampaignFoldersId.swift
[483/1475] Compiling Spinetail PatchCampaignFoldersId.swift
[501/1475] Compiling Spinetail GetListsIdAbuseReportsId.swift
[502/1475] Compiling Spinetail GetListsIdActivity.swift
[503/1475] Compiling Spinetail GetListsIdClients.swift
[504/1475] Compiling Spinetail GetListsIdGrowthHistory.swift
[505/1475] Compiling Spinetail GetListsIdGrowthHistoryId.swift
[505/1476] Compiling tls_record.cc
[506/1476] Compiling tls_method.cc
[508/1476] Wrapping AST for _RopeModule for debugging
[510/1476] Emitting module HashTreeCollections
[511/1477] Compiling tls13_server.cc
[512/1477] Wrapping AST for HashTreeCollections for debugging
[513/1477] Compiling tls13_enc.cc
[514/1477] Compiling tls13_both.cc
[515/1477] Compiling ssl_versions.cc
[516/1477] Compiling tls13_client.cc
[517/1477] Compiling t1_enc.cc
[518/1477] Compiling ssl_stat.cc
[519/1477] Compiling ssl_transcript.cc
[520/1477] Compiling ssl_x509.cc
[521/1477] Compiling ssl_privkey.cc
[522/1477] Compiling ssl_key_share.cc
[523/1477] Compiling ssl_file.cc
[524/1477] Compiling ssl_session.cc
[525/1477] Compiling ssl_credential.cc
[526/1477] Compiling ssl_cipher.cc
[527/1477] Compiling ssl_lib.cc
[528/1477] Compiling ssl_cert.cc
[529/1477] Compiling ssl_asn1.cc
[530/1477] Compiling ssl_buffer.cc
[531/1477] Compiling s3_pkt.cc
[532/1477] Compiling ssl_aead_ctx.cc
[533/1477] Compiling handshake_server.cc
[534/1477] Compiling s3_lib.cc
[535/1477] Compiling s3_both.cc
[536/1477] Compiling handshake.cc
[537/1477] Compiling handshake_client.cc
[538/1477] Compiling dtls_method.cc
[539/1477] Compiling handoff.cc
[540/1477] Compiling d1_srtp.cc
[541/1477] Compiling encrypted_client_hello.cc
[542/1477] Compiling md5-x86_64-linux.S
[543/1477] Compiling md5-x86_64-apple.S
[544/1477] Compiling dtls_record.cc
[545/1477] Compiling md5-586-linux.S
[546/1477] Compiling md5-586-apple.S
[547/1477] Compiling extensions.cc
[548/1477] Compiling chacha20_poly1305_x86_64-linux.S
[549/1477] Compiling chacha20_poly1305_x86_64-apple.S
[550/1477] Compiling chacha20_poly1305_armv8-win.S
[551/1477] Compiling chacha20_poly1305_armv8-linux.S
[552/1477] Compiling chacha20_poly1305_armv8-apple.S
[553/1477] Compiling chacha-x86_64-linux.S
[554/1477] Compiling chacha-x86_64-apple.S
[555/1477] Compiling chacha-x86-linux.S
[556/1477] Compiling chacha-x86-apple.S
[557/1477] Compiling bio_ssl.cc
[558/1477] Compiling chacha-armv8-win.S
[559/1477] Compiling chacha-armv4-linux.S
[560/1477] Compiling chacha-armv8-apple.S
[561/1477] Compiling chacha-armv8-linux.S
[562/1477] Compiling err_data.cc
[563/1477] Compiling aes128gcmsiv-x86_64-linux.S
[564/1477] Compiling aes128gcmsiv-x86_64-apple.S
[565/1477] Compiling x86_64-mont5-linux.S
[566/1477] Compiling x86_64-mont5-apple.S
[567/1477] Compiling x86_64-mont-linux.S
[568/1477] Compiling x86_64-mont-apple.S
[569/1477] Compiling x86-mont-linux.S
[570/1477] Compiling d1_pkt.cc
[571/1477] Compiling d1_lib.cc
[572/1477] Compiling x86-mont-apple.S
[573/1477] Compiling vpaes-x86_64-linux.S
[574/1477] Compiling d1_both.cc
[575/1477] Compiling vpaes-x86_64-apple.S
[576/1477] Compiling vpaes-x86-linux.S
[577/1477] Compiling vpaes-x86-apple.S
[577/1477] Compiling vpaes-armv8-win.S
[579/1477] Compiling vpaes-armv8-apple.S
[580/1477] Compiling vpaes-armv8-linux.S
[581/1477] Compiling sha512-x86_64-linux.S
[582/1477] Compiling vpaes-armv7-linux.S
[583/1477] Compiling sha512-armv8-win.S
[583/1477] Compiling sha512-x86_64-apple.S
[585/1477] Compiling sha512-armv4-linux.S
[586/1477] Compiling sha512-armv8-apple.S
[587/1477] Compiling sha512-armv8-linux.S
[588/1477] Compiling sha512-586-linux.S
[589/1477] Compiling sha256-x86_64-apple.S
[590/1477] Compiling sha256-armv8-linux.S
[591/1477] Compiling sha256-armv8-win.S
[592/1477] Compiling sha512-586-apple.S
[593/1477] Compiling sha256-armv4-linux.S
[594/1477] Compiling sha256-x86_64-linux.S
[595/1477] Compiling sha256-armv8-apple.S
[596/1477] Compiling sha256-586-linux.S
[597/1477] Compiling sha256-586-apple.S
[598/1477] Compiling sha1-armv8-win.S
[599/1477] Compiling sha1-x86_64-linux.S
[600/1477] Compiling sha1-x86_64-apple.S
[601/1477] Compiling sha1-armv8-apple.S
[602/1477] Compiling sha1-armv4-large-linux.S
[603/1477] Compiling sha1-586-linux.S
[604/1477] Compiling rsaz-avx2-linux.S
[605/1477] Compiling sha1-586-apple.S
[606/1477] Compiling rdrand-x86_64-linux.S
[607/1477] Compiling rsaz-avx2-apple.S
[608/1477] Compiling p256_beeu-x86_64-asm-linux.S
[609/1477] Compiling p256_beeu-x86_64-asm-apple.S
[610/1477] Compiling p256_beeu-armv8-asm-win.S
[611/1477] Compiling sha1-armv8-linux.S
[612/1477] Compiling rdrand-x86_64-apple.S
[613/1477] Compiling p256_beeu-armv8-asm-linux.S
[614/1477] Compiling p256_beeu-armv8-asm-apple.S
[615/1477] Compiling p256-x86_64-asm-linux.S
[616/1477] Compiling p256-x86_64-asm-apple.S
[617/1477] Compiling p256-armv8-asm-apple.S
[618/1477] Compiling ghashv8-armv8-win.S
[618/1477] Compiling p256-armv8-asm-win.S
[620/1477] Compiling ghashv8-armv8-linux.S
[621/1477] Compiling p256-armv8-asm-linux.S
[622/1477] Compiling ghashv8-armv7-linux.S
[623/1477] Compiling ghashv8-armv8-apple.S
[624/1477] Compiling ghash-x86_64-linux.S
[625/1477] Compiling ghash-x86-linux.S
[626/1477] Compiling ghash-x86-apple.S
[626/1477] Compiling ghash-x86_64-apple.S
[628/1477] Compiling ghash-ssse3-x86_64-linux.S
[629/1477] Compiling ghash-ssse3-x86_64-apple.S
[630/1477] Compiling ghash-ssse3-x86-apple.S
[631/1477] Compiling ghash-ssse3-x86-linux.S
[632/1477] Compiling ghash-neon-armv8-win.S
[633/1477] Compiling ghash-armv4-linux.S
[634/1477] Compiling ghash-neon-armv8-linux.S
[635/1477] Compiling ghash-neon-armv8-apple.S
[636/1477] Compiling co-586-apple.S
[637/1477] Compiling co-586-linux.S
[638/1477] Compiling bn-armv8-apple.S
[639/1477] Compiling bn-armv8-win.S
[640/1477] Compiling bn-armv8-linux.S
[641/1477] Compiling bsaes-armv7-linux.S
[642/1477] Compiling bn-586-linux.S
[643/1477] Compiling bn-586-apple.S
[644/1477] Compiling armv8-mont-win.S
[645/1477] Compiling armv4-mont-linux.S
[646/1477] Compiling armv8-mont-linux.S
[647/1477] Compiling armv8-mont-apple.S
[648/1477] Compiling aesv8-gcm-armv8-win.S
[649/1477] Compiling aesv8-gcm-armv8-apple.S
[650/1477] Compiling aesv8-armv8-win.S
[651/1477] Compiling aesv8-gcm-armv8-linux.S
[652/1477] Compiling aesv8-armv7-linux.S
[677/1477] Compiling aesni-x86_64-linux.S
[678/1477] Compiling aesni-x86_64-apple.S
[679/1496] Compiling aesv8-armv8-apple.S
[680/1498] Compiling aesv8-armv8-linux.S
[681/1500] Compiling aesni-x86-linux.S
[682/1500] Compiling aesni-gcm-x86_64-linux.S
[683/1500] Compiling aesni-x86-apple.S
[684/1500] Compiling aesni-gcm-x86_64-apple.S
[685/1500] Compiling aes-gcm-avx10-x86_64-apple.S
[686/1500] Compiling aes-gcm-avx10-x86_64-linux.S
[687/1500] Compiling aes-gcm-avx2-x86_64-apple.S
[688/1500] Compiling aes-gcm-avx2-x86_64-linux.S
[689/1500] Compiling x_pubkey.cc
[690/1500] Compiling x_sig.cc
[691/1500] Compiling x_x509a.cc
[692/1500] Compiling x_x509.cc
[693/1500] Compiling x_val.cc
[694/1500] Compiling x_spki.cc
[695/1500] Compiling x_req.cc
[696/1500] Compiling x_attrib.cc
[697/1500] Compiling x_name.cc
[698/1500] Compiling x509spki.cc
[699/1500] Compiling x_all.cc
[700/1500] Compiling x_crl.cc
[701/1500] Compiling x_exten.cc
[702/1500] Compiling x509name.cc
[703/1500] Compiling x_algor.cc
[704/1500] Compiling x509rset.cc
[705/1500] Compiling x509_vfy.cc
[706/1500] Compiling x509cset.cc
[707/1500] Compiling x509_vpm.cc
[708/1500] Compiling x509_set.cc
[709/1500] Compiling x509_txt.cc
[711/1500] Compiling Spinetail PatchAutomationEmailWorkflowId.swift
[712/1500] Compiling Spinetail PostAutomations.swift
[713/1500] Compiling Spinetail PostAutomationsIdActionsPauseAllEmails.swift
[714/1500] Compiling Spinetail PostAutomationsIdActionsStartAllEmails.swift
[715/1500] Compiling Spinetail PostAutomationsIdEmailsIdActionsPause.swift
[716/1500] Compiling Spinetail PostAutomationsIdEmailsIdActionsStart.swift
[717/1500] Compiling Spinetail PostAutomationsIdEmailsIdQueue.swift
[718/1500] Compiling Spinetail PostAutomationsIdRemovedSubscribers.swift
[719/1500] Compiling Spinetail DeleteBatchWebhookId.swift
[720/1500] Compiling Spinetail GetBatchWebhook.swift
[721/1500] Compiling Spinetail GetBatchWebhooks.swift
[722/1500] Compiling Spinetail PatchBatchWebhooks.swift
[723/1500] Compiling Spinetail PostBatchWebhooks.swift
[724/1500] Compiling Spinetail DeleteBatchesId.swift
[725/1500] Compiling Spinetail GetBatches.swift
[726/1500] Compiling Spinetail GetBatchesId.swift
[727/1500] Compiling Spinetail PostBatches.swift
[728/1500] Compiling Spinetail DeleteConnectedSitesId.swift
[729/1500] Compiling Spinetail GetConnectedSites.swift
[730/1500] Compiling Spinetail GetConnectedSitesId.swift
[731/1500] Compiling Spinetail PostConnectedSites.swift
[732/1500] Compiling Spinetail PostConnectedSitesIdActionsVerifyScriptInstallation.swift
[733/1500] Compiling Spinetail GetConversations.swift
[734/1500] Compiling Spinetail GetConversationsId.swift
[734/1523] Compiling x509_v3.cc
[735/1523] Compiling x509_trs.cc
[736/1523] Compiling x509_obj.cc
[737/1523] Compiling x509_req.cc
[738/1523] Compiling x509_ext.cc
[740/1523] Compiling Spinetail DeleteTemplateFoldersId.swift
[741/1523] Compiling Spinetail GetTemplateFolders.swift
[742/1523] Compiling Spinetail GetTemplateFoldersId.swift
[743/1523] Compiling Spinetail PatchTemplateFoldersId.swift
[744/1523] Compiling Spinetail PostTemplateFolders.swift
[745/1523] Compiling Spinetail DeleteTemplatesId.swift
[746/1523] Compiling Spinetail GetTemplates.swift
[747/1523] Compiling Spinetail GetTemplatesId.swift
[748/1523] Compiling Spinetail GetTemplatesIdDefaultContent.swift
[749/1523] Compiling Spinetail PatchTemplatesId.swift
[750/1523] Compiling Spinetail PostTemplates.swift
[751/1523] Compiling Spinetail GetActivityFeedChimpChatter.swift
[752/1523] Compiling Spinetail GetAuthorizedApps.swift
[753/1523] Compiling Spinetail GetAuthorizedAppsId.swift
[754/1523] Compiling Spinetail ArchiveAutomations.swift
[755/1523] Compiling Spinetail DeleteAutomationsIdEmailsId.swift
[756/1523] Compiling Spinetail GetAutomations.swift
[757/1523] Compiling Spinetail GetAutomationsId.swift
[758/1523] Compiling Spinetail GetAutomationsIdEmails.swift
[759/1523] Compiling Spinetail GetAutomationsIdEmailsId.swift
[760/1523] Compiling Spinetail GetAutomationsIdEmailsIdQueue.swift
[761/1523] Compiling Spinetail GetAutomationsIdEmailsIdQueueId.swift
[762/1523] Compiling Spinetail GetAutomationsIdRemovedSubscribers.swift
[763/1523] Compiling Spinetail GetAutomationsIdRemovedSubscribersId.swift
[763/1546] Compiling x509_lu.cc
[764/1546] Compiling x509_d2.cc
[765/1546] Compiling x509_def.cc
[766/1546] Compiling x509.cc
[767/1546] Compiling x509_cmp.cc
[768/1546] Compiling v3_utl.cc
[769/1546] Compiling x509_att.cc
[770/1546] Compiling v3_purp.cc
[771/1546] Compiling v3_prn.cc
[772/1546] Compiling v3_pmaps.cc
[773/1546] Compiling v3_skey.cc
[774/1546] Compiling v3_pcons.cc
[775/1546] Compiling v3_ocsp.cc
[776/1546] Compiling v3_ncons.cc
[777/1546] Compiling v3_info.cc
[778/1546] Compiling v3_genn.cc
[779/1546] Compiling v3_lib.cc
[780/1546] Compiling v3_extku.cc
[781/1546] Compiling v3_int.cc
[782/1546] Compiling v3_ia5.cc
[783/1546] Compiling v3_enum.cc
[784/1546] Compiling v3_bitst.cc
[785/1546] Compiling v3_conf.cc
[786/1546] Compiling v3_cpols.cc
[787/1546] Compiling v3_crld.cc
[788/1546] Compiling v3_bcons.cc
[789/1546] Compiling v3_akeya.cc
[790/1546] Compiling v3_akey.cc
[791/1546] Compiling v3_alt.cc
[792/1546] Compiling t_x509a.cc
[793/1546] Compiling i2d_pr.cc
[794/1546] Compiling t_req.cc
[795/1546] Compiling t_x509.cc
[796/1546] Compiling policy.cc
[797/1546] Compiling name_print.cc
[798/1546] Compiling t_crl.cc
[798/1546] Compiling rsa_pss.cc
[800/1546] Compiling by_file.cc
[801/1546] Compiling a_sign.cc
[802/1546] Compiling by_dir.cc
[803/1546] Compiling algorithm.cc
[804/1546] Compiling a_verify.cc
[805/1546] Compiling trust_token.cc
[805/1546] Compiling voprf.cc
[807/1546] Compiling asn1_gen.cc
[808/1546] Compiling thread_pthread.cc
[809/1546] Compiling a_digest.cc
[810/1546] Compiling thread_win.cc
[811/1546] Compiling thread_none.cc
[812/1546] Compiling thread.cc
[813/1546] Compiling stack.cc
[814/1546] Compiling slhdsa.cc
[815/1546] Compiling pmbtoken.cc
[816/1546] Compiling spake2plus.cc
[817/1546] Compiling sha512.cc
[818/1546] Compiling rsa_crypt.cc
[819/1546] Compiling siphash.cc
[820/1546] Compiling rsa_extra.cc
[821/1546] Compiling sha256.cc
[822/1546] Compiling rsa_print.cc
[823/1546] Compiling sha1.cc
[824/1546] Compiling rc4.cc
[825/1546] Compiling windows.cc
[826/1546] Compiling refcount.cc
[827/1546] Compiling trusty.cc
[828/1546] Compiling urandom.cc
[829/1546] Compiling rand.cc
[830/1546] Compiling rsa_asn1.cc
[831/1546] Compiling deterministic.cc
[832/1546] Compiling passive.cc
[833/1546] Compiling poly1305_arm_asm.S
[834/1546] Compiling ios.cc
[835/1546] Compiling getentropy.cc
[836/1546] Compiling poly1305_arm.cc
[837/1546] Compiling poly1305_vec.cc
[838/1546] Compiling fork_detect.cc
[839/1546] Compiling forkunsafe.cc
[840/1546] Compiling pool.cc
[841/1546] Compiling poly1305.cc
[842/1546] Compiling pkcs8_x509.cc
[843/1546] Compiling pem_xaux.cc
[846/1546] Compiling Spinetail GetListsIdInterestCategories.swift
[847/1546] Compiling Spinetail GetListsIdInterestCategoriesId.swift
[848/1546] Compiling Spinetail GetListsIdInterestCategoriesIdInterests.swift
[849/1546] Compiling Spinetail GetListsIdInterestCategoriesIdInterestsId.swift
[850/1546] Compiling Spinetail GetListsIdLocations.swift
[851/1546] Compiling Spinetail GetListsIdMembers.swift
[852/1546] Compiling Spinetail GetListsIdMembersId.swift
[853/1546] Compiling Spinetail GetListsIdMembersIdActivity.swift
[854/1546] Compiling Spinetail GetListsIdMembersIdActivityFeed.swift
[855/1546] Compiling Spinetail GetListsIdMembersIdEvents.swift
[856/1546] Compiling Spinetail GetListsIdMembersIdGoals.swift
[857/1546] Compiling Spinetail GetListsIdMembersIdNotes.swift
[858/1546] Compiling Spinetail GetListsIdMembersIdNotesId.swift
[859/1546] Compiling Spinetail GetListsIdMergeFields.swift
[860/1546] Compiling Spinetail GetListsIdMergeFieldsId.swift
[861/1546] Compiling Spinetail GetListsIdSegmentsId.swift
[862/1546] Compiling Spinetail GetListsIdSegmentsIdMembers.swift
[863/1546] Compiling Spinetail GetListsIdSignupForms.swift
[868/1569] Compiling pkcs8.cc
[869/1569] Compiling p5_pbev2.cc
[870/1569] Compiling pkcs7.cc
[871/1569] Compiling pkcs7_x509.cc
[872/1569] Compiling pem_x509.cc
[873/1569] Compiling pem_lib.cc
[874/1569] Compiling pem_pk8.cc
[875/1569] Compiling mlkem.cc
[876/1569] Compiling obj_xref.cc
[877/1569] Compiling pem_info.cc
[879/1569] Compiling Spinetail PatchListsIdMembersId.swift
[880/1569] Compiling Spinetail PatchListsIdMembersIdNotesId.swift
[881/1569] Compiling Spinetail PatchListsIdMergeFieldsId.swift
[882/1569] Compiling Spinetail PatchListsIdSegmentsId.swift
[883/1569] Compiling Spinetail PatchListsIdWebhooksId.swift
[884/1569] Compiling Spinetail PostListMemberEvents.swift
[885/1569] Compiling Spinetail PostListMemberTags.swift
[886/1569] Compiling Spinetail PostLists.swift
[887/1569] Compiling Spinetail PostListsId.swift
[888/1569] Compiling Spinetail PostListsIdInterestCategories.swift
[889/1569] Compiling Spinetail PostListsIdInterestCategoriesIdInterests.swift
[890/1569] Compiling Spinetail PostListsIdMembers.swift
[891/1569] Compiling Spinetail PostListsIdMembersHashActionsDeletePermanent.swift
[892/1569] Compiling Spinetail PostListsIdMembersIdNotes.swift
[893/1569] Compiling Spinetail PostListsIdMergeFields.swift
[894/1569] Compiling Spinetail PostListsIdSegments.swift
[895/1569] Compiling Spinetail PostListsIdSegmentsId.swift
[896/1569] Compiling Spinetail PostListsIdSegmentsIdMembers.swift
[897/1569] Compiling Spinetail PostListsIdSignupForms.swift
[898/1569] Compiling Spinetail PostListsIdWebhooks.swift
[899/1569] Compiling Spinetail PreviewASegment.swift
[900/1569] Compiling Spinetail PutListsIdMembersId.swift
[901/1569] Compiling Spinetail SearchTagsByName.swift
[902/1569] Compiling Spinetail GetReports.swift
[907/1569] Compiling Spinetail GetReportsIdClickDetails.swift
[908/1569] Compiling Spinetail GetReportsIdClickDetailsId.swift
[909/1569] Compiling Spinetail GetReportsIdClickDetailsIdMembers.swift
[910/1569] Compiling Spinetail GetReportsIdClickDetailsIdMembersId.swift
[911/1569] Compiling Spinetail GetReportsIdDomainPerformance.swift
[912/1569] Compiling Spinetail GetReportsIdEcommerceProductActivity.swift
[913/1569] Compiling Spinetail GetReportsIdEepurl.swift
[914/1569] Compiling Spinetail GetReportsIdEmailActivity.swift
[915/1569] Compiling Spinetail GetReportsIdEmailActivityId.swift
[916/1569] Compiling Spinetail GetReportsIdLocations.swift
[917/1569] Compiling Spinetail GetReportsIdOpenDetails.swift
[918/1569] Compiling Spinetail GetReportsIdOpenDetailsIdMembersId.swift
[919/1569] Compiling Spinetail GetReportsIdSentTo.swift
[920/1569] Compiling Spinetail GetReportsIdSentToId.swift
[921/1569] Compiling Spinetail GetReportsIdSubReportsId.swift
[922/1569] Compiling Spinetail GetReportsIdUnsubscribed.swift
[923/1569] Compiling Spinetail GetReportsIdUnsubscribedId.swift
[924/1569] Compiling Spinetail GetRoot.swift
[925/1569] Compiling Spinetail GetSearchCampaigns.swift
[926/1569] Compiling Spinetail GetSearchMembers.swift
[926/1569] Compiling pem_pkey.cc
[927/1569] Compiling pem_oth.cc
[928/1569] Compiling pem_all.cc
[929/1569] Compiling mldsa.cc
[930/1569] Compiling md5.cc
[931/1569] Compiling poly_rq_mul.S
[932/1569] Compiling lhash.cc
[933/1569] Compiling obj.cc
[934/1569] Compiling fips_shared_support.cc
[935/1569] Compiling mem.cc
[936/1569] Compiling md4.cc
[937/1569] Compiling kyber.cc
[939/1569] Compiling Spinetail GetConversationsIdMessages.swift
[940/1569] Compiling Spinetail GetConversationsIdMessagesId.swift
[941/1569] Compiling Spinetail PostCustomerJourneysJourneysIdStepsIdActionsTrigger.swift
[942/1569] Compiling Spinetail DeleteEcommerceStoresId.swift
[943/1569] Compiling Spinetail DeleteEcommerceStoresIdCartsId.swift
[944/1569] Compiling Spinetail DeleteEcommerceStoresIdCartsLinesId.swift
[945/1569] Compiling Spinetail DeleteEcommerceStoresIdCustomersId.swift
[946/1569] Compiling Spinetail DeleteEcommerceStoresIdOrdersId.swift
[947/1569] Compiling Spinetail DeleteEcommerceStoresIdOrdersIdLinesId.swift
[948/1569] Compiling Spinetail DeleteEcommerceStoresIdProductsId.swift
[949/1569] Compiling Spinetail DeleteEcommerceStoresIdProductsIdImagesId.swift
[950/1569] Compiling Spinetail DeleteEcommerceStoresIdProductsIdVariantsId.swift
[951/1569] Compiling Spinetail DeleteEcommerceStoresIdPromocodesId.swift
[952/1569] Compiling Spinetail DeleteEcommerceStoresIdPromorulesId.swift
[953/1569] Compiling Spinetail GetEcommerceOrders.swift
[954/1569] Compiling Spinetail GetEcommerceStores.swift
[955/1569] Compiling Spinetail GetEcommerceStoresId.swift
[956/1569] Compiling Spinetail GetEcommerceStoresIdCarts.swift
[957/1569] Compiling Spinetail GetEcommerceStoresIdCartsId.swift
[958/1569] Compiling Spinetail GetEcommerceStoresIdCartsIdLines.swift
[959/1569] Compiling Spinetail GetEcommerceStoresIdCartsIdLinesId.swift
[960/1569] Compiling Spinetail GetEcommerceStoresIdCustomers.swift
[961/1569] Compiling Spinetail GetEcommerceStoresIdCustomersId.swift
[961/1569] Compiling ex_data.cc
[962/1569] Compiling hrss.cc
[963/1569] Compiling scrypt.cc
[964/1569] Compiling hpke.cc
[965/1569] Compiling sign.cc
[966/1569] Compiling print.cc
[967/1569] Compiling pbkdf.cc
[968/1569] Compiling p_x25519_asn1.cc
[970/1569] Emitting module Spinetail
[994/1569] Compiling p_x25519.cc
[995/1569] Compiling p_rsa_asn1.cc
[996/1569] Compiling p_hkdf.cc
[997/1569] Compiling p_ed25519.cc
[998/1569] Compiling p_rsa.cc
[999/1569] Compiling p_ec.cc
[1000/1569] Compiling p_ed25519_asn1.cc
[1001/1569] Compiling p_dh_asn1.cc
[1002/1569] Compiling p_dsa_asn1.cc
[1003/1569] Compiling p_dh.cc
[1004/1569] Compiling evp.cc
[1005/1569] Compiling p_ec_asn1.cc
[1006/1569] Compiling evp_ctx.cc
[1007/1569] Compiling err.cc
[1008/1569] Compiling engine.cc
[1009/1569] Compiling ecdh.cc
[1010/1569] Compiling hash_to_curve.cc
[1011/1569] Compiling ecdsa_asn1.cc
[1012/1569] Compiling evp_asn1.cc
[1013/1569] Compiling bcm.cc
[1014/1569] Compiling ec_derive.cc
[1015/1569] Compiling dsa_asn1.cc
[1016/1569] Compiling ec_asn1.cc
[1017/1569] Compiling params.cc
[1018/1569] Compiling digest_extra.cc
[1019/1569] Compiling dsa.cc
[1020/1569] Compiling x25519-asm-arm.S
[1021/1569] Compiling des.cc
[1022/1569] Compiling curve25519_64_adx.cc
[1023/1569] Compiling dh_asn1.cc
[1024/1569] Compiling spake25519.cc
[1025/1569] Compiling crypto.cc
[1026/1569] Compiling cpu_arm_linux.cc
[1027/1569] Compiling cpu_intel.cc
[1028/1569] Compiling cpu_arm_freebsd.cc
[1029/1569] Compiling cpu_aarch64_sysreg.cc
[1030/1569] Compiling cpu_aarch64_openbsd.cc
[1031/1569] Compiling cpu_aarch64_win.cc
[1032/1569] Compiling curve25519.cc
[1033/1569] Compiling cpu_aarch64_linux.cc
[1034/1569] Compiling cpu_aarch64_fuchsia.cc
[1035/1569] Compiling conf.cc
[1036/1569] Compiling e_rc4.cc
[1037/1569] Compiling e_null.cc
[1038/1569] Compiling e_tls.cc
[1039/1569] Compiling cpu_aarch64_apple.cc
[1040/1569] Compiling get_cipher.cc
[1041/1569] Compiling tls_cbc.cc
[1042/1569] Compiling e_des.cc
[1043/1569] Compiling e_rc2.cc
[1044/1569] Compiling e_aesctrhmac.cc
[1045/1569] Compiling e_chacha20poly1305.cc
[1046/1569] Compiling e_aesgcmsiv.cc
[1047/1569] Compiling derive_key.cc
[1048/1569] Compiling chacha.cc
[1049/1569] Compiling unicode.cc
[1050/1569] Compiling cbs.cc
[1051/1569] Compiling ber.cc
[1052/1569] Compiling buf.cc
[1053/1569] Compiling cbb.cc
[1054/1569] Compiling asn1_compat.cc
[1055/1569] Compiling convert.cc
[1056/1569] Compiling blake2.cc
[1057/1569] Compiling socket.cc
[1058/1569] Compiling bn_asn1.cc
[1059/1569] Compiling socket_helper.cc
[1060/1569] Compiling printf.cc
[1061/1569] Compiling pair.cc
[1062/1569] Compiling hexdump.cc
[1063/1569] Compiling errno.cc
[1064/1569] Compiling file.cc
[1065/1569] Compiling connect.cc
[1066/1569] Compiling fd.cc
[1067/1569] Compiling bio.cc
[1068/1569] Compiling bio_mem.cc
[1069/1569] Compiling base64.cc
[1070/1569] Compiling tasn_typ.cc
[1071/1569] Compiling tasn_enc.cc
[1072/1569] Compiling tasn_fre.cc
[1073/1569] Compiling f_string.cc
[1074/1569] Compiling tasn_utl.cc
[1075/1569] Compiling posix_time.cc
[1076/1569] Compiling tasn_new.cc
[1077/1569] Compiling f_int.cc
[1078/1569] Compiling asn1_par.cc
[1079/1569] Compiling tasn_dec.cc
[1081/1569] Compiling Spinetail PatchEcommerceStoresIdPromocodesId.swift
[1082/1569] Compiling Spinetail PatchEcommerceStoresIdPromorulesId.swift
[1083/1569] Compiling Spinetail PostEcommerceStores.swift
[1084/1569] Compiling Spinetail PostEcommerceStoresIdCarts.swift
[1085/1569] Compiling Spinetail PostEcommerceStoresIdCartsIdLines.swift
[1086/1569] Compiling Spinetail PostEcommerceStoresIdCustomers.swift
[1087/1569] Compiling Spinetail PostEcommerceStoresIdOrders.swift
[1088/1569] Compiling Spinetail PostEcommerceStoresIdOrdersIdLines.swift
[1089/1569] Compiling Spinetail PostEcommerceStoresIdProducts.swift
[1090/1569] Compiling Spinetail PostEcommerceStoresIdProductsIdImages.swift
[1091/1569] Compiling Spinetail PostEcommerceStoresIdProductsIdVariants.swift
[1092/1569] Compiling Spinetail PostEcommerceStoresIdPromocodes.swift
[1093/1569] Compiling Spinetail PostEcommerceStoresIdPromorules.swift
[1094/1569] Compiling Spinetail PutEcommerceStoresIdCustomersId.swift
[1095/1569] Compiling Spinetail PutEcommerceStoresIdProductsIdVariantsId.swift
[1096/1569] Compiling Spinetail GetAllFacebookAds.swift
[1097/1569] Compiling Spinetail GetFacebookAdsId.swift
[1098/1569] Compiling Spinetail DeleteFileManagerFilesId.swift
[1099/1569] Compiling Spinetail DeleteFileManagerFoldersId.swift
[1100/1569] Compiling Spinetail GetFileManagerFiles.swift
[1101/1569] Compiling Spinetail GetFileManagerFilesId.swift
[1102/1569] Compiling Spinetail GetFileManagerFolders.swift
[1103/1569] Compiling Spinetail GetFileManagerFoldersId.swift
[1103/1569] Compiling asn_pack.cc
[1104/1569] Compiling a_utctm.cc
[1105/1569] Compiling a_type.cc
[1106/1569] Compiling asn1_lib.cc
[1107/1569] Compiling a_octet.cc
[1108/1569] Compiling a_time.cc
[1109/1569] Compiling a_strex.cc
[1110/1569] Compiling a_strnid.cc
[1111/1569] Compiling a_i2d_fp.cc
[1112/1569] Compiling a_object.cc
[1113/1569] Compiling a_gentm.cc
[1114/1569] Compiling a_mbstr.cc
[1115/1569] Compiling a_dup.cc
[1116/1569] Compiling a_int.cc
[1117/1569] Compiling a_d2i_fp.cc
[1118/1569] Compiling fiat_p256_adx_sqr.S
[1119/1569] Compiling fiat_p256_adx_mul.S
[1120/1569] Compiling fiat_curve25519_adx_square.S
[1121/1569] Compiling fiat_curve25519_adx_mul.S
[1122/1569] Compiling a_bitstr.cc
[1123/1569] Compiling CCryptoBoringSSLShims shims.c
[1124/1569] Compiling md5-x86_64-linux.S
[1125/1569] Compiling md5-x86_64-apple.S
[1126/1569] Compiling md5-586-linux.S
[1127/1569] Compiling md5-586-apple.S
[1128/1569] Compiling chacha20_poly1305_x86_64-linux.S
[1129/1569] Compiling chacha20_poly1305_x86_64-apple.S
[1130/1569] Compiling chacha20_poly1305_armv8-win.S
[1131/1569] Compiling chacha20_poly1305_armv8-apple.S
[1132/1569] Compiling chacha-x86_64-linux.S
[1133/1569] Compiling chacha20_poly1305_armv8-linux.S
[1134/1569] Compiling chacha-x86-linux.S
[1135/1569] Compiling chacha-x86_64-apple.S
[1136/1569] Compiling a_bool.cc
[1137/1569] Compiling chacha-x86-apple.S
[1138/1569] Compiling chacha-armv8-win.S
[1139/1569] Compiling chacha-armv8-apple.S
[1140/1569] Compiling chacha-armv4-linux.S
[1141/1569] Compiling aes128gcmsiv-x86_64-linux.S
[1142/1569] Compiling chacha-armv8-linux.S
[1143/1569] Compiling aes128gcmsiv-x86_64-apple.S
[1144/1569] Compiling x86_64-mont5-linux.S
[1145/1569] Compiling x86_64-mont5-apple.S
[1146/1569] Compiling x86_64-mont-linux.S
[1147/1569] Compiling err_data.cc
[1148/1569] Compiling x86_64-mont-apple.S
[1149/1569] Compiling x86-mont-linux.S
[1150/1569] Compiling x86-mont-apple.S
[1151/1569] Compiling vpaes-x86-apple.S
[1152/1569] Compiling vpaes-x86_64-apple.S
[1153/1569] Compiling vpaes-x86_64-linux.S
[1154/1569] Compiling vpaes-x86-linux.S
[1155/1569] Compiling vpaes-armv8-win.S
[1156/1569] Compiling sha512-x86_64-linux.S
[1157/1569] Compiling vpaes-armv8-apple.S
[1158/1569] Compiling vpaes-armv7-linux.S
[1159/1569] Compiling vpaes-armv8-linux.S
[1160/1569] Compiling sha512-x86_64-apple.S
[1161/1569] Compiling sha512-armv8-win.S
[1162/1569] Compiling sha512-armv8-apple.S
[1163/1569] Compiling sha512-armv4-linux.S
[1164/1569] Compiling sha512-586-linux.S
[1165/1569] Compiling sha512-armv8-linux.S
[1166/1569] Compiling sha256-x86_64-linux.S
[1167/1569] Compiling sha512-586-apple.S
[1168/1569] Compiling sha256-armv8-win.S
[1169/1569] Compiling sha256-x86_64-apple.S
[1170/1569] Compiling sha256-armv8-linux.S
[1171/1569] Compiling sha256-armv8-apple.S
[1172/1569] Compiling sha256-586-linux.S
[1173/1569] Compiling sha256-armv4-linux.S
[1174/1569] Compiling sha256-586-apple.S
[1175/1569] Compiling sha1-armv8-win.S
[1176/1569] Compiling sha1-x86_64-apple.S
[1176/1569] Compiling sha1-x86_64-linux.S
[1178/1569] Compiling sha1-armv8-linux.S
[1179/1569] Compiling sha1-armv8-apple.S
[1179/1569] Compiling sha1-586-linux.S
[1181/1569] Compiling sha1-armv4-large-linux.S
[1182/1569] Compiling sha1-586-apple.S
[1183/1569] Compiling rdrand-x86_64-linux.S
[1184/1569] Compiling rsaz-avx2-apple.S
[1185/1569] Compiling p256_beeu-x86_64-asm-linux.S
[1186/1569] Compiling rsaz-avx2-linux.S
[1187/1569] Compiling rdrand-x86_64-apple.S
[1188/1569] Compiling p256_beeu-x86_64-asm-apple.S
[1189/1569] Compiling p256_beeu-armv8-asm-win.S
[1190/1569] Compiling p256_beeu-armv8-asm-linux.S
[1191/1569] Compiling p256_beeu-armv8-asm-apple.S
[1192/1569] Compiling p256-x86_64-asm-linux.S
[1193/1569] Compiling p256-armv8-asm-win.S
[1194/1569] Compiling p256-armv8-asm-linux.S
[1195/1569] Compiling p256-x86_64-asm-apple.S
[1196/1569] Compiling p256-armv8-asm-apple.S
[1197/1569] Compiling ghashv8-armv8-apple.S
[1198/1569] Compiling ghashv8-armv8-win.S
[1199/1569] Compiling ghashv8-armv8-linux.S
[1200/1569] Compiling ghashv8-armv7-linux.S
[1200/1569] Compiling ghash-x86_64-linux.S
[1202/1569] Compiling ghash-x86_64-apple.S
[1203/1569] Compiling ghash-x86-apple.S
[1203/1569] Compiling ghash-x86-linux.S
[1205/1569] Compiling ghash-ssse3-x86_64-linux.S
[1206/1569] Compiling ghash-ssse3-x86-linux.S
[1207/1569] Compiling c-nioatomics.c
[1209/1569] Compiling Spinetail PatchFileManagerFilesId.swift
[1210/1569] Compiling Spinetail PatchFileManagerFoldersId.swift
[1211/1569] Compiling Spinetail PostFileManagerFiles.swift
[1212/1569] Compiling Spinetail PostFileManagerFolders.swift
[1213/1569] Compiling Spinetail DeleteLandingPageId.swift
[1214/1569] Compiling Spinetail GetAllLandingPages.swift
[1215/1569] Compiling Spinetail GetLandingPageId.swift
[1216/1569] Compiling Spinetail GetLandingPageIdContent.swift
[1217/1569] Compiling Spinetail PatchLandingPageId.swift
[1218/1569] Compiling Spinetail PostAllLandingPages.swift
[1219/1569] Compiling Spinetail PostLandingPageIdActionsPublish.swift
[1220/1569] Compiling Spinetail PostLandingPageIdActionsUnpublish.swift
[1221/1569] Compiling Spinetail GetPing.swift
[1222/1569] Compiling Spinetail GetReportingFacebookAds.swift
[1223/1569] Compiling Spinetail GetReportingFacebookAdsId.swift
[1224/1569] Compiling Spinetail GetReportingFacebookAdsIdEcommerceProductActivity.swift
[1225/1569] Compiling Spinetail GetReportingLandingPages.swift
[1226/1569] Compiling Spinetail GetReportingLandingPagesId.swift
[1227/1569] Compiling Spinetail CreateVerifiedDomain.swift
[1228/1569] Compiling Spinetail DeleteVerifiedDomain.swift
[1229/1569] Compiling Spinetail GetVerifiedDomain.swift
[1230/1569] Compiling Spinetail GetVerifiedDomains.swift
[1231/1569] Compiling Spinetail VerifyDomain.swift
[1231/1569] Compiling ghash-ssse3-x86-apple.S
[1232/1569] Compiling ghash-ssse3-x86_64-apple.S
[1233/1569] Compiling ghash-neon-armv8-win.S
[1234/1569] Compiling ghash-armv4-linux.S
[1235/1569] Compiling co-586-linux.S
[1236/1569] Compiling ghash-neon-armv8-linux.S
[1237/1569] Compiling ghash-neon-armv8-apple.S
[1238/1569] Compiling co-586-apple.S
[1239/1569] Compiling bsaes-armv7-linux.S
[1240/1569] Compiling bn-armv8-linux.S
[1241/1569] Compiling bn-586-linux.S
[1242/1569] Compiling bn-armv8-apple.S
[1243/1569] Compiling bn-armv8-win.S
[1244/1569] Compiling armv8-mont-win.S
[1245/1569] Compiling bn-586-apple.S
[1246/1569] Compiling armv8-mont-apple.S
[1247/1569] Compiling armv8-mont-linux.S
[1248/1569] Compiling aesv8-gcm-armv8-win.S
[1248/1569] Compiling armv4-mont-linux.S
[1250/1569] Compiling aesv8-gcm-armv8-linux.S
[1251/1569] Compiling aesv8-armv8-apple.S
[1252/1569] Compiling aesv8-armv7-linux.S
[1253/1569] Compiling aesv8-armv8-win.S
[1254/1569] Compiling aesv8-gcm-armv8-apple.S
[1255/1569] Compiling aesv8-armv8-linux.S
[1256/1569] Compiling aesni-x86_64-linux.S
[1257/1569] Compiling aesni-x86-linux.S
[1258/1569] Compiling aesni-x86_64-apple.S
[1259/1569] Compiling aesni-gcm-x86_64-linux.S
[1260/1569] Compiling aesni-gcm-x86_64-apple.S
[1261/1569] Compiling aesni-x86-apple.S
[1262/1569] Compiling aes-gcm-avx10-x86_64-linux.S
[1262/1569] Compiling aes-gcm-avx10-x86_64-apple.S
[1264/1569] Compiling c-atomics.c
[1265/1569] Compiling x_val.cc
[1266/1569] Compiling x_spki.cc
[1267/1569] Compiling x_x509.cc
[1267/1569] Compiling x_req.cc
[1269/1569] Compiling x_x509a.cc
[1270/1569] Compiling x_sig.cc
[1272/1575] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1273/1575] Compiling NIOConcurrencyHelpers NIOLock.swift
[1274/1575] Compiling NIOConcurrencyHelpers lock.swift
[1275/1575] Compiling NIOConcurrencyHelpers atomics.swift
[1275/1575] Compiling x_crl.cc
[1276/1575] Compiling x_name.cc
[1278/1575] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1279/1575] Emitting module NIOConcurrencyHelpers
[1279/1576] Compiling x_exten.cc
[1282/1576] Compiling Spinetail GetEcommerceStoresIdOrders.swift
[1283/1576] Compiling Spinetail GetEcommerceStoresIdOrdersId.swift
[1284/1576] Compiling Spinetail GetEcommerceStoresIdOrdersIdLines.swift
[1285/1576] Compiling Spinetail GetEcommerceStoresIdOrdersIdLinesId.swift
[1286/1576] Compiling Spinetail GetEcommerceStoresIdProducts.swift
[1287/1576] Compiling Spinetail GetEcommerceStoresIdProductsId.swift
[1288/1576] Compiling Spinetail GetEcommerceStoresIdProductsIdImages.swift
[1289/1576] Compiling Spinetail GetEcommerceStoresIdProductsIdImagesId.swift
[1290/1576] Compiling Spinetail GetEcommerceStoresIdProductsIdVariants.swift
[1291/1576] Compiling Spinetail GetEcommerceStoresIdProductsIdVariantsId.swift
[1292/1576] Compiling Spinetail GetEcommerceStoresIdPromocodes.swift
[1293/1576] Compiling Spinetail GetEcommerceStoresIdPromocodesId.swift
[1294/1576] Compiling Spinetail GetEcommerceStoresIdPromorules.swift
[1295/1576] Compiling Spinetail GetEcommerceStoresIdPromorulesId.swift
[1296/1576] Compiling Spinetail PatchEcommerceStoresId.swift
[1297/1576] Compiling Spinetail PatchEcommerceStoresIdCartsId.swift
[1298/1576] Compiling Spinetail PatchEcommerceStoresIdCartsIdLinesId.swift
[1299/1576] Compiling Spinetail PatchEcommerceStoresIdCustomersId.swift
[1300/1576] Compiling Spinetail PatchEcommerceStoresIdOrdersId.swift
[1301/1576] Compiling Spinetail PatchEcommerceStoresIdOrdersIdLinesId.swift
[1302/1576] Compiling Spinetail PatchEcommerceStoresIdProductsId.swift
[1303/1576] Compiling Spinetail PatchEcommerceStoresIdProductsIdImagesId.swift
[1304/1576] Compiling Spinetail PatchEcommerceStoresIdProductsIdVariantsId.swift
[1304/1576] Compiling x_pubkey.cc
[1305/1576] Compiling x_attrib.cc
[1306/1577] Compiling x_all.cc
[1307/1577] Wrapping AST for NIOConcurrencyHelpers for debugging
[1309/1603] Compiling x509spki.cc
[1311/1603] Compiling ConsoleKitTerminal Console+Confirm.swift
[1312/1603] Compiling ConsoleKitTerminal Console+Input.swift
[1313/1603] Compiling ConsoleKitTerminal Console+Center.swift
[1314/1603] Compiling ConsoleKitTerminal Console+Output.swift
[1315/1606] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1316/1606] Compiling ConsoleKitTerminal ConsoleClear.swift
[1317/1606] Compiling ConsoleKitTerminal Console+Ask.swift
[1318/1606] Compiling ConsoleKitTerminal Console+Choose.swift
[1318/1606] Compiling x_algor.cc
[1319/1606] Compiling x509rset.cc
[1320/1606] Compiling x509name.cc
[1322/1606] Emitting module ConsoleKitTerminal
[1323/1606] Compiling ConsoleKitTerminal ActivityBar.swift
[1324/1606] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1325/1606] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1326/1606] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1327/1606] Compiling ConsoleKitTerminal CustomActivity.swift
[1328/1606] Compiling ConsoleKitTerminal LoadingBar.swift
[1329/1606] Compiling ConsoleKitTerminal ProgressBar.swift
[1330/1606] Compiling ConsoleKitTerminal Console+Clear.swift
[1330/1606] Wrapping AST for Spinetail for debugging
[1332/1606] Compiling ConsoleKitTerminal Console+Wait.swift
[1333/1606] Compiling ConsoleKitTerminal ConsoleColor.swift
[1334/1606] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1334/1606] Compiling x509cset.cc
[1335/1606] Compiling x509_vpm.cc
[1336/1606] Compiling x509_vfy.cc
[1337/1606] Compiling x509_v3.cc
[1339/1606] Compiling ConsoleKitTerminal ConsoleText.swift
[1340/1606] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1341/1606] Compiling ConsoleKitTerminal ANSI.swift
[1342/1606] Compiling ConsoleKitTerminal Console.swift
[1343/1606] Compiling ConsoleKitTerminal Terminal.swift
[1344/1606] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1345/1606] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1346/1606] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1347/1606] Compiling ConsoleKitTerminal LoggerFragment.swift
[1348/1607] Compiling x509_txt.cc
[1349/1607] Compiling x509_trs.cc
[1350/1607] Compiling x509_set.cc
[1351/1607] Compiling x509_req.cc
[1352/1607] Compiling x509_obj.cc
[1353/1607] Wrapping AST for ConsoleKitTerminal for debugging
[1354/1629] Compiling x509_ext.cc
[1355/1629] Compiling x509_lu.cc
[1357/1629] Emitting module ConsoleKitCommands
[1358/1631] Compiling ConsoleKitCommands CommandSignature.swift
[1359/1631] Compiling ConsoleKitCommands Flag.swift
[1360/1631] Compiling ConsoleKitCommands Option.swift
[1360/1631] Compiling x509_def.cc
[1362/1631] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1363/1631] Compiling ConsoleKitCommands AsyncCommand.swift
[1364/1631] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1365/1631] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1366/1631] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1367/1631] Compiling ConsoleKitCommands Argument.swift
[1368/1631] Compiling ConsoleKitCommands Command.swift
[1369/1631] Compiling ConsoleKitCommands CommandContext.swift
[1370/1631] Compiling ConsoleKitCommands CommandError.swift
[1371/1631] Compiling ConsoleKitCommands AsyncCommands.swift
[1372/1631] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1373/1631] Compiling ConsoleKitCommands AnyCommand.swift
[1374/1631] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1375/1631] Compiling ConsoleKitCommands Utilities.swift
[1375/1631] Compiling x509_d2.cc
[1376/1631] Compiling x509_cmp.cc
[1377/1631] Compiling v3_utl.cc
[1378/1631] Compiling x509.cc
[1379/1631] Compiling x509_att.cc
[1380/1631] Compiling v3_skey.cc
[1381/1631] Compiling v3_purp.cc
[1382/1631] Compiling v3_prn.cc
[1384/1631] Compiling ConsoleKitCommands CommandGroup.swift
[1385/1631] Compiling ConsoleKitCommands CommandInput.swift
[1386/1631] Compiling ConsoleKitCommands Commands.swift
[1387/1631] Compiling ConsoleKitCommands Console+Run.swift
[1388/1631] Compiling ConsoleKitCommands ConsoleError.swift
[1389/1631] Compiling ConsoleKitCommands Completion.swift
[1389/1632] Compiling v3_pmaps.cc
[1391/1632] Compiling v3_ocsp.cc
[1392/1632] Compiling v3_ncons.cc
[1393/1632] Compiling v3_lib.cc
[1394/1632] Compiling v3_pcons.cc
[1395/1632] Compiling v3_int.cc
[1396/1634] Compiling v3_ia5.cc
[1397/1634] Compiling v3_info.cc
[1398/1634] Wrapping AST for ConsoleKitCommands for debugging
[1400/1634] Compiling ConsoleKit Exports.swift
[1401/1634] Emitting module ConsoleKit
[1402/1635] Compiling v3_genn.cc
[1403/1635] Compiling v3_enum.cc
[1404/1635] Compiling v3_extku.cc
[1405/1635] Compiling v3_cpols.cc
[1406/1635] Compiling v3_crld.cc
[1407/1635] Wrapping AST for ConsoleKit for debugging
[1408/1635] Compiling v3_conf.cc
[1409/1635] Compiling v3_bitst.cc
[1410/1635] Compiling v3_bcons.cc
[1411/1635] Compiling v3_akeya.cc
[1412/1635] Compiling v3_akey.cc
[1413/1635] Compiling v3_alt.cc
[1414/1635] Compiling t_x509.cc
[1415/1635] Compiling t_x509a.cc
[1416/1635] Compiling t_req.cc
[1417/1635] Compiling t_crl.cc
[1418/1635] Compiling i2d_pr.cc
[1419/1635] Compiling policy.cc
[1420/1635] Compiling by_file.cc
[1421/1635] Compiling rsa_pss.cc
[1422/1635] Compiling name_print.cc
[1423/1635] Compiling by_dir.cc
[1424/1635] Compiling asn1_gen.cc
[1425/1635] Compiling algorithm.cc
[1426/1635] Compiling a_verify.cc
[1427/1635] Compiling a_digest.cc
[1428/1635] Compiling a_sign.cc
[1429/1635] Compiling thread_win.cc
[1430/1635] Compiling trust_token.cc
[1431/1635] Compiling voprf.cc
[1432/1635] Compiling thread_none.cc
[1433/1635] Compiling thread_pthread.cc
[1434/1635] Compiling pmbtoken.cc
[1435/1635] Compiling wots.cc
[1436/1635] Compiling stack.cc
[1437/1635] Compiling thread.cc
[1438/1635] Compiling merkle.cc
[1439/1635] Compiling slhdsa.cc
[1440/1635] Compiling siphash.cc
[1441/1635] Compiling sha512.cc
[1442/1635] Compiling thash.cc
[1443/1635] Compiling rsa_print.cc
[1444/1635] Compiling fors.cc
[1445/1635] Compiling rsa_extra.cc
[1446/1635] Compiling sha256.cc
[1447/1635] Compiling sha1.cc
[1448/1635] Compiling refcount.cc
[1449/1635] Compiling rsa_crypt.cc
[1449/1635] Compiling rc4.cc
[1451/1635] Compiling windows.cc
[1452/1635] Compiling trusty.cc
[1453/1635] Compiling rsa_asn1.cc
[1454/1635] Compiling ios.cc
[1455/1635] Compiling rand_extra.cc
[1456/1635] Compiling urandom.cc
[1457/1635] Compiling poly1305_arm_asm.S
[1458/1635] Compiling passive.cc
[1459/1635] Compiling fork_detect.cc
[1460/1635] Compiling getentropy.cc
[1461/1635] Compiling deterministic.cc
[1462/1635] Compiling pool.cc
[1463/1635] Compiling forkunsafe.cc
[1464/1635] Compiling poly1305_vec.cc
[1465/1635] Compiling poly1305_arm.cc
[1466/1635] Compiling pkcs7.cc
[1467/1635] Compiling poly1305.cc
[1468/1635] Compiling pkcs8_x509.cc
[1469/1635] Compiling pkcs8.cc
[1470/1635] Compiling p5_pbev2.cc
[1471/1635] Compiling pem_x509.cc
[1472/1635] Compiling pkcs7_x509.cc
[1472/1635] Compiling pem_pkey.cc
[1474/1635] Compiling pem_xaux.cc
[1475/1635] Compiling pem_oth.cc
[1476/1635] Compiling pem_pk8.cc
[1477/1635] Compiling pem_lib.cc
[1478/1635] Compiling mldsa.cc
[1479/1635] Compiling pem_info.cc
[1480/1635] Compiling obj_xref.cc
[1481/1635] Compiling mem.cc
[1482/1635] Compiling mlkem.cc
[1483/1635] Compiling pem_all.cc
[1484/1635] Compiling obj.cc
[1485/1635] Compiling md5.cc
[1486/1635] Compiling fips_shared_support.cc
[1487/1635] Compiling poly_rq_mul.S
[1488/1635] Compiling lhash.cc
[1489/1635] Compiling scrypt.cc
[1490/1635] Compiling md4.cc
[1491/1635] Compiling kyber.cc
[1492/1635] Compiling ex_data.cc
[1493/1635] Compiling pbkdf.cc
[1494/1635] Compiling sign.cc
[1495/1635] Compiling hpke.cc
[1496/1635] Compiling p_x25519_asn1.cc
[1497/1635] Compiling hrss.cc
[1498/1635] Compiling print.cc
[1499/1635] Compiling p_x25519.cc
[1500/1635] Compiling p_rsa_asn1.cc
[1501/1635] Compiling p_rsa.cc
[1502/1635] Compiling p_hkdf.cc
[1503/1635] Compiling p_ed25519_asn1.cc
[1504/1635] Compiling p_ec.cc
[1505/1635] Compiling p_ed25519.cc
[1506/1635] Compiling p_ec_asn1.cc
[1507/1635] Compiling p_dh.cc
[1508/1635] Compiling p_dh_asn1.cc
[1509/1635] Compiling p_dsa_asn1.cc
[1510/1635] Compiling evp_ctx.cc
[1511/1635] Compiling evp.cc
[1512/1635] Compiling engine.cc
[1513/1635] Compiling evp_asn1.cc
[1514/1635] Compiling err.cc
[1515/1635] Compiling ecdh_extra.cc
[1516/1635] Compiling hash_to_curve.cc
[1517/1635] Compiling bcm.cc
[1518/1635] Compiling ecdsa_asn1.cc
[1519/1635] Compiling ec_derive.cc
[1520/1635] Compiling dsa_asn1.cc
[1521/1635] Compiling dsa.cc
[1522/1635] Compiling params.cc
[1523/1635] Compiling ec_asn1.cc
[1524/1635] Compiling x25519-asm-arm.S
[1525/1635] Compiling digest_extra.cc
[1526/1635] Compiling dh_asn1.cc
[1527/1635] Compiling des.cc
[1528/1635] Compiling curve25519_64_adx.cc
[1529/1635] Compiling spake25519.cc
[1530/1635] Compiling crypto.cc
[1531/1635] Compiling curve25519.cc
[1532/1635] Compiling cpu_intel.cc
[1533/1635] Compiling cpu_arm_linux.cc
[1534/1635] Compiling cpu_arm_freebsd.cc
[1535/1635] Compiling cpu_aarch64_sysreg.cc
[1536/1635] Compiling cpu_aarch64_openbsd.cc
[1537/1635] Compiling cpu_aarch64_win.cc
[1538/1635] Compiling e_tls.cc
[1539/1635] Compiling cpu_aarch64_apple.cc
[1540/1635] Compiling cpu_aarch64_fuchsia.cc
[1541/1635] Compiling conf.cc
[1542/1635] Compiling cpu_aarch64_linux.cc
[1543/1635] Compiling tls_cbc.cc
[1544/1635] Compiling e_rc4.cc
[1545/1635] Compiling e_null.cc
[1546/1635] Compiling e_rc2.cc
[1547/1635] Compiling e_des.cc
[1548/1635] Compiling derive_key.cc
[1549/1635] Compiling e_chacha20poly1305.cc
[1550/1635] Compiling cipher_extra.cc
[1551/1635] Compiling chacha.cc
[1552/1635] Compiling e_aesctrhmac.cc
[1553/1635] Compiling unicode.cc
[1554/1635] Compiling e_aesgcmsiv.cc
[1555/1635] Compiling cbb.cc
[1556/1635] Compiling ber.cc
[1557/1635] Compiling cbs.cc
[1558/1635] Compiling buf.cc
[1559/1635] Compiling blake2.cc
[1560/1635] Compiling convert.cc
[1561/1635] Compiling asn1_compat.cc
[1562/1635] Compiling bn_asn1.cc
[1563/1635] Compiling hexdump.cc
[1564/1635] Compiling file.cc
[1565/1635] Compiling errno.cc
[1566/1635] Compiling pair.cc
[1567/1635] Compiling printf.cc
[1568/1635] Compiling fd.cc
[1569/1635] Compiling bio_mem.cc
[1570/1635] Compiling bio.cc
[1571/1635] Compiling base64.cc
[1572/1635] Compiling tasn_typ.cc
[1573/1635] Compiling tasn_fre.cc
[1574/1635] Compiling tasn_utl.cc
[1575/1635] Compiling tasn_new.cc
[1576/1635] Compiling f_string.cc
[1577/1635] Compiling tasn_dec.cc
[1578/1635] Compiling tasn_enc.cc
[1578/1635] Compiling posix_time.cc
[1580/1635] Compiling f_int.cc
[1581/1635] Compiling asn_pack.cc
[1582/1635] Compiling asn1_par.cc
[1583/1635] Compiling a_utctm.cc
[1584/1635] Compiling asn1_lib.cc
[1585/1635] Write sources
[1586/1635] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1586/1635] Compiling a_type.cc
[1586/1635] Write sources
[1592/1635] Compiling a_time.cc
[1593/1635] Compiling a_strnid.cc
[1594/1647] Compiling a_bitstr.cc
[1595/1712] Compiling a_strex.cc
[1596/1726] Compiling a_bool.cc
[1598/1740] Compiling BitCollections BitArray+BitwiseOperations.swift
[1599/1740] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[1600/1740] Compiling BitCollections BitArray+Codable.swift
[1601/1742] Compiling BitCollections BitArray+Invariants.swift
[1602/1742] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[1603/1742] Compiling BitCollections BitArray+RandomBits.swift
[1604/1742] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[1605/1742] Compiling BitCollections BitArray+Hashable.swift
[1606/1742] Compiling BitCollections BitArray+Initializers.swift
[1607/1742] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[1608/1742] Compiling BitCollections BitArray+Extras.swift
[1609/1742] Compiling BitCollections BitArray+Fill.swift
[1610/1742] Compiling BitCollections BitArray+Descriptions.swift
[1611/1742] Compiling BitCollections BitArray+Equatable.swift
[1612/1742] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[1613/1742] Compiling Atomics IntegerOperations.swift
[1614/1742] Compiling Atomics Unmanaged extensions.swift
[1615/1742] Emitting module BitCollections
[1619/1749] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1620/1749] Compiling BitCollections BitSet+CustomReflectable.swift
[1621/1749] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1622/1749] Compiling BitCollections BitSet+Equatable.swift
[1623/1749] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1624/1749] Compiling BitCollections BitSet+Extras.swift
[1625/1749] Compiling BitCollections BitSet+Hashable.swift
[1626/1752] Compiling BitCollections BitSet+Initializers.swift
[1627/1752] Compiling BitCollections BitSet+Invariants.swift
[1628/1752] Compiling BitCollections BitSet+Random.swift
[1629/1752] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1630/1752] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1631/1752] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1632/1752] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1641/1752] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1642/1752] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1643/1752] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1644/1752] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1645/1752] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1646/1752] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1647/1752] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1648/1752] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1649/1752] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1650/1752] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1651/1752] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1652/1752] Compiling BitCollections BitSet+SetAlgebra union.swift
[1653/1752] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1654/1752] Compiling BitCollections BitSet.Counted.swift
[1655/1752] Compiling BitCollections BitArray.swift
[1656/1752] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1657/1752] Compiling BitCollections BitSet+Codable.swift
[1658/1752] Compiling CryptoBoringWrapper RandomBytes.swift
[1659/1752] Emitting module CryptoBoringWrapper
[1664/1752] Compiling BitCollections BitArray._UnsafeHandle.swift
[1671/1752] Compiling BitCollections BitArray+Collection.swift
[1672/1752] Compiling BitCollections BitArray+Copy.swift
[1673/1752] Compiling BitCollections BitArray+CustomReflectable.swift
[1676/1752] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1677/1752] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1678/1752] Compiling CryptoBoringWrapper EllipticCurve.swift
[1679/1752] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1680/1752] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1681/1752] Compiling Algorithms Trim.swift
[1682/1752] Compiling Algorithms Unique.swift
[1683/1752] Compiling Algorithms Windows.swift
[1694/1752] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1696/1753] Compiling BitCollections BitSet.Index.swift
[1697/1753] Compiling BitCollections BitSet._UnsafeHandle.swift
[1698/1753] Compiling BitCollections BitSet.swift
[1699/1753] Compiling BitCollections Range+Utilities.swift
[1700/1753] Compiling BitCollections Slice+Utilities.swift
[1701/1753] Compiling BitCollections UInt+Tricks.swift
[1702/1753] Compiling BitCollections _Word.swift
[1704/1754] Emitting module Atomics
[1712/1754] Wrapping AST for CryptoBoringWrapper for debugging
[1713/1754] Wrapping AST for BitCollections for debugging
[1715/1827] Emitting module Algorithms
[1716/1828] Emitting module Collections
[1717/1828] Compiling Collections Collections.swift
[1719/1829] Wrapping AST for Algorithms for debugging
[1721/1829] Compiling Crypto ChaChaPoly.swift
[1722/1829] Compiling Crypto Cipher.swift
[1723/1829] Compiling Crypto Nonces.swift
[1723/1830] Wrapping AST for Collections for debugging
[1725/1830] Wrapping AST for Atomics for debugging
[1727/1890] Compiling NIOCore MarkedCircularBuffer.swift
[1728/1890] Compiling NIOCore MulticastChannel.swift
[1729/1890] Compiling NIOCore NIOAny.swift
[1730/1890] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1731/1890] Compiling NIOCore NIOLoopBound.swift
[1732/1890] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1733/1890] Compiling NIOCore NIOScheduledCallback.swift
[1734/1890] Compiling NIOCore NIOSendable.swift
[1735/1890] Compiling NIOCore RecvByteBufferAllocator.swift
[1736/1890] Compiling Crypto X25519Keys.swift
[1737/1899] Compiling Crypto SymmetricKeys.swift
[1738/1899] Compiling Crypto HMAC.swift
[1739/1899] Compiling Crypto MACFunctions.swift
[1740/1899] Compiling Crypto MessageAuthenticationCode.swift
[1741/1899] Compiling Crypto AES.swift
[1742/1899] Compiling Crypto ECDSASignature_boring.swift
[1743/1899] Compiling Crypto ECDSA_boring.swift
[1744/1899] Compiling Crypto EdDSA_boring.swift
[1745/1899] Compiling Crypto ECDSA.swift
[1746/1899] Compiling Crypto Ed25519.swift
[1747/1899] Emitting module Crypto
[1748/1899] Compiling NIOCore CircularBuffer.swift
[1749/1899] Compiling NIOCore Codec.swift
[1750/1899] Compiling NIOCore ConvenienceOptionSupport.swift
[1751/1899] Compiling NIOCore DeadChannel.swift
[1752/1899] Compiling NIOCore DispatchQueue+WithFuture.swift
[1753/1899] Compiling NIOCore EventLoop+Deprecated.swift
[1754/1899] Compiling NIOCore EventLoop+SerialExecutor.swift
[1755/1899] Compiling NIOCore EventLoop.swift
[1756/1899] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1757/1899] Compiling NIOCore BSDSocketAPI.swift
[1758/1899] Compiling NIOCore AsyncChannelHandler.swift
[1759/1899] Compiling NIOCore AsyncChannelInboundStream.swift
[1760/1899] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1761/1899] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1762/1899] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1763/1899] Compiling NIOCore NIOAsyncWriter.swift
[1764/1899] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1765/1899] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1766/1899] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1767/1899] Compiling NIOCore EventLoopFuture.swift
[1768/1899] Compiling NIOCore ByteBuffer-aux.swift
[1769/1899] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1770/1899] Compiling NIOCore ByteBuffer-conversions.swift
[1771/1899] Compiling NIOCore ByteBuffer-core.swift
[1772/1899] Compiling NIOCore ByteBuffer-hex.swift
[1773/1899] Compiling NIOCore ByteBuffer-int.swift
[1774/1899] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1775/1899] Compiling NIOCore AddressedEnvelope.swift
[1776/1899] Compiling NIOCore AsyncAwaitSupport.swift
[1777/1899] Compiling NIOCore AsyncChannel.swift
[1778/1899] Compiling NIOCore FileDescriptor.swift
[1779/1899] Compiling NIOCore FileHandle.swift
[1780/1899] Compiling NIOCore FileRegion.swift
[1781/1899] Compiling NIOCore GlobalSingletons.swift
[1782/1899] Compiling NIOCore ByteBuffer-multi-int.swift
[1783/1899] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1784/1899] Compiling NIOCore ByteBuffer-views.swift
[1785/1899] Compiling NIOCore Channel.swift
[1786/1899] Compiling NIOCore ChannelHandler.swift
[1787/1899] Compiling NIOCore ChannelHandlers.swift
[1788/1899] Compiling NIOCore ChannelInvoker.swift
[1789/1899] Compiling NIOCore ChannelOption.swift
[1790/1899] Compiling NIOCore ChannelPipeline.swift
[1791/1899] Compiling NIOCore IO.swift
[1792/1899] Compiling NIOCore IOData.swift
[1793/1899] Compiling NIOCore IPProtocol.swift
[1794/1899] Compiling NIOCore IntegerBitPacking.swift
[1795/1899] Compiling NIOCore IntegerTypes.swift
[1796/1899] Compiling NIOCore Interfaces.swift
[1797/1899] Compiling NIOCore Linux.swift
[1806/1907] Compiling Crypto Signature.swift
[1807/1907] Compiling Crypto CryptoKitErrors_boring.swift
[1808/1907] Compiling Crypto RNG_boring.swift
[1809/1907] Compiling Crypto SafeCompare_boring.swift
[1810/1907] Compiling Crypto Zeroization_boring.swift
[1811/1907] Compiling Crypto PrettyBytes.swift
[1812/1907] Compiling Crypto SafeCompare.swift
[1813/1907] Compiling Crypto SecureBytes.swift
[1814/1907] Compiling Crypto Zeroization.swift
[1815/1908] Wrapping AST for Crypto for debugging
[1841/1908] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1842/1908] Compiling NIOCore SocketAddresses.swift
[1843/1908] Compiling NIOCore SocketOptionProvider.swift
[1844/1908] Compiling NIOCore SystemCallHelpers.swift
[1845/1908] Compiling NIOCore TimeAmount+Duration.swift
[1846/1908] Compiling NIOCore TypeAssistedChannelHandler.swift
[1847/1908] Compiling NIOCore UniversalBootstrapSupport.swift
[1848/1908] Compiling NIOCore Utilities.swift
[1876/1908] Emitting module NIOCore
[1877/1909] Wrapping AST for NIOCore for debugging
[1879/1959] Compiling NIOEmbedded AsyncTestingChannel.swift
[1880/1959] Emitting module NIOEmbedded
[1881/1959] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1882/1959] Compiling NIOEmbedded Embedded.swift
[1883/1960] Wrapping AST for NIOEmbedded for debugging
[1885/1960] Compiling NIOPosix Pool.swift
[1886/1960] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1887/1960] Compiling NIOPosix PosixSingletons.swift
[1888/1960] Compiling NIOPosix RawSocketBootstrap.swift
[1889/1960] Compiling NIOPosix Resolver.swift
[1890/1960] Compiling NIOPosix Selectable.swift
[1891/1960] Compiling NIOPosix SelectableChannel.swift
[1892/1960] Compiling NIOPosix SelectableEventLoop.swift
[1893/1960] Compiling NIOPosix SelectorEpoll.swift
[1894/1960] Compiling NIOPosix SelectorGeneric.swift
[1895/1960] Compiling NIOPosix SelectorKqueue.swift
[1896/1960] Compiling NIOPosix SelectorUring.swift
[1897/1966] Emitting module NIOPosix
[1898/1966] Compiling NIOPosix ServerSocket.swift
[1899/1966] Compiling NIOPosix Socket.swift
[1900/1966] Compiling NIOPosix SocketChannel.swift
[1901/1966] Compiling NIOPosix SocketProtocols.swift
[1902/1966] Compiling NIOPosix System.swift
[1903/1966] Compiling NIOPosix Thread.swift
[1904/1966] Compiling NIOPosix ThreadPosix.swift
[1905/1966] Compiling NIOPosix ThreadWindows.swift
[1906/1966] Compiling NIOPosix UnsafeTransfer.swift
[1907/1966] Compiling NIOPosix Utilities.swift
[1908/1966] Compiling NIOPosix VsockAddress.swift
[1909/1966] Compiling NIOPosix VsockChannelEvents.swift
[1910/1966] Compiling NIOPosix IO.swift
[1911/1966] Compiling NIOPosix IntegerBitPacking.swift
[1912/1966] Compiling NIOPosix IntegerTypes.swift
[1913/1966] Compiling NIOPosix Linux.swift
[1914/1966] Compiling NIOPosix LinuxCPUSet.swift
[1915/1966] Compiling NIOPosix LinuxUring.swift
[1916/1966] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1917/1966] Compiling NIOPosix NIOThreadPool.swift
[1918/1966] Compiling NIOPosix NonBlockingFileIO.swift
[1919/1966] Compiling NIOPosix PendingDatagramWritesManager.swift
[1920/1966] Compiling NIOPosix PendingWritesManager.swift
[1921/1966] Compiling NIOPosix PipeChannel.swift
[1922/1966] Compiling NIOPosix PipePair.swift
[1923/1966] Compiling NIOPosix BSDSocketAPICommon.swift
[1924/1966] Compiling NIOPosix BSDSocketAPIPosix.swift
[1925/1966] Compiling NIOPosix BSDSocketAPIWindows.swift
[1926/1966] Compiling NIOPosix BaseSocket.swift
[1927/1966] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1928/1966] Compiling NIOPosix BaseSocketChannel.swift
[1929/1966] Compiling NIOPosix BaseStreamSocketChannel.swift
[1930/1966] Compiling NIOPosix Bootstrap.swift
[1931/1966] Compiling NIOPosix ControlMessage.swift
[1932/1966] Compiling NIOPosix DatagramVectorReadManager.swift
[1933/1966] Compiling NIOPosix Errors+Any.swift
[1934/1966] Compiling NIOPosix FileDescriptor.swift
[1935/1966] Compiling NIOPosix GetaddrinfoResolver.swift
[1936/1966] Compiling NIOPosix HappyEyeballs.swift
[1937/1967] Wrapping AST for NIOPosix for debugging
[1939/1991] Emitting module NIO
[1940/2026] Compiling NIO Exports.swift
[1942/2027] Compiling _NIOFileSystem FileHandleProtocol.swift
[1943/2027] Compiling _NIOFileSystem FileInfo.swift
[1944/2027] Compiling _NIOFileSystem FileSystem.swift
[1945/2027] Compiling _NIOFileSystem FileSystemError+Syscall.swift
[1946/2027] Compiling _NIOFileSystem FileSystemError.swift
[1947/2027] Compiling _NIOFileSystem FileSystemProtocol.swift
[1947/2029] Wrapping AST for NIO for debugging
[1949/2029] Compiling _NIOFileSystem BufferedWriter.swift
[1950/2029] Compiling _NIOFileSystem ByteBuffer+FileSystem.swift
[1951/2029] Compiling _NIOFileSystem ByteCount.swift
[1952/2029] Compiling _NIOFileSystem Convenience.swift
[1953/2029] Compiling _NIOFileSystem DirectoryEntries.swift
[1954/2029] Compiling _NIOFileSystem DirectoryEntry.swift
[1955/2029] Compiling _NIOFileSystem Array+FileSystem.swift
[1956/2029] Compiling _NIOFileSystem ArraySlice+FileSystem.swift
[1957/2029] Compiling _NIOFileSystem BufferedReader.swift
[1958/2068] Compiling NIOTLS TLSEvents.swift
[1959/2068] Emitting module _NIOFileSystem
[1960/2072] Emitting module NIOTLS
[1961/2072] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1962/2072] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1963/2072] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1964/2072] Compiling NIOHTTP1 HTTPDecoder.swift
[1965/2072] Compiling NIOHTTP1 HTTPEncoder.swift
[1966/2072] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1967/2072] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1968/2072] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1969/2072] Compiling NIOSOCKS SOCKSResponse.swift
[1970/2073] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1971/2073] Compiling NIOSOCKS ClientStateMachine.swift
[1974/2073] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1975/2073] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1976/2073] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1977/2073] Compiling AsyncKit Optional+StrictMap.swift
[1978/2073] Compiling AsyncKit Exports.swift
[1979/2073] Compiling NIOTLS SNIHandler.swift
[1980/2074] Emitting module NIOHTTP1
[1981/2076] Compiling _NIOFileSystem ParallelDirCopy.swift
[1982/2076] Compiling _NIOFileSystem ParallelRemoval.swift
[1983/2076] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[1984/2076] Compiling _NIOFileSystem CInterop.swift
[1985/2076] Compiling _NIOFileSystem Errno.swift
[1986/2076] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1987/2076] Compiling _NIOFileSystem Mocking.swift
[1988/2076] Compiling _NIOFileSystem Syscall.swift
[1989/2076] Compiling _NIOFileSystem Syscalls.swift
[1991/2076] Compiling NIOSOCKS ServerStateMachine.swift
[1992/2076] Emitting module NIOFoundationCompat
[1993/2076] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1997/2076] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1998/2076] Emitting module NIOSOCKS
[1999/2076] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[2000/2076] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[2001/2078] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[2004/2078] Compiling _NIOFileSystem TokenBucket.swift
[2005/2078] Compiling _NIOFileSystem UnsafeTransfer.swift
[2007/2078] Wrapping AST for NIOTLS for debugging
[2009/2078] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[2010/2078] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[2010/2079] Wrapping AST for NIOSOCKS for debugging
[2011/2079] Wrapping AST for NIOFoundationCompat for debugging
[2013/2107] Compiling NIOSSL NIOSSLHandler.swift
[2014/2107] Compiling NIOSSL SSLPrivateKey.swift
[2015/2107] Compiling NIOSSL SSLPublicKey.swift
[2016/2107] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[2017/2107] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[2018/2107] Compiling NIOSSL SSLConnection.swift
[2019/2107] Compiling NIOSSL LinuxCABundle.swift
[2020/2129] Emitting module AsyncKit
[2021/2129] Compiling NIOTransportServices StateManagedChannel.swift
[2022/2129] Compiling NIOTransportServices StateManagedListenerChannel.swift
[2023/2129] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[2024/2131] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[2025/2131] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[2026/2131] Compiling NIOTransportServices NIOTSBootstraps.swift
[2027/2131] Compiling NIOTransportServices NIOTSChannelOptions.swift
[2028/2131] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[2029/2131] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[2030/2131] Compiling NIOTransportServices NIOTSErrors.swift
[2031/2131] Compiling NIOTransportServices NIOTSEventLoop.swift
[2032/2131] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[2033/2131] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[2034/2131] Compiling NIOTransportServices NIOTSListenerChannel.swift
[2035/2131] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[2036/2131] Compiling NIOTransportServices NIOTSSingletons.swift
[2037/2131] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[2038/2131] Emitting module NIOTransportServices
[2039/2131] Compiling NIOTransportServices AcceptHandler.swift
[2040/2131] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[2041/2131] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[2042/2131] Compiling NIOTransportServices NIOTSDatagramListener.swift
[2043/2131] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[2044/2131] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[2048/2132] Compiling _NIOFileSystem SystemFileHandle.swift
[2049/2132] Compiling _NIOFileSystem Utilities.swift
[2050/2132] Compiling _NIOFileSystem OpenOptions.swift
[2051/2132] Compiling _NIOFileSystem String+FileSystem.swift
[2063/2133] Wrapping AST for NIOTransportServices for debugging
[2065/2198] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[2066/2198] Compiling NIOHPACK IntegerCoding.swift
[2067/2199] Compiling NIOHPACK IndexedHeaderTable.swift
[2068/2199] Emitting module NIOSSL
[2069/2203] Compiling MultipartKit FormDataEncoder.swift
[2070/2203] Compiling MultipartKit Storage.swift
[2071/2203] Compiling MultipartKit MultipartFormData.swift
[2072/2203] Compiling MultipartKit MultipartParser.swift
[2073/2203] Compiling NIOHPACK HuffmanTables.swift
[2074/2203] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[2075/2203] Compiling NIOWebSocket WebSocketOpcode.swift
[2076/2204] Compiling NIOHPACK StaticHeaderTable.swift
[2077/2204] Compiling NIOHTTPCompression HTTPDecompression.swift
[2078/2204] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[2079/2204] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[2080/2204] Compiling MultipartKit FormDataDecoder.swift
[2081/2204] Compiling MultipartKit FormDataEncoder.Encoder.swift
[2082/2204] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[2083/2204] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[2084/2204] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[2085/2206] Emitting module NIOHPACK
[2087/2206] Compiling MultipartKit MultipartPart.swift
[2088/2208] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[2089/2208] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[2090/2208] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[2091/2208] Compiling NIOSSL NIOSSLServerHandler.swift
[2092/2208] Compiling NIOSSL ObjectIdentifier.swift
[2093/2208] Compiling NIOSSL PosixPort.swift
[2094/2208] Compiling NIOSSL SSLCallbacks.swift
[2098/2208] Compiling NIOSSL SafeCompare.swift
[2100/2208] Compiling NIOExtras UnsafeTransfer.swift
[2101/2208] Compiling NIOWebSocket WebSocketErrorCodes.swift
[2102/2208] Compiling NIOWebSocket WebSocketFrame.swift
[2103/2208] Compiling NIOHPACK HuffmanCoding.swift
[2104/2208] Emitting module NIOHTTPCompression
[2115/2208] Compiling NIOHTTPCompression HTTPCompression.swift
[2116/2209] Compiling MultipartKit Exports.swift
[2117/2209] Compiling MultipartKit FormDataDecoder.Decoder.swift
[2118/2209] Emitting module NIOWebSocket
[2119/2209] Compiling MultipartKit BasicCodingKey.swift
[2120/2209] Compiling MultipartKit MultipartError.swift
[2121/2209] Emitting module NIOExtras
[2122/2209] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[2124/2210] Compiling NIOExtras WritePCAPHandler.swift
[2125/2210] Compiling MultipartKit Utilities.swift
[2127/2210] Emitting module MultipartKit
[2132/2210] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[2133/2210] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[2159/2213] Wrapping AST for NIOHTTPCompression for debugging
[2162/2213] Wrapping AST for NIOHTTP1 for debugging
[2163/2213] Wrapping AST for NIOWebSocket for debugging
[2180/2213] Wrapping AST for MultipartKit for debugging
[2181/2213] Wrapping AST for NIOHPACK for debugging
[2182/2213] Wrapping AST for _NIOFileSystem for debugging
[2184/2276] Emitting module _NIOFileSystemFoundationCompat
[2185/2276] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[2186/2276] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[2187/2276] Compiling NIOFileSystem Exports.swift
[2188/2276] Emitting module NIOFileSystem
[2189/2278] Compiling NIOHTTP2 Error+Any.swift
[2190/2278] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[2191/2278] Compiling NIOHTTP2 ControlFrameBuffer.swift
[2192/2278] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[2196/2279] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[2197/2279] Compiling NIOHTTP2 HasFlowControlWindows.swift
[2198/2280] Wrapping AST for NIOFileSystem for debugging
[2199/2280] Wrapping AST for _NIOFileSystemFoundationCompat for debugging
[2200/2280] Wrapping AST for NIOSSL for debugging
[2201/2280] Wrapping AST for NIOExtras for debugging
[2203/2288] Compiling NIOHTTP2 MaySendFrames.swift
[2204/2288] Compiling NIOHTTP2 SendingDataState.swift
[2205/2288] Compiling NIOHTTP2 SendingGoawayState.swift
[2206/2288] Compiling NIOHTTP2 SendingHeadersState.swift
[2207/2288] Compiling NIOHTTP2 SendingPushPromiseState.swift
[2208/2288] Compiling NIOHTTP2 SendingRstStreamState.swift
[2209/2288] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[2210/2288] Compiling NIOHTTP2 HTTP2SettingsState.swift
[2211/2296] Compiling WebSocketKit WebSocket+Connect.swift
[2212/2296] Emitting module WebSocketKit
[2213/2296] Compiling WebSocketKit WebSocketHandler.swift
[2214/2296] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[2215/2296] Compiling WebSocketKit Exports.swift
[2216/2296] Emitting module NIOHTTP2
[2217/2296] Compiling WebSocketKit WebSocket+Concurrency.swift
[2218/2296] Compiling WebSocketKit WebSocket.swift
[2219/2296] Compiling WebSocketKit WebSocketClient.swift
[2222/2296] Compiling NIOHTTP2 HasLocalSettings.swift
[2223/2296] Compiling NIOHTTP2 HasRemoteSettings.swift
[2224/2296] Compiling NIOHTTP2 LocallyQuiescingState.swift
[2225/2296] Compiling NIOHTTP2 QuiescingState.swift
[2226/2296] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[2227/2296] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[2228/2297] Wrapping AST for WebSocketKit for debugging
[2230/2297] Compiling NIOHTTP2 InboundWindowManager.swift
[2231/2297] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[2232/2297] Compiling NIOHTTP2 StreamChannelFlowController.swift
[2233/2297] Compiling NIOHTTP2 StreamChannelList.swift
[2234/2297] Compiling NIOHTTP2 StreamMap.swift
[2235/2297] Compiling NIOHTTP2 StreamStateMachine.swift
[2236/2297] Compiling NIOHTTP2 UnsafeTransfer.swift
[2237/2297] Compiling NIOHTTP2 WatermarkedFlowController.swift
[2238/2297] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[2239/2297] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[2240/2297] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[2241/2297] Compiling NIOHTTP2 HTTP2StreamID.swift
[2242/2297] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[2243/2297] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[2244/2297] Compiling NIOHTTP2 HTTP2UserEvents.swift
[2245/2297] Compiling NIOHTTP2 InboundEventBuffer.swift
[2246/2297] Compiling NIOHTTP2 ConnectionStateMachine.swift
[2247/2297] Compiling NIOHTTP2 ConnectionStreamsState.swift
[2248/2297] Compiling NIOHTTP2 MayReceiveFrames.swift
[2249/2297] Compiling NIOHTTP2 ReceivingDataState.swift
[2250/2297] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[2251/2297] Compiling NIOHTTP2 ReceivingHeadersState.swift
[2252/2297] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[2253/2297] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[2254/2297] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[2255/2297] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[2256/2297] Compiling NIOHTTP2 HTTP2Frame.swift
[2257/2297] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[2258/2297] Compiling NIOHTTP2 HTTP2FrameParser.swift
[2259/2297] Compiling NIOHTTP2 HTTP2PingData.swift
[2260/2297] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[2261/2297] Compiling NIOHTTP2 HTTP2Settings.swift
[2262/2297] Compiling NIOHTTP2 HTTP2Stream.swift
[2269/2298] Wrapping AST for AsyncKit for debugging
[2271/2298] Compiling NIOHTTP2 StateMachineResult.swift
[2272/2298] Compiling NIOHTTP2 ContentLengthVerifier.swift
[2273/2298] Compiling NIOHTTP2 DOSHeuristics.swift
[2278/2298] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[2279/2298] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[2280/2298] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[2281/2298] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[2282/2298] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[2283/2298] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[2284/2298] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[2285/2298] Compiling NIOHTTP2 HTTP2Error.swift
[2286/2298] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[2287/2299] Wrapping AST for NIOHTTP2 for debugging
[2289/2359] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2290/2359] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2291/2359] Compiling AsyncHTTPClient Transaction.swift
[2292/2359] Compiling AsyncHTTPClient Base64.swift
[2293/2359] Compiling AsyncHTTPClient BasicAuth.swift
[2294/2359] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2295/2359] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2296/2359] Compiling AsyncHTTPClient ConnectionPool.swift
[2297/2359] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2298/2367] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2299/2367] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2300/2367] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2301/2367] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2302/2367] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2303/2367] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2304/2367] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2305/2367] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2306/2367] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2307/2367] Emitting module AsyncHTTPClient
[2308/2367] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2309/2367] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2310/2367] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2311/2367] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2312/2367] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2313/2367] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2314/2367] Compiling AsyncHTTPClient RequestBodyLength.swift
[2315/2367] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2316/2367] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2317/2367] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2318/2367] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2319/2367] Compiling AsyncHTTPClient HTTP1Connection.swift
[2320/2367] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2321/2367] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2322/2367] Compiling AsyncHTTPClient HTTP2Connection.swift
[2323/2367] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2324/2367] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2325/2367] Compiling AsyncHTTPClient HTTPHandler.swift
[2326/2367] Compiling AsyncHTTPClient LRUCache.swift
[2327/2367] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[2328/2367] Compiling AsyncHTTPClient NWErrorHandler.swift
[2329/2367] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2330/2367] Compiling AsyncHTTPClient TLSConfiguration.swift
[2331/2367] Compiling AsyncHTTPClient RedirectState.swift
[2332/2367] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2333/2367] Compiling AsyncHTTPClient RequestBag.swift
[2334/2367] Compiling AsyncHTTPClient RequestValidation.swift
[2335/2367] Compiling AsyncHTTPClient SSLContextCache.swift
[2336/2367] Compiling AsyncHTTPClient Scheme.swift
[2337/2367] Compiling AsyncHTTPClient Singleton.swift
[2338/2367] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2339/2367] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2340/2367] Compiling AsyncHTTPClient Utils.swift
[2341/2367] Compiling AsyncHTTPClient ConnectionTarget.swift
[2342/2367] Compiling AsyncHTTPClient DeconstructedURL.swift
[2343/2367] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2344/2367] Compiling AsyncHTTPClient FoundationExtensions.swift
[2345/2367] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2346/2367] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2347/2367] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2348/2367] Compiling AsyncHTTPClient HTTPClient.swift
[2349/2367] Compiling AsyncHTTPClient RequestOptions.swift
[2350/2367] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2351/2367] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2352/2367] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2353/2367] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2354/2367] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2355/2367] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2356/2367] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2357/2368] Wrapping AST for AsyncHTTPClient for debugging
[2359/2537] Compiling PrchNIO Session.swift
/host/spi-builder-workspace/.build/checkouts/PrchNIO/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/.build/checkouts/PrchNIO/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/.build/checkouts/PrchNIO/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/.build/checkouts/PrchNIO/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/.build/checkouts/PrchNIO/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/.build/checkouts/PrchNIO/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/.build/checkouts/PrchNIO/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/.build/checkouts/PrchNIO/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/.build/checkouts/PrchNIO/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/.build/checkouts/PrchNIO/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/.build/checkouts/PrchNIO/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/.build/checkouts/PrchNIO/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)
[2360/2539] Emitting module PrchNIO
/host/spi-builder-workspace/.build/checkouts/PrchNIO/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/.build/checkouts/PrchNIO/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/.build/checkouts/PrchNIO/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/.build/checkouts/PrchNIO/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/.build/checkouts/PrchNIO/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/.build/checkouts/PrchNIO/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/.build/checkouts/PrchNIO/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/.build/checkouts/PrchNIO/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 {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/62] Write swift-version-24593BA9C3E375BF.txt
[2/145] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[3/174] Compiling RealModule Float16+Real.swift
[4/174] Compiling RealModule ElementaryFunctions.swift
[5/174] Compiling RealModule Float+Real.swift
[6/175] Compiling SystemPackage Backcompat.swift
[7/175] Compiling SystemPackage CInterop.swift
[8/175] Compiling SystemPackage Constants.swift
[9/175] Compiling SystemPackage Exports.swift
[10/175] Compiling SystemPackage FilePathSyntax.swift
[11/175] Compiling SystemPackage FilePathTemp.swift
[12/175] Compiling SystemPackage FilePathParsing.swift
[13/175] Compiling SystemPackage FilePathString.swift
[14/175] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[15/175] Compiling RealModule Float80+Real.swift
[16/175] Compiling RealModule Real.swift
[17/175] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[18/175] Compiling RealModule RealFunctions.swift
[19/175] Emitting module RealModule
[20/175] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[21/176] Emitting module Prch
[23/181] Compiling SystemPackage Errno.swift
[24/181] Compiling SystemPackage ErrnoWindows.swift
[25/181] Compiling SystemPackage FileDescriptor.swift
[26/181] Compiling SystemPackage FileHelpers.swift
[27/181] Compiling SystemPackage FilePathTempPosix.swift
[28/181] Compiling SystemPackage FilePathTempWindows.swift
[29/184] Compiling Prch Response.swift
[30/184] Compiling Prch ResponseResult.swift
[31/184] Compiling Prch Result.swift
[32/184] Compiling Prch Authentication.swift
[33/184] Compiling Prch BasicAuthentication.swift
[34/184] Compiling Prch SecurityRequirement.swift
[35/184] Compiling Prch Service.swift
[36/184] Compiling Prch ServiceRequest.swift
[37/184] Compiling Prch StatusCodeProvider.swift
[38/184] Compiling Prch SuccessModel.swift
[39/184] Emitting module CryptoBoringWrapper
[40/184] Emitting module ServiceContextModule
[41/184] Emitting module _NIODataStructures
[42/184] Compiling _NIODataStructures Heap.swift
[43/184] Compiling _NIODataStructures _TinyArray.swift
[44/184] Compiling _NIODataStructures PriorityQueue.swift
[45/185] Compiling ServiceContextModule ServiceContextKey.swift
[46/185] Emitting module InternalCollectionsUtilities
[47/185] Compiling CryptoBoringWrapper EllipticCurve.swift
[48/185] Emitting module CoreMetrics
[49/185] Compiling CryptoBoringWrapper RandomBytes.swift
[50/185] Compiling ServiceContextModule ServiceContext.swift
[51/185] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[52/186] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[53/186] Compiling SystemPackage FilePathWindows.swift
[54/186] Compiling SystemPackage FilePermissions.swift
[55/186] Compiling SystemPackage Mocking.swift
[56/186] Compiling SystemPackage RawBuffer.swift
[57/186] Compiling SystemPackage Syscalls.swift
[58/186] Compiling SystemPackage WindowsSyscallAdapters.swift
[59/186] Compiling SystemPackage MachPort.swift
[60/186] Compiling SystemPackage PlatformString.swift
[61/186] Compiling SystemPackage SystemString.swift
[62/186] Compiling Prch KeyedEncodingContainer.swift
[63/186] Compiling Prch RequestEncoder.swift
[64/186] Compiling Prch ResponseDecoder.swift
[65/186] Compiling Prch Session.swift
[66/186] Compiling Prch Task.swift
[67/186] Compiling Prch URL.swift
[68/186] Compiling Prch URLSession.swift
[69/186] Compiling Prch URLSessionResponse.swift
[70/186] Compiling Prch Request.swift
[71/186] Emitting module _NIOBase64
[72/186] Compiling _NIOBase64 Base64.swift
[73/187] Compiling SystemPackage FileOperations.swift
[74/187] Compiling SystemPackage FilePath.swift
[75/187] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[80/188] Compiling SystemPackage FilePathComponentView.swift
[81/188] Compiling SystemPackage FilePathComponents.swift
[103/192] Compiling CoreMetrics Locks.swift
[104/192] Compiling CoreMetrics Metrics.swift
[106/191] Emitting module SystemPackage
[131/226] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[132/280] Compiling Logging MetadataProvider.swift
[133/329] Compiling Crypto PEMDocument.swift
[134/329] Compiling Crypto AES-GCM.swift
[135/329] Compiling Crypto ASN1.swift
[136/329] Compiling Crypto ASN1Any.swift
[137/367] Compiling Crypto AES-GCM_boring.swift
[138/367] Compiling Crypto ChaChaPoly_boring.swift
[139/367] Compiling Instrumentation NoOpInstrument.swift
[140/367] Compiling NIOConcurrencyHelpers lock.swift
[141/367] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[142/367] Compiling NIOConcurrencyHelpers NIOLock.swift
[143/367] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[144/367] Compiling Crypto HPKE-KEM.swift
[145/367] Compiling Crypto HPKE-Errors.swift
[146/367] Emitting module Instrumentation
[147/367] Compiling Crypto ChaChaPoly.swift
[148/367] Compiling Crypto Cipher.swift
[149/367] Compiling Crypto Nonces.swift
[150/368] Compiling Instrumentation Instrument.swift
[151/368] Compiling Instrumentation MultiplexInstrument.swift
[152/368] Compiling Instrumentation Locks.swift
[153/368] Compiling Instrumentation InstrumentationSystem.swift
[154/368] Compiling Crypto GeneralizedTime.swift
[155/368] Compiling Crypto ObjectIdentifier.swift
[156/368] Compiling Crypto ECDSASignature.swift
[157/369] Emitting module Logging
[158/369] Compiling NIOConcurrencyHelpers atomics.swift
[159/369] Compiling Logging Locks.swift
[160/369] Emitting module NIOConcurrencyHelpers
[162/370] Compiling Atomics IntegerOperations.swift
[163/370] Compiling Atomics Unmanaged extensions.swift
[166/500] Compiling Spinetail PostCampaignsIdActionsCancelSend.swift
[167/500] Compiling Spinetail PostCampaignsIdActionsCreateResend.swift
[168/500] Compiling Spinetail PostCampaignsIdActionsPause.swift
[169/500] Compiling Spinetail PostCampaignsIdActionsReplicate.swift
[170/500] Compiling Spinetail PostCampaignsIdActionsResume.swift
[171/500] Compiling Spinetail PostCampaignsIdActionsSchedule.swift
[172/500] Compiling Spinetail PostCampaignsIdActionsSend.swift
[173/500] Compiling Spinetail PostCampaignsIdActionsTest.swift
[174/500] Compiling Spinetail PostCampaignsIdActionsUnschedule.swift
[175/500] Compiling Spinetail PostCampaignsIdFeedback.swift
[176/611] Compiling Tracing InstrumentationSystem+Tracing.swift
[177/611] Emitting module Metrics
[178/611] Compiling Metrics Metrics.swift
[179/612] Compiling Tracing TracingTime.swift
[181/612] Compiling Logging Logging.swift
[182/612] Compiling Logging LogHandler.swift
[184/612] Compiling Tracing Tracer.swift
[185/612] Compiling Tracing TracerProtocol+Legacy.swift
[186/619] Compiling Tracing TracerProtocol.swift
[187/619] Emitting module Tracing
[188/619] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[189/695] Compiling Tracing NoOpTracer.swift
[190/695] Compiling Tracing SpanProtocol.swift
[191/696] Compiling HashTreeCollections _HashSlot.swift
[192/696] Compiling HashTreeCollections _HashStack.swift
[193/696] Compiling HashTreeCollections _HashTreeIterator.swift
[194/696] Compiling HashTreeCollections _HashTreeStatistics.swift
[195/696] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[196/696] Compiling HashTreeCollections _RawHashNode.swift
[197/696] Compiling HashTreeCollections _UnmanagedHashNode.swift
[198/696] Compiling HashTreeCollections _UnsafePath.swift
[199/696] Compiling HashTreeCollections TreeDictionary+Codable.swift
[200/696] Compiling HashTreeCollections TreeDictionary+Collection.swift
[201/705] Compiling HeapModule _HeapNode.swift
[202/705] Compiling HeapModule Heap.swift
[204/705] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[205/705] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[206/705] Compiling HashTreeCollections TreeDictionary+Keys.swift
[207/705] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[208/705] Compiling HashTreeCollections TreeDictionary+Merge.swift
[209/705] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[210/705] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[211/705] Compiling HashTreeCollections _HashNode+Initializers.swift
[212/705] Compiling HashTreeCollections _HashNode+Invariants.swift
[213/705] Compiling HashTreeCollections _HashNode+Lookups.swift
[214/705] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[215/705] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[216/705] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[217/705] Compiling HashTreeCollections TreeDictionary+Filter.swift
[218/712] Compiling OrderedCollections _UnsafeBitset.swift
[219/712] Compiling HashTreeCollections TreeSet+Equatable.swift
[220/712] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[221/712] Compiling HashTreeCollections TreeSet+Extras.swift
[222/712] Compiling HashTreeCollections TreeSet+Filter.swift
[223/712] Compiling HashTreeCollections TreeSet+Hashable.swift
[224/712] Compiling HashTreeCollections TreeSet+Sendable.swift
[225/712] Compiling _RopeModule Rope+Join.swift
[226/712] Compiling _RopeModule Rope+MutatingForEach.swift
[227/712] Compiling _RopeModule Rope+Remove.swift
[232/712] Compiling OrderedCollections OrderedSet+Sendable.swift
[233/712] Compiling OrderedCollections OrderedSet+SubSequence.swift
[234/712] Compiling OrderedCollections OrderedSet+Testing.swift
[235/712] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[236/712] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[237/712] Compiling OrderedCollections OrderedSet.swift
[256/712] Compiling HeapModule Heap+Invariants.swift
[257/712] Compiling HeapModule Heap+Descriptions.swift
[258/712] Compiling HeapModule Heap+UnsafeHandle.swift
[259/712] Compiling HashTreeCollections _HashNode+Structural merge.swift
[260/712] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[261/712] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[262/712] Compiling HashTreeCollections _HashNode+Structural union.swift
[263/712] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[264/712] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[265/712] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[266/712] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[267/712] Compiling HashTreeCollections _HashNode.swift
[268/712] Compiling HashTreeCollections _HashNodeHeader.swift
[269/712] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[270/712] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[271/712] Compiling HashTreeCollections _HashNode+Storage.swift
[272/712] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[273/712] Compiling HashTreeCollections _HashNode+Structural filter.swift
[274/712] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[275/712] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[276/712] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[277/712] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[278/712] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[279/712] Emitting module HeapModule
[286/712] Compiling _RopeModule Rope+RemoveSubrange.swift
[287/712] Compiling _RopeModule Rope+Split.swift
[288/712] Compiling _RopeModule Optional Utilities.swift
[289/712] Compiling _RopeModule String Utilities.swift
[290/712] Compiling _RopeModule String.Index+ABI.swift
[299/722] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[300/722] Compiling HashTreeCollections _AncestorHashSlots.swift
[301/722] Compiling HashTreeCollections _Bitmap.swift
[302/722] Compiling HashTreeCollections _Bucket.swift
[303/722] Compiling HashTreeCollections _Hash.swift
[304/722] Compiling HashTreeCollections _HashLevel.swift
[305/722] Compiling HashTreeCollections _HashNode+Builder.swift
[306/722] Compiling HashTreeCollections _HashNode+Debugging.swift
[313/722] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[314/722] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[359/722] Emitting module Atomics
[369/729] Emitting module _RopeModule
[370/729] Compiling RoutingKit PathComponent.swift
[371/744] Compiling RoutingKit AnyRouter.swift
[372/744] Emitting module RoutingKit
[373/744] Compiling RoutingKit Parameters.swift
[379/770] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[380/770] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[381/770] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[382/770] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[394/770] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[395/770] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[396/770] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[397/770] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[398/770] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[399/770] Compiling HashTreeCollections TreeSet.swift
[400/770] Compiling ConsoleKitTerminal Console+Confirm.swift
[401/770] Compiling ConsoleKitTerminal Console+Input.swift
[402/772] Compiling RoutingKit Router.swift
[403/772] Compiling RoutingKit TrieRouter.swift
[404/773] Compiling ConsoleKitTerminal CustomActivity.swift
[405/773] Compiling ConsoleKitTerminal LoadingBar.swift
[406/773] Compiling ConsoleKitTerminal ProgressBar.swift
[407/773] Compiling ConsoleKitTerminal Console+Clear.swift
[408/773] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[409/773] Compiling ConsoleKitTerminal ConsoleClear.swift
[410/773] Compiling ConsoleKitTerminal Console+Ask.swift
[411/773] Compiling ConsoleKitTerminal Console+Choose.swift
[412/773] Compiling ConsoleKitTerminal ActivityBar.swift
[413/773] Compiling ConsoleKitTerminal ActivityIndicator.swift
[414/773] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[441/772] Compiling ConsoleKitTerminal Console+Wait.swift
[442/772] Compiling ConsoleKitTerminal ConsoleColor.swift
[443/772] Compiling ConsoleKitTerminal ConsoleStyle.swift
[445/772] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[448/772] Compiling DequeModule _DequeSlot.swift
[449/772] Compiling DequeModule _UnsafeWrappedBuffer.swift
[453/772] Compiling ConsoleKitTerminal ConsoleText.swift
[454/775] Emitting module Crypto
[486/776] Compiling ConsoleKitTerminal Console.swift
[487/776] Compiling ConsoleKitTerminal Terminal.swift
[488/776] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[489/776] Compiling ConsoleKitTerminal AnySendableHashable.swift
[490/776] Compiling ConsoleKitTerminal ConsoleLogger.swift
[491/776] Compiling ConsoleKitTerminal LoggerFragment.swift
[497/776] Emitting module OrderedCollections
[514/777] Emitting module ConsoleKitTerminal
[520/830] Compiling BitCollections BitArray+Testing.swift
[521/830] Compiling BitCollections BitArray._UnsafeHandle.swift
[522/830] Compiling BitCollections BitArray.swift
[523/830] Compiling BitCollections BitSet+BidirectionalCollection.swift
[524/830] Compiling BitCollections BitSet+Codable.swift
[525/830] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[526/830] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[527/830] Compiling BitCollections BitArray+Extras.swift
[528/830] Compiling BitCollections BitArray+Fill.swift
[529/830] Compiling BitCollections BitArray+Hashable.swift
[530/830] Compiling BitCollections BitArray+Initializers.swift
[531/830] Emitting module BitCollections
[531/842] Wrapping AST for SystemPackage for debugging
[532/862] Wrapping AST for RealModule for debugging
[543/863] Compiling Algorithms FlattenCollection.swift
[544/863] Compiling Algorithms Grouped.swift
[545/863] Compiling Algorithms Indexed.swift
[546/863] Compiling Algorithms Intersperse.swift
[547/863] Compiling Algorithms Reductions.swift
[548/863] Compiling Algorithms Rotate.swift
[549/863] Compiling Algorithms Split.swift
[550/863] Compiling Algorithms Stride.swift
[551/863] Compiling Algorithms Suffix.swift
[552/863] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[554/863] Compiling BitCollections BitSet+CustomReflectable.swift
[555/863] Compiling BitCollections BitSet+CustomStringConvertible.swift
[556/863] Compiling BitCollections BitSet+Equatable.swift
[557/863] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[558/863] Compiling BitCollections BitSet+Extras.swift
[559/863] Compiling BitCollections BitSet+Hashable.swift
[560/863] Wrapping AST for OrderedCollections for debugging
[562/863] Compiling Algorithms AdjacentPairs.swift
[563/863] Compiling Algorithms Chain.swift
[564/863] Emitting module DequeModule
[567/865] Wrapping AST for Logging for debugging
[569/865] Wrapping AST for _RopeModule for debugging
[570/864] Wrapping AST for InternalCollectionsUtilities for debugging
[573/864] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[574/864] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[575/864] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[576/864] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[577/864] Compiling BitCollections BitSet+SetAlgebra union.swift
[578/864] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[579/864] Compiling BitCollections BitSet.Counted.swift
[579/864] Wrapping AST for HeapModule for debugging
[580/864] Wrapping AST for CryptoBoringWrapper for debugging
[582/864] Compiling BitCollections BitSet+Initializers.swift
[583/864] Compiling BitCollections BitSet+Invariants.swift
[584/864] Compiling BitCollections BitSet+Random.swift
[585/864] Compiling BitCollections BitSet+SetAlgebra basics.swift
[586/864] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[587/864] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[588/864] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[589/864] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[590/864] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[591/864] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[592/864] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[593/864] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[594/864] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[595/864] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[595/864] Wrapping AST for Crypto for debugging
[601/864] Compiling Algorithms Compacted.swift
[602/864] Compiling Algorithms Cycle.swift
[603/864] Compiling Algorithms EitherSequence.swift
[604/864] Compiling Algorithms FirstNonNil.swift
[604/864] Wrapping AST for DequeModule for debugging
[605/889] Wrapping AST for Atomics for debugging
[607/889] Compiling BitCollections BitSet.Index.swift
[608/889] Compiling BitCollections BitSet._UnsafeHandle.swift
[609/889] Compiling BitCollections BitSet.swift
[610/889] Compiling BitCollections Range+Utilities.swift
[611/889] Compiling BitCollections Slice+Utilities.swift
[612/889] Compiling BitCollections UInt+Tricks.swift
[613/889] Compiling BitCollections _Word.swift
[613/889] Wrapping AST for CoreMetrics for debugging
[615/949] Compiling NIOCore NIOAsyncSequenceProducer.swift
[616/949] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[617/949] Compiling NIOCore NIOAsyncWriter.swift
[618/951] Compiling NIOCore ByteBuffer-multi-int.swift
[619/951] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[620/951] Compiling NIOCore ByteBuffer-views.swift
[624/951] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[625/951] Compiling ConsoleKitCommands Utilities.swift
[626/951] Compiling NIOCore ChannelHandlers.swift
[627/951] Emitting module ConsoleKitCommands
[638/951] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[639/951] Compiling NIOCore BSDSocketAPI.swift
[640/951] Compiling NIOCore ByteBuffer-aux.swift
[641/951] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[642/951] Compiling NIOCore ByteBuffer-conversions.swift
[643/951] Compiling NIOCore ByteBuffer-core.swift
[644/951] Compiling NIOCore ByteBuffer-hex.swift
[645/951] Compiling NIOCore ByteBuffer-int.swift
[646/951] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[647/951] Compiling NIOCore AddressedEnvelope.swift
[648/951] Compiling NIOCore AsyncAwaitSupport.swift
[649/951] Compiling NIOCore AsyncChannel.swift
[650/951] Compiling NIOCore AsyncChannelHandler.swift
[651/951] Compiling NIOCore AsyncChannelInboundStream.swift
[652/951] Compiling NIOCore AsyncChannelOutboundWriter.swift
[654/951] Compiling NIOCore ChannelInvoker.swift
[655/951] Compiling NIOCore ChannelOption.swift
[656/951] Compiling NIOCore ChannelPipeline.swift
[666/952] Emitting module HashTreeCollections
[681/954] Wrapping AST for HashTreeCollections for debugging
[683/955] Compiling NIOCore MulticastChannel.swift
[684/955] Compiling NIOCore NIOAny.swift
[685/955] Compiling NIOCore NIOCloseOnErrorHandler.swift
[686/955] Compiling NIOCore NIOLoopBound.swift
[687/955] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[688/955] Compiling NIOCore NIOScheduledCallback.swift
[689/955] Compiling NIOCore NIOSendable.swift
[690/955] Compiling NIOCore RecvByteBufferAllocator.swift
[695/964] Emitting module ConsoleKit
[696/964] Compiling ConsoleKit Exports.swift
[697/965] Compiling Collections Collections.swift
[698/965] Emitting module Collections
[701/964] Compiling NIOCore IO.swift
[702/964] Compiling NIOCore IOData.swift
[703/964] Compiling NIOCore IPProtocol.swift
[704/964] Compiling NIOCore IntegerBitPacking.swift
[705/964] Compiling NIOCore IntegerTypes.swift
[706/964] Compiling NIOCore Interfaces.swift
[707/964] Compiling NIOCore Linux.swift
[708/964] Compiling NIOCore MarkedCircularBuffer.swift
[709/964] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[710/964] Compiling NIOCore EventLoopFuture+Deprecated.swift
[711/964] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[712/964] Compiling NIOCore EventLoopFuture.swift
[713/964] Compiling NIOCore FileDescriptor.swift
[714/964] Compiling NIOCore FileHandle.swift
[715/964] Compiling NIOCore FileRegion.swift
[716/964] Compiling NIOCore GlobalSingletons.swift
[717/964] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[718/964] Compiling NIOCore SocketAddresses.swift
[719/964] Compiling NIOCore SocketOptionProvider.swift
[720/964] Compiling NIOCore SystemCallHelpers.swift
[721/964] Compiling NIOCore TimeAmount+Duration.swift
[722/964] Compiling NIOCore TypeAssistedChannelHandler.swift
[723/964] Compiling NIOCore UniversalBootstrapSupport.swift
[724/964] Compiling NIOCore Utilities.swift
[725/964] Emitting module Algorithms
[726/965] Compiling NIOCore CircularBuffer.swift
[727/965] Compiling NIOCore Codec.swift
[728/965] Compiling NIOCore ConvenienceOptionSupport.swift
[729/965] Compiling NIOCore DeadChannel.swift
[730/965] Compiling NIOCore DispatchQueue+WithFuture.swift
[731/965] Compiling NIOCore EventLoop+Deprecated.swift
[732/965] Compiling NIOCore EventLoop+SerialExecutor.swift
[733/965] Compiling NIOCore EventLoop.swift
[734/965] Wrapping AST for Algorithms for debugging
[763/965] Emitting module NIOCore
[765/1015] Compiling NIOEmbedded AsyncTestingChannel.swift
[766/1015] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[767/1015] Compiling NIOEmbedded Embedded.swift
[768/1015] Emitting module NIOEmbedded
[770/1016] Compiling NIOPosix Pool.swift
[771/1016] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[772/1016] Compiling NIOPosix PosixSingletons.swift
[773/1016] Compiling NIOPosix RawSocketBootstrap.swift
[774/1016] Compiling NIOPosix Resolver.swift
[775/1016] Compiling NIOPosix Selectable.swift
[776/1021] Compiling Spinetail PatchAutomationEmailWorkflowId.swift
[777/1021] Compiling Spinetail PostAutomations.swift
[778/1021] Compiling Spinetail PostAutomationsIdActionsPauseAllEmails.swift
[779/1021] Compiling Spinetail PostAutomationsIdActionsStartAllEmails.swift
[780/1021] Compiling Spinetail PostAutomationsIdEmailsIdActionsPause.swift
[781/1021] Compiling Spinetail PostAutomationsIdEmailsIdActionsStart.swift
[782/1021] Compiling Spinetail PostAutomationsIdEmailsIdQueue.swift
[783/1021] Compiling Spinetail PostAutomationsIdRemovedSubscribers.swift
[784/1021] Compiling Spinetail DeleteBatchWebhookId.swift
[785/1021] Compiling Spinetail GetBatchWebhook.swift
[786/1021] Compiling Spinetail GetBatchWebhooks.swift
[787/1021] Compiling Spinetail PatchBatchWebhooks.swift
[788/1021] Compiling Spinetail PostBatchWebhooks.swift
[789/1021] Compiling Spinetail DeleteBatchesId.swift
[790/1021] Compiling Spinetail GetBatches.swift
[791/1021] Compiling Spinetail GetBatchesId.swift
[792/1021] Compiling Spinetail PostBatches.swift
[793/1021] Compiling Spinetail DeleteConnectedSitesId.swift
[794/1021] Compiling Spinetail GetConnectedSites.swift
[795/1021] Compiling Spinetail GetConnectedSitesId.swift
[796/1021] Compiling Spinetail PostConnectedSites.swift
[797/1021] Compiling Spinetail PostConnectedSitesIdActionsVerifyScriptInstallation.swift
[798/1021] Compiling Spinetail GetConversations.swift
[799/1021] Compiling Spinetail GetConversationsId.swift
[800/1044] Compiling NIOPosix ThreadPosix.swift
[801/1044] Compiling NIOPosix ThreadWindows.swift
[802/1044] Compiling NIOPosix UnsafeTransfer.swift
[803/1044] Compiling NIOPosix Utilities.swift
[804/1044] Compiling NIOPosix VsockAddress.swift
[805/1044] Compiling NIOPosix VsockChannelEvents.swift
[806/1044] Emitting module NIOPosix
[807/1044] Compiling Spinetail DeleteTemplateFoldersId.swift
[808/1044] Compiling Spinetail GetTemplateFolders.swift
[809/1044] Compiling Spinetail GetTemplateFoldersId.swift
[810/1044] Compiling Spinetail PatchTemplateFoldersId.swift
[811/1044] Compiling Spinetail PostTemplateFolders.swift
[812/1044] Compiling Spinetail DeleteTemplatesId.swift
[813/1044] Compiling Spinetail GetTemplates.swift
[814/1044] Compiling Spinetail GetTemplatesId.swift
[815/1044] Compiling Spinetail GetTemplatesIdDefaultContent.swift
[816/1044] Compiling Spinetail PatchTemplatesId.swift
[817/1044] Compiling Spinetail PostTemplates.swift
[818/1044] Compiling Spinetail GetActivityFeedChimpChatter.swift
[819/1044] Compiling Spinetail GetAuthorizedApps.swift
[820/1044] Compiling Spinetail GetAuthorizedAppsId.swift
[821/1044] Compiling Spinetail ArchiveAutomations.swift
[822/1044] Compiling Spinetail DeleteAutomationsIdEmailsId.swift
[823/1044] Compiling Spinetail GetAutomations.swift
[824/1044] Compiling Spinetail GetAutomationsId.swift
[825/1044] Compiling Spinetail GetAutomationsIdEmails.swift
[826/1044] Compiling Spinetail GetAutomationsIdEmailsId.swift
[827/1044] Compiling Spinetail GetAutomationsIdEmailsIdQueue.swift
[828/1044] Compiling Spinetail GetAutomationsIdEmailsIdQueueId.swift
[829/1044] Compiling Spinetail GetAutomationsIdRemovedSubscribers.swift
[830/1044] Compiling Spinetail GetAutomationsIdRemovedSubscribersId.swift
[831/1067] Compiling NIOPosix ServerSocket.swift
[832/1067] Compiling NIOPosix Socket.swift
[833/1067] Compiling NIOPosix SocketChannel.swift
[834/1067] Compiling NIOPosix SocketProtocols.swift
[835/1067] Compiling NIOPosix System.swift
[836/1067] Compiling NIOPosix Thread.swift
[837/1067] Compiling NIOPosix SelectableChannel.swift
[838/1067] Compiling NIOPosix SelectableEventLoop.swift
[839/1067] Compiling NIOPosix SelectorEpoll.swift
[840/1067] Compiling NIOPosix SelectorGeneric.swift
[841/1067] Compiling NIOPosix SelectorKqueue.swift
[842/1067] Compiling NIOPosix SelectorUring.swift
[843/1067] Compiling NIOPosix BSDSocketAPICommon.swift
[844/1067] Compiling NIOPosix BSDSocketAPIPosix.swift
[845/1067] Compiling NIOPosix BSDSocketAPIWindows.swift
[846/1067] Compiling NIOPosix BaseSocket.swift
[847/1067] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[848/1067] Compiling NIOPosix BaseSocketChannel.swift
[849/1067] Compiling NIOPosix BaseStreamSocketChannel.swift
[850/1067] Compiling NIOPosix Bootstrap.swift
[851/1067] Compiling NIOPosix ControlMessage.swift
[852/1067] Compiling NIOPosix DatagramVectorReadManager.swift
[853/1067] Compiling NIOPosix Errors+Any.swift
[854/1067] Compiling NIOPosix FileDescriptor.swift
[855/1067] Compiling NIOPosix GetaddrinfoResolver.swift
[856/1067] Compiling NIOPosix HappyEyeballs.swift
[857/1067] Compiling NIOPosix IO.swift
[858/1067] Compiling NIOPosix IntegerBitPacking.swift
[859/1067] Compiling NIOPosix IntegerTypes.swift
[860/1067] Compiling NIOPosix Linux.swift
[861/1067] Compiling NIOPosix LinuxCPUSet.swift
[862/1067] Compiling NIOPosix LinuxUring.swift
[863/1067] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[864/1067] Compiling NIOPosix NIOThreadPool.swift
[865/1067] Compiling NIOPosix NonBlockingFileIO.swift
[866/1067] Compiling NIOPosix PendingDatagramWritesManager.swift
[867/1067] Compiling NIOPosix PendingWritesManager.swift
[868/1067] Compiling NIOPosix PipeChannel.swift
[869/1067] Compiling NIOPosix PipePair.swift
[871/1126] Compiling NIO Exports.swift
[872/1126] Emitting module NIO
[873/1127] Compiling _NIOFileSystem FileHandle.swift
[874/1127] Compiling _NIOFileSystem FileHandleProtocol.swift
[875/1127] Compiling _NIOFileSystem FileInfo.swift
[877/1129] Compiling _NIOFileSystem Array+FileSystem.swift
[878/1129] Compiling _NIOFileSystem ArraySlice+FileSystem.swift
[879/1129] Compiling _NIOFileSystem BufferedReader.swift
[880/1129] Compiling _NIOFileSystem BufferedWriter.swift
[881/1129] Compiling _NIOFileSystem ByteBuffer+FileSystem.swift
[882/1129] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[883/1138] Emitting module _NIOFileSystem
[885/1144] Compiling AsyncKit Optional+StrictMap.swift
[886/1144] Compiling AsyncKit Exports.swift
[887/1144] Compiling _NIOFileSystem TokenBucket.swift
[888/1144] Compiling _NIOFileSystem UnsafeTransfer.swift
[891/1155] Compiling NIOSOCKS SOCKSClientHandler.swift
[892/1155] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[893/1155] Compiling NIOSOCKS AuthenticationMethod.swift
[894/1155] Compiling NIOSOCKS ClientGreeting.swift
[895/1155] Compiling NIOSOCKS Errors.swift
[896/1155] Compiling NIOSOCKS Helpers.swift
[897/1155] Compiling NIOSOCKS SOCKSResponse.swift
[898/1172] Emitting module NIOSOCKS
[899/1172] Compiling NIOSOCKS ClientStateMachine.swift
[900/1172] Compiling NIOHTTP1 ByteCollectionUtils.swift
[901/1172] Compiling NIOHTTP1 HTTPDecoder.swift
[902/1172] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[903/1172] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[904/1172] Compiling NIOTLS TLSEvents.swift
[905/1172] Compiling NIOHTTP1 HTTPEncoder.swift
[906/1172] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[907/1172] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[908/1172] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[909/1172] Emitting module NIOTLS
[910/1172] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[911/1172] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[912/1172] Compiling NIOSOCKS ServerStateMachine.swift
[913/1172] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[914/1172] Compiling NIOTLS SNIHandler.swift
[916/1173] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[917/1173] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[918/1173] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[919/1173] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[920/1174] Compiling _NIOFileSystem ParallelDirCopy.swift
[921/1174] Compiling _NIOFileSystem ParallelRemoval.swift
[922/1174] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[923/1174] Compiling _NIOFileSystem CInterop.swift
[924/1174] Compiling _NIOFileSystem Errno.swift
[925/1174] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[926/1174] Compiling _NIOFileSystem Mocking.swift
[927/1174] Compiling _NIOFileSystem Syscall.swift
[928/1174] Compiling _NIOFileSystem Syscalls.swift
[929/1173] Compiling NIOHTTP1 HTTPTypes.swift
[930/1173] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[931/1173] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[932/1173] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[933/1173] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[936/1172] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[937/1174] Emitting module NIOFoundationCompat
[938/1174] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[939/1196] Emitting module AsyncKit
[941/1203] Compiling NIOSSL SSLCertificateExtensions.swift
[942/1203] Compiling NIOSSL SSLCertificateName.swift
[943/1225] Compiling NIOTransportServices NIOTSDatagramListener.swift
[944/1225] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[945/1225] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[946/1225] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[947/1225] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[948/1225] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[950/1225] Compiling NIOTransportServices NIOTSErrors.swift
[951/1225] Compiling NIOTransportServices NIOTSEventLoop.swift
[952/1227] Emitting module NIOTransportServices
[953/1227] Compiling NIOTransportServices AcceptHandler.swift
[954/1227] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[955/1227] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[957/1227] Compiling NIOTransportServices NIOTSSingletons.swift
[958/1227] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[962/1227] Compiling NIOTransportServices StateManagedChannel.swift
[963/1227] Compiling NIOTransportServices StateManagedListenerChannel.swift
[964/1227] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[965/1227] Compiling NIOTransportServices NIOTSBootstraps.swift
[966/1227] Compiling NIOTransportServices NIOTSChannelOptions.swift
[968/1227] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[969/1227] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[970/1227] Compiling NIOTransportServices NIOTSListenerChannel.swift
[971/1227] Emitting module NIOHTTP1
[975/1227] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[976/1227] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[982/1228] Compiling Spinetail GetReportsId.swift
[983/1228] Compiling Spinetail GetReportsIdAbuseReportsId.swift
[984/1228] Compiling Spinetail GetReportsIdAbuseReportsIdId.swift
[985/1228] Compiling Spinetail GetReportsIdAdvice.swift
[986/1228] Compiling Spinetail GetReportsIdClickDetails.swift
[987/1228] Compiling Spinetail GetReportsIdClickDetailsId.swift
[988/1228] Compiling Spinetail GetReportsIdClickDetailsIdMembers.swift
[989/1228] Compiling Spinetail GetReportsIdClickDetailsIdMembersId.swift
[990/1228] Compiling Spinetail GetReportsIdDomainPerformance.swift
[991/1228] Compiling Spinetail GetReportsIdEcommerceProductActivity.swift
[992/1228] Compiling Spinetail GetReportsIdEepurl.swift
[993/1228] Compiling Spinetail GetReportsIdEmailActivity.swift
[994/1228] Compiling Spinetail GetReportsIdEmailActivityId.swift
[995/1228] Compiling Spinetail GetReportsIdLocations.swift
[996/1228] Compiling Spinetail GetReportsIdOpenDetails.swift
[997/1228] Compiling Spinetail GetReportsIdOpenDetailsIdMembersId.swift
[998/1228] Compiling Spinetail GetReportsIdSentTo.swift
[999/1228] Compiling Spinetail GetReportsIdSentToId.swift
[1000/1228] Compiling Spinetail GetReportsIdSubReportsId.swift
[1001/1228] Compiling Spinetail GetReportsIdUnsubscribed.swift
[1002/1228] Compiling Spinetail GetReportsIdUnsubscribedId.swift
[1003/1228] Compiling Spinetail GetRoot.swift
[1004/1228] Compiling Spinetail GetSearchCampaigns.swift
[1005/1228] Compiling Spinetail GetSearchMembers.swift
[1007/1251] Compiling _NIOFileSystem SystemFileHandle.swift
[1008/1251] Compiling _NIOFileSystem Utilities.swift
[1009/1251] Compiling _NIOFileSystem OpenOptions.swift
[1010/1251] Compiling _NIOFileSystem String+FileSystem.swift
[1011/1250] Emitting module NIOSSL
[1023/1265] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1024/1265] Compiling NIOSSL SubjectAlternativeName.swift
[1025/1265] Compiling NIOSSL NIOSSLSecureBytes.swift
[1026/1265] Compiling NIOSSL RNG.swift
[1027/1265] Compiling NIOSSL SafeCompare.swift
[1028/1283] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[1029/1283] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[1030/1283] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[1031/1283] Compiling NIOWebSocket SHA1.swift
[1032/1283] Compiling NIOHPACK HPACKHeader.swift
[1033/1283] Compiling NIOHPACK HeaderTables.swift
[1043/1301] Compiling NIOExtras JSONRPCFraming.swift
[1044/1301] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1045/1301] Compiling NIOExtras NIOExtrasError.swift
[1046/1301] Compiling NIOExtras PCAPRingBuffer.swift
[1048/1300] Compiling NIOExtras DebugInboundEventsHandler.swift
[1049/1300] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1050/1301] Compiling NIOWebSocket WebSocketOpcode.swift
[1051/1302] Compiling NIOExtras QuiescingHelper.swift
[1052/1302] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1053/1302] Compiling NIOExtras NIORequestIdentifiable.swift
[1054/1302] Compiling NIOExtras RequestResponseHandler.swift
[1055/1302] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1059/1305] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1060/1305] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1061/1305] Compiling NIOHPACK IndexedHeaderTable.swift
[1062/1305] Compiling NIOHPACK IntegerCoding.swift
[1063/1305] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1064/1305] Compiling NIOHPACK StaticHeaderTable.swift
[1065/1305] Compiling NIOHPACK HuffmanTables.swift
[1066/1305] Compiling NIOHPACK HuffmanCoding.swift
[1067/1305] Emitting module _NIOFileSystemFoundationCompat
[1068/1305] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1069/1305] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1070/1305] Compiling NIOHTTPCompression HTTPDecompression.swift
[1073/1305] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1074/1305] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1075/1307] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1078/1308] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1079/1308] Compiling NIOWebSocket WebSocketFrame.swift
[1080/1308] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1081/1308] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1082/1308] Compiling NIOHTTPCompression HTTPCompression.swift
[1083/1308] Emitting module NIOHTTPCompression
[1084/1308] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1085/1308] Compiling NIOExtras LengthFieldPrepender.swift
[1086/1308] Compiling NIOExtras LineBasedFrameDecoder.swift
[1097/1308] Emitting module NIOWebSocket
[1098/1308] Emitting module NIOExtras
[1099/1308] Compiling NIOSSL Zeroization.swift
[1100/1308] Compiling NIOSSL TLSConfiguration.swift
[1101/1308] Compiling NIOSSL UniversalBootstrapSupport.swift
[1102/1308] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1103/1309] Emitting module NIOHPACK
[1104/1310] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1105/1310] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1116/1386] Compiling NIOFileSystem Exports.swift
[1117/1386] Emitting module NIOFileSystem
[1118/1387] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1119/1387] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1120/1387] Compiling NIOHTTP2 HasLocalSettings.swift
[1121/1387] Emitting module MultipartKit
[1123/1389] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1124/1389] Compiling NIOHTTP2 StateMachineResult.swift
[1125/1389] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1126/1389] Compiling NIOHTTP2 MayReceiveFrames.swift
[1127/1389] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1128/1389] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1129/1388] Compiling NIOHTTP2 HasRemoteSettings.swift
[1130/1388] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1131/1388] Compiling NIOHTTP2 QuiescingState.swift
[1132/1388] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1133/1388] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1134/1388] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1135/1388] Compiling NIOHTTP2 ReceivingDataState.swift
[1136/1388] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1137/1388] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1139/1388] Compiling MultipartKit MultipartSerializer.swift
[1142/1388] Compiling MultipartKit Utilities.swift
[1144/1388] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1145/1388] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1146/1388] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1147/1388] Compiling NIOHTTP2 HTTP2StreamID.swift
[1148/1388] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1149/1388] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1150/1388] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1151/1388] Compiling NIOHTTP2 InboundEventBuffer.swift
[1158/1405] Compiling NIOHTTP2 HTTP2Stream.swift
[1167/1405] Compiling NIOHTTP2 InboundWindowManager.swift
[1168/1405] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1169/1405] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1170/1405] Compiling NIOHTTP2 StreamChannelList.swift
[1171/1405] Compiling NIOHTTP2 StreamMap.swift
[1172/1405] Compiling NIOHTTP2 StreamStateMachine.swift
[1173/1405] Compiling NIOHTTP2 UnsafeTransfer.swift
[1174/1405] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1182/1405] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1183/1405] Compiling NIOHTTP2 MaySendFrames.swift
[1184/1405] Compiling NIOHTTP2 SendingDataState.swift
[1185/1405] Compiling NIOHTTP2 SendingGoawayState.swift
[1186/1405] Compiling NIOHTTP2 SendingHeadersState.swift
[1187/1405] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1188/1405] Compiling NIOHTTP2 SendingRstStreamState.swift
[1189/1405] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1190/1405] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1191/1405] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1192/1405] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1193/1405] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1194/1405] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1195/1405] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1196/1405] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1197/1405] Compiling NIOHTTP2 HTTP2Error.swift
[1198/1405] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1199/1405] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1200/1405] Compiling NIOHTTP2 HTTP2Frame.swift
[1201/1405] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1202/1405] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1203/1405] Compiling NIOHTTP2 HTTP2PingData.swift
[1204/1405] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1205/1405] Compiling NIOHTTP2 HTTP2Settings.swift
[1219/1405] Compiling Spinetail PostListsIdMembersIdNotes.swift
[1220/1405] Compiling Spinetail PostListsIdMergeFields.swift
[1221/1405] Compiling Spinetail PostListsIdSegments.swift
[1222/1405] Compiling Spinetail PostListsIdSegmentsId.swift
[1223/1405] Compiling Spinetail PostListsIdSegmentsIdMembers.swift
[1224/1405] Compiling Spinetail PostListsIdSignupForms.swift
[1225/1405] Compiling Spinetail PostListsIdWebhooks.swift
[1226/1405] Compiling Spinetail PreviewASegment.swift
[1227/1405] Compiling Spinetail PutListsIdMembersId.swift
[1228/1405] Compiling Spinetail SearchTagsByName.swift
[1229/1405] Compiling Spinetail GetReports.swift
[1230/1428] Compiling WebSocketKit WebSocketHandler.swift
[1232/1428] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1233/1428] Compiling WebSocketKit Exports.swift
[1234/1428] Emitting module WebSocketKit
[1235/1427] Compiling WebSocketKit WebSocket+Concurrency.swift
[1236/1427] Compiling WebSocketKit WebSocket+Connect.swift
[1245/1427] Emitting module NIOHTTP2
[1246/1427] Compiling WebSocketKit WebSocket.swift
[1247/1427] Compiling WebSocketKit WebSocketClient.swift
[1248/1428] Wrapping AST for WebSocketKit for debugging
[1258/1428] Emitting module Spinetail
[1259/1428] Compiling Spinetail GetConversationsIdMessages.swift
[1260/1428] Compiling Spinetail GetConversationsIdMessagesId.swift
[1261/1428] Compiling Spinetail PostCustomerJourneysJourneysIdStepsIdActionsTrigger.swift
[1262/1428] Compiling Spinetail DeleteEcommerceStoresId.swift
[1263/1428] Compiling Spinetail DeleteEcommerceStoresIdCartsId.swift
[1264/1428] Compiling Spinetail DeleteEcommerceStoresIdCartsLinesId.swift
[1265/1428] Compiling Spinetail DeleteEcommerceStoresIdCustomersId.swift
[1266/1428] Compiling Spinetail DeleteEcommerceStoresIdOrdersId.swift
[1267/1428] Compiling Spinetail DeleteEcommerceStoresIdOrdersIdLinesId.swift
[1268/1428] Compiling Spinetail DeleteEcommerceStoresIdProductsId.swift
[1269/1428] Compiling Spinetail DeleteEcommerceStoresIdProductsIdImagesId.swift
[1270/1428] Compiling Spinetail DeleteEcommerceStoresIdProductsIdVariantsId.swift
[1271/1428] Compiling Spinetail DeleteEcommerceStoresIdPromocodesId.swift
[1272/1428] Compiling Spinetail DeleteEcommerceStoresIdPromorulesId.swift
[1273/1428] Compiling Spinetail GetEcommerceOrders.swift
[1274/1428] Compiling Spinetail GetEcommerceStores.swift
[1275/1428] Compiling Spinetail GetEcommerceStoresId.swift
[1276/1428] Compiling Spinetail GetEcommerceStoresIdCarts.swift
[1277/1428] Compiling Spinetail GetEcommerceStoresIdCartsId.swift
[1278/1428] Compiling Spinetail GetEcommerceStoresIdCartsIdLines.swift
[1279/1428] Compiling Spinetail GetEcommerceStoresIdCartsIdLinesId.swift
[1280/1428] Compiling Spinetail GetEcommerceStoresIdCustomers.swift
[1281/1428] Compiling Spinetail GetEcommerceStoresIdCustomersId.swift
[1285/1428] Compiling NIOHTTP2 Error+Any.swift
[1286/1428] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1287/1428] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1288/1428] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1324/1488] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1325/1488] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1326/1488] Compiling AsyncHTTPClient Transaction.swift
[1327/1488] Compiling AsyncHTTPClient Base64.swift
[1328/1488] Compiling AsyncHTTPClient BasicAuth.swift
[1329/1488] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1330/1488] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1331/1488] Compiling AsyncHTTPClient ConnectionPool.swift
[1332/1488] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1333/1496] Emitting module AsyncHTTPClient
[1334/1496] Compiling AsyncHTTPClient HTTPHandler.swift
[1335/1496] Compiling AsyncHTTPClient LRUCache.swift
[1336/1496] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1337/1496] Compiling AsyncHTTPClient NWErrorHandler.swift
[1338/1496] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1339/1496] Compiling AsyncHTTPClient TLSConfiguration.swift
[1340/1496] Compiling AsyncHTTPClient RedirectState.swift
[1341/1496] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1342/1496] Compiling AsyncHTTPClient ConnectionTarget.swift
[1343/1496] Compiling AsyncHTTPClient DeconstructedURL.swift
[1344/1496] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1345/1496] Compiling AsyncHTTPClient FoundationExtensions.swift
[1346/1496] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1347/1496] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1348/1496] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1349/1496] Compiling AsyncHTTPClient HTTPClient.swift
[1350/1496] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1351/1496] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1352/1496] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1353/1496] Compiling AsyncHTTPClient HTTP1Connection.swift
[1354/1496] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1355/1496] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1356/1496] Compiling AsyncHTTPClient HTTP2Connection.swift
[1357/1496] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1358/1496] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1359/1496] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1360/1496] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1361/1496] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1362/1496] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1363/1496] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1364/1496] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1365/1496] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1366/1496] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1367/1496] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1368/1496] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1369/1496] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1370/1496] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1371/1496] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1372/1496] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1373/1496] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1374/1496] Compiling AsyncHTTPClient RequestBodyLength.swift
[1375/1496] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1376/1496] Compiling AsyncHTTPClient RequestOptions.swift
[1377/1496] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1378/1496] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1379/1496] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1380/1496] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1381/1496] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1382/1496] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1383/1496] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1384/1496] Compiling AsyncHTTPClient RequestBag.swift
[1385/1496] Compiling AsyncHTTPClient RequestValidation.swift
[1386/1496] Compiling AsyncHTTPClient SSLContextCache.swift
[1387/1496] Compiling AsyncHTTPClient Scheme.swift
[1388/1496] Compiling AsyncHTTPClient Singleton.swift
[1389/1496] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1390/1496] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1391/1496] Compiling AsyncHTTPClient Utils.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1417/1667] Emitting module PrchNIO
/host/spi-builder-workspace/.build/checkouts/PrchNIO/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/.build/checkouts/PrchNIO/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/.build/checkouts/PrchNIO/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/.build/checkouts/PrchNIO/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/.build/checkouts/PrchNIO/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/.build/checkouts/PrchNIO/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/.build/checkouts/PrchNIO/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/.build/checkouts/PrchNIO/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 {
[1418/1667] Compiling PrchNIO Session.swift
/host/spi-builder-workspace/.build/checkouts/PrchNIO/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/.build/checkouts/PrchNIO/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/.build/checkouts/PrchNIO/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/.build/checkouts/PrchNIO/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/.build/checkouts/PrchNIO/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/.build/checkouts/PrchNIO/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/.build/checkouts/PrchNIO/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/.build/checkouts/PrchNIO/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/.build/checkouts/PrchNIO/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/.build/checkouts/PrchNIO/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/.build/checkouts/PrchNIO/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/.build/checkouts/PrchNIO/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,
BUILD FAILURE 6.1 android