The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build Systemator, reference master (16f128), with Swift 6.1 for Linux on 25 Apr 2025 09:56:43 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/einstore/systemator.git
Reference: master
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/einstore/systemator
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 16f1289 adding docker
Cloned https://github.com/einstore/systemator.git
Revision (git rev-parse @):
16f1289353b9f0adcc783993e71fa39204b73fb7
SUCCESS checkout https://github.com/einstore/systemator.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/einstore/systemator.git
https://github.com/einstore/systemator.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0-alpha.1.5",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "shellkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Einstore/ShellKit.git"
    },
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0-alpha.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    }
  ],
  "manifest_display_name" : "Systemator",
  "name" : "Systemator",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "systemator",
      "targets" : [
        "Systemator"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "SystemController",
      "targets" : [
        "SystemController"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SystemManager",
      "targets" : [
        "SystemManager"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SystemClient",
      "targets" : [
        "SystemClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SystemModel",
      "targets" : [
        "SystemModel"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Systemator",
      "module_type" : "SwiftTarget",
      "name" : "Systemator",
      "path" : "Sources/Systemator",
      "product_dependencies" : [
        "Vapor"
      ],
      "product_memberships" : [
        "systemator"
      ],
      "sources" : [
        "app.swift",
        "boot.swift",
        "configure.swift",
        "main.swift",
        "routes.swift"
      ],
      "target_dependencies" : [
        "SystemController"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SystemModel",
      "module_type" : "SwiftTarget",
      "name" : "SystemModel",
      "path" : "Sources/SystemModel",
      "product_memberships" : [
        "systemator",
        "SystemController",
        "SystemManager",
        "SystemClient",
        "SystemModel"
      ],
      "sources" : [
        "SystemInfo.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SystemManagerTests",
      "module_type" : "SwiftTarget",
      "name" : "SystemManagerTests",
      "path" : "Tests/SystemManagerTests",
      "sources" : [
        "SystemManagerTests.swift"
      ],
      "target_dependencies" : [
        "SystemManager"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SystemManager",
      "module_type" : "SwiftTarget",
      "name" : "SystemManager",
      "path" : "Sources/SystemManager",
      "product_dependencies" : [
        "CommandKit"
      ],
      "product_memberships" : [
        "systemator",
        "SystemController",
        "SystemManager"
      ],
      "sources" : [
        "Command.swift",
        "Exports.swift",
        "Extensions/String+Tools.swift",
        "Model/Hdd.swift",
        "Model/Os.swift",
        "SystemManager.swift",
        "Tools/Lscpu.swift",
        "Tools/Stats.swift",
        "Tools/Sysctl.swift"
      ],
      "target_dependencies" : [
        "SystemModel"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SystemController",
      "module_type" : "SwiftTarget",
      "name" : "SystemController",
      "path" : "Sources/SystemController",
      "product_dependencies" : [
        "Vapor"
      ],
      "product_memberships" : [
        "systemator",
        "SystemController"
      ],
      "sources" : [
        "Controller.swift",
        "Extensions/SystemInfo+Vapor.swift",
        "Model/Connection.swift"
      ],
      "target_dependencies" : [
        "SystemManager"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SystemClient",
      "module_type" : "SwiftTarget",
      "name" : "SystemClient",
      "path" : "Sources/SystemClient",
      "product_dependencies" : [
        "AsyncHTTPClient"
      ],
      "product_memberships" : [
        "SystemClient"
      ],
      "sources" : [
        "System.swift"
      ],
      "target_dependencies" : [
        "SystemModel"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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/swift-server/async-http-client.git
Fetching https://github.com/Einstore/ShellKit.git
Fetching https://github.com/vapor/vapor.git
[1/273] Fetching shellkit
[274/14047] Fetching shellkit, async-http-client
[1376/88345] Fetching shellkit, async-http-client, vapor
Fetched https://github.com/swift-server/async-http-client.git from cache (1.12s)
[21077/74571] Fetching shellkit, vapor
Fetched https://github.com/Einstore/ShellKit.git from cache (2.83s)
Fetched https://github.com/vapor/vapor.git from cache (2.88s)
Computing version for https://github.com/Einstore/ShellKit.git
Computed https://github.com/Einstore/ShellKit.git at 1.6.0 (3.50s)
Fetching https://github.com/Einstore/WebErrorKit.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/Einstore/Shout.git
[1/28] Fetching weberrorkit
[29/440] Fetching weberrorkit, shout
[441/75871] Fetching weberrorkit, shout, swift-nio
Fetched https://github.com/Einstore/WebErrorKit.git from cache (1.05s)
[29076/75843] Fetching shout, swift-nio
Fetched https://github.com/Einstore/Shout.git from cache (1.10s)
[31682/75431] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.40s)
Computing version for https://github.com/Einstore/Shout.git
Computed https://github.com/Einstore/Shout.git at 0.5.1 (6.94s)
Fetching https://github.com/IBM-Swift/BlueSocket
Fetching https://github.com/jakeheis/CSSH
[1/26] Fetching cssh
[27/2968] Fetching cssh, bluesocket
Fetched https://github.com/jakeheis/CSSH from cache (0.22s)
[1207/2942] Fetching bluesocket
Fetched https://github.com/IBM-Swift/BlueSocket from cache (0.35s)
Computing version for https://github.com/Einstore/WebErrorKit.git
Computed https://github.com/Einstore/WebErrorKit.git at 0.0.1 (0.95s)
Computing version for https://github.com/jakeheis/CSSH
Computed https://github.com/jakeheis/CSSH at 1.0.3 (0.66s)
Computing version for https://github.com/IBM-Swift/BlueSocket
Computed https://github.com/IBM-Swift/BlueSocket at 1.0.200 (1.56s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (1.31s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/1705] Fetching swift-atomics
[1706/17947] Fetching swift-atomics, swift-collections
[2519/22300] Fetching swift-atomics, swift-collections, swift-system
Fetched https://github.com/apple/swift-atomics.git from cache (1.45s)
Fetched https://github.com/apple/swift-system.git from cache (1.45s)
Fetched https://github.com/apple/swift-collections.git from cache (1.49s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.82s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.81s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.87s)
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.92s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/5662] Fetching swift-nio-extras
[794/8266] Fetching swift-nio-extras, swift-nio-transport-services
[4471/12102] Fetching swift-nio-extras, swift-nio-transport-services, swift-log
[4498/23594] Fetching swift-nio-extras, swift-nio-transport-services, swift-log, swift-nio-http2
[8182/29497] Fetching swift-nio-extras, swift-nio-transport-services, swift-log, swift-nio-http2, swift-algorithms
[11291/44290] Fetching swift-nio-extras, swift-nio-transport-services, swift-log, swift-nio-http2, swift-algorithms, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.55s)
[17059/38628] Fetching swift-nio-transport-services, swift-log, swift-nio-http2, swift-algorithms, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.68s)
[16721/36024] Fetching swift-log, swift-nio-http2, swift-algorithms, swift-nio-ssl
Fetched https://github.com/apple/swift-log.git from cache (0.69s)
[13263/32188] Fetching swift-nio-http2, swift-algorithms, swift-nio-ssl
Fetched https://github.com/apple/swift-algorithms.git from cache (0.70s)
[7589/26285] Fetching swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.27s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.29s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (2.90s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.37s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.26s)
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 (2.01s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.80s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.02s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.69s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
[1/1127] Fetching swift-http-structured-headers
[1128/2031] Fetching swift-http-structured-headers, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.31s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.31s)
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 (0.90s)
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.79s)
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.91s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.114.1 (1.19s)
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/vapor/routing-kit.git
Fetching https://github.com/apple/swift-distributed-tracing.git
[1/3196] Fetching multipart-kit
[705/23919] Fetching multipart-kit, routing-kit
[833/28889] Fetching multipart-kit, routing-kit, swift-distributed-tracing
[1423/31089] Fetching multipart-kit, routing-kit, swift-distributed-tracing, swift-metrics
[2617/33622] Fetching multipart-kit, routing-kit, swift-distributed-tracing, swift-metrics, websocket-kit
[4561/34681] Fetching multipart-kit, routing-kit, swift-distributed-tracing, swift-metrics, websocket-kit, swift-service-context
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.09s)
Fetching https://github.com/apple/swift-crypto.git
[23586/29711] Fetching multipart-kit, routing-kit, swift-metrics, websocket-kit, swift-service-context
[28165/43495] Fetching multipart-kit, routing-kit, swift-metrics, websocket-kit, swift-service-context, swift-crypto
Fetched https://github.com/apple/swift-service-context.git from cache (1.97s)
[29724/42436] Fetching multipart-kit, routing-kit, swift-metrics, websocket-kit, swift-crypto
Fetching https://github.com/vapor/console-kit.git
[30415/47921] Fetching multipart-kit, routing-kit, swift-metrics, websocket-kit, swift-crypto, console-kit
Fetched https://github.com/vapor/websocket-kit.git from cache (2.43s)
Fetched https://github.com/apple/swift-metrics.git from cache (2.43s)
Fetching https://github.com/vapor/async-kit.git
Fetched https://github.com/vapor/routing-kit.git from cache (2.45s)
Fetched https://github.com/vapor/console-kit.git from cache (0.48s)
[8986/16980] Fetching multipart-kit, swift-crypto
Fetched https://github.com/vapor/multipart-kit.git from cache (2.50s)
[6341/13784] Fetching swift-crypto
[10477/16154] Fetching swift-crypto, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.32s)
[13371/13784] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.39s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.1 (5.16s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.15.0 (0.85s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (0.55s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.6.1 (0.80s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.89s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.67s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.79s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.52s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.09s)
Fetching https://github.com/apple/swift-asn1.git
[1/1573] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.43s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.42s)
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/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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-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/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-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-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-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/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.6.1
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.114.1
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/Einstore/Shout.git
Working copy of https://github.com/Einstore/Shout.git resolved at 0.5.1
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.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/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-http-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.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.0
Creating working copy for https://github.com/apple/swift-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-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/Einstore/ShellKit.git
Working copy of https://github.com/Einstore/ShellKit.git resolved at 1.6.0
Creating working copy for https://github.com/IBM-Swift/BlueSocket
Working copy of https://github.com/IBM-Swift/BlueSocket resolved at 1.0.200
Creating working copy for https://github.com/Einstore/WebErrorKit.git
Working copy of https://github.com/Einstore/WebErrorKit.git resolved at 0.0.1
Creating working copy for https://github.com/jakeheis/CSSH
Working copy of https://github.com/jakeheis/CSSH resolved at 1.0.3
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/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.15.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-nio-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
warning: 'cssh': ignoring declared target(s) 'CSSH' in the system package
warning: you may be able to install libssh2 using your system-packager:
    apt-get install libssh2-1-dev
warning: you may be able to install libssh2 using your system-packager:
    apt-get install libssh2-1-dev
Building for debugging...
[0/907] Write sources
[12/907] Write swift-version-24593BA9C3E375BF.txt
[12/907] Write sources
[14/907] Compiling _NumericsShims _NumericsShims.c
[15/907] Compiling a_dup.cc
[15/907] Write sources
[17/907] Compiling buf.cc
[17/907] Write sources
[65/907] Compiling a_bool.cc
[66/907] Compiling _AtomicsShims.c
[67/907] Compiling a_d2i_fp.cc
[68/909] Compiling convert.cc
[69/909] Compiling a_gentm.cc
[70/910] Compiling p_dh_asn1.cc
[72/945] Emitting module _NIOBase64
[73/945] Compiling _NIOBase64 Base64.swift
[75/946] Compiling WebErrorKit WebError+Serializable.swift
[76/946] Compiling WebErrorKit SerializableWebError.swift
[77/946] Compiling WebErrorKit WebError.swift
[78/946] Compiling WebErrorKit WebErrorContent.swift
[79/946] Compiling ServiceContextModule ServiceContextKey.swift
[80/946] Compiling WebErrorKit WebError+RawRepresentable.swift
[81/946] Compiling _NIODataStructures _TinyArray.swift
[82/946] Emitting module RealModule
[83/946] Compiling RealModule AlgebraicField.swift
[84/946] Compiling RealModule ApproximateEquality.swift
[85/946] Compiling WebErrorKit String+Codify.swift
[86/947] Compiling ServiceContextModule ServiceContext.swift
[87/947] Emitting module ServiceContextModule
[88/947] Compiling _NIODataStructures PriorityQueue.swift
[89/948] Compiling RealModule ElementaryFunctions.swift
[90/948] Compiling RealModule AugmentedArithmetic.swift
[91/948] Compiling RealModule Double+Real.swift
[92/948] Compiling RealModule Real.swift
[93/948] Compiling RealModule Float+Real.swift
[94/948] Compiling RealModule Float80+Real.swift
[95/948] Compiling RealModule Float16+Real.swift
[97/959] Compiling RealModule RealFunctions.swift
[99/966] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[100/966] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[101/966] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[102/968] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[103/968] Compiling InternalCollectionsUtilities Specialize.swift
[104/968] Compiling Logging MetadataProvider.swift
[105/968] Emitting module _NIODataStructures
[106/968] Compiling _NIODataStructures Heap.swift
[107/968] Emitting module Logging
[108/968] Compiling Logging Locks.swift
[109/969] Compiling InternalCollectionsUtilities Debugging.swift
[110/969] Compiling InternalCollectionsUtilities Descriptions.swift
[111/969] Compiling InternalCollectionsUtilities _SortedCollection.swift
[112/969] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[113/969] Compiling Logging LogHandler.swift
[114/969] Compiling Logging Logging.swift
[115/969] Emitting module InternalCollectionsUtilities
[116/969] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[117/969] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[119/979] Compiling SystemModel SystemInfo.swift
[120/979] Emitting module SystemModel
[122/980] Compiling InternalCollectionsUtilities UInt+reversed.swift
[123/980] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[124/980] Emitting module WebErrorKit
[125/980] Compiling WebErrorKit Exports.swift
[128/981] Compiling Instrumentation InstrumentationSystem.swift
[129/981] Emitting module Instrumentation
[130/981] Compiling Instrumentation Instrument.swift
[131/981] Compiling Instrumentation MultiplexInstrument.swift
[132/981] Compiling Instrumentation NoOpInstrument.swift
[132/981] Wrapping AST for _NIODataStructures for debugging
[134/981] Compiling Instrumentation Locks.swift
[135/985] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[136/985] Compiling InternalCollectionsUtilities Integer rank.swift
[137/985] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[138/1032] Compiling Socket SocketProtocols.swift
[139/1032] Compiling Socket SocketUtils.swift
[140/1032] Wrapping AST for _NIOBase64 for debugging
[142/1032] Compiling Atomics AtomicValue.swift
[143/1032] Compiling Atomics Primitives.shims.swift
[143/1033] Wrapping AST for WebErrorKit for debugging
[145/1033] Compiling RoutingKit AnyRouter.swift
[146/1033] Emitting module RoutingKit
[146/1033] Wrapping AST for SystemModel for debugging
[148/1033] Compiling Atomics UnsafeAtomic.swift
[149/1033] Compiling Atomics UnsafeAtomicLazyReference.swift
[150/1033] Compiling Atomics ManagedAtomic.swift
[151/1033] Compiling Atomics ManagedAtomicLazyReference.swift
[153/1043] Emitting module CoreMetrics
[153/1043] Wrapping AST for ServiceContextModule for debugging
[155/1043] Compiling RoutingKit Router.swift
[156/1043] Compiling Atomics AtomicMemoryOrderings.swift
[157/1043] Compiling Atomics DoubleWord.swift
[158/1043] Compiling RoutingKit Parameters.swift
[159/1043] Compiling RoutingKit PathComponent.swift
[160/1043] Compiling Tracing InstrumentationSystem+Tracing.swift
[161/1044] Compiling RoutingKit TrieRouter.swift
[162/1084] Compiling _RopeModule BigString+UnicodeScalarView.swift
[163/1084] Compiling _RopeModule BigSubstring+UTF16View.swift
[164/1084] Compiling _RopeModule BigSubstring+UTF8View.swift
[165/1112] Compiling Tracing Tracer.swift
[166/1113] Emitting module Socket
[167/1113] Compiling Socket Socket.swift
[168/1117] Compiling _RopeModule BigString+Debugging.swift
[169/1117] Compiling _RopeModule BigString+Index.swift
[170/1117] Compiling _RopeModule BigString+Ingester.swift
[171/1144] Compiling Tracing TracingTime.swift
[174/1171] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[175/1171] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[176/1171] Emitting module Tracing
[177/1223] Compiling Tracing TracerProtocol+Legacy.swift
[178/1223] Compiling Tracing TracerProtocol.swift
[179/1227] Compiling HashTreeCollections _HashNode+Lookups.swift
[180/1227] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[181/1227] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[182/1227] Compiling HashTreeCollections _HashNode+Debugging.swift
[183/1227] Compiling HashTreeCollections _HashNode+Initializers.swift
[184/1227] Compiling HashTreeCollections _HashNode+Invariants.swift
[185/1254] Compiling HashTreeCollections _AncestorHashSlots.swift
[186/1254] Compiling HashTreeCollections _Bitmap.swift
[187/1254] Compiling HashTreeCollections _Bucket.swift
[188/1254] Compiling HashTreeCollections _Hash.swift
[189/1254] Compiling Tracing NoOpTracer.swift
[190/1254] Compiling Tracing SpanProtocol.swift
[191/1255] Compiling HeapModule Heap+Descriptions.swift
[192/1255] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[193/1255] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[194/1255] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[196/1255] Compiling CoreMetrics Locks.swift
[197/1255] Compiling CoreMetrics Metrics.swift
[198/1256] Compiling HeapModule Heap.swift
[199/1256] Compiling HeapModule _HeapNode.swift
[200/1265] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[201/1265] Compiling HeapModule Heap+Invariants.swift
[202/1265] Compiling HeapModule Heap+UnsafeHandle.swift
[204/1265] Compiling HashTreeCollections TreeSet+Hashable.swift
[205/1265] Compiling HashTreeCollections TreeSet+Sendable.swift
[206/1265] Compiling HashTreeCollections TreeSet+Sequence.swift
[207/1265] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[208/1265] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[209/1265] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[210/1265] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[211/1265] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[212/1265] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[213/1265] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[214/1290] Compiling DequeModule _DequeBuffer.swift
[215/1290] Compiling DequeModule _DequeBufferHeader.swift
[216/1290] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[217/1290] Emitting module HeapModule
[218/1291] Compiling HashTreeCollections TreeDictionary+Codable.swift
[219/1291] Compiling HashTreeCollections TreeDictionary+Collection.swift
[220/1291] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[221/1291] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[222/1291] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[223/1291] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[224/1291] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[225/1291] Compiling HashTreeCollections TreeDictionary+Filter.swift
[226/1291] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[227/1291] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[228/1291] Compiling HashTreeCollections TreeDictionary+Keys.swift
[229/1291] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[230/1291] Compiling HashTreeCollections TreeDictionary+Merge.swift
[231/1291] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[232/1291] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[233/1291] Compiling HashTreeCollections _HashStack.swift
[234/1291] Compiling HashTreeCollections _HashTreeIterator.swift
[235/1291] Compiling HashTreeCollections _HashTreeStatistics.swift
[236/1291] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[237/1291] Compiling HashTreeCollections _RawHashNode.swift
[238/1291] Compiling HashTreeCollections _UnmanagedHashNode.swift
[239/1291] Compiling HashTreeCollections _UnsafePath.swift
[241/1298] Compiling HashTreeCollections _HashNode+Structural filter.swift
[242/1298] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[243/1298] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[244/1298] Compiling HashTreeCollections _HashNode+Structural union.swift
[245/1298] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[246/1298] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[247/1298] Compiling DequeModule Deque+CustomReflectable.swift
[248/1298] Compiling DequeModule Deque+Descriptions.swift
[251/1300] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[252/1300] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[253/1300] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[254/1300] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[255/1300] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[256/1300] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[257/1300] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[258/1300] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[259/1300] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[260/1300] Compiling HashTreeCollections TreeSet.swift
[271/1300] Compiling OrderedCollections OrderedSet+Sendable.swift
[272/1300] Compiling OrderedCollections OrderedSet+SubSequence.swift
[273/1300] Compiling OrderedCollections OrderedSet+Testing.swift
[274/1300] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[275/1300] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[276/1300] Compiling OrderedCollections OrderedSet.swift
[277/1300] Compiling OrderedCollections _UnsafeBitset.swift
[278/1300] Compiling HashTreeCollections TreeSet+Equatable.swift
[279/1300] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[280/1300] Compiling HashTreeCollections TreeSet+Extras.swift
[281/1300] Compiling HashTreeCollections TreeSet+Filter.swift
[282/1302] Compiling DequeModule Deque+Testing.swift
[283/1302] Compiling DequeModule Deque._Storage.swift
[284/1302] Compiling DequeModule Deque._UnsafeHandle.swift
[285/1302] Compiling DequeModule Deque.swift
[286/1302] Compiling DequeModule Deque+Equatable.swift
[287/1302] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[288/1302] Compiling DequeModule Deque+Extras.swift
[289/1302] Compiling DequeModule Deque+Hashable.swift
[290/1302] Emitting module Metrics
[291/1302] Compiling Metrics Metrics.swift
[296/1303] Compiling DequeModule _DequeSlot.swift
[297/1303] Compiling DequeModule _UnsafeWrappedBuffer.swift
[311/1303] Compiling HashTreeCollections _HashNode+Structural merge.swift
[312/1303] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[313/1303] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[314/1303] Compiling DequeModule Deque+Codable.swift
[315/1303] Compiling DequeModule Deque+Collection.swift
[325/1303] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[326/1303] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[327/1303] Compiling HashTreeCollections _HashNode.swift
[328/1303] Compiling HashTreeCollections _HashNodeHeader.swift
[329/1303] Compiling HashTreeCollections _HashSlot.swift
[349/1365] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[350/1365] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[351/1365] Compiling BitCollections BitArray+Extras.swift
[352/1365] Compiling BitCollections BitArray+Fill.swift
[353/1365] Compiling BitCollections BitArray+BitwiseOperations.swift
[354/1365] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[355/1365] Emitting module DequeModule
[356/1366] Compiling BitCollections BitArray+Collection.swift
[357/1366] Compiling BitCollections BitArray+Copy.swift
[358/1366] Compiling BitCollections BitArray+CustomReflectable.swift
[360/1366] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[361/1366] Compiling BitCollections BitSet+CustomReflectable.swift
[362/1366] Compiling BitCollections BitSet+CustomStringConvertible.swift
[363/1366] Compiling BitCollections BitSet+Equatable.swift
[364/1366] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[365/1366] Compiling BitCollections BitSet+Extras.swift
[366/1366] Compiling BitCollections BitSet+Hashable.swift
[367/1373] Compiling BitCollections BitSet+Random.swift
[368/1373] Compiling BitCollections BitSet+SetAlgebra basics.swift
[369/1373] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[370/1373] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[371/1373] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[372/1373] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[373/1373] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[374/1373] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[375/1373] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[376/1373] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[377/1373] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[378/1373] Emitting module _RopeModule
[379/1373] Emitting module Atomics
[379/1374] Wrapping AST for Tracing for debugging
[382/1374] Compiling BitCollections BitArray+Hashable.swift
[383/1374] Compiling BitCollections BitArray+Initializers.swift
[384/1374] Compiling BitCollections BitArray+Invariants.swift
[385/1374] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[391/1374] Wrapping AST for Socket for debugging
[393/1374] Wrapping AST for RealModule for debugging
[395/1374] Compiling BitCollections BitSet.swift
[396/1374] Compiling BitCollections Range+Utilities.swift
[397/1374] Compiling BitCollections Slice+Utilities.swift
[398/1374] Compiling BitCollections UInt+Tricks.swift
[399/1374] Compiling BitCollections _Word.swift
[402/1374] Emitting module OrderedCollections
[402/1374] Wrapping AST for RoutingKit for debugging
[403/1374] Wrapping AST for Metrics for debugging
[405/1375] Compiling Shout FilePermissions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/CSSH/shim.h:4:10: error: 'libssh2.h' file not found
2 | #define __CLIBSSH_SHIM_H__
3 |
4 | #include <libssh2.h>
  |          `- error: 'libssh2.h' file not found
5 | #include <libssh2_sftp.h>
6 | #include <libssh2_publickey.h>
/host/spi-builder-workspace/.build/checkouts/Shout/Sources/Shout/Agent.swift:8:8: error: could not build C module 'CSSH'
 6 | //
 7 |
 8 | import CSSH
   |        `- error: could not build C module 'CSSH'
 9 |
10 | /// Direct bindings to libssh2_agent
[406/1376] Emitting module Algorithms
[407/1377] Emitting module BitCollections
[408/1377] Compiling Shout SSHAuthMethod.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/CSSH/shim.h:4:10: error: 'libssh2.h' file not found
2 | #define __CLIBSSH_SHIM_H__
3 |
4 | #include <libssh2.h>
  |          `- error: 'libssh2.h' file not found
5 | #include <libssh2_sftp.h>
6 | #include <libssh2_publickey.h>
/host/spi-builder-workspace/.build/checkouts/Shout/Sources/Shout/Agent.swift:8:8: error: could not build C module 'CSSH'
 6 | //
 7 |
 8 | import CSSH
   |        `- error: could not build C module 'CSSH'
 9 |
10 | /// Direct bindings to libssh2_agent
[409/1377] Compiling Shout SSH.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/CSSH/shim.h:4:10: error: 'libssh2.h' file not found
2 | #define __CLIBSSH_SHIM_H__
3 |
4 | #include <libssh2.h>
  |          `- error: 'libssh2.h' file not found
5 | #include <libssh2_sftp.h>
6 | #include <libssh2_publickey.h>
/host/spi-builder-workspace/.build/checkouts/Shout/Sources/Shout/Agent.swift:8:8: error: could not build C module 'CSSH'
 6 | //
 7 |
 8 | import CSSH
   |        `- error: could not build C module 'CSSH'
 9 |
10 | /// Direct bindings to libssh2_agent
[410/1377] Compiling Shout SSHError.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/CSSH/shim.h:4:10: error: 'libssh2.h' file not found
2 | #define __CLIBSSH_SHIM_H__
3 |
4 | #include <libssh2.h>
  |          `- error: 'libssh2.h' file not found
5 | #include <libssh2_sftp.h>
6 | #include <libssh2_publickey.h>
/host/spi-builder-workspace/.build/checkouts/Shout/Sources/Shout/Agent.swift:8:8: error: could not build C module 'CSSH'
 6 | //
 7 |
 8 | import CSSH
   |        `- error: could not build C module 'CSSH'
 9 |
10 | /// Direct bindings to libssh2_agent
[413/1377] Compiling BitCollections BitArray+Codable.swift
[417/1377] Compiling BitCollections BitArray+Descriptions.swift
[418/1377] Compiling BitCollections BitArray+Equatable.swift
[422/1377] Compiling Shout ReadWrite.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/CSSH/shim.h:4:10: error: 'libssh2.h' file not found
2 | #define __CLIBSSH_SHIM_H__
3 |
4 | #include <libssh2.h>
  |          `- error: 'libssh2.h' file not found
5 | #include <libssh2_sftp.h>
6 | #include <libssh2_publickey.h>
/host/spi-builder-workspace/.build/checkouts/Shout/Sources/Shout/Agent.swift:8:8: error: could not build C module 'CSSH'
 6 | //
 7 |
 8 | import CSSH
   |        `- error: could not build C module 'CSSH'
 9 |
10 | /// Direct bindings to libssh2_agent
[423/1377] Compiling Shout SFTP.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/CSSH/shim.h:4:10: error: 'libssh2.h' file not found
2 | #define __CLIBSSH_SHIM_H__
3 |
4 | #include <libssh2.h>
  |          `- error: 'libssh2.h' file not found
5 | #include <libssh2_sftp.h>
6 | #include <libssh2_publickey.h>
/host/spi-builder-workspace/.build/checkouts/Shout/Sources/Shout/Agent.swift:8:8: error: could not build C module 'CSSH'
 6 | //
 7 |
 8 | import CSSH
   |        `- error: could not build C module 'CSSH'
 9 |
10 | /// Direct bindings to libssh2_agent
[423/1377] Wrapping AST for Logging for debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[425/1377] Emitting module Shout
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/CSSH/shim.h:4:10: error: 'libssh2.h' file not found
2 | #define __CLIBSSH_SHIM_H__
3 |
4 | #include <libssh2.h>
  |          `- error: 'libssh2.h' file not found
5 | #include <libssh2_sftp.h>
6 | #include <libssh2_publickey.h>
/host/spi-builder-workspace/.build/checkouts/Shout/Sources/Shout/Agent.swift:8:8: error: could not build C module 'CSSH'
 6 | //
 7 |
 8 | import CSSH
   |        `- error: could not build C module 'CSSH'
 9 |
10 | /// Direct bindings to libssh2_agent
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/CSSH/shim.h:4:10: error: 'libssh2.h' file not found
2 | #define __CLIBSSH_SHIM_H__
3 |
4 | #include <libssh2.h>
  |          `- error: 'libssh2.h' file not found
5 | #include <libssh2_sftp.h>
6 | #include <libssh2_publickey.h>
/host/spi-builder-workspace/.build/checkouts/Shout/Sources/Shout/Agent.swift:8:8: error: could not build C module 'CSSH'
 6 | //
 7 |
 8 | import CSSH
   |        `- error: could not build C module 'CSSH'
 9 |
10 | /// Direct bindings to libssh2_agent
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/CSSH/shim.h:4:10: error: 'libssh2.h' file not found
2 | #define __CLIBSSH_SHIM_H__
3 |
4 | #include <libssh2.h>
  |          `- error: 'libssh2.h' file not found
5 | #include <libssh2_sftp.h>
6 | #include <libssh2_publickey.h>
/host/spi-builder-workspace/.build/checkouts/Shout/Sources/Shout/Agent.swift:8:8: error: could not build C module 'CSSH'
 6 | //
 7 |
 8 | import CSSH
   |        `- error: could not build C module 'CSSH'
 9 |
10 | /// Direct bindings to libssh2_agent
[429/1377] Wrapping AST for InternalCollectionsUtilities for debugging
[430/1377] Wrapping AST for Instrumentation for debugging
[431/1377] Wrapping AST for HeapModule for debugging
[431/1377] Write sources
[435/1377] Compiling BitCollections BitSet+Initializers.swift
[436/1377] Compiling BitCollections BitSet+Invariants.swift
[441/1377] Wrapping AST for DequeModule for debugging
[442/1377] Wrapping AST for OrderedCollections for debugging
[443/1377] Compiling CSystem shims.c
[444/1377] Wrapping AST for CoreMetrics for debugging
[452/1377] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[452/1377] Compiling CVaporBcrypt blf.c
[454/1377] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[455/1377] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[456/1377] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[457/1377] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[458/1377] Compiling BitCollections BitSet+SetAlgebra union.swift
[459/1377] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[460/1377] Compiling BitCollections BitSet.Counted.swift
[460/1377] Compiling CVaporBcrypt bcrypt.c
[461/1377] Compiling CNIOWindows shim.c
[470/1377] Compiling CNIOWASI CNIOWASI.c
[471/1377] Compiling CNIOWindows WSAStartup.c
[473/1377] Compiling Shout Session.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/CSSH/shim.h:4:10: error: 'libssh2.h' file not found
2 | #define __CLIBSSH_SHIM_H__
3 |
4 | #include <libssh2.h>
  |          `- error: 'libssh2.h' file not found
5 | #include <libssh2_sftp.h>
6 | #include <libssh2_publickey.h>
/host/spi-builder-workspace/.build/checkouts/Shout/Sources/Shout/Agent.swift:8:8: error: could not build C module 'CSSH'
 6 | //
 7 |
 8 | import CSSH
   |        `- error: could not build C module 'CSSH'
 9 |
10 | /// Direct bindings to libssh2_agent
[473/1377] Compiling CNIOSHA1 c_nio_sha1.c
[476/1377] Compiling BitCollections BitArray+RandomBits.swift
[477/1377] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[478/1377] Compiling BitCollections BitArray+Shifts.swift
[479/1377] Compiling BitCollections BitArray+Testing.swift
[480/1377] Compiling BitCollections BitArray._UnsafeHandle.swift
[481/1377] Compiling BitCollections BitArray.swift
[482/1377] Compiling BitCollections BitSet+BidirectionalCollection.swift
[483/1377] Compiling BitCollections BitSet+Codable.swift
[485/1377] Compiling CNIOLLHTTP c_nio_llhttp.c
[485/1377] Compiling CNIOLinux shim.c
[485/1377] Compiling CNIOLinux liburing_shims.c
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
warning: 'cssh': ignoring declared target(s) 'CSSH' in the system package
warning: you may be able to install libssh2 using your system-packager:
    apt-get install libssh2-1-dev
warning: you may be able to install libssh2 using your system-packager:
    apt-get install libssh2-1-dev
[0/1] Planning build
Building for debugging...
[0/828] Compiling CNIOExtrasZlib empty.c
[1/828] Compiling CNIODarwin shim.c
[2/828] Compiling CNIOLinux liburing_shims.c
[3/828] Compiling CNIOLLHTTP c_nio_http.c
[4/828] Compiling fiat_p256_adx_mul.S
[5/828] Compiling CNIOLLHTTP c_nio_api.c
[5/828] Compiling CNIOLinux shim.c
[7/828] Compiling fiat_curve25519_adx_square.S
[8/828] Compiling fiat_p256_adx_sqr.S
[9/828] Compiling fiat_curve25519_adx_mul.S
[10/828] Write swift-version-24593BA9C3E375BF.txt
[11/828] Compiling CNIOLLHTTP c_nio_llhttp.c
[12/828] Compiling CNIOBoringSSLShims shims.c
[14/834] Compiling _NIODataStructures _TinyArray.swift
[15/834] Compiling _NIODataStructures PriorityQueue.swift
[16/834] Compiling _NIODataStructures Heap.swift
[17/834] Emitting module _NIODataStructures
[18/835] Compiling _NIOBase64 Base64.swift
[19/835] Emitting module _NIOBase64
[19/835] Compiling tls13_server.cc
[21/836] Compiling tls_record.cc
[23/844] Compiling tls13_both.cc
[24/844] Compiling tls_method.cc
[26/879] Compiling WebErrorKit WebError.swift
[26/879] Compiling tls13_enc.cc
[28/879] Compiling WebErrorKit WebError+Serializable.swift
[29/879] Compiling WebErrorKit String+Codify.swift
[30/879] Compiling WebErrorKit Exports.swift
[31/879] Emitting module WebErrorKit
[32/890] Compiling WebErrorKit WebError+RawRepresentable.swift
[33/890] Compiling WebErrorKit SerializableWebError.swift
[34/890] Compiling WebErrorKit WebErrorContent.swift
[35/895] Compiling ServiceContextModule ServiceContextKey.swift
[36/895] Compiling Socket SocketProtocols.swift
[37/895] Emitting module ServiceContextModule
[38/895] Compiling ServiceContextModule ServiceContext.swift
[38/896] Compiling tls13_client.cc
[41/895] Compiling RealModule ElementaryFunctions.swift
[42/896] Compiling Logging MetadataProvider.swift
[43/896] Compiling Socket SocketUtils.swift
[44/896] Compiling SystemPackage Backcompat.swift
[45/896] Compiling SystemPackage CInterop.swift
[46/896] Compiling SystemPackage Constants.swift
[47/896] Compiling SystemPackage Exports.swift
[48/896] Compiling SystemPackage MachPort.swift
[49/896] Compiling SystemPackage PlatformString.swift
[50/896] Compiling SystemPackage SystemString.swift
[51/896] Compiling SystemPackage Mocking.swift
[52/896] Compiling SystemPackage RawBuffer.swift
[53/896] Compiling SystemPackage Syscalls.swift
[54/896] Compiling SystemPackage WindowsSyscallAdapters.swift
[56/898] Compiling RealModule Real.swift
[57/898] Compiling RealModule RealFunctions.swift
[58/901] Emitting module SystemModel
[59/901] Compiling SystemModel SystemInfo.swift
[60/919] Compiling RealModule Float80+Real.swift
[61/919] Compiling RealModule Float+Real.swift
[62/919] Compiling RealModule Float16+Real.swift
[64/918] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[65/918] Compiling InternalCollectionsUtilities Integer rank.swift
[66/918] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[67/918] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[68/931] Compiling SystemPackage FilePathTempPosix.swift
[69/931] Compiling SystemPackage FilePathTempWindows.swift
[70/931] Compiling SystemPackage FilePathWindows.swift
[71/932] Compiling SystemPackage FilePermissions.swift
[72/937] Compiling Atomics AtomicMemoryOrderings.swift
[73/937] Compiling Atomics DoubleWord.swift
[74/945] Compiling Atomics AtomicStorage.swift
[75/945] Compiling Atomics AtomicValue.swift
[76/945] Compiling Atomics ManagedAtomic.swift
[77/945] Compiling Atomics ManagedAtomicLazyReference.swift
[78/945] Emitting module RealModule
[79/946] Compiling Atomics Primitives.shims.swift
[80/946] Compiling Atomics AtomicInteger.swift
[81/946] Compiling Atomics AtomicOptionalWrappable.swift
[82/948] Compiling Instrumentation NoOpInstrument.swift
[83/948] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[84/948] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[85/948] Emitting module Instrumentation
[87/948] Compiling Instrumentation MultiplexInstrument.swift
[88/948] Compiling Instrumentation Locks.swift
[93/948] Compiling Instrumentation Instrument.swift
[94/948] Compiling Instrumentation InstrumentationSystem.swift
[97/949] Compiling SystemPackage Util+StringArray.swift
[98/949] Compiling SystemPackage Util.swift
[99/949] Compiling SystemPackage UtilConsumers.swift
[100/949] Compiling Atomics OptionalRawRepresentable.swift
[101/949] Compiling Atomics RawRepresentable.swift
[102/949] Compiling Atomics AtomicBool.swift
[103/949] Compiling Atomics IntegerConformances.swift
[104/949] Compiling Atomics PointerConformances.swift
[105/949] Compiling Atomics Primitives.native.swift
[107/949] Compiling Atomics AtomicReference.swift
[118/949] Emitting module SystemPackage
[121/949] Emitting module InternalCollectionsUtilities
[122/949] Emitting module CoreMetrics
[123/949] Compiling Atomics IntegerOperations.swift
[124/949] Compiling Atomics Unmanaged extensions.swift
[128/974] Compiling CoreMetrics Locks.swift
[129/974] Compiling CoreMetrics Metrics.swift
[130/975] Compiling Logging LogHandler.swift
[131/975] Compiling Logging Locks.swift
[132/975] Emitting module Logging
[133/975] Compiling Logging Logging.swift
[135/981] Compiling Algorithms EitherSequence.swift
[136/981] Compiling Algorithms FirstNonNil.swift
[137/981] Compiling Algorithms FlattenCollection.swift
[138/981] Compiling Algorithms Grouped.swift
[140/985] Wrapping AST for SystemPackage for debugging
[142/987] Compiling Tracing InstrumentationSystem+Tracing.swift
[142/987] Wrapping AST for RealModule for debugging
[144/987] Compiling Tracing TracerProtocol.swift
[145/987] Compiling Tracing TracingTime.swift
[146/987] Compiling Tracing Tracer.swift
[147/987] Compiling Tracing TracerProtocol+Legacy.swift
[148/993] Emitting module Metrics
[149/993] Compiling Metrics Metrics.swift
[150/994] Compiling RoutingKit Router.swift
[152/1021] Compiling _RopeModule BigString+Chunk.swift
[153/1021] Compiling _RopeModule BigString+BidirectionalCollection.swift
[154/1021] Compiling _RopeModule BigString+Comparable.swift
[155/1044] Compiling RoutingKit AnyRouter.swift
[156/1053] Compiling RoutingKit Parameters.swift
[157/1064] Emitting module RoutingKit
[158/1064] Compiling RoutingKit PathComponent.swift
[159/1064] Compiling RoutingKit TrieRouter.swift
[160/1065] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[161/1065] Compiling _RopeModule BigString+CustomStringConvertible.swift
[162/1065] Compiling _RopeModule BigString+Equatable.swift
[163/1066] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[164/1066] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[165/1066] Compiling _RopeModule BigString+Chunk+Splitting.swift
[166/1120] Compiling OrderedCollections _HashTable+Testing.swift
[167/1120] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[168/1120] Compiling OrderedCollections _HashTable.swift
[169/1120] Compiling OrderedCollections _Hashtable+Header.swift
[170/1120] Compiling Tracing NoOpTracer.swift
[171/1120] Emitting module Tracing
[172/1120] Compiling OrderedCollections OrderedDictionary+Codable.swift
[173/1120] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[174/1120] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[175/1120] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[176/1120] Compiling Tracing SpanProtocol.swift
[178/1120] Compiling OrderedCollections OrderedSet+Initializers.swift
[179/1120] Compiling OrderedCollections OrderedSet+Insertions.swift
[180/1120] Compiling OrderedCollections OrderedSet+Invariants.swift
[182/1120] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[183/1120] Compiling OrderedCollections OrderedDictionary+Elements.swift
[184/1120] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[185/1126] Compiling HeapModule Heap+Invariants.swift
[186/1126] Compiling HeapModule Heap+Descriptions.swift
[187/1126] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[188/1126] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[189/1126] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[190/1126] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[191/1126] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[192/1126] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[193/1126] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[194/1126] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[195/1195] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[196/1195] Compiling HashTreeCollections TreeSet+Debugging.swift
[197/1195] Compiling HashTreeCollections TreeSet+Descriptions.swift
[198/1195] Compiling HashTreeCollections TreeSet+Equatable.swift
[199/1195] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[200/1195] Compiling HashTreeCollections TreeSet+Extras.swift
[201/1195] Compiling HashTreeCollections TreeSet+Filter.swift
[202/1209] Compiling HashTreeCollections _HashNode+Invariants.swift
[203/1209] Compiling HashTreeCollections _HashNode+Lookups.swift
[204/1209] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[205/1209] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[206/1209] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[207/1209] Compiling HashTreeCollections _HashNode+Structural union.swift
[208/1209] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[209/1209] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[210/1209] Compiling HeapModule Heap.swift
[211/1209] Compiling HeapModule _HeapNode.swift
[212/1209] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[213/1209] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[214/1209] Compiling HashTreeCollections _HashNode.swift
[215/1209] Compiling HashTreeCollections _HashNodeHeader.swift
[216/1209] Compiling HashTreeCollections _HashSlot.swift
[217/1209] Compiling HashTreeCollections _HashStack.swift
[218/1209] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[219/1209] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[220/1209] Emitting module Socket
[221/1209] Compiling Socket Socket.swift
[222/1210] Compiling HeapModule Heap+UnsafeHandle.swift
[223/1210] Emitting module HeapModule
[224/1211] Compiling HashTreeCollections _AncestorHashSlots.swift
[225/1211] Compiling HashTreeCollections _Bitmap.swift
[226/1211] Compiling HashTreeCollections _Bucket.swift
[227/1211] Compiling HashTreeCollections _Hash.swift
[228/1211] Compiling HashTreeCollections _HashLevel.swift
[229/1211] Compiling HashTreeCollections _HashNode+Builder.swift
[230/1211] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[231/1211] Compiling HashTreeCollections TreeDictionary+Merge.swift
[232/1211] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[233/1211] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[234/1211] Compiling HashTreeCollections TreeDictionary+Values.swift
[235/1211] Compiling HashTreeCollections TreeDictionary.swift
[236/1211] Compiling HashTreeCollections TreeSet+Codable.swift
[237/1211] Compiling HashTreeCollections TreeSet+Collection.swift
[238/1211] Compiling HashTreeCollections _HashNode+Storage.swift
[239/1211] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[240/1211] Compiling HashTreeCollections _HashNode+Structural filter.swift
[241/1211] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[242/1211] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[243/1211] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[244/1211] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[245/1211] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[252/1211] Compiling HashTreeCollections _HashNode+Debugging.swift
[253/1211] Compiling HashTreeCollections _HashNode+Initializers.swift
[255/1210] Compiling HashTreeCollections TreeSet+Hashable.swift
[256/1210] Compiling HashTreeCollections TreeSet+Sendable.swift
[257/1210] Compiling HashTreeCollections TreeSet+Sequence.swift
[258/1210] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[259/1210] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[260/1210] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[261/1210] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[262/1210] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[263/1210] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[264/1210] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[274/1220] Compiling t1_enc.cc
[287/1253] Emitting module Atomics
[289/1254] Compiling DequeModule Deque+CustomReflectable.swift
[290/1254] Compiling DequeModule Deque+Descriptions.swift
[291/1256] Compiling DequeModule _DequeBuffer.swift
[292/1256] Compiling DequeModule _DequeBufferHeader.swift
[308/1256] Compiling HashTreeCollections _HashTreeIterator.swift
[309/1256] Compiling HashTreeCollections _HashTreeStatistics.swift
[310/1256] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[311/1309] Compiling Shout SSHAuthMethod.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/CSSH/shim.h:4:10: error: 'libssh2.h' file not found
2 | #define __CLIBSSH_SHIM_H__
3 |
4 | #include <libssh2.h>
  |          `- error: 'libssh2.h' file not found
5 | #include <libssh2_sftp.h>
6 | #include <libssh2_publickey.h>
/host/spi-builder-workspace/.build/checkouts/Shout/Sources/Shout/Agent.swift:8:8: error: could not build C module 'CSSH'
 6 | //
 7 |
 8 | import CSSH
   |        `- error: could not build C module 'CSSH'
 9 |
10 | /// Direct bindings to libssh2_agent
[312/1309] Compiling Shout ReadWrite.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/CSSH/shim.h:4:10: error: 'libssh2.h' file not found
2 | #define __CLIBSSH_SHIM_H__
3 |
4 | #include <libssh2.h>
  |          `- error: 'libssh2.h' file not found
5 | #include <libssh2_sftp.h>
6 | #include <libssh2_publickey.h>
/host/spi-builder-workspace/.build/checkouts/Shout/Sources/Shout/Agent.swift:8:8: error: could not build C module 'CSSH'
 6 | //
 7 |
 8 | import CSSH
   |        `- error: could not build C module 'CSSH'
 9 |
10 | /// Direct bindings to libssh2_agent
[312/1309] Wrapping AST for Logging for debugging
[314/1310] Compiling Shout SSHError.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/CSSH/shim.h:4:10: error: 'libssh2.h' file not found
2 | #define __CLIBSSH_SHIM_H__
3 |
4 | #include <libssh2.h>
  |          `- error: 'libssh2.h' file not found
5 | #include <libssh2_sftp.h>
6 | #include <libssh2_publickey.h>
/host/spi-builder-workspace/.build/checkouts/Shout/Sources/Shout/Agent.swift:8:8: error: could not build C module 'CSSH'
 6 | //
 7 |
 8 | import CSSH
   |        `- error: could not build C module 'CSSH'
 9 |
10 | /// Direct bindings to libssh2_agent
[315/1310] Compiling BitCollections BitArray+BitwiseOperations.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/CSSH/shim.h:4:10: error: 'libssh2.h' file not found
2 | #define __CLIBSSH_SHIM_H__
3 |
4 | #include <libssh2.h>
  |          `- error: 'libssh2.h' file not found
5 | #include <libssh2_sftp.h>
6 | #include <libssh2_publickey.h>
/host/spi-builder-workspace/.build/checkouts/Shout/Sources/Shout/Agent.swift:8:8: error: could not build C module 'CSSH'
 6 | //
 7 |
 8 | import CSSH
   |        `- error: could not build C module 'CSSH'
 9 |
10 | /// Direct bindings to libssh2_agent
[316/1310] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/CSSH/shim.h:4:10: error: 'libssh2.h' file not found
2 | #define __CLIBSSH_SHIM_H__
3 |
4 | #include <libssh2.h>
  |          `- error: 'libssh2.h' file not found
5 | #include <libssh2_sftp.h>
6 | #include <libssh2_publickey.h>
/host/spi-builder-workspace/.build/checkouts/Shout/Sources/Shout/Agent.swift:8:8: error: could not build C module 'CSSH'
 6 | //
 7 |
 8 | import CSSH
   |        `- error: could not build C module 'CSSH'
 9 |
10 | /// Direct bindings to libssh2_agent
[317/1310] Compiling Shout FilePermissions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/CSSH/shim.h:4:10: error: 'libssh2.h' file not found
2 | #define __CLIBSSH_SHIM_H__
3 |
4 | #include <libssh2.h>
  |          `- error: 'libssh2.h' file not found
5 | #include <libssh2_sftp.h>
6 | #include <libssh2_publickey.h>
/host/spi-builder-workspace/.build/checkouts/Shout/Sources/Shout/Agent.swift:8:8: error: could not build C module 'CSSH'
 6 | //
 7 |
 8 | import CSSH
   |        `- error: could not build C module 'CSSH'
 9 |
10 | /// Direct bindings to libssh2_agent
[318/1310] Compiling Shout SFTP.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/CSSH/shim.h:4:10: error: 'libssh2.h' file not found
2 | #define __CLIBSSH_SHIM_H__
3 |
4 | #include <libssh2.h>
  |          `- error: 'libssh2.h' file not found
5 | #include <libssh2_sftp.h>
6 | #include <libssh2_publickey.h>
/host/spi-builder-workspace/.build/checkouts/Shout/Sources/Shout/Agent.swift:8:8: error: could not build C module 'CSSH'
 6 | //
 7 |
 8 | import CSSH
   |        `- error: could not build C module 'CSSH'
 9 |
10 | /// Direct bindings to libssh2_agent
[319/1310] Compiling Shout SSH.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/CSSH/shim.h:4:10: error: 'libssh2.h' file not found
2 | #define __CLIBSSH_SHIM_H__
3 |
4 | #include <libssh2.h>
  |          `- error: 'libssh2.h' file not found
5 | #include <libssh2_sftp.h>
6 | #include <libssh2_publickey.h>
/host/spi-builder-workspace/.build/checkouts/Shout/Sources/Shout/Agent.swift:8:8: error: could not build C module 'CSSH'
 6 | //
 7 |
 8 | import CSSH
   |        `- error: could not build C module 'CSSH'
 9 |
10 | /// Direct bindings to libssh2_agent
[320/1310] Compiling _RopeModule _CharacterRecognizer.swift
[321/1310] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[322/1310] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[323/1310] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[324/1310] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[325/1310] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[326/1310] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[327/1310] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[328/1310] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[329/1310] Compiling HashTreeCollections TreeSet.swift
[329/1310] Wrapping AST for InternalCollectionsUtilities for debugging
[331/1310] Compiling BitCollections BitArray+Copy.swift
[332/1310] Compiling BitCollections BitArray+CustomReflectable.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[333/1310] Emitting module Shout
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/CSSH/shim.h:4:10: error: 'libssh2.h' file not found
2 | #define __CLIBSSH_SHIM_H__
3 |
4 | #include <libssh2.h>
  |          `- error: 'libssh2.h' file not found
5 | #include <libssh2_sftp.h>
6 | #include <libssh2_publickey.h>
/host/spi-builder-workspace/.build/checkouts/Shout/Sources/Shout/Agent.swift:8:8: error: could not build C module 'CSSH'
 6 | //
 7 |
 8 | import CSSH
   |        `- error: could not build C module 'CSSH'
 9 |
10 | /// Direct bindings to libssh2_agent
[336/1310] Compiling BitCollections BitArray+Codable.swift
[337/1310] Compiling BitCollections BitArray+Collection.swift
[338/1310] Compiling BitCollections BitSet+Random.swift
[339/1310] Compiling BitCollections BitSet+SetAlgebra basics.swift
[340/1310] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[341/1310] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[342/1310] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[343/1310] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[344/1310] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[345/1310] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[346/1310] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[347/1310] Compiling BitCollections BitSet+SetAlgebra union.swift
[348/1310] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[355/1310] Compiling BitCollections BitArray+Descriptions.swift
[356/1310] Compiling BitCollections BitArray+Equatable.swift
[357/1310] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[358/1310] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[359/1310] Compiling BitCollections BitArray+Invariants.swift
[360/1310] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[360/1310] Wrapping AST for HeapModule for debugging
[362/1310] Emitting module Algorithms
[367/1311] Compiling BitCollections BitArray+Hashable.swift
[368/1311] Compiling BitCollections BitArray+Initializers.swift
[376/1311] Emitting module OrderedCollections
[378/1312] Wrapping AST for CoreMetrics for debugging
[382/1312] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[383/1312] Compiling BitCollections BitSet+CustomReflectable.swift
[384/1312] Compiling BitCollections BitSet+CustomStringConvertible.swift
[385/1312] Compiling BitCollections BitSet+Equatable.swift
[386/1312] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[387/1312] Compiling BitCollections BitSet+Extras.swift
[388/1312] Compiling BitCollections BitSet+Hashable.swift
[395/1319] Compiling BitCollections BitSet.Counted.swift
[396/1319] Compiling BitCollections BitSet+Initializers.swift
[397/1319] Compiling BitCollections BitSet+Invariants.swift
[403/1319] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[404/1319] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[405/1319] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[406/1319] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[407/1319] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[408/1319] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[409/1319] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[413/1319] Compiling _RopeModule Rope+Join.swift
[414/1319] Compiling _RopeModule Rope+MutatingForEach.swift
[415/1319] Compiling _RopeModule Rope+Remove.swift
[416/1319] Compiling _RopeModule Rope+RemoveSubrange.swift
[417/1319] Compiling _RopeModule Rope+Split.swift
[418/1319] Compiling _RopeModule Optional Utilities.swift
[419/1319] Compiling _RopeModule String Utilities.swift
[420/1319] Compiling _RopeModule String.Index+ABI.swift
[421/1319] Emitting module _RopeModule
[422/1319] Compiling Shout Session.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/CSSH/shim.h:4:10: error: 'libssh2.h' file not found
2 | #define __CLIBSSH_SHIM_H__
3 |
4 | #include <libssh2.h>
  |          `- error: 'libssh2.h' file not found
5 | #include <libssh2_sftp.h>
6 | #include <libssh2_publickey.h>
/host/spi-builder-workspace/.build/checkouts/Shout/Sources/Shout/Agent.swift:8:8: error: could not build C module 'CSSH'
 6 | //
 7 |
 8 | import CSSH
   |        `- error: could not build C module 'CSSH'
 9 |
10 | /// Direct bindings to libssh2_agent
[422/1319] Compiling ssl_x509.cc
[433/1319] Compiling BitCollections BitSet+BidirectionalCollection.swift
[434/1319] Compiling BitCollections BitSet+Codable.swift
[444/1319] Compiling BitCollections BitArray._UnsafeHandle.swift
[445/1319] Compiling BitCollections BitArray.swift
[453/1319] Compiling ssl_transcript.cc
[453/1319] Compiling ssl_versions.cc
BUILD FAILURE 6.1 linux