The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of PrchNIO, reference main (cef4ae), with Swift 6.1 for Linux on 26 Apr 2025 16:47:01 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/brightdigit/PrchNIO.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/PrchNIO
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at cef4aed Unhide dev dependencies
Cloned https://github.com/brightdigit/PrchNIO.git
Revision (git rev-parse @):
cef4aed2cc35fae80c47acf8e31c496ccd176545
SUCCESS checkout https://github.com/brightdigit/PrchNIO.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/brightdigit/PrchNIO.git
https://github.com/brightdigit/PrchNIO.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "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" : "swift-test-codecov",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/brightdigit/swift-test-codecov"
    },
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.9.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    },
    {
      "identity" : "prch",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0-beta.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/brightdigit/Prch.git"
    }
  ],
  "manifest_display_name" : "PrchNIO",
  "name" : "PrchNIO",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "10.0"
    },
    {
      "name" : "watchos",
      "version" : "3.0"
    }
  ],
  "products" : [
    {
      "name" : "PrchNIO",
      "targets" : [
        "PrchNIO"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PrchNIOTests",
      "module_type" : "SwiftTarget",
      "name" : "PrchNIOTests",
      "path" : "Tests/PrchNIOTests",
      "sources" : [
        "PrchNIOTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "PrchNIO"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PrchNIO",
      "module_type" : "SwiftTarget",
      "name" : "PrchNIO",
      "path" : "Sources/PrchNIO",
      "product_dependencies" : [
        "Prch",
        "AsyncHTTPClient"
      ],
      "product_memberships" : [
        "PrchNIO"
      ],
      "sources" : [
        "Client.swift",
        "EventLoopFuture.swift",
        "EventLoopSession.swift",
        "HTTPClient.Response.swift",
        "HTTPClient.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/nicklockwood/SwiftFormat
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/brightdigit/Prch.git
Fetching https://github.com/shibapm/Rocket.git
Fetching https://github.com/realm/SwiftLint
Fetching https://github.com/brightdigit/swift-test-codecov
[1/1386] Fetching rocket
[279/1716] Fetching rocket, swift-test-codecov
[1717/4211] Fetching rocket, swift-test-codecov, prch
Fetched https://github.com/brightdigit/swift-test-codecov from cache (0.27s)
Fetching https://github.com/shibapm/Komondor
[1/13787] Fetching async-http-client
[8687/14296] Fetching async-http-client, komondor
Fetched https://github.com/shibapm/Komondor from cache (0.21s)
[1/46730] Fetching swiftformat
[2338/196623] Fetching swiftformat, swiftlint
Fetched https://github.com/nicklockwood/SwiftFormat from cache (30.52s)
[147833/149893] Fetching swiftlint
Fetched https://github.com/shibapm/Rocket.git from cache (40.00s)
Fetched https://github.com/brightdigit/Prch.git from cache (40.00s)
Fetched https://github.com/swift-server/async-http-client.git from cache (40.00s)
Fetched https://github.com/realm/SwiftLint from cache (41.35s)
Computing version for https://github.com/brightdigit/swift-test-codecov
Computed https://github.com/brightdigit/swift-test-codecov at 1.1.0 (46.43s)
Fetching https://github.com/apple/swift-argument-parser
[1/14950] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (4.15s)
Computing version for https://github.com/shibapm/Rocket.git
Computed https://github.com/shibapm/Rocket.git at 1.3.0 (8.80s)
Fetching https://github.com/jpsim/Yams
Fetching https://github.com/kareman/SwiftShell
Fetching https://github.com/shibapm/Logger
Fetching https://github.com/shibapm/PackageConfig.git
[1/116] Fetching logger
[117/4979] Fetching logger, swiftshell
[750/5559] Fetching logger, swiftshell, packageconfig
[5560/15848] Fetching logger, swiftshell, packageconfig, yams
Fetched https://github.com/shibapm/PackageConfig.git from cache (3.64s)
Fetched https://github.com/shibapm/Logger from cache (3.65s)
Fetched https://github.com/kareman/SwiftShell from cache (3.65s)
Fetched https://github.com/jpsim/Yams from cache (3.68s)
Computing version for https://github.com/kareman/SwiftShell
Computed https://github.com/kareman/SwiftShell at 5.1.0 (4.16s)
Computing version for https://github.com/shibapm/Logger
Computed https://github.com/shibapm/Logger at 0.2.3 (1.99s)
Computing version for https://github.com/shibapm/Komondor
Computed https://github.com/shibapm/Komondor at 1.1.4 (0.50s)
Fetching https://github.com/JohnSundell/ShellOut.git
[1/960] Fetching shellout
Fetched https://github.com/JohnSundell/ShellOut.git from cache (0.21s)
Computing version for https://github.com/JohnSundell/ShellOut.git
Computed https://github.com/JohnSundell/ShellOut.git at 2.3.0 (0.70s)
Computing version for https://github.com/shibapm/PackageConfig.git
Computed https://github.com/shibapm/PackageConfig.git at 1.1.3 (0.46s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.58s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 5.3.1 (0.86s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (0.84s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/3836] Fetching swift-log
[232/6455] Fetching swift-log, swift-nio-transport-services
[233/12117] Fetching swift-log, swift-nio-transport-services, swift-nio-extras
[3972/18020] Fetching swift-log, swift-nio-transport-services, swift-nio-extras, swift-algorithms
[4717/29512] Fetching swift-log, swift-nio-transport-services, swift-nio-extras, swift-algorithms, swift-nio-http2
[7227/31217] Fetching swift-log, swift-nio-transport-services, swift-nio-extras, swift-algorithms, swift-nio-http2, swift-atomics
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.83s)
[17498/28598] Fetching swift-log, swift-nio-extras, swift-algorithms, swift-nio-http2, swift-atomics
Fetched https://github.com/apple/swift-log.git from cache (0.86s)
[14095/24762] Fetching swift-nio-extras, swift-algorithms, swift-nio-http2, swift-atomics
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-algorithms.git from cache (1.37s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.37s)
[10144/17154] Fetching swift-nio-extras, swift-nio-http2
[14282/31947] Fetching swift-nio-extras, swift-nio-http2, swift-nio-ssl
[16567/107378] Fetching swift-nio-extras, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-extras.git from cache (3.14s)
[57967/101716] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (3.16s)
[47229/90224] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.28s)
[49785/75431] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (8.88s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (10.58s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (1.41s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.19s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.98s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (1.30s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4353] Fetching swift-system
[4093/20595] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.63s)
[2924/16242] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.81s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (2.75s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (4.81s)
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.84s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (1.10s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.81s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (1.01s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/1127] Fetching swift-http-structured-headers
[1128/2031] Fetching swift-http-structured-headers, swift-http-types
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.38s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.42s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (1.40s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (1.03s)
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.98s)
Computing version for https://github.com/realm/SwiftLint
Computed https://github.com/realm/SwiftLint at 0.59.1 (1.19s)
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
Fetching https://github.com/JohnSundell/CollectionConcurrencyKit.git
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/scottrhoyt/SwiftyTextTable.git
[2/84] Fetching collectionconcurrencykit
[85/1013] Fetching collectionconcurrencykit, swiftytexttable
[1014/13947] Fetching collectionconcurrencykit, swiftytexttable, cryptoswift
Fetched https://github.com/scottrhoyt/SwiftyTextTable.git from cache (1.30s)
Fetched https://github.com/JohnSundell/CollectionConcurrencyKit.git from cache (1.34s)
[2070/12934] Fetching cryptoswift
[3494/83166] Fetching cryptoswift, swift-syntax
Fetching https://github.com/jpsim/SourceKitten.git
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (2.94s)
[31605/70232] Fetching swift-syntax
[47759/86344] Fetching swift-syntax, sourcekitten
Fetched https://github.com/jpsim/SourceKitten.git from cache (2.33s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (9.67s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.8.4 (10.66s)
Computing version for https://github.com/JohnSundell/CollectionConcurrencyKit.git
Computed https://github.com/JohnSundell/CollectionConcurrencyKit.git at 0.2.0 (0.94s)
Computing version for https://github.com/scottrhoyt/SwiftyTextTable.git
Computed https://github.com/scottrhoyt/SwiftyTextTable.git at 0.9.0 (3.30s)
Computing version for https://github.com/jpsim/SourceKitten.git
Computed https://github.com/jpsim/SourceKitten.git at 0.37.0 (0.90s)
Fetching https://github.com/drmohundro/SWXMLHash.git
[1/2820] Fetching swxmlhash
Fetched https://github.com/drmohundro/SWXMLHash.git from cache (0.53s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.0 (1.70s)
Computing version for https://github.com/drmohundro/SWXMLHash.git
Computed https://github.com/drmohundro/SWXMLHash.git at 7.0.2 (1.00s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.55.5 (0.96s)
Computing version for https://github.com/brightdigit/Prch.git
Computed https://github.com/brightdigit/Prch.git at 0.2.1 (0.96s)
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Creating working copy for https://github.com/drmohundro/SWXMLHash.git
Working copy of https://github.com/drmohundro/SWXMLHash.git resolved at 7.0.2
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/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.8.4
Creating working copy for https://github.com/jpsim/Yams
Working copy of https://github.com/jpsim/Yams resolved at 5.3.1
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/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-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.2.2
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-nio-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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
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/JohnSundell/CollectionConcurrencyKit.git
Working copy of https://github.com/JohnSundell/CollectionConcurrencyKit.git resolved at 0.2.0
Creating working copy for https://github.com/brightdigit/swift-test-codecov
Working copy of https://github.com/brightdigit/swift-test-codecov resolved at 1.1.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/realm/SwiftLint
Working copy of https://github.com/realm/SwiftLint resolved at 0.59.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.25.2
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.0
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/JohnSundell/ShellOut.git
Working copy of https://github.com/JohnSundell/ShellOut.git resolved at 2.3.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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Creating working copy for https://github.com/scottrhoyt/SwiftyTextTable.git
Working copy of https://github.com/scottrhoyt/SwiftyTextTable.git resolved at 0.9.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/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-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/jpsim/SourceKitten.git
Working copy of https://github.com/jpsim/SourceKitten.git resolved at 0.37.0
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.55.5
Creating working copy for https://github.com/kareman/SwiftShell
Working copy of https://github.com/kareman/SwiftShell resolved at 5.1.0
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 GenerateManual
[2/2] Compiling plugin SwiftLintCommandPlugin
[3/3] Compiling plugin SwiftLintBuildToolPlugin
[4/4] Compiling plugin SwiftFormatPlugin
Building for debugging...
[4/445] Write sources
[27/445] Compiling _NumericsShims _NumericsShims.c
[27/445] Compiling CNIOWASI CNIOWASI.c
[29/445] Compiling _AtomicsShims.c
[30/445] Compiling CNIOWindows WSAStartup.c
[31/445] Compiling CNIOWindows shim.c
[32/445] Compiling CNIOLinux liburing_shims.c
[33/445] Compiling CNIOExtrasZlib empty.c
[34/445] Compiling CNIOLLHTTP c_nio_http.c
[35/445] Compiling CNIODarwin shim.c
[36/445] Compiling CNIOLinux shim.c
[37/445] Compiling CNIOLLHTTP c_nio_api.c
[38/445] Compiling fiat_p256_adx_sqr.S
[39/445] Write swift-version-24593BA9C3E375BF.txt
[40/445] Compiling fiat_p256_adx_mul.S
[41/445] Compiling fiat_curve25519_adx_mul.S
[42/445] Compiling fiat_curve25519_adx_square.S
[43/445] Compiling CNIOLLHTTP c_nio_llhttp.c
[44/503] Compiling CNIOBoringSSLShims shims.c
[45/508] Compiling tls_record.cc
[46/508] Compiling tls_method.cc
[47/525] Compiling tls13_server.cc
[49/525] Emitting module Prch
[49/530] Compiling tls13_enc.cc
[51/530] Compiling InternalCollectionsUtilities UInt+reversed.swift
[52/530] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[53/530] Compiling Logging LogHandler.swift
[54/532] Compiling InternalCollectionsUtilities _SortedCollection.swift
[55/532] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[56/532] Compiling InternalCollectionsUtilities Debugging.swift
[57/532] Compiling InternalCollectionsUtilities Descriptions.swift
[58/532] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[59/532] Compiling InternalCollectionsUtilities Specialize.swift
[60/532] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[61/532] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[62/532] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[63/532] Compiling InternalCollectionsUtilities Integer rank.swift
[64/532] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[65/532] Compiling RealModule Float16+Real.swift
[66/532] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[67/532] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[68/532] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[69/533] Emitting module InternalCollectionsUtilities
[70/533] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[71/533] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[72/533] Emitting module _NIOBase64
[73/533] Compiling _NIOBase64 Base64.swift
[74/533] Compiling _NIODataStructures _TinyArray.swift
[75/533] Compiling _NIODataStructures PriorityQueue.swift
[76/535] Compiling RealModule Float80+Real.swift
[77/535] Compiling RealModule Real.swift
[78/535] Compiling RealModule Float+Real.swift
[79/535] Compiling RealModule ElementaryFunctions.swift
[84/535] Emitting module RealModule
[87/535] Compiling RealModule RealFunctions.swift
[89/551] Compiling DequeModule _DequeBuffer.swift
[90/551] Compiling DequeModule _DequeBufferHeader.swift
[91/551] Compiling DequeModule Deque+CustomReflectable.swift
[92/551] Compiling DequeModule Deque+Descriptions.swift
[93/551] Compiling DequeModule Deque+Equatable.swift
[94/551] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[95/553] Compiling DequeModule Deque+Extras.swift
[96/553] Compiling DequeModule Deque+Hashable.swift
[96/553] Compiling tls13_both.cc
[97/553] Compiling tls13_client.cc
[99/553] Compiling DequeModule _DequeSlot.swift
[100/553] Compiling DequeModule _UnsafeWrappedBuffer.swift
[101/553] Compiling Logging MetadataProvider.swift
[102/553] Emitting module Logging
[103/553] Compiling Logging Locks.swift
[104/553] Compiling _NIODataStructures Heap.swift
[105/553] Emitting module _NIODataStructures
[106/554] Compiling Logging Logging.swift
[115/555] Compiling DequeModule Deque+Testing.swift
[116/555] Compiling DequeModule Deque._Storage.swift
[117/555] Compiling DequeModule Deque._UnsafeHandle.swift
[118/555] Compiling DequeModule Deque.swift
[119/555] Compiling Prch StringCodingKey.swift
[120/555] Compiling Prch DateEncodingContainer.swift
[121/555] Compiling Prch DeprecatedRequest.swift
[122/555] Compiling Prch DeprecatedResponse.swift
[123/555] Compiling Prch DeprecatedResponseResult.swift
[124/555] Compiling Prch TypeAliases.swift
[125/555] Compiling Prch SecurityRequirement.swift
[126/555] Compiling Prch Service.swift
[127/555] Compiling Prch ServiceRequest.swift
[128/555] Compiling Prch StatusCodeProvider.swift
[129/555] Compiling Prch SuccessModel.swift
[130/555] Compiling Prch Session.swift
[131/555] Compiling Prch Task.swift
[132/555] Compiling Prch URL.swift
[133/555] Compiling Prch URLSession.swift
[134/555] Compiling Prch URLSessionResponse.swift
[135/555] Compiling Prch Request.swift
[136/555] Compiling Prch Model.swift
[137/555] Compiling Prch DateDay.swift
[138/555] Compiling Prch File.swift
[139/555] Compiling Prch ID.swift
[140/555] Compiling Prch UploadFile.swift
[141/555] Compiling Prch ResponseComponents.swift
[142/555] Compiling Prch Response.swift
[143/555] Compiling Prch ResponseResult.swift
[144/555] Compiling Prch Result.swift
[145/555] Compiling Prch Authentication.swift
[146/555] Compiling Prch BasicAuthentication.swift
[153/555] Compiling DequeModule Deque+Codable.swift
[154/555] Compiling DequeModule Deque+Collection.swift
[162/556] Emitting module DequeModule
[163/557] Compiling t1_enc.cc
[164/557] Compiling ssl_x509.cc
[165/557] Compiling ssl_transcript.cc
[166/557] Compiling ssl_versions.cc
[167/557] Compiling ssl_stat.cc
[168/557] Compiling ssl_session.cc
[169/557] Compiling ssl_privkey.cc
[170/557] Compiling ssl_key_share.cc
[171/557] Compiling ssl_file.cc
[172/557] Compiling ssl_lib.cc
[173/557] Compiling ssl_cert.cc
[174/557] Compiling ssl_cipher.cc
[175/557] Compiling ssl_credential.cc
[176/557] Compiling ssl_buffer.cc
[177/557] Compiling ssl_asn1.cc
[178/557] Compiling ssl_aead_ctx.cc
[179/557] Compiling s3_pkt.cc
[180/557] Compiling handshake_client.cc
[181/557] Compiling s3_lib.cc
[182/557] Compiling s3_both.cc
[183/557] Compiling handshake_server.cc
[184/557] Compiling handshake.cc
[185/557] Compiling handoff.cc
[186/557] Compiling extensions.cc
[187/557] Compiling d1_srtp.cc
[188/557] Compiling encrypted_client_hello.cc
[189/557] Compiling md5-x86_64-linux.S
[190/557] Compiling dtls_record.cc
[191/557] Compiling md5-x86_64-apple.S
[192/557] Compiling md5-586-linux.S
[193/557] Compiling md5-586-apple.S
[194/557] Compiling dtls_method.cc
[195/557] Compiling chacha20_poly1305_x86_64-apple.S
[196/557] Compiling d1_pkt.cc
[197/557] Compiling chacha20_poly1305_armv8-linux.S
[198/557] Compiling chacha20_poly1305_armv8-win.S
[199/557] Compiling chacha20_poly1305_x86_64-linux.S
[200/557] Compiling chacha20_poly1305_armv8-apple.S
[201/557] Compiling chacha-x86_64-apple.S
[202/557] Compiling chacha-x86-apple.S
[203/557] Compiling chacha-x86_64-linux.S
[204/557] Compiling chacha-x86-linux.S
[205/557] Compiling chacha-armv8-win.S
[206/557] Compiling chacha-armv8-linux.S
[207/557] Compiling chacha-armv8-apple.S
[208/557] Compiling chacha-armv4-linux.S
[209/557] Compiling aes128gcmsiv-x86_64-linux.S
[210/557] Compiling aes128gcmsiv-x86_64-apple.S
[211/557] Compiling err_data.cc
[212/557] Compiling x86_64-mont5-linux.S
[213/557] Compiling x86_64-mont5-apple.S
[214/557] Compiling x86_64-mont-apple.S
[215/557] Compiling x86-mont-apple.S
[216/557] Compiling x86_64-mont-linux.S
[217/557] Compiling x86-mont-linux.S
[218/557] Compiling vpaes-x86_64-linux.S
[219/557] Compiling vpaes-x86_64-apple.S
[220/557] Compiling vpaes-x86-linux.S
[221/557] Compiling vpaes-armv8-win.S
[222/557] Compiling vpaes-armv8-linux.S
[223/557] Compiling d1_lib.cc
[224/557] Compiling vpaes-x86-apple.S
[225/557] Compiling vpaes-armv8-apple.S
[226/557] Compiling vpaes-armv7-linux.S
[227/557] Compiling sha512-armv8-win.S
[228/557] Compiling sha512-armv8-linux.S
[229/557] Compiling sha512-x86_64-apple.S
[230/557] Compiling sha512-x86_64-linux.S
[231/557] Compiling sha512-armv4-linux.S
[232/557] Compiling sha512-armv8-apple.S
[233/557] Compiling sha512-586-linux.S
[234/557] Compiling sha256-x86_64-apple.S
[235/557] Compiling sha512-586-apple.S
[236/557] Compiling sha256-armv8-win.S
[237/557] Compiling sha256-armv8-linux.S
[238/557] Compiling sha256-armv8-apple.S
[239/557] Compiling sha256-586-apple.S
[240/557] Compiling sha256-x86_64-linux.S
[241/557] Compiling sha256-armv4-linux.S
[242/557] Compiling sha256-586-linux.S
[243/557] Compiling sha1-x86_64-apple.S
[244/557] Compiling sha1-armv8-win.S
[244/557] Compiling sha1-x86_64-linux.S
[246/557] Compiling sha1-armv8-linux.S
[247/557] Compiling sha1-armv8-apple.S
[247/557] Compiling sha1-armv4-large-linux.S
[249/557] Compiling sha1-586-linux.S
[250/557] Compiling sha1-586-apple.S
[251/557] Compiling rsaz-avx2-apple.S
[251/557] Compiling rdrand-x86_64-apple.S
[253/557] Compiling rsaz-avx2-linux.S
[254/557] Compiling rdrand-x86_64-linux.S
[255/557] Compiling p256_beeu-x86_64-asm-linux.S
[256/557] Compiling p256_beeu-x86_64-asm-apple.S
[257/557] Compiling p256_beeu-armv8-asm-win.S
[258/557] Compiling p256-x86_64-asm-linux.S
[259/557] Compiling p256-x86_64-asm-apple.S
[260/557] Compiling p256_beeu-armv8-asm-linux.S
[261/557] Compiling p256_beeu-armv8-asm-apple.S
[262/557] Compiling p256-armv8-asm-linux.S
[263/557] Compiling ghashv8-armv8-win.S
[264/557] Compiling p256-armv8-asm-apple.S
[265/557] Compiling p256-armv8-asm-win.S
[266/557] Compiling ghashv8-armv8-apple.S
[267/557] Compiling ghashv8-armv8-linux.S
[268/557] Compiling ghashv8-armv7-linux.S
[269/557] Compiling ghash-x86_64-apple.S
[270/557] Compiling ghash-x86_64-linux.S
[271/557] Compiling ghash-x86-linux.S
[272/557] Compiling ghash-ssse3-x86_64-apple.S
[273/557] Compiling ghash-ssse3-x86_64-linux.S
[274/557] Compiling ghash-x86-apple.S
[275/557] Compiling ghash-ssse3-x86-apple.S
[276/557] Compiling ghash-neon-armv8-win.S
[277/557] Compiling ghash-neon-armv8-linux.S
[278/557] Compiling ghash-neon-armv8-apple.S
[279/557] Compiling ghash-ssse3-x86-linux.S
[280/557] Compiling co-586-linux.S
[281/557] Compiling ghash-armv4-linux.S
[282/557] Compiling bsaes-armv7-linux.S
[283/557] Compiling co-586-apple.S
[284/557] Compiling bn-armv8-linux.S
[285/557] Compiling bn-armv8-win.S
[286/557] Compiling bio_ssl.cc
[287/557] Compiling bn-armv8-apple.S
[288/557] Compiling bn-586-linux.S
[289/557] Compiling bn-586-apple.S
[290/557] Compiling armv8-mont-win.S
[291/557] Compiling armv8-mont-linux.S
[292/557] Compiling armv4-mont-linux.S
[293/557] Compiling aesv8-gcm-armv8-win.S
[294/557] Compiling aesv8-gcm-armv8-linux.S
[295/557] Compiling aesv8-gcm-armv8-apple.S
[296/557] Compiling armv8-mont-apple.S
[297/557] Compiling aesv8-armv8-linux.S
[298/557] Compiling aesv8-armv8-apple.S
[299/557] Compiling aesv8-armv8-win.S
[300/557] Compiling aesv8-armv7-linux.S
[301/557] Compiling aesni-x86_64-apple.S
[302/557] Compiling aesni-x86_64-linux.S
[303/557] Compiling aesni-x86-linux.S
[304/557] Compiling aesni-x86-apple.S
[305/557] Compiling aes-gcm-avx2-x86_64-linux.S
[306/557] Compiling aesni-gcm-x86_64-linux.S
[307/557] Compiling aesni-gcm-x86_64-apple.S
[308/557] Compiling aes-gcm-avx2-x86_64-apple.S
[309/557] Compiling aes-gcm-avx10-x86_64-linux.S
[310/557] Compiling aes-gcm-avx10-x86_64-apple.S
[311/557] Compiling d1_both.cc
[312/557] Compiling x_req.cc
[313/557] Compiling x_val.cc
[314/557] Compiling x_x509.cc
[315/557] Compiling x_sig.cc
[316/557] Compiling x_x509a.cc
[317/557] Compiling x_spki.cc
[318/557] Compiling x_pubkey.cc
[319/557] Compiling x_name.cc
[320/557] Compiling x_exten.cc
[321/557] Compiling x_crl.cc
[322/557] Compiling x_algor.cc
[323/557] Compiling x_attrib.cc
[324/557] Compiling x_all.cc
[325/557] Compiling x509spki.cc
[326/557] Compiling x509rset.cc
[327/557] Compiling x509name.cc
[328/557] Compiling x509cset.cc
[329/557] Compiling x509_vpm.cc
[330/557] Compiling x509_v3.cc
[331/557] Compiling x509_txt.cc
[332/557] Compiling x509_vfy.cc
[333/557] Compiling x509_trs.cc
[334/557] Compiling x509_set.cc
[335/557] Compiling x509_req.cc
[336/557] Compiling x509_obj.cc
[337/557] Compiling x509_lu.cc
[338/557] Compiling x509_ext.cc
[339/557] Compiling x509_def.cc
[340/557] Compiling x509_d2.cc
[341/557] Compiling x509_cmp.cc
[342/557] Compiling x509_att.cc
[343/557] Compiling x509.cc
[344/557] Compiling v3_utl.cc
[345/557] Compiling v3_skey.cc
[346/557] Compiling v3_prn.cc
[347/557] Compiling v3_purp.cc
[348/557] Compiling v3_pcons.cc
[349/557] Compiling v3_pmaps.cc
[350/557] Compiling v3_ocsp.cc
[351/557] Compiling v3_ncons.cc
[352/557] Compiling v3_lib.cc
[353/557] Compiling v3_int.cc
[354/557] Compiling v3_info.cc
[355/557] Compiling v3_extku.cc
[356/557] Compiling v3_ia5.cc
[357/557] Compiling v3_enum.cc
[358/557] Compiling v3_genn.cc
[359/557] Compiling v3_crld.cc
[360/557] Compiling v3_cpols.cc
[361/557] Compiling v3_conf.cc
[362/557] Compiling v3_bitst.cc
[363/557] Compiling v3_alt.cc
[364/557] Compiling v3_bcons.cc
[365/557] Compiling v3_akey.cc
[366/557] Compiling v3_akeya.cc
[367/557] Compiling t_x509a.cc
[368/557] Compiling t_x509.cc
[369/557] Compiling t_req.cc
[370/557] Compiling i2d_pr.cc
[371/557] Compiling t_crl.cc
[372/557] Compiling name_print.cc
[373/557] Compiling rsa_pss.cc
[374/557] Compiling by_file.cc
[375/557] Compiling policy.cc
[376/557] Compiling by_dir.cc
[377/557] Compiling algorithm.cc
[378/557] Compiling asn1_gen.cc
[379/557] Compiling a_verify.cc
[380/557] Compiling a_sign.cc
[381/557] Compiling trust_token.cc
[382/557] Compiling voprf.cc
[383/557] Compiling a_digest.cc
[384/557] Compiling thread_win.cc
[385/557] Compiling thread_pthread.cc
[386/557] Compiling thread_none.cc
[387/557] Compiling thread.cc
[388/557] Compiling pmbtoken.cc
[389/557] Compiling sha512.cc
[390/557] Compiling stack.cc
[391/557] Compiling siphash.cc
[392/557] Compiling sha256.cc
[393/557] Compiling rsa_print.cc
[394/557] Compiling sha1.cc
[395/557] Compiling slhdsa.cc
[396/557] Compiling windows.cc
[397/557] Compiling rsa_extra.cc
[398/557] Compiling spake2plus.cc
[399/557] Compiling trusty.cc
[400/557] Compiling rsa_crypt.cc
[401/557] Compiling rc4.cc
[402/557] Compiling passive.cc
[403/557] Compiling rand.cc
[404/557] Compiling urandom.cc
[405/557] Compiling refcount.cc
[406/557] Compiling ios.cc
[407/557] Compiling rsa_asn1.cc
[408/557] Compiling fork_detect.cc
[409/557] Compiling poly1305_arm_asm.S
[410/557] Compiling getentropy.cc
[411/557] Compiling forkunsafe.cc
[412/557] Compiling deterministic.cc
[413/557] Compiling poly1305_arm.cc
[414/557] Compiling poly1305.cc
[415/557] Compiling poly1305_vec.cc
[416/557] Compiling pool.cc
[417/557] Compiling pkcs8_x509.cc
[418/557] Compiling pkcs7.cc
[419/557] Compiling pkcs8.cc
[420/557] Compiling p5_pbev2.cc
[421/557] Compiling pkcs7_x509.cc
[422/557] Compiling pem_xaux.cc
[423/557] Compiling pem_x509.cc
[424/557] Compiling pem_pkey.cc
[425/557] Compiling pem_oth.cc
[426/557] Compiling pem_pk8.cc
[427/557] Compiling mlkem.cc
[428/557] Compiling obj_xref.cc
[429/557] Compiling pem_info.cc
[430/557] Compiling mldsa.cc
[431/557] Compiling pem_lib.cc
[432/557] Compiling mem.cc
[433/557] Compiling obj.cc
[434/557] Compiling md5.cc
[435/557] Compiling pem_all.cc
[436/557] Compiling fips_shared_support.cc
[437/557] Compiling md4.cc
[438/557] Compiling poly_rq_mul.S
[439/557] Compiling lhash.cc
[440/557] Compiling ex_data.cc
[441/557] Compiling sign.cc
[442/557] Compiling scrypt.cc
[443/557] Compiling hrss.cc
[444/557] Compiling kyber.cc
[445/557] Compiling hpke.cc
[446/557] Compiling pbkdf.cc
[447/557] Compiling print.cc
[448/557] Compiling p_x25519.cc
[449/557] Compiling p_x25519_asn1.cc
[450/557] Compiling p_rsa_asn1.cc
[451/557] Compiling p_ed25519.cc
[452/557] Compiling p_rsa.cc
[453/557] Compiling p_ed25519_asn1.cc
[454/557] Compiling p_hkdf.cc
[455/557] Compiling p_ec_asn1.cc
[456/557] Compiling p_dh.cc
[457/557] Compiling p_ec.cc
[458/557] Compiling p_dh_asn1.cc
[459/557] Compiling evp_ctx.cc
[460/557] Compiling err.cc
[461/557] Compiling p_dsa_asn1.cc
[462/557] Compiling engine.cc
[463/557] Compiling evp.cc
[464/557] Compiling evp_asn1.cc
[465/557] Compiling ecdh.cc
[466/557] Compiling ecdsa_asn1.cc
[467/557] Compiling ec_derive.cc
[468/557] Compiling hash_to_curve.cc
[469/557] Compiling dsa.cc
[470/557] Compiling dsa_asn1.cc
[471/557] Compiling ec_asn1.cc
[472/557] Compiling params.cc
[473/557] Compiling x25519-asm-arm.S
[474/557] Compiling digest_extra.cc
[475/557] Compiling des.cc
[476/557] Compiling dh_asn1.cc
[477/557] Compiling crypto.cc
[478/557] Compiling spake25519.cc
[479/557] Compiling cpu_intel.cc
[480/557] Compiling curve25519.cc
[481/557] Compiling cpu_arm_linux.cc
[482/557] Compiling cpu_arm_freebsd.cc
[483/557] Compiling cpu_aarch64_openbsd.cc
[484/557] Compiling cpu_aarch64_win.cc
[485/557] Compiling cpu_aarch64_sysreg.cc
[486/557] Compiling cpu_aarch64_linux.cc
[487/557] Compiling cpu_aarch64_fuchsia.cc
[488/557] Compiling bcm.cc
[489/557] Compiling curve25519_64_adx.cc
[490/557] Compiling cpu_aarch64_apple.cc
[491/557] Compiling e_rc4.cc
[492/557] Compiling tls_cbc.cc
[493/557] Compiling get_cipher.cc
[494/557] Compiling conf.cc
[495/557] Compiling e_tls.cc
[496/557] Compiling e_null.cc
[497/557] Compiling e_des.cc
[498/557] Compiling e_rc2.cc
[499/557] Compiling derive_key.cc
[500/557] Compiling e_aesgcmsiv.cc
[501/557] Compiling e_chacha20poly1305.cc
[502/557] Compiling e_aesctrhmac.cc
[503/557] Compiling chacha.cc
[504/557] Compiling buf.cc
[505/557] Compiling unicode.cc
[506/557] Compiling cbs.cc
[507/557] Compiling cbb.cc
[508/557] Compiling bn_asn1.cc
[509/557] Compiling ber.cc
[510/557] Compiling convert.cc
[511/557] Compiling asn1_compat.cc
[512/557] Compiling socket.cc
[513/557] Compiling blake2.cc
[514/557] Compiling printf.cc
[515/557] Compiling socket_helper.cc
[516/557] Compiling hexdump.cc
[516/557] Compiling pair.cc
[518/557] Compiling fd.cc
[519/557] Compiling file.cc
[520/557] Compiling errno.cc
[521/557] Compiling connect.cc
[522/557] Compiling bio_mem.cc
[523/557] Compiling base64.cc
[524/557] Compiling bio.cc
[525/557] Compiling tasn_typ.cc
[526/557] Compiling tasn_fre.cc
[527/557] Compiling tasn_utl.cc
[528/557] Compiling f_string.cc
[529/557] Compiling tasn_enc.cc
[530/557] Compiling posix_time.cc
[531/557] Compiling tasn_new.cc
[532/557] Compiling f_int.cc
[533/557] Compiling asn_pack.cc
[534/557] Compiling asn1_par.cc
[535/557] Compiling tasn_dec.cc
[536/557] Compiling a_time.cc
[537/557] Compiling a_type.cc
[538/557] Compiling a_utctm.cc
[539/557] Compiling a_octet.cc
[540/557] Compiling asn1_lib.cc
[541/557] Compiling a_strnid.cc
[542/557] Compiling a_strex.cc
[543/557] Compiling a_object.cc
[544/557] Compiling a_i2d_fp.cc
[545/557] Compiling a_dup.cc
[546/557] Compiling a_mbstr.cc
[547/557] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[548/557] Write sources
[549/557] Compiling a_d2i_fp.cc
[549/557] Write sources
[551/557] Compiling a_gentm.cc
[552/559] Compiling a_int.cc
[553/601] Compiling a_bitstr.cc
[554/601] Compiling a_bool.cc
[556/601] Compiling Algorithms Permutations.swift
[557/601] Compiling Algorithms Product.swift
[558/601] Compiling Atomics ManagedAtomic.swift
[559/601] Compiling Algorithms Joined.swift
[560/603] Compiling Atomics AtomicMemoryOrderings.swift
[561/603] Compiling Atomics DoubleWord.swift
[562/603] Compiling Atomics Primitives.shims.swift
[563/603] Compiling Atomics AtomicInteger.swift
[564/603] Compiling Atomics AtomicOptionalWrappable.swift
[565/603] Compiling Algorithms Keyed.swift
[566/603] Compiling Algorithms MinMax.swift
[567/603] Compiling Algorithms Partition.swift
[568/603] Compiling Atomics IntegerOperations.swift
[569/603] Compiling Atomics Unmanaged extensions.swift
[570/603] Compiling Algorithms Split.swift
[571/603] Compiling Algorithms Stride.swift
[572/603] Compiling Algorithms Suffix.swift
[575/603] Compiling Algorithms Rotate.swift
[582/606] Compiling Algorithms FlattenCollection.swift
[588/606] Compiling Atomics IntegerConformances.swift
[589/606] Compiling Atomics PointerConformances.swift
[590/606] Compiling Algorithms Trim.swift
[591/606] Compiling Algorithms Unique.swift
[592/606] Compiling Algorithms Windows.swift
[593/606] Compiling Atomics OptionalRawRepresentable.swift
[594/606] Compiling Atomics RawRepresentable.swift
[595/606] Compiling Atomics AtomicBool.swift
[597/606] Emitting module Atomics
[605/607] Emitting module Algorithms
[606/608] Compiling c-nioatomics.c
[607/608] Compiling c-atomics.c
[609/614] Compiling NIOConcurrencyHelpers lock.swift
[610/614] Emitting module NIOConcurrencyHelpers
[611/614] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[612/614] Compiling NIOConcurrencyHelpers NIOLock.swift
[613/614] Compiling NIOConcurrencyHelpers atomics.swift
[614/614] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[616/674] Compiling NIOCore MarkedCircularBuffer.swift
[617/674] Compiling NIOCore MulticastChannel.swift
[618/674] Compiling NIOCore NIOAny.swift
[619/674] Compiling NIOCore NIOCloseOnErrorHandler.swift
[620/674] Compiling NIOCore NIOLoopBound.swift
[621/674] Compiling NIOCore NIOScheduledCallback.swift
[622/674] Compiling NIOCore NIOSendable.swift
[623/674] Compiling NIOCore RecvByteBufferAllocator.swift
[624/682] Compiling NIOCore GlobalSingletons.swift
[625/682] Compiling NIOCore IO.swift
[626/682] Compiling NIOCore IOData.swift
[627/682] Compiling NIOCore IPProtocol.swift
[628/682] Compiling NIOCore IntegerBitPacking.swift
[629/682] Compiling NIOCore IntegerTypes.swift
[630/682] Compiling NIOCore Interfaces.swift
[631/682] Compiling NIOCore Linux.swift
[632/682] Compiling NIOCore EventLoop.swift
[633/682] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[634/682] Compiling NIOCore EventLoopFuture+Deprecated.swift
[635/682] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[636/682] Compiling NIOCore EventLoopFuture.swift
[637/682] Compiling NIOCore FileDescriptor.swift
[638/682] Compiling NIOCore FileHandle.swift
[639/682] Compiling NIOCore FileRegion.swift
[640/682] Compiling NIOCore ChannelPipeline.swift
[641/682] Compiling NIOCore CircularBuffer.swift
[642/682] Compiling NIOCore Codec.swift
[643/682] Compiling NIOCore ConvenienceOptionSupport.swift
[644/682] Compiling NIOCore DeadChannel.swift
[645/682] Compiling NIOCore DispatchQueue+WithFuture.swift
[646/682] Compiling NIOCore EventLoop+Deprecated.swift
[647/682] Compiling NIOCore EventLoop+SerialExecutor.swift
[648/682] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[649/682] Compiling NIOCore SocketAddresses.swift
[650/682] Compiling NIOCore SocketOptionProvider.swift
[651/682] Compiling NIOCore SystemCallHelpers.swift
[652/682] Compiling NIOCore TimeAmount+Duration.swift
[653/682] Compiling NIOCore TypeAssistedChannelHandler.swift
[654/682] Compiling NIOCore UniversalBootstrapSupport.swift
[655/682] Compiling NIOCore Utilities.swift
[656/682] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[657/682] Compiling NIOCore BSDSocketAPI.swift
[658/682] Compiling NIOCore ByteBuffer-aux.swift
[659/682] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[660/682] Compiling NIOCore ByteBuffer-conversions.swift
[661/682] Compiling NIOCore ByteBuffer-core.swift
[662/682] Compiling NIOCore ByteBuffer-hex.swift
[663/682] Compiling NIOCore ByteBuffer-int.swift
[664/682] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[665/682] Compiling NIOCore AddressedEnvelope.swift
[666/682] Compiling NIOCore AsyncAwaitSupport.swift
[667/682] Compiling NIOCore AsyncChannel.swift
[668/682] Compiling NIOCore AsyncChannelHandler.swift
[669/682] Compiling NIOCore AsyncChannelInboundStream.swift
[670/682] Compiling NIOCore AsyncChannelOutboundWriter.swift
[671/682] Compiling NIOCore NIOAsyncSequenceProducer.swift
[672/682] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[673/682] Compiling NIOCore NIOAsyncWriter.swift
[674/682] Compiling NIOCore ByteBuffer-multi-int.swift
[675/682] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[676/682] Compiling NIOCore ByteBuffer-views.swift
[677/682] Compiling NIOCore Channel.swift
[678/682] Compiling NIOCore ChannelHandler.swift
[679/682] Compiling NIOCore ChannelHandlers.swift
[680/682] Compiling NIOCore ChannelInvoker.swift
[681/682] Compiling NIOCore ChannelOption.swift
[682/682] Emitting module NIOCore
[684/734] Emitting module NIOEmbedded
[685/734] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[686/734] Compiling NIOEmbedded Embedded.swift
[687/734] Compiling NIOEmbedded AsyncTestingChannel.swift
[689/735] Compiling NIOPosix ServerSocket.swift
[690/735] Compiling NIOPosix Socket.swift
[691/735] Compiling NIOPosix SocketChannel.swift
[692/735] Compiling NIOPosix SocketProtocols.swift
[693/735] Compiling NIOPosix System.swift
[694/735] Compiling NIOPosix Thread.swift
[695/741] Compiling NIOPosix PooledRecvBufferAllocator.swift
[696/741] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[697/741] Compiling NIOPosix PosixSingletons.swift
[698/741] Compiling NIOPosix RawSocketBootstrap.swift
[699/741] Compiling NIOPosix Resolver.swift
[700/741] Compiling NIOPosix Selectable.swift
[701/741] Compiling NIOPosix IO.swift
[702/741] Compiling NIOPosix IntegerBitPacking.swift
[703/741] Compiling NIOPosix IntegerTypes.swift
[704/741] Compiling NIOPosix Linux.swift
[705/741] Compiling NIOPosix LinuxCPUSet.swift
[706/741] Compiling NIOPosix LinuxUring.swift
[707/741] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[708/741] Compiling NIOPosix SelectableChannel.swift
[709/741] Compiling NIOPosix SelectableEventLoop.swift
[710/741] Compiling NIOPosix SelectorEpoll.swift
[711/741] Compiling NIOPosix SelectorGeneric.swift
[712/741] Compiling NIOPosix SelectorKqueue.swift
[713/741] Compiling NIOPosix SelectorUring.swift
[714/741] Compiling NIOPosix ThreadPosix.swift
[715/741] Compiling NIOPosix ThreadWindows.swift
[716/741] Compiling NIOPosix UnsafeTransfer.swift
[717/741] Compiling NIOPosix Utilities.swift
[718/741] Compiling NIOPosix VsockAddress.swift
[719/741] Compiling NIOPosix VsockChannelEvents.swift
[720/741] Compiling NIOPosix NIOThreadPool.swift
[721/741] Compiling NIOPosix NonBlockingFileIO.swift
[722/741] Compiling NIOPosix PendingDatagramWritesManager.swift
[723/741] Compiling NIOPosix PendingWritesManager.swift
[724/741] Compiling NIOPosix PipeChannel.swift
[725/741] Compiling NIOPosix PipePair.swift
[726/741] Compiling NIOPosix Pool.swift
[727/741] Compiling NIOPosix BSDSocketAPICommon.swift
[728/741] Compiling NIOPosix BSDSocketAPIPosix.swift
[729/741] Compiling NIOPosix BSDSocketAPIWindows.swift
[730/741] Compiling NIOPosix BaseSocket.swift
[731/741] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[732/741] Compiling NIOPosix BaseSocketChannel.swift
[733/741] Compiling NIOPosix BaseStreamSocketChannel.swift
[734/741] Emitting module NIOPosix
[735/741] Compiling NIOPosix Bootstrap.swift
[736/741] Compiling NIOPosix ControlMessage.swift
[737/741] Compiling NIOPosix DatagramVectorReadManager.swift
[738/741] Compiling NIOPosix Errors+Any.swift
[739/741] Compiling NIOPosix FileDescriptor.swift
[740/741] Compiling NIOPosix GetaddrinfoResolver.swift
[741/741] Compiling NIOPosix HappyEyeballs.swift
[743/744] Emitting module NIO
[744/744] Compiling NIO Exports.swift
[746/784] Compiling NIOTLS TLSEvents.swift
[747/784] Emitting module NIOTLS
[748/784] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[749/784] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[750/784] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[751/784] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[752/784] Compiling NIOSOCKS SOCKSResponse.swift
[753/785] Compiling NIOSOCKS ClientStateMachine.swift
[754/785] Emitting module NIOSOCKS
[755/785] Compiling NIOSOCKS SOCKSClientHandler.swift
[756/785] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[757/785] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[758/785] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[759/785] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[760/785] Compiling NIOTLS SNIHandler.swift
[761/786] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[762/786] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[763/786] Compiling NIOSOCKS AuthenticationMethod.swift
[764/786] Compiling NIOSOCKS ClientGreeting.swift
[765/786] Compiling NIOSOCKS Errors.swift
[766/786] Compiling NIOSOCKS Helpers.swift
[767/788] Compiling NIOSOCKS Messages.swift
[768/788] Compiling NIOSOCKS SOCKSRequest.swift
[769/788] Compiling NIOSOCKS ServerStateMachine.swift
[772/789] Emitting module NIOFoundationCompat
[773/789] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[775/819] Compiling NIOSSL NIOSSLClientHandler.swift
[776/819] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[777/841] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[778/841] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[779/841] Compiling NIOTransportServices NIOTSListenerChannel.swift
[780/841] Compiling NIOTransportServices NIOTSBootstraps.swift
[781/841] Compiling NIOTransportServices NIOTSChannelOptions.swift
[782/841] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[783/843] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[784/843] Compiling NIOTransportServices NIOTSSingletons.swift
[785/843] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[786/843] Compiling NIOTransportServices StateManagedChannel.swift
[787/843] Compiling NIOTransportServices StateManagedListenerChannel.swift
[788/843] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[789/843] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[790/843] Compiling NIOTransportServices NIOTSErrors.swift
[791/843] Compiling NIOTransportServices NIOTSEventLoop.swift
[792/843] Emitting module NIOTransportServices
[793/843] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[794/843] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[795/843] Compiling NIOTransportServices NIOTSDatagramListener.swift
[796/843] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[797/843] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[798/843] Compiling NIOTransportServices AcceptHandler.swift
[799/843] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[800/843] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[812/844] Emitting module NIOHTTP1
[824/866] Compiling NIOSSL SSLPrivateKey.swift
[825/866] Compiling NIOSSL NIOSSLSecureBytes.swift
[826/866] Compiling NIOSSL RNG.swift
[827/866] Compiling NIOSSL SafeCompare.swift
[828/866] Compiling NIOSSL Zeroization.swift
[829/866] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[830/866] Emitting module NIOSSL
[831/866] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[832/866] Compiling NIOHPACK IntegerCoding.swift
[833/866] Compiling NIOHPACK IndexedHeaderTable.swift
[834/866] Emitting module NIOHTTPCompression
[835/866] Compiling NIOHTTPCompression HTTPCompression.swift
[836/867] Compiling NIOHTTPCompression HTTPDecompression.swift
[837/867] Compiling NIOHPACK HuffmanTables.swift
[838/867] Compiling NIOHPACK DynamicHeaderTable.swift
[839/867] Compiling NIOHPACK HPACKDecoder.swift
[840/867] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[841/867] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[842/868] Compiling NIOHPACK HuffmanCoding.swift
[844/868] Compiling NIOHPACK StaticHeaderTable.swift
[845/868] Emitting module NIOHPACK
[846/868] Compiling NIOHPACK HPACKEncoder.swift
[847/868] Compiling NIOHPACK HPACKErrors.swift
[848/868] Compiling NIOHPACK HPACKHeader.swift
[849/868] Compiling NIOHPACK HeaderTables.swift
[851/927] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[852/927] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[853/927] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[854/927] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[855/927] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[856/927] Compiling NIOHTTP2 HasFlowControlWindows.swift
[857/927] Compiling NIOHTTP2 HasLocalSettings.swift
[858/927] Compiling NIOHTTP2 HasRemoteSettings.swift
[859/927] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[860/927] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[861/927] Compiling NIOHTTP2 HTTP2Error.swift
[862/927] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[863/927] Compiling NIOHTTP2 LocallyQuiescingState.swift
[864/927] Compiling NIOHTTP2 QuiescingState.swift
[865/927] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[866/927] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[867/927] Compiling NIOHTTP2 SendingPushPromiseState.swift
[868/927] Compiling NIOHTTP2 SendingRstStreamState.swift
[869/927] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[871/928] Emitting module NIOHTTP2
[872/936] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[873/936] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[874/936] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[875/936] Compiling NIOHTTP2 HTTP2StreamID.swift
[876/936] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[877/936] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[878/936] Compiling NIOHTTP2 HTTP2UserEvents.swift
[879/936] Compiling NIOHTTP2 InboundEventBuffer.swift
[880/936] Compiling NIOHTTP2 InboundWindowManager.swift
[881/936] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[882/936] Compiling NIOHTTP2 StreamChannelFlowController.swift
[883/936] Compiling NIOHTTP2 StreamChannelList.swift
[884/936] Compiling NIOHTTP2 StreamMap.swift
[885/936] Compiling NIOHTTP2 StreamStateMachine.swift
[886/936] Compiling NIOHTTP2 UnsafeTransfer.swift
[887/936] Compiling NIOHTTP2 WatermarkedFlowController.swift
[888/936] Compiling NIOHTTP2 ConnectionStateMachine.swift
[889/936] Compiling NIOHTTP2 ConnectionStreamsState.swift
[890/936] Compiling NIOHTTP2 MayReceiveFrames.swift
[891/936] Compiling NIOHTTP2 ReceivingDataState.swift
[892/936] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[893/936] Compiling NIOHTTP2 ReceivingHeadersState.swift
[894/936] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[895/936] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[896/936] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[897/936] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[898/936] Compiling NIOHTTP2 HTTP2Frame.swift
[899/936] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[900/936] Compiling NIOHTTP2 HTTP2FrameParser.swift
[901/936] Compiling NIOHTTP2 HTTP2PingData.swift
[902/936] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[903/936] Compiling NIOHTTP2 HTTP2Settings.swift
[904/936] Compiling NIOHTTP2 HTTP2Stream.swift
[913/936] Compiling NIOHTTP2 MaySendFrames.swift
[914/936] Compiling NIOHTTP2 SendingDataState.swift
[915/936] Compiling NIOHTTP2 SendingGoawayState.swift
[916/936] Compiling NIOHTTP2 SendingHeadersState.swift
[920/936] Compiling NIOHTTP2 HTTP2SettingsState.swift
[921/936] Compiling NIOHTTP2 StateMachineResult.swift
[922/936] Compiling NIOHTTP2 ContentLengthVerifier.swift
[923/936] Compiling NIOHTTP2 DOSHeuristics.swift
[924/936] Compiling NIOHTTP2 Error+Any.swift
[925/936] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[926/936] Compiling NIOHTTP2 ControlFrameBuffer.swift
[927/936] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[928/936] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[938/996] Emitting module AsyncHTTPClient
[939/1004] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[940/1004] Compiling AsyncHTTPClient ConnectionTarget.swift
[941/1004] Compiling AsyncHTTPClient DeconstructedURL.swift
[942/1004] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[943/1004] Compiling AsyncHTTPClient FoundationExtensions.swift
[944/1004] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[945/1004] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[946/1004] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[947/1004] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[948/1004] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[949/1004] Compiling AsyncHTTPClient AsyncLazySequence.swift
[950/1004] Compiling AsyncHTTPClient HTTPClient+execute.swift
[951/1004] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[952/1004] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[953/1004] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[954/1004] Compiling AsyncHTTPClient HTTPClientRequest.swift
[955/1004] Compiling AsyncHTTPClient HTTPClientResponse.swift
[956/1004] Compiling AsyncHTTPClient RequestBag.swift
[957/1004] Compiling AsyncHTTPClient RequestValidation.swift
[958/1004] Compiling AsyncHTTPClient SSLContextCache.swift
[959/1004] Compiling AsyncHTTPClient Scheme.swift
[960/1004] Compiling AsyncHTTPClient Singleton.swift
[961/1004] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[962/1004] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[963/1004] Compiling AsyncHTTPClient Utils.swift
[964/1004] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[965/1004] Compiling AsyncHTTPClient TLSEventsHandler.swift
[966/1004] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[967/1004] Compiling AsyncHTTPClient HTTP1Connection.swift
[968/1004] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[969/1004] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[970/1004] Compiling AsyncHTTPClient HTTP2Connection.swift
[971/1004] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[972/1004] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[973/1004] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[974/1004] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[975/1004] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[976/1004] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[977/1004] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[978/1004] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[979/1004] Compiling AsyncHTTPClient RequestBodyLength.swift
[980/1004] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[981/1004] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[982/1004] Compiling AsyncHTTPClient Transaction.swift
[983/1004] Compiling AsyncHTTPClient Base64.swift
[984/1004] Compiling AsyncHTTPClient BasicAuth.swift
[985/1004] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[986/1004] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[987/1004] Compiling AsyncHTTPClient ConnectionPool.swift
[988/1004] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[989/1004] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[990/1004] Compiling AsyncHTTPClient RequestOptions.swift
[991/1004] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[992/1004] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[993/1004] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[994/1004] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[995/1004] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[996/1004] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[997/1004] Compiling AsyncHTTPClient HTTPClient.swift
[998/1004] Compiling AsyncHTTPClient HTTPHandler.swift
[999/1004] Compiling AsyncHTTPClient LRUCache.swift
[1000/1004] Compiling AsyncHTTPClient NWErrorHandler.swift
[1001/1004] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1002/1004] Compiling AsyncHTTPClient TLSConfiguration.swift
[1003/1004] Compiling AsyncHTTPClient RedirectState.swift
[1004/1004] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1006/1011] Compiling PrchNIO EventLoopFuture.swift
/host/spi-builder-workspace/Sources/PrchNIO/EventLoopFuture.swift:4:1: warning: extension declares a conformance of imported type 'EventLoopFuture' to imported protocol 'Task'; this will not behave correctly if the owners of 'NIOCore' introduce this conformance in the future
2 | import Prch
3 |
4 | extension EventLoopFuture: Task {}
  | |- warning: extension declares a conformance of imported type 'EventLoopFuture' to imported protocol 'Task'; this will not behave correctly if the owners of 'NIOCore' introduce this conformance in the future
  | `- note: add '@retroactive' to silence this warning
5 |
[1007/1011] Emitting module PrchNIO
/host/spi-builder-workspace/Sources/PrchNIO/EventLoopFuture.swift:4:1: warning: extension declares a conformance of imported type 'EventLoopFuture' to imported protocol 'Task'; this will not behave correctly if the owners of 'NIOCore' introduce this conformance in the future
2 | import Prch
3 |
4 | extension EventLoopFuture: Task {}
  | |- warning: extension declares a conformance of imported type 'EventLoopFuture' to imported protocol 'Task'; this will not behave correctly if the owners of 'NIOCore' introduce this conformance in the future
  | `- note: add '@retroactive' to silence this warning
5 |
/host/spi-builder-workspace/Sources/PrchNIO/HTTPClient.Response.swift:6:1: warning: extension declares a conformance of imported type 'Response' to imported protocol 'ResponseComponents'; this will not behave correctly if the owners of 'AsyncHTTPClient' introduce this conformance in the future
 4 | import Prch
 5 |
 6 | extension HTTPClient.Response: ResponseComponents {
   | |- warning: extension declares a conformance of imported type 'Response' to imported protocol 'ResponseComponents'; this will not behave correctly if the owners of 'AsyncHTTPClient' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |   public var statusCode: Int? {
 8 |     Int(status.code)
/host/spi-builder-workspace/Sources/PrchNIO/HTTPClient.swift:7:1: warning: extension declares a conformance of imported type 'HTTPClient' to imported protocol 'Session'; this will not behave correctly if the owners of 'AsyncHTTPClient' introduce this conformance in the future
 5 | import Prch
 6 |
 7 | extension HTTPClient: EventLoopSession {
   | |- warning: extension declares a conformance of imported type 'HTTPClient' to imported protocol 'Session'; this will not behave correctly if the owners of 'AsyncHTTPClient' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 8 |   public func nextEventLoop() -> EventLoop {
 9 |     eventLoopGroup.next()
[1008/1011] Compiling PrchNIO Client.swift
/host/spi-builder-workspace/Sources/PrchNIO/Client.swift:32:18: warning: capture of 'self' with non-sendable type 'Client<SessionType, APIType>' in a '@Sendable' closure
30 |         statusCode: httpStatus,
31 |         data: data,
32 |         decoder: self.api.decoder
   |                  `- warning: capture of 'self' with non-sendable type 'Client<SessionType, APIType>' in a '@Sendable' closure
33 |       )
34 |     }
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Client.swift:3:14: note: generic class 'Client' does not conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public class Client<SessionType: Session, APIType: API> {
   |              `- note: generic class 'Client' does not conform to the 'Sendable' protocol
 4 |   public init(api: APIType, session: SessionType) {
 5 |     self.api = api
/host/spi-builder-workspace/Sources/PrchNIO/Client.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
 2 | import Foundation
 3 | import NIOCore
 4 | import Prch
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
 5 |
 6 | public extension Client where SessionType: EventLoopSession {
[1009/1011] Compiling PrchNIO EventLoopSession.swift
/host/spi-builder-workspace/Sources/PrchNIO/EventLoopSession.swift:25:7: warning: capture of 'completion' with non-sendable type '(Result<any ResponseComponents, ClientError>) -> Void' in a '@Sendable' closure
23 |         newResult = .success(response)
24 |       }
25 |       completion(newResult)
   |       |- warning: capture of 'completion' with non-sendable type '(Result<any ResponseComponents, ClientError>) -> Void' in a '@Sendable' closure
   |       `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
26 |     }
27 |   }
/host/spi-builder-workspace/Sources/PrchNIO/EventLoopSession.swift:32:39: warning: type 'any ResponseComponents' does not conform to the 'Sendable' protocol
30 |     @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
31 |     func request(_ request: RequestType) async throws -> ResponseComponents {
32 |       try await beginRequest(request).get()
   |                                       `- warning: type 'any ResponseComponents' does not conform to the 'Sendable' protocol
33 |     }
34 |   #endif
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Networking/ResponseComponents.swift:3:17: note: protocol 'ResponseComponents' does not conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public protocol ResponseComponents {
  |                 `- note: protocol 'ResponseComponents' does not conform to the 'Sendable' protocol
4 |   var statusCode: Int? { get }
5 |   var data: Data? { get }
/host/spi-builder-workspace/Sources/PrchNIO/EventLoopSession.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
 2 | import Foundation
 3 | import NIOCore
 4 | import Prch
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
 5 |
 6 | public protocol EventLoopSession: Session {
[1010/1011] Compiling PrchNIO HTTPClient.swift
/host/spi-builder-workspace/Sources/PrchNIO/HTTPClient.swift:7:1: warning: extension declares a conformance of imported type 'HTTPClient' to imported protocol 'Session'; this will not behave correctly if the owners of 'AsyncHTTPClient' introduce this conformance in the future
 5 | import Prch
 6 |
 7 | extension HTTPClient: EventLoopSession {
   | |- warning: extension declares a conformance of imported type 'HTTPClient' to imported protocol 'Session'; this will not behave correctly if the owners of 'AsyncHTTPClient' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 8 |   public func nextEventLoop() -> EventLoop {
 9 |     eventLoopGroup.next()
[1011/1011] Compiling PrchNIO HTTPClient.Response.swift
/host/spi-builder-workspace/Sources/PrchNIO/HTTPClient.Response.swift:6:1: warning: extension declares a conformance of imported type 'Response' to imported protocol 'ResponseComponents'; this will not behave correctly if the owners of 'AsyncHTTPClient' introduce this conformance in the future
 4 | import Prch
 5 |
 6 | extension HTTPClient.Response: ResponseComponents {
   | |- warning: extension declares a conformance of imported type 'Response' to imported protocol 'ResponseComponents'; this will not behave correctly if the owners of 'AsyncHTTPClient' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |   public var statusCode: Int? {
 8 |     Int(status.code)
Build complete! (423.93s)
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" : "swift-test-codecov",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/brightdigit/swift-test-codecov"
    },
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.9.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    },
    {
      "identity" : "prch",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0-beta.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/brightdigit/Prch.git"
    }
  ],
  "manifest_display_name" : "PrchNIO",
  "name" : "PrchNIO",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "10.0"
    },
    {
      "name" : "watchos",
      "version" : "3.0"
    }
  ],
  "products" : [
    {
      "name" : "PrchNIO",
      "targets" : [
        "PrchNIO"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PrchNIOTests",
      "module_type" : "SwiftTarget",
      "name" : "PrchNIOTests",
      "path" : "Tests/PrchNIOTests",
      "sources" : [
        "PrchNIOTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "PrchNIO"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PrchNIO",
      "module_type" : "SwiftTarget",
      "name" : "PrchNIO",
      "path" : "Sources/PrchNIO",
      "product_dependencies" : [
        "Prch",
        "AsyncHTTPClient"
      ],
      "product_memberships" : [
        "PrchNIO"
      ],
      "sources" : [
        "Client.swift",
        "EventLoopFuture.swift",
        "EventLoopSession.swift",
        "HTTPClient.Response.swift",
        "HTTPClient.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.