The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of SpinetailVapor, reference main (3f0483), with Swift 6.1 for Android on 28 May 2025 02:54:13 UTC.

Swift 6 data race errors: 1

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/brightdigit/SpinetailVapor.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/brightdigit/SpinetailVapor
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 3f04835 Unhide dev dependencies
Cloned https://github.com/brightdigit/SpinetailVapor.git
Revision (git rev-parse @):
3f04835efcfb88c153443174fedf06071e503bd2
SUCCESS checkout https://github.com/brightdigit/SpinetailVapor.git at main
========================================
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" : "komondor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/shibapm/Komondor"
    },
    {
      "identity" : "swiftformat",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.47.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nicklockwood/SwiftFormat"
    },
    {
      "identity" : "swiftlint",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.43.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/realm/SwiftLint"
    },
    {
      "identity" : "rocket",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/shibapm/Rocket.git"
    },
    {
      "identity" : "spinetail",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0-beta.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/brightdigit/Spinetail"
    },
    {
      "identity" : "prchvapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0-beta.2",
            "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"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SpinetailVapor",
      "module_type" : "SwiftTarget",
      "name" : "SpinetailVapor",
      "path" : "Sources/SpinetailVapor",
      "product_dependencies" : [
        "Spinetail",
        "PrchVapor"
      ],
      "product_memberships" : [
        "SpinetailVapor"
      ],
      "sources" : [
        "Application.swift",
        "ApplicationMailchimp.swift",
        "ClientContainer.swift",
        "Mailchimp.swift",
        "MailchimpClient.swift",
        "MailchimpError.swift",
        "Request.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/nicklockwood/SwiftFormat
Fetching https://github.com/brightdigit/Spinetail
Fetching https://github.com/brightdigit/PrchVapor.git
Fetching https://github.com/shibapm/Komondor
Fetching https://github.com/shibapm/Rocket.git
Fetching https://github.com/realm/SwiftLint
[1/1386] Fetching rocket
[140/1895] Fetching rocket, komondor
[695/3688] Fetching rocket, komondor, prchvapor
[3689/18888] Fetching rocket, komondor, prchvapor, spinetail
[4905/169271] Fetching rocket, komondor, prchvapor, spinetail, swiftlint
[16409/217453] Fetching rocket, komondor, prchvapor, spinetail, swiftlint, swiftformat
Fetched https://github.com/shibapm/Komondor from cache (46.61s)
Fetched https://github.com/brightdigit/PrchVapor.git from cache (46.62s)
[212330/215151] Fetching rocket, spinetail, swiftlint, swiftformat
Fetched https://github.com/nicklockwood/SwiftFormat from cache (47.79s)
[164373/166969] Fetching rocket, spinetail, swiftlint
Fetched https://github.com/shibapm/Rocket.git from cache (57.31s)
Fetched https://github.com/brightdigit/Spinetail from cache (57.40s)
Fetched https://github.com/realm/SwiftLint from cache (60.37s)
Computing version for https://github.com/shibapm/Rocket.git
Computed https://github.com/shibapm/Rocket.git at 1.3.0 (64.14s)
Fetching https://github.com/shibapm/PackageConfig.git
Fetching https://github.com/kareman/SwiftShell
[1/580] Fetching packageconfig
[506/5443] Fetching packageconfig, swiftshell
Fetched https://github.com/shibapm/PackageConfig.git from cache (5.69s)
Fetching https://github.com/jpsim/Yams
Fetching https://github.com/shibapm/Logger
Fetched https://github.com/kareman/SwiftShell from cache (5.70s)
[1/116] Fetching logger
[117/10773] Fetching logger, yams
Fetched https://github.com/shibapm/Logger from cache (1.56s)
[1919/10657] Fetching yams
Fetched https://github.com/jpsim/Yams from cache (2.72s)
Computing version for https://github.com/kareman/SwiftShell
Computed https://github.com/kareman/SwiftShell at 5.1.0 (9.48s)
Computing version for https://github.com/shibapm/Logger
Computed https://github.com/shibapm/Logger at 0.2.3 (3.32s)
Computing version for https://github.com/shibapm/Komondor
Computed https://github.com/shibapm/Komondor at 1.1.4 (0.95s)
Fetching https://github.com/JohnSundell/ShellOut.git
[1/960] Fetching shellout
Fetched https://github.com/JohnSundell/ShellOut.git from cache (0.75s)
Computing version for https://github.com/JohnSundell/ShellOut.git
Computed https://github.com/JohnSundell/ShellOut.git at 2.3.0 (1.91s)
Computing version for https://github.com/shibapm/PackageConfig.git
Computed https://github.com/shibapm/PackageConfig.git at 1.1.3 (0.95s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 5.4.0 (0.96s)
Computing version for https://github.com/realm/SwiftLint
Computed https://github.com/realm/SwiftLint at 0.59.1 (1.18s)
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/JohnSundell/CollectionConcurrencyKit.git
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
Fetching https://github.com/scottrhoyt/SwiftyTextTable.git
Fetching https://github.com/jpsim/SourceKitten.git
[1/929] Fetching swiftytexttable
[299/1013] Fetching swiftytexttable, collectionconcurrencykit
[661/17125] Fetching swiftytexttable, collectionconcurrencykit, sourcekitten
[904/30066] Fetching swiftytexttable, collectionconcurrencykit, sourcekitten, cryptoswift
[5888/45417] Fetching swiftytexttable, collectionconcurrencykit, sourcekitten, cryptoswift, swift-argument-parser
[19619/115865] Fetching swiftytexttable, collectionconcurrencykit, sourcekitten, cryptoswift, swift-argument-parser, swift-syntax
Fetched https://github.com/scottrhoyt/SwiftyTextTable.git from cache (3.83s)
Fetched https://github.com/JohnSundell/CollectionConcurrencyKit.git from cache (3.83s)
[84560/114852] Fetching sourcekitten, cryptoswift, swift-argument-parser, swift-syntax
Fetched https://github.com/jpsim/SourceKitten.git from cache (3.87s)
[69152/98740] Fetching cryptoswift, swift-argument-parser, swift-syntax
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (3.92s)
[60438/85799] Fetching swift-argument-parser, swift-syntax
Fetched https://github.com/apple/swift-argument-parser.git from cache (9.15s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (9.22s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.8.4 (10.28s)
Computing version for https://github.com/JohnSundell/CollectionConcurrencyKit.git
Computed https://github.com/JohnSundell/CollectionConcurrencyKit.git at 0.2.0 (1.44s)
Computing version for https://github.com/scottrhoyt/SwiftyTextTable.git
Computed https://github.com/scottrhoyt/SwiftyTextTable.git at 0.9.0 (3.16s)
Computing version for https://github.com/jpsim/SourceKitten.git
Computed https://github.com/jpsim/SourceKitten.git at 0.37.0 (0.89s)
Fetching https://github.com/drmohundro/SWXMLHash.git
[1/2820] Fetching swxmlhash
Fetched https://github.com/drmohundro/SWXMLHash.git from cache (0.50s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.0 (1.66s)
Computing version for https://github.com/drmohundro/SWXMLHash.git
Computed https://github.com/drmohundro/SWXMLHash.git at 7.0.2 (0.86s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.0 (1.22s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.56.2 (0.82s)
Computing version for https://github.com/brightdigit/PrchVapor.git
Computed https://github.com/brightdigit/PrchVapor.git at 0.2.0-beta.2 (0.95s)
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.35s)
[1/74378] Fetching vapor
Fetched https://github.com/vapor/vapor.git from cache (3.12s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (4.45s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-service-context.git
[1/1710] Fetching swift-atomics
[53/4319] Fetching swift-atomics, websocket-kit
[538/7638] Fetching swift-atomics, websocket-kit, multipart-kit
[2406/12612] Fetching swift-atomics, websocket-kit, multipart-kit, swift-distributed-tracing
[3597/13675] Fetching swift-atomics, websocket-kit, multipart-kit, swift-distributed-tracing, swift-service-context
[6035/19634] Fetching swift-atomics, websocket-kit, multipart-kit, swift-distributed-tracing, swift-service-context, swift-algorithms
Fetched https://github.com/apple/swift-service-context.git from cache (1.03s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.06s)
Fetching https://github.com/apple/swift-metrics.git
Fetched https://github.com/vapor/websocket-kit.git from cache (1.05s)
Fetching https://github.com/apple/swift-nio-extras.git
[12582/14252] Fetching multipart-kit, swift-distributed-tracing, swift-algorithms
[12583/16458] Fetching multipart-kit, swift-distributed-tracing, swift-algorithms, swift-metrics
[12782/22372] Fetching multipart-kit, swift-distributed-tracing, swift-algorithms, swift-metrics, swift-nio-extras
Fetching https://github.com/apple/swift-log.git
Fetched https://github.com/apple/swift-metrics.git from cache (0.59s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.86s)
Fetching https://github.com/apple/swift-nio-ssl.git
[12583/25779] Fetching multipart-kit, swift-distributed-tracing, swift-algorithms, swift-nio-http2
[12584/29615] Fetching multipart-kit, swift-distributed-tracing, swift-algorithms, swift-nio-http2, swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.90s)
Fetching https://github.com/apple/swift-nio.git
[15349/25779] Fetching multipart-kit, swift-distributed-tracing, swift-algorithms, swift-nio-http2
[15350/40622] Fetching multipart-kit, swift-distributed-tracing, swift-algorithms, swift-nio-http2, swift-nio-ssl
[27970/116677] Fetching multipart-kit, swift-distributed-tracing, swift-algorithms, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (4.20s)
[31733/111703] Fetching multipart-kit, swift-algorithms, swift-nio-http2, swift-nio-ssl, swift-nio
Fetching https://github.com/vapor/routing-kit.git
Fetched https://github.com/apple/swift-algorithms.git from cache (4.22s)
[25923/105744] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl, swift-nio
Fetching https://github.com/apple/swift-crypto.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.69s)
[17828/94217] Fetching multipart-kit, swift-nio-ssl, swift-nio
Fetching https://github.com/vapor/console-kit.git
Fetched https://github.com/vapor/multipart-kit.git from cache (4.41s)
[16327/90898] Fetching swift-nio-ssl, swift-nio
Fetching https://github.com/vapor/async-kit.git
[22857/111625] Fetching swift-nio-ssl, swift-nio, routing-kit
[24033/125561] Fetching swift-nio-ssl, swift-nio, routing-kit, swift-crypto
[27158/131138] Fetching swift-nio-ssl, swift-nio, routing-kit, swift-crypto, console-kit
[39183/133508] Fetching swift-nio-ssl, swift-nio, routing-kit, swift-crypto, console-kit, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (1.04s)
[58064/131138] Fetching swift-nio-ssl, swift-nio, routing-kit, swift-crypto, console-kit
Fetching https://github.com/swift-server/async-http-client.git
Fetched https://github.com/vapor/console-kit.git from cache (1.15s)
[56164/125561] Fetching swift-nio-ssl, swift-nio, routing-kit, swift-crypto
[84625/139575] Fetching swift-nio-ssl, swift-nio, routing-kit, swift-crypto, async-http-client
Fetched https://github.com/vapor/routing-kit.git from cache (4.55s)
[99074/118848] Fetching swift-nio-ssl, swift-nio, swift-crypto, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (3.28s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (6.84s)
[70978/89991] Fetching swift-nio, swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (5.54s)
[60084/76055] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (11.94s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (16.33s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (1.10s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.91s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.88s)
Fetching https://github.com/apple/swift-numerics.git
[1/5691] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.69s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (2.02s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4391] Fetching swift-system
[1363/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.81s)
Fetched https://github.com/apple/swift-collections.git from cache (1.86s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (2.72s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.92s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.80s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2667] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.45s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (6.21s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.85s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.29s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (1.15s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-http-types.git
[1/904] Fetching swift-http-types
[535/3330] Fetching swift-http-types, swift-service-lifecycle
Fetched https://github.com/apple/swift-http-types.git from cache (0.53s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-asn1.git
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.61s)
[1/1590] Fetching swift-asn1
[765/7745] Fetching swift-asn1, swift-certificates
[920/8886] Fetching swift-asn1, swift-certificates, swift-http-structured-headers
[1824/13871] Fetching swift-asn1, swift-certificates, swift-http-structured-headers, swift-async-algorithms
Fetched https://github.com/apple/swift-asn1.git from cache (0.64s)
[11851/12281] Fetching swift-certificates, swift-http-structured-headers, swift-async-algorithms
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.77s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.77s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.85s)
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 (2.36s)
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.01s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.94s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (3.43s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.00s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (1.01s)
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.82s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.84s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.01s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.80s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.81s)
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.88s)
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.77s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.89s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.83s)
Computing version for https://github.com/brightdigit/PrchNIO.git
Computed https://github.com/brightdigit/PrchNIO.git at 0.2.0-beta.1 (0.90s)
Fetching https://github.com/brightdigit/Prch.git
[1/2495] Fetching prch
Fetched https://github.com/brightdigit/Prch.git from cache (0.39s)
Computing version for https://github.com/brightdigit/Prch.git
Computed https://github.com/brightdigit/Prch.git at 0.2.1 (1.22s)
Computing version for https://github.com/brightdigit/Spinetail
Computed https://github.com/brightdigit/Spinetail at 0.3.0 (0.95s)
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/shibapm/Logger
Working copy of https://github.com/shibapm/Logger resolved at 0.2.3
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/drmohundro/SWXMLHash.git
Working copy of https://github.com/drmohundro/SWXMLHash.git resolved at 7.0.2
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-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-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/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/brightdigit/Spinetail
Working copy of https://github.com/brightdigit/Spinetail resolved at 0.3.0
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/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 601.0.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/kareman/SwiftShell
Working copy of https://github.com/kareman/SwiftShell resolved at 5.1.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-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.0
Creating working copy for https://github.com/shibapm/Rocket.git
Working copy of https://github.com/shibapm/Rocket.git resolved at 1.3.0
Creating working copy for https://github.com/shibapm/PackageConfig.git
Working copy of https://github.com/shibapm/PackageConfig.git resolved at 1.1.3
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-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/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/shibapm/Komondor
Working copy of https://github.com/shibapm/Komondor resolved at 1.1.4
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/jpsim/SourceKitten.git
Working copy of https://github.com/jpsim/SourceKitten.git resolved at 0.37.0
Creating working copy for https://github.com/realm/SwiftLint
Working copy of https://github.com/realm/SwiftLint resolved at 0.59.1
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/scottrhoyt/SwiftyTextTable.git
Working copy of https://github.com/scottrhoyt/SwiftyTextTable.git resolved at 0.9.0
Creating working copy for https://github.com/jpsim/Yams
Working copy of https://github.com/jpsim/Yams resolved at 5.4.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/brightdigit/PrchNIO.git
Working copy of https://github.com/brightdigit/PrchNIO.git resolved at 0.2.0-beta.1
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/JohnSundell/CollectionConcurrencyKit.git
Working copy of https://github.com/JohnSundell/CollectionConcurrencyKit.git resolved at 0.2.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/brightdigit/PrchVapor.git
Working copy of https://github.com/brightdigit/PrchVapor.git resolved at 0.2.0-beta.2
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-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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.56.2
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/JohnSundell/ShellOut.git
Working copy of https://github.com/JohnSundell/ShellOut.git resolved at 2.3.0
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.8.4
warning: 'komondor': 'komondor' dependency on 'https://github.com/f-meloni/Rocket' conflicts with dependency on 'https://github.com/shibapm/Rocket.git' which has the same identity 'rocket'. this will be escalated to an error in future versions of SwiftPM.
[1/1] Compiling plugin SwiftLintCommandPlugin
[2/2] Compiling plugin SwiftLintBuildToolPlugin
[3/3] Compiling plugin GenerateManual
[4/4] Compiling plugin SwiftFormatPlugin
Building for debugging...
[4/839] Write sources
[46/839] Compiling CNIOWindows WSAStartup.c
[46/839] Write sources
[48/839] Compiling CNIOWindows shim.c
[48/839] Compiling CNIOWASI CNIOWASI.c
[50/839] Write sources
[57/839] Compiling CVaporBcrypt blf.c
[58/839] Compiling CVaporBcrypt bcrypt.c
[59/839] Compiling CNIOLinux shim.c
[60/839] Compiling CNIOLinux liburing_shims.c
[61/839] Compiling CNIOSHA1 c_nio_sha1.c
[62/839] Compiling _NumericsShims _NumericsShims.c
[62/839] Compiling _AtomicsShims.c
[64/839] Compiling CSystem shims.c
[64/839] Compiling CNIOLLHTTP c_nio_http.c
[66/839] Write swift-version-24593BA9C3E375BF.txt
[67/839] Compiling CNIOExtrasZlib empty.c
[68/839] Compiling CNIODarwin shim.c
[69/839] Compiling fiat_p256_adx_sqr.S
[70/839] Compiling fiat_curve25519_adx_square.S
[71/839] Compiling CNIOLLHTTP c_nio_api.c
[72/839] Compiling fiat_p256_adx_mul.S
[73/839] Compiling CNIOLLHTTP c_nio_llhttp.c
[74/933] Compiling CNIOBoringSSLShims shims.c
[76/947] Emitting module RealModule
[77/948] Emitting module _NIODataStructures
[78/948] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[79/949] Compiling RealModule ElementaryFunctions.swift
[80/949] Emitting module InternalCollectionsUtilities
[81/949] Emitting module Prch
[82/954] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[83/954] Compiling InternalCollectionsUtilities UInt+reversed.swift
[84/954] Compiling Prch API.swift
[85/954] Compiling Prch AnyCodable.Codable.swift
[86/954] Compiling Prch AnyCodable.Equatable.swift
[87/954] Compiling Prch AnyCodable.Expressible.swift
[88/954] Compiling InternalCollectionsUtilities Descriptions.swift
[89/954] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[90/954] Compiling RealModule RealFunctions.swift
[91/954] Compiling ServiceContextModule ServiceContextKey.swift
[92/957] Emitting module _NIOBase64
[93/957] Compiling _NIOBase64 Base64.swift
[94/957] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[95/957] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[96/957] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[97/957] Compiling InternalCollectionsUtilities Integer rank.swift
[104/957] Compiling ServiceContextModule ServiceContext.swift
[105/957] Emitting module ServiceContextModule
[106/957] Compiling RealModule Float16+Real.swift
[107/958] Compiling RealModule Float80+Real.swift
[108/958] Compiling RealModule Real.swift
[111/959] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[112/959] Compiling InternalCollectionsUtilities Debugging.swift
[115/959] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[116/959] Compiling InternalCollectionsUtilities _SortedCollection.swift
[119/959] Compiling _NIODataStructures PriorityQueue.swift
[120/959] Compiling _NIODataStructures _TinyArray.swift
[121/959] Compiling _NIODataStructures Heap.swift
[122/959] Compiling Prch Model.swift
[123/959] Compiling Prch DateDay.swift
[124/959] Compiling Prch File.swift
[125/960] Compiling RealModule Float+Real.swift
[134/961] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[134/962] Compiling fiat_curve25519_adx_mul.S
[137/971] Compiling Instrumentation InstrumentationSystem.swift
[138/971] Compiling Instrumentation MultiplexInstrument.swift
[139/971] Compiling Instrumentation NoOpInstrument.swift
[140/971] Emitting module Instrumentation
[141/971] Compiling SystemPackage Util+StringArray.swift
[142/971] Compiling SystemPackage Util.swift
[143/971] Compiling SystemPackage UtilConsumers.swift
[144/971] Compiling CoreMetrics Metrics.swift
[144/971] Compiling tls_method.cc
[146/971] Compiling Logging MetadataProvider.swift
[146/1039] Compiling tls13_server.cc
[146/1039] Compiling tls_record.cc
[147/1039] Compiling Instrumentation Instrument.swift
[148/1039] Compiling Instrumentation Locks.swift
[151/1039] Emitting module CoreMetrics
[152/1039] Compiling CoreMetrics Locks.swift
[153/1039] Emitting module Logging
[154/1039] Compiling Logging Locks.swift
[155/1041] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[156/1041] Compiling _RopeModule BigString+Chunk+Splitting.swift
[157/1041] Compiling _RopeModule BigString+Chunk.swift
[158/1041] Compiling _RopeModule BigString+BidirectionalCollection.swift
[159/1041] Compiling _RopeModule Rope+_Storage.swift
[160/1041] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[161/1041] Compiling _RopeModule Rope+_UnsafeHandle.swift
[162/1041] Compiling _RopeModule Rope.swift
[163/1041] Emitting module SystemPackage
[164/1042] Compiling Logging LogHandler.swift
[165/1042] Compiling Logging Logging.swift
[170/1206] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[171/1206] Compiling HeapModule Heap+Invariants.swift
[172/1206] Compiling HeapModule Heap+Descriptions.swift
[173/1206] Compiling DequeModule Deque+CustomReflectable.swift
[174/1206] Compiling DequeModule Deque+Descriptions.swift
[175/1208] Compiling Tracing TracingTime.swift
[176/1208] Compiling Tracing InstrumentationSystem+Tracing.swift
[177/1208] Compiling HeapModule _HeapNode.swift
[178/1208] Compiling DequeModule _DequeBuffer.swift
[179/1208] Emitting module HeapModule
[180/1208] Compiling DequeModule _DequeBufferHeader.swift
[181/1208] Compiling HeapModule Heap.swift
[182/1208] Compiling Metrics Metrics.swift
[183/1208] Emitting module Metrics
[184/1209] Emitting module Tracing
[185/1209] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[186/1209] Compiling HashTreeCollections _HashNode+Structural filter.swift
[187/1209] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[188/1209] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[189/1209] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[190/1209] Compiling HeapModule Heap+UnsafeHandle.swift
[191/1209] Compiling DequeModule Deque+Equatable.swift
[192/1209] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[193/1210] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[194/1210] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[195/1210] Compiling HashTreeCollections _HashNode+Structural merge.swift
[196/1210] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[197/1210] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[198/1210] Compiling HashTreeCollections _HashNode.swift
[199/1210] Compiling HashTreeCollections _HashNodeHeader.swift
[200/1210] Compiling HashTreeCollections _HashSlot.swift
[201/1210] Compiling HashTreeCollections _HashStack.swift
[202/1210] Compiling HashTreeCollections _HashTreeIterator.swift
[203/1210] Compiling HashTreeCollections _HashTreeStatistics.swift
[204/1210] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[205/1210] Compiling HashTreeCollections _RawHashNode.swift
[206/1210] Compiling HashTreeCollections _UnmanagedHashNode.swift
[207/1210] Compiling HashTreeCollections _UnsafePath.swift
[208/1210] Compiling HashTreeCollections TreeDictionary+Codable.swift
[209/1210] Compiling HashTreeCollections TreeDictionary+Collection.swift
[210/1210] Compiling DequeModule Deque+Extras.swift
[211/1210] Compiling DequeModule Deque+Hashable.swift
[212/1210] Compiling DequeModule Deque+Testing.swift
[213/1210] Compiling DequeModule Deque._Storage.swift
[214/1210] Compiling DequeModule Deque+Codable.swift
[215/1210] Compiling DequeModule Deque+Collection.swift
[224/1210] Compiling DequeModule Deque._UnsafeHandle.swift
[225/1210] Compiling DequeModule Deque.swift
[226/1210] Compiling Tracing TracerProtocol.swift
[227/1210] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[228/1210] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[229/1210] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[230/1210] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[231/1210] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[232/1210] Compiling HashTreeCollections _HashNode+Storage.swift
[235/1210] Compiling DequeModule _DequeSlot.swift
[236/1210] Compiling DequeModule _UnsafeWrappedBuffer.swift
[237/1210] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[238/1210] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[241/1211] Compiling Tracing Tracer.swift
[242/1211] Compiling Tracing TracerProtocol+Legacy.swift
[244/1211] Compiling HashTreeCollections TreeSet+Hashable.swift
[245/1211] Compiling HashTreeCollections TreeSet+Sendable.swift
[246/1211] Compiling HashTreeCollections TreeSet+Sequence.swift
[247/1211] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[248/1211] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[249/1211] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[250/1211] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[251/1211] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[252/1211] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[253/1211] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[254/1221] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[255/1221] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[256/1221] Compiling HashTreeCollections TreeDictionary+Keys.swift
[257/1221] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[258/1221] Compiling HashTreeCollections TreeDictionary+Merge.swift
[259/1221] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[260/1221] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[267/1221] Compiling HashTreeCollections TreeDictionary+Filter.swift
[280/1234] Compiling Tracing NoOpTracer.swift
[281/1234] Compiling Tracing SpanProtocol.swift
[303/1244] Compiling OrderedCollections OrderedSet+SubSequence.swift
[304/1244] Compiling OrderedCollections OrderedSet+Testing.swift
[305/1244] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[306/1244] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[307/1244] Compiling OrderedCollections OrderedSet.swift
[308/1244] Compiling OrderedCollections _UnsafeBitset.swift
[309/1244] Compiling HashTreeCollections TreeSet+Equatable.swift
[310/1244] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[311/1244] Compiling HashTreeCollections TreeSet+Extras.swift
[312/1244] Compiling HashTreeCollections TreeSet+Filter.swift
[338/1365] Emitting module RoutingKit
[339/1365] Emitting module DequeModule
[340/1414] Compiling RoutingKit Parameters.swift
[341/1414] Compiling RoutingKit PathComponent.swift
[342/1414] Compiling RoutingKit AnyRouter.swift
[343/1414] Compiling Spinetail DeleteListsIdMembersId.swift
[344/1414] Compiling Spinetail DeleteListsIdMembersIdNotesId.swift
[345/1414] Compiling Spinetail DeleteListsIdMergeFieldsId.swift
[346/1414] Compiling Spinetail DeleteListsIdSegmentsId.swift
[347/1414] Compiling Spinetail DeleteListsIdSegmentsIdMembersId.swift
[348/1414] Compiling Spinetail DeleteListsIdWebhooksId.swift
[349/1414] Compiling Spinetail GetListMemberTags.swift
[350/1414] Compiling Spinetail GetLists.swift
[351/1414] Compiling Spinetail GetListsId.swift
[352/1414] Compiling Spinetail GetListsIdAbuseReports.swift
[354/1414] Compiling RoutingKit Router.swift
[355/1414] Compiling RoutingKit TrieRouter.swift
[356/1415] Compiling Spinetail Links.swift
[357/1415] Compiling Spinetail DeleteCampaignFoldersId.swift
[358/1415] Compiling Spinetail GetCampaignFolders.swift
[359/1415] Compiling Spinetail GetCampaignFoldersId.swift
[360/1415] Compiling Spinetail PatchCampaignFoldersId.swift
[361/1415] Compiling Spinetail PostCampaignFolders.swift
[362/1415] Compiling Spinetail DeleteCampaignsId.swift
[363/1415] Compiling Spinetail DeleteCampaignsIdFeedbackId.swift
[364/1415] Compiling Spinetail GetCampaigns.swift
[365/1415] Compiling Spinetail GetCampaignsId.swift
[367/1415] Compiling Spinetail GetListsIdMembersIdEvents.swift
[368/1415] Compiling Spinetail GetListsIdMembersIdGoals.swift
[369/1415] Compiling Spinetail GetListsIdMembersIdNotes.swift
[370/1415] Compiling Spinetail GetListsIdMembersIdNotesId.swift
[371/1415] Compiling Spinetail GetListsIdMergeFields.swift
[372/1415] Compiling Spinetail GetListsIdMergeFieldsId.swift
[373/1415] Compiling Spinetail GetListsIdSegmentsId.swift
[374/1415] Compiling Spinetail GetListsIdSegmentsIdMembers.swift
[375/1415] Compiling Spinetail GetListsIdSignupForms.swift
[376/1415] Compiling Spinetail PostCampaignsIdActionsResume.swift
[377/1415] Compiling Spinetail PostCampaignsIdActionsSchedule.swift
[378/1415] Compiling Spinetail PostCampaignsIdActionsSend.swift
[379/1415] Compiling Spinetail PostCampaignsIdActionsTest.swift
[380/1415] Compiling Spinetail PostCampaignsIdActionsUnschedule.swift
[381/1415] Compiling Spinetail PostCampaignsIdFeedback.swift
[382/1415] Compiling Spinetail PutCampaignsIdContent.swift
[383/1415] Compiling Spinetail DeleteListsId.swift
[384/1415] Compiling Spinetail DeleteListsIdInterestCategoriesId.swift
[385/1415] Compiling Spinetail DeleteListsIdInterestCategoriesIdInterestsId.swift
[394/1415] Compiling Spinetail GetListsIdMembers.swift
[395/1415] Compiling Spinetail GetListsIdMembersId.swift
[396/1415] Compiling Spinetail GetListsIdMembersIdActivity.swift
[397/1415] Compiling Spinetail GetListsIdMembersIdActivityFeed.swift
[401/1415] Compiling Spinetail PreviewASegment.swift
[402/1415] Compiling Spinetail PutListsIdMembersId.swift
[403/1415] Compiling Spinetail SearchTagsByName.swift
[404/1415] Compiling Spinetail GetReports.swift
[405/1415] Compiling Spinetail GetListsIdGrowthHistoryId.swift
[406/1415] Compiling Spinetail GetListsIdInterestCategories.swift
[407/1415] Compiling Spinetail GetListsIdInterestCategoriesId.swift
[408/1415] Compiling Spinetail GetListsIdInterestCategoriesIdInterests.swift
[409/1415] Compiling Spinetail GetListsIdInterestCategoriesIdInterestsId.swift
[410/1415] Compiling Spinetail GetListsIdLocations.swift
[412/1415] Compiling Spinetail GetListsIdClients.swift
[413/1415] Compiling Spinetail GetListsIdGrowthHistory.swift
[414/1415] Compiling Spinetail PatchListsIdMembersId.swift
[415/1415] Compiling Spinetail PatchListsIdMembersIdNotesId.swift
[416/1415] Compiling Spinetail PatchListsIdMergeFieldsId.swift
[417/1415] Compiling Spinetail PatchListsIdSegmentsId.swift
[418/1415] Compiling Spinetail PatchListsIdWebhooksId.swift
[419/1415] Compiling Spinetail PostListMemberEvents.swift
[420/1415] Compiling Spinetail PostListMemberTags.swift
[421/1415] Compiling Spinetail PostLists.swift
[422/1415] Compiling Spinetail PostListsId.swift
[423/1415] Emitting module _RopeModule
[423/1415] Compiling tls13_enc.cc
[434/1415] Compiling Spinetail GetListsIdAbuseReportsId.swift
[435/1415] Compiling Spinetail GetListsIdActivity.swift
[436/1415] Emitting module OrderedCollections
[437/1416] Compiling Spinetail PostListsIdInterestCategories.swift
[438/1416] Compiling Spinetail PostListsIdInterestCategoriesIdInterests.swift
[439/1416] Compiling Spinetail PostListsIdMembers.swift
[440/1416] Compiling Spinetail PostListsIdMembersHashActionsDeletePermanent.swift
[441/1416] Compiling Spinetail PostListsIdMembersIdNotes.swift
[442/1416] Compiling Spinetail PostListsIdMergeFields.swift
[443/1416] Compiling Spinetail PostListsIdSegments.swift
[444/1416] Compiling Spinetail PostListsIdSegmentsId.swift
[445/1416] Compiling Spinetail PostListsIdSegmentsIdMembers.swift
[446/1416] Compiling Spinetail PostListsIdSignupForms.swift
[447/1416] Compiling Spinetail PostListsIdWebhooks.swift
[459/1416] Compiling t1_enc.cc
[460/1416] Compiling tls13_both.cc
[481/1416] Compiling Spinetail GetListsIdWebhooks.swift
[482/1416] Compiling Spinetail GetListsIdWebhooksId.swift
[483/1416] Compiling Spinetail PatchListsId.swift
[484/1416] Compiling Spinetail PatchListsIdInterestCategoriesId.swift
[485/1416] Compiling Spinetail PatchListsIdInterestCategoriesIdInterestsId.swift
[486/1416] Compiling Spinetail Mailchimp.API.swift
[487/1416] Compiling Spinetail Mailchimp.swift
[488/1416] Compiling Spinetail DefaultResponse.swift
[489/1417] Compiling tls13_client.cc
[492/1417] Emitting module HashTreeCollections
[493/1418] Compiling ssl_x509.cc
[494/1418] Compiling ssl_versions.cc
[495/1418] Compiling ssl_stat.cc
[496/1418] Compiling ssl_transcript.cc
[497/1418] Compiling ssl_session.cc
[498/1418] Compiling ssl_privkey.cc
[499/1418] Compiling ssl_key_share.cc
[500/1418] Compiling ssl_file.cc
[501/1418] Compiling ssl_lib.cc
[502/1418] Compiling ssl_credential.cc
[503/1418] Compiling ssl_cipher.cc
[504/1418] Compiling ssl_cert.cc
[505/1418] Compiling ssl_buffer.cc
[506/1418] Compiling s3_both.cc
[507/1418] Compiling ssl_aead_ctx.cc
[508/1418] Compiling s3_pkt.cc
[509/1418] Compiling s3_lib.cc
[510/1418] Compiling ssl_asn1.cc
[511/1418] Compiling handshake_server.cc
[512/1418] Compiling dtls_record.cc
[513/1418] Compiling handshake.cc
[514/1418] Compiling handshake_client.cc
[515/1418] Compiling handoff.cc
[516/1418] Compiling extensions.cc
[517/1418] Compiling encrypted_client_hello.cc
[518/1418] Compiling md5-x86_64-linux.S
[519/1418] Compiling md5-x86_64-apple.S
[520/1418] Compiling md5-586-linux.S
[521/1418] Compiling md5-586-apple.S
[522/1418] Compiling dtls_method.cc
[523/1418] Compiling d1_both.cc
[524/1418] Compiling chacha20_poly1305_x86_64-linux.S
[525/1418] Compiling chacha20_poly1305_x86_64-apple.S
[526/1418] Compiling chacha20_poly1305_armv8-win.S
[527/1418] Compiling d1_pkt.cc
[528/1418] Compiling chacha20_poly1305_armv8-apple.S
[529/1418] Compiling chacha-x86_64-linux.S
[530/1418] Compiling chacha20_poly1305_armv8-linux.S
[531/1418] Compiling d1_srtp.cc
[532/1418] Compiling chacha-x86_64-apple.S
[533/1418] Compiling err_data.cc
[534/1418] Compiling chacha-x86-linux.S
[535/1418] Compiling chacha-armv8-win.S
[536/1418] Compiling chacha-x86-apple.S
[537/1418] Compiling d1_lib.cc
[538/1418] Compiling aes128gcmsiv-x86_64-linux.S
[539/1418] Compiling chacha-armv8-apple.S
[540/1418] Compiling bio_ssl.cc
[541/1418] Compiling chacha-armv4-linux.S
[542/1418] Compiling chacha-armv8-linux.S
[543/1418] Compiling aes128gcmsiv-x86_64-apple.S
[544/1418] Compiling x86_64-mont5-linux.S
[545/1418] Compiling x86_64-mont5-apple.S
[546/1418] Compiling x86_64-mont-apple.S
[547/1418] Compiling x86_64-mont-linux.S
[548/1418] Compiling x86-mont-linux.S
[549/1418] Compiling vpaes-x86-linux.S
[550/1418] Compiling x86-mont-apple.S
[551/1418] Compiling vpaes-x86_64-linux.S
[551/1418] Compiling vpaes-armv8-win.S
[553/1418] Compiling vpaes-x86-apple.S
[554/1418] Compiling vpaes-armv8-apple.S
[555/1418] Compiling vpaes-x86_64-apple.S
[556/1418] Compiling vpaes-armv7-linux.S
[557/1418] Compiling vpaes-armv8-linux.S
[558/1418] Compiling sha512-x86_64-linux.S
[559/1418] Compiling sha512-x86_64-apple.S
[560/1418] Compiling sha512-586-linux.S
[561/1418] Compiling sha512-586-apple.S
[562/1418] Compiling sha512-armv8-win.S
[563/1418] Compiling sha512-armv4-linux.S
[564/1418] Compiling sha512-armv8-apple.S
[565/1418] Compiling sha512-armv8-linux.S
[566/1418] Compiling sha256-x86_64-linux.S
[567/1418] Compiling sha256-x86_64-apple.S
[568/1418] Compiling sha256-armv8-win.S
[569/1418] Compiling sha256-586-linux.S
[570/1418] Compiling sha256-armv4-linux.S
[571/1418] Compiling sha256-armv8-apple.S
[572/1418] Compiling sha256-armv8-linux.S
[573/1418] Compiling sha256-586-apple.S
[574/1418] Compiling sha1-x86_64-linux.S
[575/1418] Compiling sha1-armv8-apple.S
[576/1418] Compiling sha1-armv8-win.S
[577/1418] Compiling sha1-x86_64-apple.S
[578/1418] Compiling sha1-armv8-linux.S
[579/1418] Compiling sha1-armv4-large-linux.S
[580/1418] Compiling rsaz-avx2-linux.S
[581/1418] Compiling rdrand-x86_64-linux.S
[582/1418] Compiling sha1-586-apple.S
[583/1418] Compiling sha1-586-linux.S
[584/1418] Compiling rsaz-avx2-apple.S
[585/1418] Compiling rdrand-x86_64-apple.S
[586/1418] Compiling p256_beeu-x86_64-asm-linux.S
[587/1418] Compiling p256_beeu-x86_64-asm-apple.S
[588/1418] Compiling p256-x86_64-asm-apple.S
[589/1418] Compiling p256_beeu-armv8-asm-win.S
[590/1418] Compiling p256_beeu-armv8-asm-linux.S
[591/1418] Compiling p256-x86_64-asm-linux.S
[592/1418] Compiling p256_beeu-armv8-asm-apple.S
[593/1418] Compiling p256-armv8-asm-win.S
[594/1418] Compiling p256-armv8-asm-linux.S
[595/1418] Compiling ghashv8-armv8-win.S
[596/1418] Compiling p256-armv8-asm-apple.S
[597/1418] Compiling ghashv8-armv8-apple.S
[598/1418] Compiling ghashv8-armv8-linux.S
[599/1418] Compiling ghash-x86_64-apple.S
[600/1418] Compiling ghash-x86_64-linux.S
[601/1418] Compiling ghashv8-armv7-linux.S
[602/1418] Compiling ghash-x86-linux.S
[603/1418] Compiling ghash-x86-apple.S
[604/1418] Compiling ghash-ssse3-x86_64-linux.S
[605/1418] Compiling ghash-ssse3-x86-linux.S
[606/1418] Compiling ghash-ssse3-x86_64-apple.S
[607/1418] Compiling ghash-ssse3-x86-apple.S
[608/1418] Compiling ghash-neon-armv8-apple.S
[609/1418] Compiling ghash-neon-armv8-win.S
[610/1418] Compiling ghash-neon-armv8-linux.S
[611/1418] Compiling co-586-apple.S
[612/1418] Compiling ghash-armv4-linux.S
[613/1418] Compiling bn-armv8-linux.S
[614/1418] Compiling bn-armv8-win.S
[615/1418] Compiling co-586-linux.S
[616/1418] Compiling bn-armv8-apple.S
[617/1418] Compiling bsaes-armv7-linux.S
[618/1418] Compiling bn-586-linux.S
[619/1418] Compiling armv4-mont-linux.S
[620/1418] Compiling bn-586-apple.S
[621/1418] Compiling aesv8-gcm-armv8-win.S
[622/1418] Compiling armv8-mont-win.S
[623/1418] Compiling armv8-mont-apple.S
[624/1418] Compiling armv8-mont-linux.S
[625/1418] Compiling aesv8-armv8-apple.S
[626/1418] Compiling aesv8-armv8-win.S
[627/1418] Compiling aesni-x86_64-linux.S
[628/1418] Compiling aesv8-armv8-linux.S
[629/1418] Compiling aesv8-gcm-armv8-apple.S
[630/1418] Compiling aesv8-armv7-linux.S
[631/1418] Compiling aesni-gcm-x86_64-apple.S
[632/1418] Compiling aesv8-gcm-armv8-linux.S
[633/1418] Compiling aesni-x86-linux.S
[634/1418] Compiling aesni-x86_64-apple.S
[635/1418] Compiling aes-gcm-avx2-x86_64-apple.S
[636/1418] Compiling aesni-x86-apple.S
[637/1418] Compiling aesni-gcm-x86_64-linux.S
[638/1418] Compiling aes-gcm-avx10-x86_64-apple.S
[639/1418] Compiling aes-gcm-avx10-x86_64-linux.S
[640/1418] Compiling aes-gcm-avx2-x86_64-linux.S
[641/1418] Compiling x_x509a.cc
[642/1418] Compiling x_x509.cc
[643/1418] Compiling x_spki.cc
[644/1418] Compiling x_sig.cc
[645/1418] Compiling x_val.cc
[646/1418] Compiling x_pubkey.cc
[647/1418] Compiling x_req.cc
[648/1418] Compiling x_exten.cc
[649/1418] Compiling x509spki.cc
[650/1418] Compiling x_name.cc
[651/1418] Compiling x_crl.cc
[652/1418] Compiling x_attrib.cc
[653/1418] Compiling x_all.cc
[654/1418] Compiling x_algor.cc
[655/1418] Compiling x509_vpm.cc
[656/1418] Compiling x509rset.cc
[657/1418] Compiling x509_vfy.cc
[658/1418] Compiling x509name.cc
[659/1418] Compiling x509_txt.cc
[660/1418] Compiling x509cset.cc
[661/1418] Compiling x509_v3.cc
[662/1418] Compiling x509_set.cc
[663/1418] Compiling x509_req.cc
[664/1418] Compiling x509_trs.cc
[665/1418] Compiling x509_obj.cc
[666/1418] Compiling x509_ext.cc
[667/1418] Compiling x509_lu.cc
[668/1418] Compiling x509_def.cc
[669/1418] Compiling x509_d2.cc
[670/1418] Compiling x509_cmp.cc
[671/1418] Compiling x509.cc
[672/1418] Compiling x509_att.cc
[673/1418] Compiling v3_skey.cc
[674/1418] Compiling v3_utl.cc
[675/1418] Compiling v3_purp.cc
[676/1418] Compiling v3_prn.cc
[677/1418] Compiling v3_pmaps.cc
[679/1418] Compiling Spinetail PatchAutomationEmailWorkflowId.swift
[680/1418] Compiling Spinetail PostAutomations.swift
[681/1418] Compiling Spinetail PostAutomationsIdActionsPauseAllEmails.swift
[682/1418] Compiling Spinetail PostAutomationsIdActionsStartAllEmails.swift
[683/1418] Compiling Spinetail PostAutomationsIdEmailsIdActionsPause.swift
[684/1418] Compiling Spinetail PostAutomationsIdEmailsIdActionsStart.swift
[685/1418] Compiling Spinetail PostAutomationsIdEmailsIdQueue.swift
[686/1418] Compiling Spinetail PostAutomationsIdRemovedSubscribers.swift
[687/1418] Compiling Spinetail DeleteBatchWebhookId.swift
[688/1418] Compiling Spinetail GetBatchWebhook.swift
[689/1418] Compiling Spinetail GetBatchWebhooks.swift
[690/1418] Compiling Spinetail PatchBatchWebhooks.swift
[691/1418] Compiling Spinetail PostBatchWebhooks.swift
[692/1418] Compiling Spinetail DeleteBatchesId.swift
[693/1418] Compiling Spinetail GetBatches.swift
[694/1418] Compiling Spinetail GetBatchesId.swift
[695/1418] Compiling Spinetail PostBatches.swift
[696/1418] Compiling Spinetail DeleteConnectedSitesId.swift
[697/1418] Compiling Spinetail GetConnectedSites.swift
[698/1418] Compiling Spinetail GetConnectedSitesId.swift
[699/1418] Compiling Spinetail PostConnectedSites.swift
[700/1418] Compiling Spinetail PostConnectedSitesIdActionsVerifyScriptInstallation.swift
[701/1418] Compiling Spinetail GetConversations.swift
[702/1418] Compiling Spinetail GetConversationsId.swift
[703/1418] Compiling Spinetail DeleteTemplateFoldersId.swift
[704/1418] Compiling Spinetail GetTemplateFolders.swift
[705/1418] Compiling Spinetail GetTemplateFoldersId.swift
[706/1418] Compiling Spinetail PatchTemplateFoldersId.swift
[707/1418] Compiling Spinetail PostTemplateFolders.swift
[708/1418] Compiling Spinetail DeleteTemplatesId.swift
[709/1418] Compiling Spinetail GetTemplates.swift
[710/1418] Compiling Spinetail GetTemplatesId.swift
[711/1418] Compiling Spinetail GetTemplatesIdDefaultContent.swift
[712/1418] Compiling Spinetail PatchTemplatesId.swift
[713/1418] Compiling Spinetail PostTemplates.swift
[714/1418] Compiling Spinetail GetActivityFeedChimpChatter.swift
[715/1418] Compiling Spinetail GetAuthorizedApps.swift
[716/1418] Compiling Spinetail GetAuthorizedAppsId.swift
[717/1418] Compiling Spinetail ArchiveAutomations.swift
[718/1418] Compiling Spinetail DeleteAutomationsIdEmailsId.swift
[719/1418] Compiling Spinetail GetAutomations.swift
[720/1418] Compiling Spinetail GetAutomationsId.swift
[721/1418] Compiling Spinetail GetAutomationsIdEmails.swift
[722/1418] Compiling Spinetail GetAutomationsIdEmailsId.swift
[723/1418] Compiling Spinetail GetAutomationsIdEmailsIdQueue.swift
[724/1418] Compiling Spinetail GetAutomationsIdEmailsIdQueueId.swift
[725/1418] Compiling Spinetail GetAutomationsIdRemovedSubscribers.swift
[726/1418] Compiling Spinetail GetAutomationsIdRemovedSubscribersId.swift
[726/1464] Compiling v3_pcons.cc
[727/1464] Compiling v3_ocsp.cc
[728/1464] Compiling v3_lib.cc
[729/1464] Compiling v3_ncons.cc
[730/1464] Compiling v3_int.cc
[731/1464] Compiling v3_ia5.cc
[732/1464] Compiling v3_info.cc
[733/1464] Compiling v3_extku.cc
[734/1464] Compiling v3_genn.cc
[735/1464] Compiling v3_crld.cc
[736/1464] Compiling v3_bitst.cc
[737/1464] Compiling v3_cpols.cc
[738/1464] Compiling v3_enum.cc
[739/1464] Compiling v3_conf.cc
[740/1464] Compiling v3_bcons.cc
[741/1464] Compiling v3_alt.cc
[742/1464] Compiling v3_akeya.cc
[743/1464] Compiling v3_akey.cc
[744/1464] Compiling t_x509a.cc
[745/1464] Compiling t_x509.cc
[746/1464] Compiling t_req.cc
[747/1464] Compiling policy.cc
[748/1464] Compiling t_crl.cc
[749/1464] Compiling name_print.cc
[750/1464] Compiling rsa_pss.cc
[751/1464] Compiling i2d_pr.cc
[752/1464] Compiling asn1_gen.cc
[753/1464] Compiling by_dir.cc
[754/1464] Compiling by_file.cc
[755/1464] Compiling a_verify.cc
[756/1464] Compiling algorithm.cc
[757/1464] Compiling voprf.cc
[758/1464] Compiling a_sign.cc
[759/1464] Compiling a_digest.cc
[760/1464] Compiling trust_token.cc
[761/1464] Compiling thread_win.cc
[762/1464] Compiling thread_none.cc
[763/1464] Compiling thread_pthread.cc
[764/1464] Compiling thread.cc
[765/1464] Compiling pmbtoken.cc
[766/1464] Compiling sha256.cc
[767/1464] Compiling stack.cc
[768/1464] Compiling rsa_print.cc
[769/1464] Compiling sha512.cc
[770/1464] Compiling siphash.cc
[771/1464] Compiling sha1.cc
[772/1464] Compiling slhdsa.cc
[773/1464] Compiling spake2plus.cc
[774/1464] Compiling rsa_extra.cc
[775/1464] Compiling rsa_crypt.cc
[776/1464] Compiling rc4.cc
[777/1464] Compiling rand.cc
[778/1464] Compiling refcount.cc
[779/1464] Compiling trusty.cc
[780/1464] Compiling windows.cc
[781/1464] Compiling rsa_asn1.cc
[782/1464] Compiling urandom.cc
[783/1464] Compiling ios.cc
[784/1464] Compiling passive.cc
[785/1464] Compiling poly1305_arm_asm.S
[786/1464] Compiling forkunsafe.cc
[787/1464] Compiling getentropy.cc
[788/1464] Compiling deterministic.cc
[789/1464] Compiling poly1305_vec.cc
[790/1464] Compiling fork_detect.cc
[791/1464] Compiling pool.cc
[792/1464] Compiling poly1305_arm.cc
[793/1464] Compiling poly1305.cc
[794/1464] Compiling pkcs8_x509.cc
[796/1464] Compiling Spinetail GetReportsId.swift
[797/1464] Compiling Spinetail GetReportsIdAbuseReportsId.swift
[798/1464] Compiling Spinetail GetReportsIdAbuseReportsIdId.swift
[799/1464] Compiling Spinetail GetReportsIdAdvice.swift
[800/1464] Compiling Spinetail GetReportsIdClickDetails.swift
[801/1464] Compiling Spinetail GetReportsIdClickDetailsId.swift
[802/1464] Compiling Spinetail GetReportsIdClickDetailsIdMembers.swift
[803/1464] Compiling Spinetail GetReportsIdClickDetailsIdMembersId.swift
[804/1464] Compiling Spinetail GetReportsIdDomainPerformance.swift
[805/1464] Compiling Spinetail GetReportsIdEcommerceProductActivity.swift
[806/1464] Compiling Spinetail GetReportsIdEepurl.swift
[807/1464] Compiling Spinetail GetReportsIdEmailActivity.swift
[808/1464] Compiling Spinetail GetReportsIdEmailActivityId.swift
[809/1464] Compiling Spinetail GetReportsIdLocations.swift
[810/1464] Compiling Spinetail GetReportsIdOpenDetails.swift
[811/1464] Compiling Spinetail GetReportsIdOpenDetailsIdMembersId.swift
[812/1464] Compiling Spinetail GetReportsIdSentTo.swift
[813/1464] Compiling Spinetail GetReportsIdSentToId.swift
[814/1464] Compiling Spinetail GetReportsIdSubReportsId.swift
[815/1464] Compiling Spinetail GetReportsIdUnsubscribed.swift
[816/1464] Compiling Spinetail GetReportsIdUnsubscribedId.swift
[817/1464] Compiling Spinetail GetRoot.swift
[818/1464] Compiling Spinetail GetSearchCampaigns.swift
[819/1464] Compiling Spinetail GetSearchMembers.swift
[819/1487] Compiling p5_pbev2.cc
[820/1487] Compiling pkcs7.cc
[821/1487] Compiling pkcs7_x509.cc
[822/1487] Compiling pkcs8.cc
[823/1487] Compiling pem_xaux.cc
[824/1487] Compiling pem_x509.cc
[825/1487] Compiling pem_pkey.cc
[864/1487] Compiling Spinetail GetCampaignsIdContent.swift
[865/1487] Compiling Spinetail GetCampaignsIdFeedback.swift
[866/1487] Compiling Spinetail GetCampaignsIdFeedbackId.swift
[867/1487] Compiling Spinetail GetCampaignsIdSendChecklist.swift
[868/1487] Compiling Spinetail PatchCampaignsId.swift
[869/1487] Compiling Spinetail PatchCampaignsIdFeedbackId.swift
[870/1487] Compiling Spinetail PostCampaigns.swift
[871/1487] Compiling Spinetail PostCampaignsIdActionsCancelSend.swift
[872/1487] Compiling Spinetail PostCampaignsIdActionsCreateResend.swift
[873/1487] Compiling Spinetail PostCampaignsIdActionsPause.swift
[874/1487] Compiling Spinetail PostCampaignsIdActionsReplicate.swift
[922/1510] Compiling pem_pk8.cc
[923/1510] Compiling pem_oth.cc
[925/1510] Emitting module Spinetail
[925/1510] Compiling obj_xref.cc
[926/1510] Compiling mldsa.cc
[927/1510] Compiling pem_lib.cc
[928/1510] Compiling mlkem.cc
[929/1510] Compiling pem_info.cc
[930/1510] Compiling pem_all.cc
[931/1510] Compiling obj.cc
[932/1510] Compiling mem.cc
[933/1510] Compiling md5.cc
[934/1510] Compiling fips_shared_support.cc
[935/1510] Compiling poly_rq_mul.S
[936/1510] Compiling md4.cc
[937/1510] Compiling lhash.cc
[938/1510] Compiling kyber.cc
[939/1510] Compiling ex_data.cc
[940/1510] Compiling sign.cc
[941/1510] Compiling hrss.cc
[942/1510] Compiling hpke.cc
[943/1510] Compiling scrypt.cc
[944/1510] Compiling print.cc
[945/1510] Compiling pbkdf.cc
[946/1510] Compiling p_x25519.cc
[947/1510] Compiling p_rsa.cc
[948/1510] Compiling p_x25519_asn1.cc
[949/1510] Compiling p_hkdf.cc
[950/1510] Compiling p_rsa_asn1.cc
[951/1510] Compiling p_ec.cc
[952/1510] Compiling p_ed25519.cc
[953/1510] Compiling p_dh_asn1.cc
[954/1510] Compiling p_ed25519_asn1.cc
[955/1510] Compiling p_ec_asn1.cc
[956/1510] Compiling p_dsa_asn1.cc
[957/1510] Compiling p_dh.cc
[958/1510] Compiling evp_ctx.cc
[959/1510] Compiling err.cc
[960/1510] Compiling engine.cc
[961/1510] Compiling evp_asn1.cc
[962/1510] Compiling evp.cc
[963/1510] Compiling ecdh.cc
[964/1510] Compiling hash_to_curve.cc
[965/1510] Compiling ecdsa_asn1.cc
[966/1510] Compiling ec_derive.cc
[967/1510] Compiling bcm.cc
[968/1510] Compiling dsa.cc
[969/1510] Compiling ec_asn1.cc
[970/1510] Compiling dsa_asn1.cc
[971/1510] Compiling params.cc
[972/1510] Compiling x25519-asm-arm.S
[973/1510] Compiling digest_extra.cc
[974/1510] Compiling curve25519.cc
[975/1510] Compiling spake25519.cc
[976/1510] Compiling curve25519_64_adx.cc
[977/1510] Compiling dh_asn1.cc
[978/1510] Compiling des.cc
[979/1510] Compiling cpu_intel.cc
[980/1510] Compiling crypto.cc
[981/1510] Compiling cpu_arm_freebsd.cc
[982/1510] Compiling cpu_arm_linux.cc
[983/1510] Compiling cpu_aarch64_win.cc
[984/1510] Compiling cpu_aarch64_sysreg.cc
[985/1510] Compiling cpu_aarch64_openbsd.cc
[986/1510] Compiling cpu_aarch64_linux.cc
[987/1510] Compiling cpu_aarch64_apple.cc
[988/1510] Compiling cpu_aarch64_fuchsia.cc
[989/1510] Compiling tls_cbc.cc
[990/1510] Compiling conf.cc
[991/1510] Compiling e_rc4.cc
[992/1510] Compiling get_cipher.cc
[993/1510] Compiling e_tls.cc
[994/1510] Compiling e_null.cc
[995/1510] Compiling e_rc2.cc
[996/1510] Compiling e_des.cc
[997/1510] Compiling e_aesctrhmac.cc
[998/1510] Compiling e_chacha20poly1305.cc
[999/1510] Compiling derive_key.cc
[1000/1510] Compiling e_aesgcmsiv.cc
[1001/1510] Compiling chacha.cc
[1002/1510] Compiling unicode.cc
[1003/1510] Compiling cbb.cc
[1004/1510] Compiling ber.cc
[1005/1510] Compiling buf.cc
[1006/1510] Compiling cbs.cc
[1007/1510] Compiling asn1_compat.cc
[1008/1510] Compiling convert.cc
[1009/1510] Compiling blake2.cc
[1010/1510] Compiling bn_asn1.cc
[1011/1510] Compiling socket_helper.cc
[1012/1510] Compiling printf.cc
[1013/1510] Compiling hexdump.cc
[1014/1510] Compiling file.cc
[1015/1510] Compiling pair.cc
[1016/1510] Compiling socket.cc
[1017/1510] Compiling fd.cc
[1018/1510] Compiling errno.cc
[1019/1510] Compiling connect.cc
[1020/1510] Compiling bio_mem.cc
[1021/1510] Compiling bio.cc
[1022/1510] Compiling base64.cc
[1023/1510] Compiling tasn_typ.cc
[1024/1510] Compiling tasn_utl.cc
[1025/1510] Compiling posix_time.cc
[1026/1510] Compiling tasn_fre.cc
[1027/1510] Compiling tasn_enc.cc
[1028/1510] Compiling tasn_new.cc
[1029/1510] Compiling f_string.cc
[1030/1510] Compiling tasn_dec.cc
[1031/1510] Compiling asn_pack.cc
[1032/1510] Compiling f_int.cc
[1033/1510] Compiling asn1_par.cc
[1034/1510] Compiling a_utctm.cc
[1035/1510] Compiling asn1_lib.cc
[1036/1510] Compiling a_type.cc
[1037/1510] Compiling a_strnid.cc
[1038/1510] Compiling a_octet.cc
[1039/1510] Compiling a_time.cc
[1040/1510] Compiling a_strex.cc
[1041/1510] Compiling a_dup.cc
[1042/1510] Compiling a_i2d_fp.cc
[1043/1510] Compiling a_mbstr.cc
[1044/1510] Compiling a_object.cc
[1045/1510] Compiling a_d2i_fp.cc
[1046/1510] Compiling a_int.cc
[1047/1510] Compiling fiat_p256_adx_sqr.S
[1048/1510] Compiling CCryptoBoringSSLShims shims.c
[1049/1510] Compiling a_bitstr.cc
[1050/1510] Compiling fiat_p256_adx_mul.S
[1051/1510] Compiling fiat_curve25519_adx_square.S
[1052/1510] Compiling a_gentm.cc
[1053/1510] Compiling fiat_curve25519_adx_mul.S
[1054/1510] Compiling md5-x86_64-linux.S
[1055/1510] Compiling md5-x86_64-apple.S
[1056/1510] Compiling a_bool.cc
[1057/1510] Compiling md5-586-apple.S
[1058/1510] Compiling md5-586-linux.S
[1059/1510] Compiling chacha20_poly1305_x86_64-linux.S
[1060/1510] Compiling chacha20_poly1305_armv8-win.S
[1061/1510] Compiling chacha20_poly1305_x86_64-apple.S
[1062/1510] Compiling chacha20_poly1305_armv8-linux.S
[1062/1510] Compiling chacha20_poly1305_armv8-apple.S
[1064/1510] Compiling chacha-x86_64-linux.S
[1065/1510] Compiling chacha-x86_64-apple.S
[1065/1510] Compiling chacha-x86-linux.S
[1067/1510] Compiling chacha-x86-apple.S
[1068/1510] Compiling chacha-armv8-win.S
[1069/1510] Compiling chacha-armv8-apple.S
[1070/1510] Compiling chacha-armv4-linux.S
[1071/1510] Compiling chacha-armv8-linux.S
[1072/1510] Compiling aes128gcmsiv-x86_64-linux.S
[1073/1510] Compiling err_data.cc
[1074/1510] Compiling aes128gcmsiv-x86_64-apple.S
[1074/1510] Compiling x86_64-mont5-linux.S
[1076/1510] Compiling x86_64-mont5-apple.S
[1077/1510] Compiling x86_64-mont-linux.S
[1078/1510] Compiling x86_64-mont-apple.S
[1079/1510] Compiling vpaes-x86_64-apple.S
[1080/1510] Compiling x86-mont-apple.S
[1081/1510] Compiling x86-mont-linux.S
[1082/1510] Compiling vpaes-x86_64-linux.S
[1083/1510] Compiling vpaes-x86-linux.S
[1084/1510] Compiling vpaes-armv8-apple.S
[1085/1510] Compiling vpaes-x86-apple.S
[1086/1510] Compiling vpaes-armv8-win.S
[1087/1510] Compiling vpaes-armv7-linux.S
[1088/1510] Compiling vpaes-armv8-linux.S
[1089/1510] Compiling sha512-x86_64-apple.S
[1090/1510] Compiling sha512-x86_64-linux.S
[1091/1510] Compiling sha512-armv8-win.S
[1092/1510] Compiling sha512-armv4-linux.S
[1093/1510] Compiling sha512-armv8-apple.S
[1094/1510] Compiling sha512-armv8-linux.S
[1095/1510] Compiling sha512-586-linux.S
[1096/1510] Compiling sha512-586-apple.S
[1097/1510] Compiling sha256-x86_64-linux.S
[1098/1510] Compiling sha256-x86_64-apple.S
[1099/1510] Compiling sha256-armv8-win.S
[1100/1510] Compiling sha256-armv8-apple.S
[1101/1510] Compiling sha256-armv8-linux.S
[1102/1510] Compiling sha256-armv4-linux.S
[1103/1510] Compiling sha256-586-linux.S
[1104/1510] Compiling sha256-586-apple.S
[1105/1510] Compiling sha1-x86_64-linux.S
[1106/1510] Compiling sha1-x86_64-apple.S
[1107/1510] Compiling sha1-armv8-win.S
[1108/1510] Compiling sha1-armv8-apple.S
[1109/1510] Compiling sha1-armv4-large-linux.S
[1110/1510] Compiling sha1-armv8-linux.S
[1111/1510] Compiling sha1-586-linux.S
[1112/1510] Compiling sha1-586-apple.S
[1113/1510] Compiling rdrand-x86_64-linux.S
[1114/1510] Compiling rsaz-avx2-apple.S
[1115/1510] Compiling rsaz-avx2-linux.S
[1116/1510] Compiling p256_beeu-x86_64-asm-linux.S
[1117/1510] Compiling rdrand-x86_64-apple.S
[1117/1510] Compiling p256_beeu-x86_64-asm-apple.S
[1119/1510] Compiling p256_beeu-armv8-asm-win.S
[1120/1510] Compiling p256_beeu-armv8-asm-linux.S
[1121/1510] Compiling p256_beeu-armv8-asm-apple.S
[1122/1510] Compiling p256-x86_64-asm-apple.S
[1123/1510] Compiling p256-x86_64-asm-linux.S
[1124/1510] Compiling p256-armv8-asm-win.S
[1125/1510] Compiling ghashv8-armv8-win.S
[1126/1510] Compiling p256-armv8-asm-apple.S
[1127/1510] Compiling p256-armv8-asm-linux.S
[1128/1510] Compiling ghashv8-armv8-apple.S
[1129/1510] Compiling ghashv8-armv7-linux.S
[1130/1510] Compiling ghashv8-armv8-linux.S
[1131/1510] Compiling ghash-x86_64-linux.S
[1132/1510] Compiling ghash-x86_64-apple.S
[1133/1510] Compiling ghash-x86-linux.S
[1134/1510] Compiling ghash-x86-apple.S
[1135/1510] Compiling ghash-ssse3-x86-linux.S
[1136/1510] Compiling ghash-ssse3-x86_64-linux.S
[1137/1510] Compiling ghash-ssse3-x86_64-apple.S
[1138/1510] Compiling ghash-ssse3-x86-apple.S
[1139/1510] Compiling ghash-neon-armv8-win.S
[1140/1510] Compiling ghash-neon-armv8-linux.S
[1141/1510] Compiling ghash-neon-armv8-apple.S
[1142/1510] Compiling co-586-linux.S
[1143/1510] Compiling ghash-armv4-linux.S
[1144/1510] Compiling co-586-apple.S
[1145/1510] Compiling bsaes-armv7-linux.S
[1146/1510] Compiling bn-armv8-win.S
[1147/1510] Compiling bn-armv8-linux.S
[1148/1510] Compiling bn-armv8-apple.S
[1149/1510] Compiling bn-586-linux.S
[1150/1510] Compiling bn-586-apple.S
[1151/1510] Compiling armv8-mont-win.S
[1152/1510] Compiling armv8-mont-linux.S
[1153/1510] Compiling armv8-mont-apple.S
[1154/1510] Compiling armv4-mont-linux.S
[1155/1510] Compiling aesv8-gcm-armv8-win.S
[1156/1510] Compiling aesv8-gcm-armv8-apple.S
[1157/1510] Compiling aesv8-armv8-win.S
[1158/1510] Compiling aesv8-armv8-linux.S
[1159/1510] Compiling aesv8-gcm-armv8-linux.S
[1160/1510] Compiling aesni-x86_64-linux.S
[1161/1510] Compiling aesv8-armv8-apple.S
[1162/1510] Compiling aesv8-armv7-linux.S
[1163/1510] Compiling c-nioatomics.c
[1165/1510] Compiling Spinetail PatchFileManagerFilesId.swift
[1166/1510] Compiling Spinetail PatchFileManagerFoldersId.swift
[1167/1510] Compiling Spinetail PostFileManagerFiles.swift
[1168/1510] Compiling Spinetail PostFileManagerFolders.swift
[1169/1510] Compiling Spinetail DeleteLandingPageId.swift
[1170/1510] Compiling Spinetail GetAllLandingPages.swift
[1171/1510] Compiling Spinetail GetLandingPageId.swift
[1172/1510] Compiling Spinetail GetLandingPageIdContent.swift
[1173/1510] Compiling Spinetail PatchLandingPageId.swift
[1174/1510] Compiling Spinetail PostAllLandingPages.swift
[1175/1510] Compiling Spinetail PostLandingPageIdActionsPublish.swift
[1176/1510] Compiling Spinetail PostLandingPageIdActionsUnpublish.swift
[1177/1510] Compiling Spinetail GetPing.swift
[1178/1510] Compiling Spinetail GetReportingFacebookAds.swift
[1179/1510] Compiling Spinetail GetReportingFacebookAdsId.swift
[1180/1510] Compiling Spinetail GetReportingFacebookAdsIdEcommerceProductActivity.swift
[1181/1510] Compiling Spinetail GetReportingLandingPages.swift
[1182/1510] Compiling Spinetail GetReportingLandingPagesId.swift
[1183/1510] Compiling Spinetail CreateVerifiedDomain.swift
[1184/1510] Compiling Spinetail DeleteVerifiedDomain.swift
[1185/1510] Compiling Spinetail GetVerifiedDomain.swift
[1186/1510] Compiling Spinetail GetVerifiedDomains.swift
[1187/1510] Compiling Spinetail VerifyDomain.swift
[1187/1510] Compiling c-atomics.c
[1188/1510] Compiling aesni-x86_64-apple.S
[1189/1510] Compiling aesni-x86-linux.S
[1190/1510] Compiling aesni-gcm-x86_64-linux.S
[1191/1510] Compiling aes-gcm-avx10-x86_64-linux.S
[1192/1510] Compiling aes-gcm-avx10-x86_64-apple.S
[1193/1510] Compiling aesni-x86-apple.S
[1194/1510] Compiling aesni-gcm-x86_64-apple.S
[1196/1516] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1197/1516] Compiling NIOConcurrencyHelpers NIOLock.swift
[1198/1516] Compiling NIOConcurrencyHelpers lock.swift
[1199/1516] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1199/1516] Compiling x_x509a.cc
[1201/1516] Emitting module NIOConcurrencyHelpers
[1202/1516] Compiling NIOConcurrencyHelpers atomics.swift
[1202/1517] Compiling x_val.cc
[1204/1517] Compiling x_req.cc
[1205/1517] Compiling x_sig.cc
[1206/1517] Compiling x_x509.cc
[1207/1517] Compiling x_spki.cc
[1208/1517] Compiling x_pubkey.cc
[1209/1517] Compiling x_name.cc
[1210/1517] Compiling x_exten.cc
[1212/1517] Compiling Spinetail GetConversationsIdMessages.swift
[1213/1517] Compiling Spinetail GetConversationsIdMessagesId.swift
[1214/1517] Compiling Spinetail PostCustomerJourneysJourneysIdStepsIdActionsTrigger.swift
[1215/1517] Compiling Spinetail DeleteEcommerceStoresId.swift
[1216/1517] Compiling Spinetail DeleteEcommerceStoresIdCartsId.swift
[1217/1517] Compiling Spinetail DeleteEcommerceStoresIdCartsLinesId.swift
[1218/1517] Compiling Spinetail DeleteEcommerceStoresIdCustomersId.swift
[1219/1517] Compiling Spinetail DeleteEcommerceStoresIdOrdersId.swift
[1220/1517] Compiling Spinetail DeleteEcommerceStoresIdOrdersIdLinesId.swift
[1221/1517] Compiling Spinetail DeleteEcommerceStoresIdProductsId.swift
[1222/1517] Compiling Spinetail DeleteEcommerceStoresIdProductsIdImagesId.swift
[1223/1517] Compiling Spinetail DeleteEcommerceStoresIdProductsIdVariantsId.swift
[1224/1517] Compiling Spinetail DeleteEcommerceStoresIdPromocodesId.swift
[1225/1517] Compiling Spinetail DeleteEcommerceStoresIdPromorulesId.swift
[1226/1517] Compiling Spinetail GetEcommerceOrders.swift
[1227/1517] Compiling Spinetail GetEcommerceStores.swift
[1228/1517] Compiling Spinetail GetEcommerceStoresId.swift
[1229/1517] Compiling Spinetail GetEcommerceStoresIdCarts.swift
[1230/1517] Compiling Spinetail GetEcommerceStoresIdCartsId.swift
[1231/1517] Compiling Spinetail GetEcommerceStoresIdCartsIdLines.swift
[1232/1517] Compiling Spinetail GetEcommerceStoresIdCartsIdLinesId.swift
[1233/1517] Compiling Spinetail GetEcommerceStoresIdCustomers.swift
[1234/1517] Compiling Spinetail GetEcommerceStoresIdCustomersId.swift
[1235/1517] Compiling Spinetail GetEcommerceStoresIdOrders.swift
[1236/1517] Compiling Spinetail GetEcommerceStoresIdOrdersId.swift
[1237/1517] Compiling Spinetail GetEcommerceStoresIdOrdersIdLines.swift
[1238/1517] Compiling Spinetail GetEcommerceStoresIdOrdersIdLinesId.swift
[1239/1517] Compiling Spinetail GetEcommerceStoresIdProducts.swift
[1240/1517] Compiling Spinetail GetEcommerceStoresIdProductsId.swift
[1241/1517] Compiling Spinetail GetEcommerceStoresIdProductsIdImages.swift
[1242/1517] Compiling Spinetail GetEcommerceStoresIdProductsIdImagesId.swift
[1243/1517] Compiling Spinetail GetEcommerceStoresIdProductsIdVariants.swift
[1244/1517] Compiling Spinetail GetEcommerceStoresIdProductsIdVariantsId.swift
[1245/1517] Compiling Spinetail GetEcommerceStoresIdPromocodes.swift
[1246/1517] Compiling Spinetail GetEcommerceStoresIdPromocodesId.swift
[1247/1517] Compiling Spinetail GetEcommerceStoresIdPromorules.swift
[1248/1517] Compiling Spinetail GetEcommerceStoresIdPromorulesId.swift
[1249/1517] Compiling Spinetail PatchEcommerceStoresId.swift
[1250/1517] Compiling Spinetail PatchEcommerceStoresIdCartsId.swift
[1251/1517] Compiling Spinetail PatchEcommerceStoresIdCartsIdLinesId.swift
[1252/1517] Compiling Spinetail PatchEcommerceStoresIdCustomersId.swift
[1253/1517] Compiling Spinetail PatchEcommerceStoresIdOrdersId.swift
[1254/1517] Compiling Spinetail PatchEcommerceStoresIdOrdersIdLinesId.swift
[1255/1517] Compiling Spinetail PatchEcommerceStoresIdProductsId.swift
[1256/1517] Compiling Spinetail PatchEcommerceStoresIdProductsIdImagesId.swift
[1257/1517] Compiling Spinetail PatchEcommerceStoresIdProductsIdVariantsId.swift
[1257/1517] Compiling x_crl.cc
[1258/1517] Compiling x_attrib.cc
[1259/1517] Compiling x_all.cc
[1261/1543] Emitting module ConsoleKitTerminal
[1261/1546] Compiling x_algor.cc
[1262/1546] Compiling x509spki.cc
[1264/1546] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1265/1546] Compiling ConsoleKitTerminal ConsoleClear.swift
[1266/1546] Compiling ConsoleKitTerminal Console+Ask.swift
[1267/1546] Compiling ConsoleKitTerminal Console+Choose.swift
[1268/1546] Compiling ConsoleKitTerminal Console+Confirm.swift
[1269/1546] Compiling ConsoleKitTerminal Console+Input.swift
[1270/1546] Compiling ConsoleKitTerminal Console+Center.swift
[1271/1546] Compiling ConsoleKitTerminal Console+Output.swift
[1271/1546] Compiling x509rset.cc
[1272/1546] Compiling x509name.cc
[1274/1546] Compiling ConsoleKitTerminal Console.swift
[1275/1546] Compiling ConsoleKitTerminal Terminal.swift
[1276/1546] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1277/1546] Compiling ConsoleKitTerminal ActivityBar.swift
[1278/1546] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1279/1546] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1280/1546] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1281/1546] Compiling ConsoleKitTerminal CustomActivity.swift
[1282/1546] Compiling ConsoleKitTerminal LoadingBar.swift
[1283/1546] Compiling ConsoleKitTerminal ProgressBar.swift
[1284/1546] Compiling ConsoleKitTerminal Console+Clear.swift
[1285/1546] Compiling ConsoleKitTerminal Console+Wait.swift
[1286/1546] Compiling ConsoleKitTerminal ConsoleColor.swift
[1287/1546] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1288/1546] Compiling ConsoleKitTerminal ConsoleText.swift
[1289/1546] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1290/1546] Compiling ConsoleKitTerminal ANSI.swift
[1290/1546] Compiling x509cset.cc
[1291/1546] Compiling x509_vpm.cc
[1292/1546] Compiling x509_v3.cc
[1294/1546] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1295/1546] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1296/1546] Compiling ConsoleKitTerminal LoggerFragment.swift
[1296/1547] Compiling x509_trs.cc
[1298/1547] Compiling x509_vfy.cc
[1299/1547] Compiling x509_txt.cc
[1300/1547] Compiling x509_set.cc
[1301/1547] Compiling x509_req.cc
[1302/1547] Compiling x509_obj.cc
[1303/1547] Compiling x509_lu.cc
[1304/1547] Compiling x509_d2.cc
[1305/1547] Compiling x509_def.cc
[1306/1547] Compiling x509_ext.cc
[1307/1547] Compiling x509_cmp.cc
[1308/1547] Compiling x509_att.cc
[1309/1547] Compiling x509.cc
[1310/1547] Compiling v3_utl.cc
[1311/1547] Compiling v3_skey.cc
[1313/1557] Compiling Spinetail PatchEcommerceStoresIdPromocodesId.swift
[1314/1557] Compiling Spinetail PatchEcommerceStoresIdPromorulesId.swift
[1315/1557] Compiling Spinetail PostEcommerceStores.swift
[1316/1557] Compiling Spinetail PostEcommerceStoresIdCarts.swift
[1317/1557] Compiling Spinetail PostEcommerceStoresIdCartsIdLines.swift
[1318/1557] Compiling Spinetail PostEcommerceStoresIdCustomers.swift
[1319/1557] Compiling Spinetail PostEcommerceStoresIdOrders.swift
[1320/1557] Compiling Spinetail PostEcommerceStoresIdOrdersIdLines.swift
[1321/1557] Compiling Spinetail PostEcommerceStoresIdProducts.swift
[1322/1557] Compiling Spinetail PostEcommerceStoresIdProductsIdImages.swift
[1323/1557] Compiling Spinetail PostEcommerceStoresIdProductsIdVariants.swift
[1324/1557] Compiling Spinetail PostEcommerceStoresIdPromocodes.swift
[1325/1557] Compiling Spinetail PostEcommerceStoresIdPromorules.swift
[1326/1557] Compiling Spinetail PutEcommerceStoresIdCustomersId.swift
[1327/1557] Compiling Spinetail PutEcommerceStoresIdProductsIdVariantsId.swift
[1328/1557] Compiling Spinetail GetAllFacebookAds.swift
[1329/1557] Compiling Spinetail GetFacebookAdsId.swift
[1330/1557] Compiling Spinetail DeleteFileManagerFilesId.swift
[1331/1557] Compiling Spinetail DeleteFileManagerFoldersId.swift
[1332/1557] Compiling Spinetail GetFileManagerFiles.swift
[1333/1557] Compiling Spinetail GetFileManagerFilesId.swift
[1334/1557] Compiling Spinetail GetFileManagerFolders.swift
[1335/1557] Compiling Spinetail GetFileManagerFoldersId.swift
[1335/1569] Compiling v3_purp.cc
[1336/1569] Compiling v3_prn.cc
[1338/1570] Compiling v3_pmaps.cc
[1339/1570] Compiling v3_pcons.cc
[1341/1570] Compiling ConsoleKitCommands CommandSignature.swift
[1342/1570] Compiling ConsoleKitCommands Flag.swift
[1343/1570] Compiling ConsoleKitCommands Option.swift
[1344/1572] Compiling ConsoleKitCommands AsyncCommands.swift
[1345/1572] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1346/1572] Compiling ConsoleKitCommands AnyCommand.swift
[1347/1572] Emitting module ConsoleKitCommands
[1348/1572] Compiling ConsoleKitCommands Command.swift
[1349/1572] Compiling ConsoleKitCommands CommandContext.swift
[1350/1572] Compiling ConsoleKitCommands CommandError.swift
[1351/1572] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1352/1572] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1353/1572] Compiling ConsoleKitCommands Argument.swift
[1354/1572] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1355/1572] Compiling ConsoleKitCommands AsyncCommand.swift
[1356/1572] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1356/1572] Compiling v3_ocsp.cc
[1357/1572] Compiling v3_int.cc
[1359/1572] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1360/1572] Compiling ConsoleKitCommands Utilities.swift
[1360/1572] Compiling v3_ncons.cc
[1361/1572] Compiling v3_lib.cc
[1362/1572] Compiling v3_info.cc
[1363/1572] Compiling v3_ia5.cc
[1364/1572] Compiling v3_extku.cc
[1366/1572] Compiling ConsoleKitCommands CommandGroup.swift
[1367/1572] Compiling ConsoleKitCommands CommandInput.swift
[1368/1572] Compiling ConsoleKitCommands Commands.swift
[1369/1572] Compiling ConsoleKitCommands Console+Run.swift
[1370/1572] Compiling ConsoleKitCommands ConsoleError.swift
[1371/1572] Compiling ConsoleKitCommands Completion.swift
[1371/1573] Compiling v3_enum.cc
[1372/1573] Compiling v3_genn.cc
[1374/1573] Compiling v3_crld.cc
[1375/1573] Compiling v3_conf.cc
[1376/1573] Compiling v3_cpols.cc
[1377/1573] Compiling v3_bitst.cc
[1378/1573] Compiling v3_bcons.cc
[1379/1573] Compiling v3_alt.cc
[1380/1573] Compiling v3_akeya.cc
[1381/1573] Compiling t_x509a.cc
[1382/1573] Compiling v3_akey.cc
[1383/1573] Compiling t_x509.cc
[1384/1573] Compiling t_req.cc
[1385/1573] Compiling t_crl.cc
[1386/1573] Compiling name_print.cc
[1387/1573] Compiling i2d_pr.cc
[1388/1574] Compiling rsa_pss.cc
[1389/1575] Compiling policy.cc
[1391/1575] Emitting module ConsoleKit
[1392/1575] Compiling ConsoleKit Exports.swift
[1393/1576] Compiling by_file.cc
[1394/1576] Compiling by_dir.cc
[1395/1576] Compiling asn1_gen.cc
[1396/1576] Compiling voprf.cc
[1397/1576] Compiling algorithm.cc
[1398/1576] Compiling a_verify.cc
[1399/1576] Compiling a_sign.cc
[1400/1576] Compiling a_digest.cc
[1401/1576] Compiling thread_win.cc
[1402/1576] Compiling thread.cc
[1403/1576] Compiling thread_pthread.cc
[1404/1576] Compiling thread_none.cc
[1405/1576] Compiling trust_token.cc
[1406/1576] Compiling stack.cc
[1407/1576] Compiling wots.cc
[1407/1576] Compiling thash.cc
[1407/1576] Compiling merkle.cc
[1410/1576] Compiling pmbtoken.cc
[1411/1576] Compiling fors.cc
[1412/1576] Compiling siphash.cc
[1413/1576] Compiling slhdsa.cc
[1414/1576] Compiling sha512.cc
[1415/1576] Compiling sha256.cc
[1416/1576] Compiling rsa_extra.cc
[1417/1576] Compiling sha1.cc
[1418/1576] Compiling rc4.cc
[1419/1576] Compiling refcount.cc
[1420/1576] Compiling rsa_crypt.cc
[1421/1576] Compiling rsa_print.cc
[1422/1576] Compiling rsa_asn1.cc
[1423/1576] Compiling windows.cc
[1424/1576] Compiling trusty.cc
[1425/1576] Compiling urandom.cc
[1426/1576] Compiling rand_extra.cc
[1427/1576] Compiling ios.cc
[1428/1576] Compiling getentropy.cc
[1429/1576] Compiling passive.cc
[1430/1576] Compiling forkunsafe.cc
[1431/1576] Compiling poly1305_arm_asm.S
[1432/1576] Compiling deterministic.cc
[1433/1576] Compiling fork_detect.cc
[1434/1576] Compiling poly1305_vec.cc
[1435/1576] Compiling pool.cc
[1436/1576] Compiling poly1305_arm.cc
[1437/1576] Compiling poly1305.cc
[1438/1576] Compiling pkcs7.cc
[1439/1576] Compiling p5_pbev2.cc
[1440/1576] Compiling pkcs8_x509.cc
[1441/1576] Compiling pkcs7_x509.cc
[1442/1576] Compiling pem_xaux.cc
[1443/1576] Compiling pem_x509.cc
[1444/1576] Compiling pkcs8.cc
[1445/1576] Compiling pem_pkey.cc
[1446/1576] Compiling obj_xref.cc
[1447/1576] Compiling pem_oth.cc
[1448/1576] Compiling pem_pk8.cc
[1449/1576] Compiling obj.cc
[1450/1576] Compiling pem_info.cc
[1450/1576] Compiling pem_lib.cc
[1452/1576] Compiling pem_all.cc
[1453/1576] Compiling mlkem.cc
[1454/1576] Compiling mldsa.cc
[1455/1576] Compiling poly_rq_mul.S
[1456/1576] Compiling fips_shared_support.cc
[1457/1576] Compiling mem.cc
[1458/1576] Compiling md5.cc
[1459/1576] Compiling md4.cc
[1460/1576] Compiling lhash.cc
[1461/1576] Compiling kyber.cc
[1462/1576] Compiling hrss.cc
[1463/1576] Compiling hpke.cc
[1464/1576] Compiling sign.cc
[1465/1576] Compiling ex_data.cc
[1466/1576] Compiling scrypt.cc
[1467/1576] Compiling print.cc
[1468/1576] Compiling pbkdf.cc
[1469/1576] Compiling p_x25519.cc
[1470/1576] Compiling p_x25519_asn1.cc
[1471/1576] Compiling p_rsa_asn1.cc
[1472/1576] Compiling p_rsa.cc
[1473/1576] Compiling p_hkdf.cc
[1474/1576] Compiling p_ed25519.cc
[1475/1576] Compiling p_ed25519_asn1.cc
[1476/1576] Compiling p_ec_asn1.cc
[1477/1576] Compiling p_ec.cc
[1478/1576] Compiling p_dh_asn1.cc
[1479/1576] Compiling p_dh.cc
[1480/1576] Compiling evp_ctx.cc
[1481/1576] Compiling p_dsa_asn1.cc
[1482/1576] Compiling evp.cc
[1483/1576] Compiling evp_asn1.cc
[1484/1576] Compiling engine.cc
[1485/1576] Compiling ecdh_extra.cc
[1486/1576] Compiling ec_derive.cc
[1487/1576] Compiling err.cc
[1488/1576] Compiling ec_asn1.cc
[1489/1576] Compiling hash_to_curve.cc
[1490/1576] Compiling ecdsa_asn1.cc
[1491/1576] Compiling bcm.cc
[1492/1576] Compiling params.cc
[1493/1576] Compiling dsa.cc
[1494/1576] Compiling curve25519_64_adx.cc
[1495/1576] Compiling dsa_asn1.cc
[1496/1576] Compiling des.cc
[1497/1576] Compiling dh_asn1.cc
[1498/1576] Compiling digest_extra.cc
[1499/1576] Compiling spake25519.cc
[1500/1576] Compiling x25519-asm-arm.S
[1501/1576] Compiling crypto.cc
[1502/1576] Compiling cpu_intel.cc
[1503/1576] Compiling cpu_arm_linux.cc
[1504/1576] Compiling cpu_arm_freebsd.cc
[1505/1576] Compiling cpu_aarch64_win.cc
[1506/1576] Compiling cpu_aarch64_sysreg.cc
[1507/1576] Compiling curve25519.cc
[1508/1576] Compiling cpu_aarch64_openbsd.cc
[1509/1576] Compiling cpu_aarch64_linux.cc
[1510/1576] Compiling cpu_aarch64_fuchsia.cc
[1511/1576] Compiling cpu_aarch64_apple.cc
[1512/1576] Compiling e_rc4.cc
[1513/1576] Compiling e_tls.cc
[1514/1576] Compiling e_null.cc
[1515/1576] Compiling conf.cc
[1516/1576] Compiling tls_cbc.cc
[1516/1576] Compiling e_rc2.cc
[1518/1576] Compiling e_des.cc
[1519/1576] Compiling derive_key.cc
[1519/1576] Compiling e_chacha20poly1305.cc
[1521/1576] Compiling cipher_extra.cc
[1522/1576] Compiling e_aesctrhmac.cc
[1523/1576] Compiling e_aesgcmsiv.cc
[1523/1576] Compiling chacha.cc
[1525/1576] Compiling unicode.cc
[1526/1576] Compiling cbs.cc
[1527/1576] Compiling buf.cc
[1528/1576] Compiling ber.cc
[1529/1576] Compiling asn1_compat.cc
[1530/1576] Compiling blake2.cc
[1531/1576] Compiling bn_asn1.cc
[1532/1576] Compiling cbb.cc
[1533/1576] Compiling convert.cc
[1534/1576] Compiling printf.cc
[1535/1576] Compiling pair.cc
[1536/1576] Compiling fd.cc
[1537/1576] Compiling file.cc
[1537/1576] Compiling errno.cc
[1539/1576] Compiling hexdump.cc
[1540/1576] Compiling bio_mem.cc
[1541/1576] Compiling bio.cc
[1542/1576] Compiling tasn_enc.cc
[1543/1576] Compiling base64.cc
[1544/1576] Compiling tasn_typ.cc
[1545/1576] Compiling tasn_utl.cc
[1546/1576] Compiling tasn_fre.cc
[1547/1576] Compiling tasn_dec.cc
[1548/1576] Compiling tasn_new.cc
[1549/1576] Compiling asn_pack.cc
[1550/1576] Compiling f_string.cc
[1551/1576] Compiling asn1_par.cc
[1552/1576] Compiling f_int.cc
[1553/1576] Compiling posix_time.cc
[1554/1576] Compiling asn1_lib.cc
[1555/1576] Compiling a_utctm.cc
[1556/1576] Compiling a_type.cc
[1557/1576] Compiling a_time.cc
[1558/1576] Compiling a_octet.cc
[1559/1576] Compiling a_strnid.cc
[1560/1576] Compiling a_i2d_fp.cc
[1561/1576] Compiling a_object.cc
[1562/1576] Compiling a_mbstr.cc
[1563/1576] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1564/1576] Write sources
[1565/1576] Compiling a_strex.cc
[1566/1576] Write sources
[1567/1576] Compiling a_d2i_fp.cc
[1567/1576] Write sources
[1571/1576] Compiling a_dup.cc
[1572/1576] Compiling a_int.cc
[1573/1673] Compiling a_gentm.cc
[1574/1673] Compiling a_bitstr.cc
[1575/1673] Compiling a_bool.cc
[1577/1673] Compiling Atomics ManagedAtomic.swift
[1578/1673] Compiling Atomics ManagedAtomicLazyReference.swift
[1579/1673] Compiling Atomics UnsafeAtomic.swift
[1580/1673] Compiling Atomics UnsafeAtomicLazyReference.swift
[1581/1675] Compiling Atomics Primitives.shims.swift
[1582/1675] Compiling Atomics AtomicInteger.swift
[1583/1675] Compiling Atomics AtomicOptionalWrappable.swift
[1584/1675] Compiling Atomics AtomicReference.swift
[1585/1675] Compiling Atomics AtomicStorage.swift
[1586/1675] Compiling Atomics AtomicValue.swift
[1587/1675] Compiling Atomics AtomicMemoryOrderings.swift
[1588/1675] Compiling Atomics DoubleWord.swift
[1591/1683] Compiling Atomics IntegerOperations.swift
[1592/1683] Compiling Atomics Unmanaged extensions.swift
[1593/1683] Compiling Algorithms Product.swift
[1594/1683] Compiling Algorithms RandomSample.swift
[1595/1683] Compiling Algorithms Reductions.swift
[1598/1690] Compiling BitCollections BitSet+Initializers.swift
[1599/1690] Compiling BitCollections BitSet+Invariants.swift
[1600/1690] Compiling BitCollections BitSet+Random.swift
[1601/1690] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1602/1690] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1603/1690] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1604/1690] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1605/1690] Compiling Algorithms Rotate.swift
[1606/1690] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1607/1690] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1608/1690] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1609/1690] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1610/1690] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1611/1690] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1612/1690] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1613/1690] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1614/1690] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1615/1690] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1616/1690] Compiling BitCollections BitSet+SetAlgebra union.swift
[1617/1690] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1618/1690] Compiling BitCollections BitSet.Counted.swift
[1626/1690] Compiling Atomics IntegerConformances.swift
[1633/1693] Emitting module CryptoBoringWrapper
[1634/1693] Compiling CryptoBoringWrapper RandomBytes.swift
[1635/1693] Compiling Atomics PointerConformances.swift
[1636/1693] Compiling Atomics Primitives.native.swift
[1641/1693] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1642/1693] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1643/1693] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1644/1693] Compiling BitCollections BitSet.Index.swift
[1645/1693] Compiling BitCollections BitSet._UnsafeHandle.swift
[1646/1693] Compiling BitCollections BitSet.swift
[1647/1693] Compiling BitCollections Range+Utilities.swift
[1648/1693] Compiling BitCollections Slice+Utilities.swift
[1649/1693] Compiling BitCollections UInt+Tricks.swift
[1650/1693] Compiling BitCollections _Word.swift
[1651/1693] Compiling Algorithms Trim.swift
[1652/1693] Compiling Algorithms Unique.swift
[1653/1693] Compiling Algorithms Windows.swift
[1654/1693] Emitting module BitCollections
[1655/1693] Compiling BitCollections BitArray+RandomBits.swift
[1656/1693] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[1657/1693] Compiling BitCollections BitArray+Shifts.swift
[1658/1693] Compiling BitCollections BitArray+Testing.swift
[1659/1693] Compiling BitCollections BitArray._UnsafeHandle.swift
[1660/1693] Compiling BitCollections BitArray.swift
[1661/1693] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1662/1693] Compiling BitCollections BitSet+Codable.swift
[1671/1693] Compiling Atomics OptionalRawRepresentable.swift
[1672/1693] Compiling Atomics RawRepresentable.swift
[1673/1693] Compiling Atomics AtomicBool.swift
[1679/1694] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1680/1694] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1681/1694] Compiling CryptoBoringWrapper EllipticCurve.swift
[1683/1695] Emitting module Atomics
[1689/1768] Emitting module Collections
[1690/1768] Compiling Collections Collections.swift
[1692/1769] Compiling Crypto HPKE-KDF.swift
[1693/1769] Compiling Crypto HPKE-KexKeyDerivation.swift
[1694/1769] Compiling Crypto HPKE-LabeledExtract.swift
[1695/1769] Compiling Crypto ASN1Identifier.swift
[1696/1769] Compiling Crypto ASN1Integer.swift
[1697/1769] Compiling Crypto ASN1Null.swift
[1699/1830] Emitting module Algorithms
[1701/1831] Compiling NIOCore MarkedCircularBuffer.swift
[1702/1831] Compiling NIOCore MulticastChannel.swift
[1703/1831] Compiling NIOCore NIOAny.swift
[1704/1831] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1705/1831] Compiling NIOCore NIOLoopBound.swift
[1706/1831] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1707/1831] Compiling NIOCore NIOScheduledCallback.swift
[1708/1831] Compiling NIOCore NIOSendable.swift
[1709/1831] Compiling NIOCore RecvByteBufferAllocator.swift
[1710/1831] Compiling Crypto Ed25519.swift
[1711/1840] Emitting module Crypto
[1720/1848] Compiling NIOCore SocketAddresses.swift
[1721/1848] Compiling NIOCore SocketOptionProvider.swift
[1722/1848] Compiling NIOCore SystemCallHelpers.swift
[1723/1848] Compiling NIOCore TimeAmount+Duration.swift
[1724/1848] Compiling NIOCore TypeAssistedChannelHandler.swift
[1725/1848] Compiling NIOCore UniversalBootstrapSupport.swift
[1726/1848] Compiling NIOCore Utilities.swift
[1727/1848] Compiling Crypto Ed25519Keys.swift
[1728/1848] Compiling Crypto NISTCurvesKeys.swift
[1729/1848] Compiling Crypto X25519Keys.swift
[1730/1848] Compiling NIOCore ByteBuffer-views.swift
[1731/1848] Compiling NIOCore Channel.swift
[1732/1848] Compiling NIOCore ChannelHandler.swift
[1733/1848] Compiling NIOCore ChannelHandlers.swift
[1734/1848] Compiling NIOCore ChannelInvoker.swift
[1735/1848] Compiling NIOCore ChannelOption.swift
[1736/1848] Compiling NIOCore ChannelPipeline.swift
[1737/1848] Compiling NIOCore CircularBuffer.swift
[1738/1848] Compiling NIOCore Codec.swift
[1739/1848] Compiling NIOCore ConvenienceOptionSupport.swift
[1740/1848] Compiling NIOCore DeadChannel.swift
[1741/1848] Compiling NIOCore DispatchQueue+WithFuture.swift
[1742/1848] Compiling NIOCore EventLoop+Deprecated.swift
[1743/1848] Compiling NIOCore EventLoop+SerialExecutor.swift
[1744/1848] Compiling NIOCore EventLoop.swift
[1745/1848] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1746/1848] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1747/1848] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1748/1848] Compiling NIOCore EventLoopFuture.swift
[1749/1848] Compiling NIOCore FileDescriptor.swift
[1750/1848] Compiling NIOCore FileHandle.swift
[1751/1848] Compiling NIOCore FileRegion.swift
[1752/1848] Compiling NIOCore GlobalSingletons.swift
[1753/1848] Compiling NIOCore IO.swift
[1754/1848] Compiling NIOCore IOData.swift
[1755/1848] Compiling NIOCore IPProtocol.swift
[1756/1848] Compiling NIOCore IntegerBitPacking.swift
[1757/1848] Compiling NIOCore IntegerTypes.swift
[1758/1848] Compiling NIOCore Interfaces.swift
[1759/1848] Compiling NIOCore Linux.swift
[1760/1848] Compiling NIOCore BSDSocketAPI.swift
[1761/1848] Compiling NIOCore ByteBuffer-aux.swift
[1762/1848] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1763/1848] Compiling NIOCore ByteBuffer-conversions.swift
[1764/1848] Compiling NIOCore ByteBuffer-core.swift
[1765/1848] Compiling NIOCore ByteBuffer-hex.swift
[1766/1848] Compiling NIOCore ByteBuffer-int.swift
[1767/1848] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1768/1848] Compiling NIOCore ByteBuffer-multi-int.swift
[1769/1848] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1770/1848] Compiling NIOCore AddressedEnvelope.swift
[1771/1848] Compiling NIOCore AsyncAwaitSupport.swift
[1772/1848] Compiling NIOCore AsyncChannel.swift
[1773/1848] Compiling NIOCore AsyncChannelHandler.swift
[1774/1848] Compiling NIOCore AsyncChannelInboundStream.swift
[1775/1848] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1776/1848] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1777/1848] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1778/1848] Compiling NIOCore NIOAsyncWriter.swift
[1779/1848] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1796/1848] Compiling Crypto Signature.swift
[1797/1848] Compiling Crypto CryptoKitErrors_boring.swift
[1798/1848] Compiling Crypto RNG_boring.swift
[1799/1848] Compiling Crypto SafeCompare_boring.swift
[1800/1848] Compiling Crypto Zeroization_boring.swift
[1801/1848] Compiling Crypto PrettyBytes.swift
[1802/1848] Compiling Crypto SafeCompare.swift
[1803/1848] Compiling Crypto SecureBytes.swift
[1804/1848] Compiling Crypto Zeroization.swift
[1814/1849] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1831/1849] Emitting module NIOCore
[1851/1900] Compiling NIOEmbedded AsyncTestingChannel.swift
[1852/1900] Emitting module NIOEmbedded
[1853/1900] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1854/1900] Compiling NIOEmbedded Embedded.swift
[1856/1901] Compiling NIOPosix BSDSocketAPICommon.swift
[1857/1901] Compiling NIOPosix BSDSocketAPIPosix.swift
[1858/1901] Compiling NIOPosix BSDSocketAPIWindows.swift
[1859/1901] Compiling NIOPosix BaseSocket.swift
[1860/1901] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1861/1901] Compiling NIOPosix BaseSocketChannel.swift
[1862/1901] Compiling NIOPosix BaseStreamSocketChannel.swift
[1863/1901] Compiling NIOPosix Pool.swift
[1864/1901] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1865/1901] Compiling NIOPosix PosixSingletons.swift
[1866/1901] Compiling NIOPosix RawSocketBootstrap.swift
[1867/1901] Compiling NIOPosix Resolver.swift
[1868/1901] Compiling NIOPosix Selectable.swift
[1869/1901] Compiling NIOPosix SelectableChannel.swift
[1870/1901] Compiling NIOPosix SelectableEventLoop.swift
[1871/1901] Compiling NIOPosix SelectorEpoll.swift
[1872/1901] Compiling NIOPosix SelectorGeneric.swift
[1873/1901] Compiling NIOPosix SelectorKqueue.swift
[1874/1901] Compiling NIOPosix SelectorUring.swift
[1875/1907] Compiling NIOPosix IO.swift
[1876/1907] Compiling NIOPosix IntegerBitPacking.swift
[1877/1907] Compiling NIOPosix IntegerTypes.swift
[1878/1907] Compiling NIOPosix Linux.swift
[1879/1907] Compiling NIOPosix LinuxCPUSet.swift
[1880/1907] Compiling NIOPosix LinuxUring.swift
[1881/1907] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1882/1907] Emitting module NIOPosix
[1883/1907] Compiling NIOPosix ThreadPosix.swift
[1884/1907] Compiling NIOPosix ThreadWindows.swift
[1885/1907] Compiling NIOPosix UnsafeTransfer.swift
[1886/1907] Compiling NIOPosix Utilities.swift
[1887/1907] Compiling NIOPosix VsockAddress.swift
[1888/1907] Compiling NIOPosix VsockChannelEvents.swift
[1889/1907] Compiling NIOPosix NIOThreadPool.swift
[1890/1907] Compiling NIOPosix NonBlockingFileIO.swift
[1891/1907] Compiling NIOPosix PendingDatagramWritesManager.swift
[1892/1907] Compiling NIOPosix PendingWritesManager.swift
[1893/1907] Compiling NIOPosix PipeChannel.swift
[1894/1907] Compiling NIOPosix PipePair.swift
[1895/1907] Compiling NIOPosix Bootstrap.swift
[1896/1907] Compiling NIOPosix ControlMessage.swift
[1897/1907] Compiling NIOPosix DatagramVectorReadManager.swift
[1898/1907] Compiling NIOPosix Errors+Any.swift
[1899/1907] Compiling NIOPosix FileDescriptor.swift
[1900/1907] Compiling NIOPosix GetaddrinfoResolver.swift
[1901/1907] Compiling NIOPosix HappyEyeballs.swift
[1902/1907] Compiling NIOPosix ServerSocket.swift
[1903/1907] Compiling NIOPosix Socket.swift
[1904/1907] Compiling NIOPosix SocketChannel.swift
[1905/1907] Compiling NIOPosix SocketProtocols.swift
[1906/1907] Compiling NIOPosix System.swift
[1907/1907] Compiling NIOPosix Thread.swift
[1909/1967] Emitting module NIO
[1910/1967] Compiling NIO Exports.swift
[1912/1968] Compiling _NIOFileSystem FileHandleProtocol.swift
[1913/1968] Compiling _NIOFileSystem FileInfo.swift
[1914/1968] Compiling _NIOFileSystem FileSystem.swift
[1915/1987] Compiling _NIOFileSystem FileType.swift
[1916/1987] Compiling _NIOFileSystem IOStrategy.swift
[1917/1987] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[1918/2009] Compiling NIOTLS TLSEvents.swift
[1919/2009] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1920/2009] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1921/2009] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1922/2009] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1923/2009] Emitting module NIOTLS
[1924/2009] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1925/2009] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1926/2009] Compiling NIOHTTP1 HTTPDecoder.swift
[1927/2010] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1928/2010] Compiling NIOSOCKS ClientStateMachine.swift
[1929/2010] Emitting module NIOSOCKS
[1930/2010] Compiling NIOSOCKS SOCKSResponse.swift
[1931/2010] Compiling NIOHTTP1 HTTPEncoder.swift
[1932/2010] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1933/2010] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1934/2010] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1935/2010] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1936/2010] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1937/2010] Emitting module _NIOFileSystem
[1938/2014] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1939/2014] Compiling NIOTLS SNIHandler.swift
[1940/2015] Compiling NIOSOCKS ServerStateMachine.swift
[1941/2016] Compiling AsyncKit Optional+StrictMap.swift
[1942/2016] Compiling AsyncKit Exports.swift
[1945/2016] Emitting module NIOFoundationCompat
[1946/2016] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1947/2017] Emitting module NIOHTTP1
[1956/2019] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1957/2019] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[1959/2019] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1960/2019] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1961/2019] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1962/2019] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1963/2019] Compiling _NIOFileSystem ParallelDirCopy.swift
[1964/2019] Compiling _NIOFileSystem ParallelRemoval.swift
[1965/2019] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[1966/2019] Compiling _NIOFileSystem CInterop.swift
[1967/2019] Compiling _NIOFileSystem Errno.swift
[1968/2019] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1969/2019] Compiling _NIOFileSystem Mocking.swift
[1970/2019] Compiling _NIOFileSystem Syscall.swift
[1971/2019] Compiling _NIOFileSystem Syscalls.swift
[1979/2019] Compiling NIOHTTP1 HTTPTypes.swift
[1983/2019] Compiling _NIOFileSystem TokenBucket.swift
[1984/2019] Compiling _NIOFileSystem UnsafeTransfer.swift
[1985/2019] Emitting module AsyncKit
[1989/2070] Compiling NIOSSL SSLConnection.swift
[1990/2070] Compiling NIOSSL SSLContext.swift
[1991/2071] Emitting module NIOTransportServices
[1992/2073] Compiling NIOSSL SSLInit.swift
[1993/2073] Compiling NIOSSL SSLPKCS12Bundle.swift
[1994/2073] Compiling NIOSSL SSLPrivateKey.swift
[1996/2073] Compiling NIOSSL CustomPrivateKey.swift
[1997/2073] Compiling NIOSSL IdentityVerification.swift
[1998/2073] Compiling NIOSSL NIOSSLServerHandler.swift
[1999/2073] Compiling _NIOFileSystem SystemFileHandle.swift
[2000/2073] Compiling _NIOFileSystem Utilities.swift
[2001/2073] Compiling _NIOFileSystem OpenOptions.swift
[2002/2073] Compiling _NIOFileSystem String+FileSystem.swift
[2003/2073] Compiling NIOSSL NIOSSLHandler.swift
[2004/2073] Compiling NIOSSL AndroidCABundle.swift
[2005/2073] Compiling NIOSSL ByteBufferBIO.swift
[2008/2073] Compiling NIOSSL SSLErrors.swift
[2009/2073] Compiling NIOSSL SSLCertificate.swift
[2010/2073] Compiling NIOSSL SSLCertificateExtensions.swift
[2011/2073] Compiling NIOSSL SSLCertificateName.swift
[2012/2073] Compiling NIOSSL ObjectIdentifier.swift
[2013/2073] Compiling NIOSSL PosixPort.swift
[2014/2073] Compiling NIOSSL SSLCallbacks.swift
[2015/2073] Compiling NIOSSL LinuxCABundle.swift
[2016/2073] Compiling NIOSSL NIOSSLClientHandler.swift
[2017/2073] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[2018/2073] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[2019/2073] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[2032/2121] Compiling NIOHPACK IndexedHeaderTable.swift
[2033/2121] Compiling NIOHPACK IntegerCoding.swift
[2034/2122] Compiling NIOHPACK HuffmanTables.swift
[2035/2122] Compiling NIOHPACK HuffmanCoding.swift
[2036/2122] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[2037/2123] Emitting module NIOExtras
[2038/2145] Emitting module NIOHPACK
[2039/2145] Compiling NIOWebSocket WebSocketOpcode.swift
[2040/2145] Compiling NIOHPACK StaticHeaderTable.swift
[2041/2147] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[2042/2147] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[2043/2147] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[2044/2147] Compiling NIOHTTPCompression HTTPDecompression.swift
[2045/2147] Compiling MultipartKit Storage.swift
[2046/2147] Compiling MultipartKit MultipartPart.swift
[2047/2147] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[2048/2147] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[2049/2147] Emitting module _NIOFileSystemFoundationCompat
[2050/2147] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[2051/2147] Compiling MultipartKit Exports.swift
[2052/2147] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[2056/2147] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[2057/2151] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[2058/2151] Compiling MultipartKit FormDataEncoder.Encoder.swift
[2059/2151] Compiling MultipartKit FormDataDecoder.Decoder.swift
[2061/2151] Compiling MultipartKit FormDataDecoder.swift
[2062/2151] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[2063/2151] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[2064/2152] Emitting module NIOSSL
[2065/2152] Compiling MultipartKit BasicCodingKey.swift
[2066/2152] Compiling MultipartKit MultipartError.swift
[2076/2152] Emitting module NIOHTTPCompression
[2077/2152] Compiling NIOHTTPCompression HTTPCompression.swift
[2080/2152] Emitting module NIOWebSocket
[2085/2154] Emitting module MultipartKit
[2086/2156] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[2087/2156] Compiling NIOWebSocket WebSocketErrorCodes.swift
[2088/2156] Compiling NIOWebSocket WebSocketFrame.swift
[2092/2159] Compiling NIOSSL SubjectAlternativeName.swift
[2093/2159] Compiling NIOSSL NIOSSLSecureBytes.swift
[2094/2159] Compiling NIOSSL RNG.swift
[2095/2159] Compiling NIOSSL SafeCompare.swift
[2099/2159] Compiling MultipartKit MultipartFormData.swift
[2100/2159] Compiling MultipartKit MultipartParser.swift
[2101/2159] Compiling MultipartKit FormDataEncoder.swift
[2102/2159] Compiling MultipartKit MultipartSerializer.swift
[2103/2159] Compiling MultipartKit Utilities.swift
[2104/2169] Emitting module NIOFileSystem
[2105/2169] Compiling NIOFileSystem Exports.swift
[2106/2183] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[2107/2183] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[2108/2183] Compiling NIOHTTP2 HasFlowControlWindows.swift
[2109/2183] Compiling NIOHTTP2 HasLocalSettings.swift
[2110/2185] Compiling NIOHTTP2 HasRemoteSettings.swift
[2111/2185] Compiling NIOHTTP2 LocallyQuiescingState.swift
[2112/2185] Compiling NIOHTTP2 QuiescingState.swift
[2113/2185] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[2116/2209] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[2117/2209] Compiling NIOHTTP2 StateMachineResult.swift
[2126/2217] Compiling NIOHTTP2 ConnectionStateMachine.swift
[2127/2217] Compiling NIOHTTP2 ConnectionStreamsState.swift
[2128/2217] Compiling NIOHTTP2 MayReceiveFrames.swift
[2132/2218] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[2133/2218] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[2138/2219] Compiling NIOHTTP2 ContentLengthVerifier.swift
[2143/2220] Compiling NIOHTTP2 DOSHeuristics.swift
[2144/2220] Compiling NIOHTTP2 SendingHeadersState.swift
[2145/2220] Compiling NIOHTTP2 SendingPushPromiseState.swift
[2146/2220] Compiling NIOHTTP2 SendingRstStreamState.swift
[2147/2220] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[2149/2229] Emitting module NIOHTTP2
[2150/2237] Compiling WebSocketKit WebSocketHandler.swift
[2151/2237] Compiling WebSocketKit Exports.swift
[2152/2237] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[2161/2237] Compiling NIOHTTP2 MaySendFrames.swift
[2162/2237] Compiling NIOHTTP2 SendingDataState.swift
[2163/2237] Compiling NIOHTTP2 SendingGoawayState.swift
[2168/2237] Compiling NIOHTTP2 HTTP2SettingsState.swift
[2172/2237] Compiling NIOHTTP2 Error+Any.swift
[2173/2237] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[2174/2237] Compiling NIOHTTP2 ControlFrameBuffer.swift
[2175/2237] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[2176/2237] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[2177/2237] Emitting module WebSocketKit
[2178/2237] Compiling WebSocketKit WebSocket+Concurrency.swift
[2179/2237] Compiling WebSocketKit WebSocket+Connect.swift
[2189/2237] Compiling NIOHTTP2 ReceivingDataState.swift
[2190/2237] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[2191/2237] Compiling NIOHTTP2 ReceivingHeadersState.swift
[2196/2238] Compiling WebSocketKit WebSocket.swift
[2197/2238] Compiling WebSocketKit WebSocketClient.swift
[2198/2239] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[2199/2239] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[2200/2239] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[2201/2239] Compiling NIOHTTP2 HTTP2StreamID.swift
[2202/2239] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[2203/2239] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[2204/2239] Compiling NIOHTTP2 HTTP2UserEvents.swift
[2205/2239] Compiling NIOHTTP2 InboundEventBuffer.swift
[2216/2239] Compiling NIOHTTP2 InboundWindowManager.swift
[2217/2239] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[2218/2239] Compiling NIOHTTP2 StreamChannelFlowController.swift
[2219/2239] Compiling NIOHTTP2 StreamChannelList.swift
[2220/2239] Compiling NIOHTTP2 StreamMap.swift
[2221/2239] Compiling NIOHTTP2 StreamStateMachine.swift
[2222/2239] Compiling NIOHTTP2 UnsafeTransfer.swift
[2223/2239] Compiling NIOHTTP2 WatermarkedFlowController.swift
[2224/2239] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[2225/2239] Compiling NIOHTTP2 HTTP2Frame.swift
[2226/2239] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[2227/2239] Compiling NIOHTTP2 HTTP2FrameParser.swift
[2228/2239] Compiling NIOHTTP2 HTTP2PingData.swift
[2229/2239] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[2230/2239] Compiling NIOHTTP2 HTTP2Settings.swift
[2231/2239] Compiling NIOHTTP2 HTTP2Stream.swift
[2232/2239] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[2233/2239] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[2234/2239] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[2235/2239] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[2236/2239] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[2237/2239] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[2238/2239] Compiling NIOHTTP2 HTTP2Error.swift
[2239/2239] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[2241/2300] Emitting module AsyncHTTPClient
[2242/2300] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2243/2300] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2244/2300] Compiling AsyncHTTPClient Transaction.swift
[2245/2300] Compiling AsyncHTTPClient Base64.swift
[2246/2300] Compiling AsyncHTTPClient BasicAuth.swift
[2247/2300] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2248/2300] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2249/2300] Compiling AsyncHTTPClient ConnectionPool.swift
[2250/2300] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2251/2308] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2252/2308] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2253/2308] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2254/2308] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2255/2308] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2256/2308] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2257/2308] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2258/2308] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2259/2308] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2260/2308] Compiling AsyncHTTPClient ConnectionTarget.swift
[2261/2308] Compiling AsyncHTTPClient DeconstructedURL.swift
[2262/2308] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2263/2308] Compiling AsyncHTTPClient FoundationExtensions.swift
[2264/2308] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2265/2308] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2266/2308] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2267/2308] Compiling AsyncHTTPClient HTTPClient.swift
[2268/2308] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2269/2308] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2270/2308] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2271/2308] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2272/2308] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2273/2308] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2274/2308] Compiling AsyncHTTPClient RequestBodyLength.swift
[2275/2308] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2276/2308] Compiling AsyncHTTPClient HTTPHandler.swift
[2277/2308] Compiling AsyncHTTPClient LRUCache.swift
[2278/2308] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[2279/2308] Compiling AsyncHTTPClient NWErrorHandler.swift
[2280/2308] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2281/2308] Compiling AsyncHTTPClient TLSConfiguration.swift
[2282/2308] Compiling AsyncHTTPClient RedirectState.swift
[2283/2308] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2284/2308] Compiling AsyncHTTPClient RequestBag.swift
[2285/2308] Compiling AsyncHTTPClient RequestValidation.swift
[2286/2308] Compiling AsyncHTTPClient SSLContextCache.swift
[2287/2308] Compiling AsyncHTTPClient Scheme.swift
[2288/2308] Compiling AsyncHTTPClient Singleton.swift
[2289/2308] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2290/2308] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2291/2308] Compiling AsyncHTTPClient Utils.swift
[2292/2308] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2293/2308] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2294/2308] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2295/2308] Compiling AsyncHTTPClient HTTP1Connection.swift
[2296/2308] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2297/2308] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2298/2308] Compiling AsyncHTTPClient HTTP2Connection.swift
[2299/2308] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2300/2308] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2301/2308] Compiling AsyncHTTPClient RequestOptions.swift
[2302/2308] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2303/2308] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2304/2308] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2305/2308] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2306/2308] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2307/2308] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2308/2308] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2310/2399] Compiling PrchNIO EventLoopFuture.swift
[2311/2484] Emitting module PrchNIO
[2312/2484] Compiling PrchNIO Client.swift
[2313/2484] Compiling PrchNIO HTTPClient.Response.swift
[2314/2484] Compiling PrchNIO EventLoopSession.swift
[2315/2484] Compiling PrchNIO HTTPClient.swift
[2317/2485] Compiling Vapor AsyncBasicResponder.swift
[2318/2485] Compiling Vapor AsyncMiddleware.swift
[2319/2485] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2320/2485] Compiling Vapor AsyncSessionDriver.swift
[2321/2485] Compiling Vapor Authentication+Concurrency.swift
[2322/2485] Compiling Vapor Cache+Concurrency.swift
[2323/2485] Compiling Vapor Client+Concurrency.swift
[2324/2485] Compiling Vapor RequestBody+Concurrency.swift
[2325/2485] Compiling Vapor Responder+Concurrency.swift
[2326/2485] Compiling Vapor ResponseCodable+Concurrency.swift
[2327/2485] Compiling Vapor RoutesBuilder+Concurrency.swift
[2328/2485] Compiling Vapor ViewRenderer+Concurrency.swift
[2329/2485] Compiling Vapor WebSocket+Concurrency.swift
[2330/2485] Compiling Vapor ContainerGetPathExecutor.swift
[2331/2485] Compiling Vapor Content.swift
[2332/2485] Compiling Vapor ContentCoders.swift
[2333/2485] Compiling Vapor ContentConfiguration.swift
[2334/2485] Compiling Vapor ContentContainer.swift
[2335/2485] Compiling Vapor JSONCoder+Custom.swift
[2336/2485] Compiling Vapor JSONCoders+Content.swift
[2337/2485] Compiling Vapor PlaintextDecoder.swift
[2338/2485] Compiling Vapor PlaintextEncoder.swift
[2339/2485] Compiling Vapor URLQueryCoders.swift
[2340/2485] Compiling Vapor URLQueryContainer.swift
[2341/2509] Compiling Vapor Application.swift
[2342/2509] Compiling Vapor AuthenticationCache.swift
[2343/2509] Compiling Vapor Authenticator.swift
[2344/2509] Compiling Vapor BasicAuthorization.swift
[2345/2509] Compiling Vapor BearerAuthorization.swift
[2346/2509] Compiling Vapor GuardMiddleware.swift
[2347/2509] Compiling Vapor RedirectMiddleware.swift
[2348/2509] Compiling Vapor SessionAuthenticatable.swift
[2349/2509] Compiling Vapor Bcrypt.swift
[2350/2509] Compiling Vapor Application+Cache.swift
[2351/2509] Compiling Vapor Cache.swift
[2352/2509] Compiling Vapor CacheExpirationTime.swift
[2353/2509] Compiling Vapor MemoryCache.swift
[2354/2509] Compiling Vapor Request+Cache.swift
[2355/2509] Compiling Vapor Application+Clients.swift
[2356/2509] Compiling Vapor Client.swift
[2357/2509] Compiling Vapor ClientRequest.swift
[2358/2509] Compiling Vapor ClientResponse.swift
[2359/2509] Compiling Vapor Request+Client.swift
[2360/2509] Compiling Vapor BootCommand.swift
[2361/2509] Compiling Vapor CommandContext+Application.swift
[2362/2509] Compiling Vapor RoutesCommand.swift
[2363/2509] Compiling Vapor ServeCommand.swift
[2364/2509] Compiling Vapor AnyResponse+Concurrency.swift
[2365/2533] Compiling Vapor Request+Body.swift
[2366/2533] Compiling Vapor Request+BodyStream.swift
[2367/2533] Compiling Vapor Request.swift
[2368/2533] Compiling Vapor Application+Responder.swift
[2369/2533] Compiling Vapor DefaultResponder.swift
[2370/2533] Compiling Vapor Response+Body.swift
[2371/2533] Compiling Vapor Response.swift
[2372/2533] Compiling Vapor ResponseCodable.swift
[2373/2533] Compiling Vapor Application+Routes.swift
[2374/2533] Compiling Vapor Parameters+Require.swift
[2375/2533] Compiling Vapor Request+WebSocket.swift
[2376/2533] Compiling Vapor Route.swift
[2377/2533] Compiling Vapor RouteCollection.swift
[2378/2533] Compiling Vapor Routes.swift
[2379/2533] Compiling Vapor RoutesBuilder+Group.swift
[2380/2533] Compiling Vapor RoutesBuilder+Method.swift
[2381/2533] Compiling Vapor RoutesBuilder+Middleware.swift
[2382/2533] Compiling Vapor RoutesBuilder+WebSocket.swift
[2383/2533] Compiling Vapor RoutesBuilder.swift
[2384/2533] Compiling Vapor OTP.swift
[2385/2533] Compiling Vapor Application+Servers.swift
[2386/2533] Compiling Vapor Server.swift
[2387/2533] Compiling Vapor App+Service.swift
[2388/2533] Compiling Vapor Req+Service.swift
[2389/2533] Compiling Vapor HTTPServerResponseEncoder.swift
[2390/2533] Compiling Vapor HTTPServerUpgradeHandler.swift
[2391/2533] Compiling Vapor Logger+Report.swift
[2392/2533] Compiling Vapor LoggingSystem+Environment.swift
[2393/2533] Compiling Vapor Application+Middleware.swift
[2394/2533] Compiling Vapor CORSMiddleware.swift
[2395/2533] Compiling Vapor ErrorMiddleware.swift
[2396/2533] Compiling Vapor FileMiddleware.swift
[2397/2533] Compiling Vapor Middleware.swift
[2398/2533] Compiling Vapor MiddlewareConfiguration.swift
[2399/2533] Compiling Vapor ResponseCompressionMiddleware.swift
[2400/2533] Compiling Vapor RouteLoggingMiddleware.swift
[2401/2533] Compiling Vapor TracingMiddleware.swift
[2402/2533] Compiling Vapor File+Multipart.swift
[2403/2533] Compiling Vapor FormDataDecoder+Content.swift
[2404/2533] Compiling Vapor FormDataEncoder+Content.swift
[2405/2533] Compiling Vapor Application+Password.swift
[2406/2533] Compiling Vapor Application+Passwords.swift
[2407/2533] Compiling Vapor AsyncPasswordHasher.swift
[2408/2533] Compiling Vapor BcryptHasher.swift
[2409/2533] Compiling Vapor PasswordHasher.swift
[2410/2533] Compiling Vapor PlaintextHasher.swift
[2411/2533] Compiling Vapor Request+Password.swift
[2412/2533] Compiling Vapor Redirect.swift
[2413/2533] Compiling Vapor Service.swift
[2414/2533] Compiling Vapor Application+Sessions.swift
[2415/2533] Compiling Vapor MemorySessions.swift
[2416/2533] Compiling Vapor Request+Session.swift
[2417/2533] Compiling Vapor Session.swift
[2418/2533] Compiling Vapor SessionCache.swift
[2419/2533] Compiling Vapor SessionData.swift
[2420/2533] Compiling Vapor SessionDriver.swift
[2421/2533] Compiling Vapor SessionsConfiguration.swift
[2422/2533] Compiling Vapor SessionsMiddleware.swift
[2423/2533] Compiling Vapor URLEncodedFormData.swift
[2424/2533] Compiling Vapor URLEncodedFormDecoder.swift
[2425/2533] Compiling Vapor URLEncodedFormEncoder.swift
[2426/2533] Compiling Vapor URLEncodedFormError.swift
[2427/2533] Compiling Vapor URLEncodedFormParser.swift
[2428/2533] Compiling Vapor URLEncodedFormSerializer.swift
[2429/2533] Compiling Vapor URLQueryFragmentConvertible.swift
[2430/2533] Compiling Vapor AnyResponse.swift
[2431/2533] Compiling Vapor Array+Random.swift
[2432/2533] Compiling Vapor Base32.swift
[2433/2533] Compiling Vapor Base64.swift
[2434/2533] Compiling Vapor BaseN.swift
[2435/2533] Compiling Vapor BasicCodingKey.swift
[2436/2533] Compiling Vapor ByteCount.swift
[2437/2533] Compiling Vapor Validator.swift
[2438/2533] Compiling Vapor ValidatorResult.swift
[2439/2533] Compiling Vapor And.swift
[2440/2533] Compiling Vapor Case.swift
[2441/2533] Compiling Vapor CharacterSet.swift
[2442/2533] Compiling Vapor Count.swift
[2443/2533] Compiling Vapor Custom.swift
[2444/2533] Compiling Vapor Email.swift
[2445/2533] Compiling Vapor Empty.swift
[2446/2533] Compiling Vapor In.swift
[2447/2533] Compiling Vapor Nil.swift
[2448/2533] Compiling Vapor NilIgnoring.swift
[2449/2533] Compiling Vapor Not.swift
[2450/2533] Compiling Vapor Or.swift
[2451/2533] Compiling Vapor Pattern.swift
[2452/2533] Compiling Vapor Range.swift
[2453/2533] Compiling Vapor URL.swift
[2454/2533] Compiling Vapor Valid.swift
[2455/2533] Compiling Vapor Application+Views.swift
[2456/2533] Compiling Vapor PlaintextRenderer.swift
[2457/2533] Compiling Vapor Request+View.swift
[2458/2533] Compiling Vapor View.swift
[2459/2533] Compiling Vapor ViewRenderer.swift
[2460/2533] Compiling Vapor _Deprecations.swift
[2461/2533] Emitting module Vapor
[2462/2533] Compiling Vapor Bytes+Hex.swift
[2463/2533] Compiling Vapor Bytes+SecureCompare.swift
[2464/2533] Compiling Vapor Collection+Safe.swift
[2465/2533] Compiling Vapor DataProtocol+Copy.swift
[2466/2533] Compiling Vapor DecoderUnwrapper.swift
[2467/2533] Compiling Vapor DirectoryConfiguration.swift
[2468/2533] Compiling Vapor DotEnv.swift
[2469/2533] Compiling Vapor Extendable.swift
[2470/2533] Compiling Vapor File.swift
[2471/2533] Compiling Vapor FileIO.swift
[2472/2533] Compiling Vapor LifecycleHandler.swift
[2473/2533] Compiling Vapor OptionalType.swift
[2474/2533] Compiling Vapor RFC1123.swift
[2475/2533] Compiling Vapor SocketAddress+Hostname.swift
[2476/2533] Compiling Vapor Storage.swift
[2477/2533] Compiling Vapor String+IsIPAddress.swift
[2478/2533] Compiling Vapor Thread.swift
[2479/2533] Compiling Vapor URI.swift
[2480/2533] Compiling Vapor RangeResult.swift
[2481/2533] Compiling Vapor Validatable.swift
[2482/2533] Compiling Vapor Validation.swift
[2483/2533] Compiling Vapor ValidationKey.swift
[2484/2533] Compiling Vapor Validations.swift
[2485/2533] Compiling Vapor ValidationsError.swift
[2486/2533] Compiling Vapor Core.swift
[2487/2533] Compiling Vapor Running.swift
[2488/2533] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2489/2533] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2490/2533] Compiling Vapor DotEnvFile+load.swift
[2491/2533] Compiling Vapor Routes+caseInsenstive.swift
[2492/2533] Compiling Vapor Validatable+validate.swift
[2493/2533] Compiling Vapor Environment+Process.swift
[2494/2533] Compiling Vapor Environment+Secret.swift
[2495/2533] Compiling Vapor Environment.swift
[2496/2533] Compiling Vapor Abort.swift
[2497/2533] Compiling Vapor AbortError.swift
[2498/2533] Compiling Vapor DebuggableError.swift
[2499/2533] Compiling Vapor Demangler.swift
[2500/2533] Compiling Vapor ErrorSource.swift
[2501/2533] Compiling Vapor StackTrace.swift
[2502/2533] Compiling Vapor Exports.swift
[2503/2533] Compiling Vapor Application+HTTP.swift
[2504/2533] Compiling Vapor BasicResponder.swift
[2505/2533] Compiling Vapor BodyStream.swift
[2506/2533] Compiling Vapor Application+HTTP+Client.swift
[2507/2533] Compiling Vapor EventLoopHTTPClient.swift
[2508/2533] Compiling Vapor EndpointCache.swift
[2509/2533] Compiling Vapor HTTPMethod+String.swift
[2510/2533] Compiling Vapor HTTPStatus.swift
[2511/2533] Compiling Vapor HTTPCookies.swift
[2512/2533] Compiling Vapor HTTPHeaderCacheControl.swift
[2513/2533] Compiling Vapor HTTPHeaderExpires.swift
[2514/2533] Compiling Vapor HTTPHeaderLastModified.swift
[2515/2533] Compiling Vapor HTTPHeaders+Cache.swift
[2516/2533] Compiling Vapor HTTPHeaders+Connection.swift
[2517/2533] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2518/2533] Compiling Vapor HTTPHeaders+ContentRange.swift
[2519/2533] Compiling Vapor HTTPHeaders+Directive.swift
[2520/2533] Compiling Vapor HTTPHeaders+Forwarded.swift
[2521/2533] Compiling Vapor HTTPHeaders+Link.swift
[2522/2533] Compiling Vapor HTTPHeaders+Name.swift
[2523/2533] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2524/2533] Compiling Vapor HTTPHeaders.swift
[2525/2533] Compiling Vapor HTTPMediaType.swift
[2526/2533] Compiling Vapor HTTPMediaTypePreference.swift
[2527/2533] Compiling Vapor Responder.swift
[2528/2533] Compiling Vapor Application+HTTP+Server.swift
[2529/2533] Compiling Vapor HTTPServer.swift
[2530/2533] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2531/2533] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2532/2533] Compiling Vapor HTTPServerHandler.swift
[2533/2533] Compiling Vapor HTTPServerRequestDecoder.swift
[2535/2538] Compiling PrchVapor URI.swift
[2536/2538] Emitting module PrchVapor
[2537/2538] Compiling PrchVapor SessionClient.swift
[2538/2538] Compiling PrchVapor ClientResponse.swift
[2540/2547] Emitting module SpinetailVapor
/host/spi-builder-workspace/Sources/SpinetailVapor/MailchimpClient.swift:12:17: warning: type 'MailchimpClient.Key.Value' (aka 'MailchimpClient') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 | import Vapor
 5 |
 6 | class MailchimpClient: ApplicationMailchimp {
   |       `- note: class 'MailchimpClient' does not conform to the 'Sendable' protocol
 7 |   internal init(application: ClientContainer, api: Spinetail.Mailchimp.API? = nil) {
 8 |     self.application = application
   :
10 |   }
11 |
12 |   public struct Key: StorageKey {
   |                 `- warning: type 'MailchimpClient.Key.Value' (aka 'MailchimpClient') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
13 |     public typealias Value = MailchimpClient
14 |   }
[2541/2547] Compiling SpinetailVapor MailchimpError.swift
[2542/2547] Compiling SpinetailVapor Request.swift
[2543/2547] Compiling SpinetailVapor ApplicationMailchimp.swift
[2544/2547] Compiling SpinetailVapor ClientContainer.swift
[2545/2547] Compiling SpinetailVapor Mailchimp.swift
[2546/2547] Compiling SpinetailVapor MailchimpClient.swift
/host/spi-builder-workspace/Sources/SpinetailVapor/MailchimpClient.swift:12:17: warning: type 'MailchimpClient.Key.Value' (aka 'MailchimpClient') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 | import Vapor
 5 |
 6 | class MailchimpClient: ApplicationMailchimp {
   |       `- note: class 'MailchimpClient' does not conform to the 'Sendable' protocol
 7 |   internal init(application: ClientContainer, api: Spinetail.Mailchimp.API? = nil) {
 8 |     self.application = application
   :
10 |   }
11 |
12 |   public struct Key: StorageKey {
   |                 `- warning: type 'MailchimpClient.Key.Value' (aka 'MailchimpClient') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
13 |     public typealias Value = MailchimpClient
14 |   }
[2547/2547] Compiling SpinetailVapor Application.swift
Build complete! (525.07s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "komondor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/shibapm/Komondor"
    },
    {
      "identity" : "swiftformat",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.47.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nicklockwood/SwiftFormat"
    },
    {
      "identity" : "swiftlint",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.43.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/realm/SwiftLint"
    },
    {
      "identity" : "rocket",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/shibapm/Rocket.git"
    },
    {
      "identity" : "spinetail",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0-beta.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/brightdigit/Spinetail"
    },
    {
      "identity" : "prchvapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0-beta.2",
            "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"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SpinetailVapor",
      "module_type" : "SwiftTarget",
      "name" : "SpinetailVapor",
      "path" : "Sources/SpinetailVapor",
      "product_dependencies" : [
        "Spinetail",
        "PrchVapor"
      ],
      "product_memberships" : [
        "SpinetailVapor"
      ],
      "sources" : [
        "Application.swift",
        "ApplicationMailchimp.swift",
        "ClientContainer.swift",
        "Mailchimp.swift",
        "MailchimpClient.swift",
        "MailchimpError.swift",
        "Request.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.