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 0.0.6 (16f128), with Swift 6.1 for Linux on 25 Apr 2025 09:54:18 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/einstore/systemator.git
Reference: 0.0.6
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
 * tag               0.0.6      -> FETCH_HEAD
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 0.0.6
========================================
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-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/Einstore/ShellKit.git
Fetching https://github.com/swift-server/async-http-client.git
[1/273] Fetching shellkit
[274/14047] Fetching shellkit, async-http-client
[2203/88345] Fetching shellkit, async-http-client, vapor
Fetched https://github.com/swift-server/async-http-client.git from cache (1.05s)
[63427/74571] Fetching shellkit, vapor
Fetched https://github.com/Einstore/ShellKit.git from cache (1.93s)
Fetched https://github.com/vapor/vapor.git from cache (1.97s)
Computing version for https://github.com/Einstore/ShellKit.git
Computed https://github.com/Einstore/ShellKit.git at 1.6.0 (2.63s)
Fetching https://github.com/Einstore/WebErrorKit.git
Fetching https://github.com/Einstore/Shout.git
Fetching https://github.com/apple/swift-nio.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 (3.65s)
Fetched https://github.com/Einstore/Shout.git from cache (3.65s)
Fetched https://github.com/apple/swift-nio.git from cache (3.74s)
Computing version for https://github.com/Einstore/Shout.git
Computed https://github.com/Einstore/Shout.git at 0.5.1 (6.61s)
Fetching https://github.com/IBM-Swift/BlueSocket
Fetching https://github.com/jakeheis/CSSH
[1/26] Fetching cssh
[23/2968] Fetching cssh, bluesocket
Fetched https://github.com/jakeheis/CSSH from cache (0.34s)
Fetched https://github.com/IBM-Swift/BlueSocket from cache (0.34s)
Computing version for https://github.com/Einstore/WebErrorKit.git
Computed https://github.com/Einstore/WebErrorKit.git at 0.0.1 (1.51s)
Computing version for https://github.com/jakeheis/CSSH
Computed https://github.com/jakeheis/CSSH at 1.0.3 (0.45s)
Computing version for https://github.com/IBM-Swift/BlueSocket
Computed https://github.com/IBM-Swift/BlueSocket at 1.0.200 (0.49s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (0.73s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-collections.git
[1/1705] Fetching swift-atomics
[1297/17947] Fetching swift-atomics, swift-collections
[2519/22300] Fetching swift-atomics, swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.47s)
[6091/17947] Fetching swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (1.07s)
Fetched https://github.com/apple/swift-collections.git from cache (1.09s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.59s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.43s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.65s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (0.50s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/5662] Fetching swift-nio-extras
[2/9498] Fetching swift-nio-extras, swift-log
[818/12102] Fetching swift-nio-extras, swift-log, swift-nio-transport-services
[3310/18005] Fetching swift-nio-extras, swift-log, swift-nio-transport-services, swift-algorithms
[13874/29497] Fetching swift-nio-extras, swift-log, swift-nio-transport-services, swift-algorithms, swift-nio-http2
[17383/44290] Fetching swift-nio-extras, swift-log, swift-nio-transport-services, swift-algorithms, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-algorithms.git from cache (0.53s)
[17228/38387] Fetching swift-nio-extras, swift-log, swift-nio-transport-services, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.25s)
Fetched https://github.com/apple/swift-log.git from cache (2.62s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (2.62s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (2.62s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.64s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (3.16s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.83s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.38s)
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.57s)
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.91s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.67s)
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.59s)
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-structured-headers.git from cache (0.20s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.22s)
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.81s)
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.64s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.114.1 (0.72s)
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/vapor/routing-kit.git
[1/1059] Fetching swift-service-context
[1060/4255] Fetching swift-service-context, multipart-kit
[2179/9225] Fetching swift-service-context, multipart-kit, swift-distributed-tracing
[2329/29948] Fetching swift-service-context, multipart-kit, swift-distributed-tracing, routing-kit
[2330/32148] Fetching swift-service-context, multipart-kit, swift-distributed-tracing, routing-kit, swift-metrics
[3006/34681] Fetching swift-service-context, multipart-kit, swift-distributed-tracing, routing-kit, swift-metrics, websocket-kit
Fetched https://github.com/apple/swift-metrics.git from cache (0.63s)
Fetching https://github.com/apple/swift-crypto.git
[30436/32481] Fetching swift-service-context, multipart-kit, swift-distributed-tracing, routing-kit, websocket-kit
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.49s)
Fetching https://github.com/vapor/console-kit.git
Fetched https://github.com/vapor/routing-kit.git from cache (1.51s)
[1/13784] Fetching swift-crypto
Fetching https://github.com/vapor/async-kit.git
Fetched https://github.com/apple/swift-service-context.git from cache (1.65s)
Fetched https://github.com/vapor/websocket-kit.git from cache (1.65s)
Fetched https://github.com/vapor/multipart-kit.git from cache (1.71s)
[3310/16154] Fetching swift-crypto, async-kit
[3903/21639] Fetching swift-crypto, async-kit, console-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.31s)
[9345/19269] Fetching swift-crypto, console-kit
Fetched https://github.com/vapor/console-kit.git from cache (0.45s)
[5101/13784] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.67s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.1 (4.16s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.15.0 (0.71s)
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.45s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.6.1 (0.48s)
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.61s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.70s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.55s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (1.02s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.78s)
Fetching https://github.com/apple/swift-asn1.git
[1/1573] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.31s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.11s)
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/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-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-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-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-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-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.6.1
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/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/Einstore/WebErrorKit.git
Working copy of https://github.com/Einstore/WebErrorKit.git resolved at 0.0.1
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/jakeheis/CSSH
Working copy of https://github.com/jakeheis/CSSH resolved at 1.0.3
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/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-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-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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-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.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.0
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
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/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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.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
[8/907] Compiling a_object.cc
[8/907] Write sources
[10/907] Compiling a_octet.cc
[10/907] Write sources
[15/907] Write swift-version-24593BA9C3E375BF.txt
[16/907] Write sources
[17/907] Compiling a_strex.cc
[18/907] Compiling _NumericsShims _NumericsShims.c
[19/907] Compiling mlkem.cc
[20/907] Write sources
[23/907] Compiling _AtomicsShims.c
[23/907] Write sources
[41/907] Compiling obj.cc
[42/909] Compiling pem_x509.cc
[43/918] Compiling pem_xaux.cc
[44/918] Write sources
[57/945] Emitting module _NIOBase64
[58/945] Emitting module SystemModel
[59/945] Compiling Logging LogHandler.swift
[60/945] Compiling ServiceContextModule ServiceContext.swift
[61/945] Compiling WebErrorKit WebError.swift
[62/945] Compiling _NIOBase64 Base64.swift
[63/945] Emitting module ServiceContextModule
[64/946] Compiling ServiceContextModule ServiceContextKey.swift
[65/946] Compiling WebErrorKit String+Codify.swift
[66/946] Compiling WebErrorKit WebErrorContent.swift
[67/946] Compiling WebErrorKit SerializableWebError.swift
[68/947] Compiling RealModule Float+Real.swift
[69/947] Compiling RealModule Float16+Real.swift
[70/948] Compiling _NIODataStructures PriorityQueue.swift
[71/948] Compiling _NIODataStructures _TinyArray.swift
[73/948] Compiling WebErrorKit WebError+RawRepresentable.swift
[74/948] Compiling WebErrorKit WebError+Serializable.swift
[75/948] Compiling RealModule AugmentedArithmetic.swift
[76/948] Compiling RealModule Double+Real.swift
[77/948] Compiling RealModule ElementaryFunctions.swift
[77/948] Write sources
[79/948] Compiling RealModule AlgebraicField.swift
[80/948] Compiling RealModule ApproximateEquality.swift
[81/948] Emitting module RealModule
[82/948] Compiling RealModule Float80+Real.swift
[83/948] Compiling RealModule Real.swift
[85/948] Compiling RealModule RealFunctions.swift
[85/949] Wrapping AST for _NIOBase64 for debugging
[87/949] Write sources
[99/949] Wrapping AST for ServiceContextModule for debugging
[100/949] Compiling CVaporBcrypt blf.c
[102/969] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[103/969] Compiling InternalCollectionsUtilities Specialize.swift
[104/977] Emitting module Instrumentation
[105/977] Compiling Instrumentation Instrument.swift
[106/977] Compiling Instrumentation NoOpInstrument.swift
[107/977] Compiling InternalCollectionsUtilities _SortedCollection.swift
[108/977] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[109/977] Compiling InternalCollectionsUtilities Debugging.swift
[110/977] Compiling InternalCollectionsUtilities Descriptions.swift
[111/977] Compiling Instrumentation MultiplexInstrument.swift
[112/977] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[113/977] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[114/977] Emitting module InternalCollectionsUtilities
[115/977] Compiling Instrumentation InstrumentationSystem.swift
[116/977] Compiling Instrumentation Locks.swift
[117/978] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[118/978] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[119/978] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[120/978] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[121/978] Compiling InternalCollectionsUtilities Integer rank.swift
[122/978] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[123/978] Compiling Logging Locks.swift
[124/978] Emitting module CoreMetrics
[125/978] Emitting module Logging
[126/978] Compiling Logging MetadataProvider.swift
[127/978] Emitting module _NIODataStructures
[128/978] Compiling _NIODataStructures Heap.swift
[129/979] Compiling Logging Logging.swift
[131/980] Emitting module WebErrorKit
[132/980] Compiling WebErrorKit Exports.swift
[135/981] Compiling SystemModel SystemInfo.swift
[136/990] Wrapping AST for RealModule for debugging
[138/990] Wrapping AST for Instrumentation for debugging
[140/990] Compiling Socket SocketProtocols.swift
[141/990] Compiling Socket SocketUtils.swift
[141/990] Wrapping AST for WebErrorKit for debugging
[143/990] Compiling InternalCollectionsUtilities UInt+reversed.swift
[144/990] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[145/990] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[146/990] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[146/990] Wrapping AST for _NIODataStructures for debugging
[147/991] Wrapping AST for Logging for debugging
[148/997] Wrapping AST for SystemModel for debugging
[150/997] Compiling CVaporBcrypt bcrypt.c
[152/997] Emitting module Socket
[153/997] Compiling Socket Socket.swift
[154/997] Compiling Tracing TracerProtocol.swift
[155/997] Compiling Tracing TracingTime.swift
[155/998] Compiling CNIOWindows WSAStartup.c
[156/998] Compiling CSystem shims.c
[157/998] Compiling CNIOWindows shim.c
[158/998] Compiling CNIOWASI CNIOWASI.c
[160/998] Compiling CoreMetrics Locks.swift
[161/998] Compiling CoreMetrics Metrics.swift
[161/998] Compiling CNIOSHA1 c_nio_sha1.c
[162/999] Compiling CNIOLinux liburing_shims.c
[165/999] Emitting module RoutingKit
[166/999] Compiling RoutingKit AnyRouter.swift
[166/999] Compiling CNIOLinux shim.c
[167/999] Compiling CNIOLLHTTP c_nio_http.c
[169/999] Compiling RoutingKit PathComponent.swift
[170/999] Compiling RoutingKit Parameters.swift
[172/999] Compiling Tracing TracerProtocol+Legacy.swift
[173/1023] Compiling Tracing Tracer.swift
[174/1023] Compiling Tracing NoOpTracer.swift
[175/1023] Compiling Tracing InstrumentationSystem+Tracing.swift
[176/1023] Emitting module Tracing
[177/1023] Compiling Tracing SpanProtocol.swift
[177/1028] Compiling CNIOLLHTTP c_nio_api.c
[178/1028] Compiling CNIOExtrasZlib empty.c
[180/1028] Compiling RoutingKit TrieRouter.swift
[181/1028] Compiling RoutingKit Router.swift
[182/1028] Compiling CNIODarwin shim.c
[183/1029] Compiling CNIOLLHTTP c_nio_llhttp.c
[185/1029] Compiling fiat_p256_adx_sqr.S
[186/1029] Compiling fiat_p256_adx_mul.S
[187/1140] Compiling CNIOBoringSSLShims shims.c
[189/1170] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[190/1170] Compiling HeapModule Heap+Descriptions.swift
[191/1170] Emitting module Metrics
[192/1170] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[193/1170] Compiling OrderedCollections OrderedDictionary+Elements.swift
[194/1170] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[195/1170] Compiling OrderedCollections OrderedDictionary+Values.swift
[196/1170] Compiling OrderedCollections OrderedDictionary.swift
[197/1170] Compiling OrderedCollections OrderedSet+Codable.swift
[198/1170] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[199/1221] Compiling HeapModule _HeapNode.swift
[200/1249] Compiling Metrics Metrics.swift
[201/1263] Emitting module SystemPackage
[202/1265] Compiling DequeModule Deque+Testing.swift
[203/1265] Compiling DequeModule Deque._Storage.swift
[204/1265] Compiling DequeModule Deque._UnsafeHandle.swift
[205/1265] Compiling DequeModule Deque.swift
[206/1265] Compiling HashTreeCollections _HashNode+Invariants.swift
[207/1265] Compiling HashTreeCollections _HashNode+Lookups.swift
[208/1265] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[209/1265] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[210/1265] Compiling HashTreeCollections _HashLevel.swift
[211/1265] Compiling HashTreeCollections _HashNode+Builder.swift
[212/1265] Compiling HashTreeCollections _HashNode+Debugging.swift
[213/1265] Compiling HashTreeCollections _HashNode+Initializers.swift
[214/1265] Compiling HeapModule Heap.swift
[216/1265] Compiling HeapModule Heap+Invariants.swift
[217/1265] Compiling HeapModule Heap+UnsafeHandle.swift
[218/1265] Emitting module HeapModule
[219/1266] Compiling DequeModule Deque+Equatable.swift
[220/1266] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[221/1266] Compiling DequeModule Deque+CustomReflectable.swift
[222/1266] Compiling DequeModule Deque+Descriptions.swift
[223/1268] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[224/1268] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[225/1268] Compiling HashTreeCollections TreeDictionary+Keys.swift
[226/1268] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[227/1268] Compiling HashTreeCollections TreeDictionary+Merge.swift
[228/1268] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[229/1268] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[230/1275] Compiling DequeModule Deque+Codable.swift
[231/1275] Compiling DequeModule Deque+Collection.swift
[235/1275] Compiling DequeModule _DequeBuffer.swift
[236/1275] Compiling DequeModule _DequeBufferHeader.swift
[236/1275] Wrapping AST for Tracing for debugging
[237/1275] Wrapping AST for Socket for debugging
[239/1275] Compiling HashTreeCollections _HashStack.swift
[240/1275] Compiling HashTreeCollections _HashTreeIterator.swift
[241/1275] Compiling HashTreeCollections _HashTreeStatistics.swift
[242/1275] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[243/1275] Compiling HashTreeCollections _RawHashNode.swift
[244/1275] Compiling HashTreeCollections _UnmanagedHashNode.swift
[245/1275] Compiling HashTreeCollections _UnsafePath.swift
[245/1275] Wrapping AST for RoutingKit for debugging
[247/1275] Compiling DequeModule Deque+Extras.swift
[248/1275] Compiling DequeModule Deque+Hashable.swift
[248/1275] Wrapping AST for Metrics for debugging
[250/1275] Compiling HashTreeCollections TreeSet+Hashable.swift
[251/1275] Compiling HashTreeCollections TreeSet+Sendable.swift
[252/1275] Compiling HashTreeCollections TreeSet+Sequence.swift
[253/1275] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[254/1275] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[255/1275] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[256/1275] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[257/1275] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[258/1275] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[259/1275] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[266/1285] Compiling DequeModule _DequeSlot.swift
[267/1285] Compiling DequeModule _UnsafeWrappedBuffer.swift
[275/1285] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[279/1285] Wrapping AST for InternalCollectionsUtilities for debugging
[281/1285] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[282/1285] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[283/1285] Compiling HashTreeCollections _HashNode.swift
[283/1286] Wrapping AST for HeapModule for debugging
[284/1286] Wrapping AST for CoreMetrics for debugging
[288/1286] Compiling fiat_curve25519_adx_square.S
[290/1286] Compiling HashTreeCollections TreeDictionary+Codable.swift
[291/1286] Compiling HashTreeCollections TreeDictionary+Collection.swift
[292/1286] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[293/1286] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[294/1286] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[295/1286] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[296/1286] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[297/1286] Compiling HashTreeCollections TreeDictionary+Filter.swift
[298/1286] Compiling HashTreeCollections _HashNode+Structural union.swift
[299/1286] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[300/1286] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[304/1286] Compiling HashTreeCollections _HashNodeHeader.swift
[305/1286] Compiling HashTreeCollections _HashSlot.swift
[309/1286] Compiling fiat_curve25519_adx_mul.S
[311/1286] Compiling OrderedCollections OrderedSet+SubSequence.swift
[312/1286] Compiling OrderedCollections OrderedSet+Testing.swift
[313/1286] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[314/1286] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[315/1286] Compiling OrderedCollections OrderedSet.swift
[316/1286] Compiling OrderedCollections _UnsafeBitset.swift
[317/1286] Compiling HashTreeCollections TreeSet+Equatable.swift
[318/1286] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[319/1286] Compiling HashTreeCollections TreeSet+Extras.swift
[320/1286] Compiling HashTreeCollections TreeSet+Filter.swift
[320/1286] Wrapping AST for SystemPackage for debugging
[341/1286] Emitting module DequeModule
[354/1296] Compiling OrderedCollections OrderedSet+Sendable.swift
[363/1296] Compiling _RopeModule _CharacterRecognizer.swift
[364/1296] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[365/1296] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[366/1296] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[367/1296] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[368/1296] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[369/1296] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[370/1296] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[371/1296] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[372/1296] Compiling HashTreeCollections TreeSet.swift
[411/1296] Emitting module OrderedCollections
[412/1297] 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
[413/1297] 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
[414/1298] 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
[415/1298] 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
[417/1298] 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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[418/1298] 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
[421/1298] 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
[421/1298] Compiling tls_record.cc
[422/1298] Compiling tls_method.cc
[424/1298] Emitting module _RopeModule
[424/1298] Wrapping AST for DequeModule for debugging
[426/1298] Emitting module HashTreeCollections
[426/1298] Compiling tls13_server.cc
[427/1298] Compiling tls13_enc.cc
[429/1298] 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
[429/1298] Wrapping AST for OrderedCollections for debugging
[429/1298] Compiling t1_enc.cc
[429/1298] Compiling tls13_both.cc
[429/1298] Compiling ssl_x509.cc
[429/1298] Compiling tls13_client.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
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/798] Write sources
[4/816] Compiling tls13_client.cc
[5/816] Compiling ssl_transcript.cc
[6/816] Compiling tls13_both.cc
[7/816] Compiling t1_enc.cc
[8/816] Write swift-version-24593BA9C3E375BF.txt
[9/816] Compiling ssl_session.cc
[10/816] Compiling ssl_versions.cc
[11/816] Compiling ssl_stat.cc
[12/830] Compiling ssl_x509.cc
[14/830] Compiling WebErrorKit WebError+RawRepresentable.swift
[15/830] Compiling WebErrorKit WebError+Serializable.swift
[16/830] Compiling WebErrorKit WebErrorContent.swift
[17/835] Compiling WebErrorKit SerializableWebError.swift
[18/835] Compiling WebErrorKit WebError.swift
[19/858] Emitting module WebErrorKit
[20/858] Compiling WebErrorKit Exports.swift
[21/858] Compiling WebErrorKit String+Codify.swift
[22/859] Emitting module _NIODataStructures
[24/858] Compiling _NIOBase64 Base64.swift
[25/858] Emitting module _NIOBase64
[26/859] Compiling _NIODataStructures PriorityQueue.swift
[27/859] Compiling _NIODataStructures Heap.swift
[29/859] Compiling _NIODataStructures _TinyArray.swift
[30/867] Compiling ssl_file.cc
[32/867] Emitting module SystemPackage
[33/870] Compiling SystemPackage FilePathTempPosix.swift
[34/870] Compiling SystemPackage FilePathTempWindows.swift
[35/870] Compiling SystemPackage FilePathWindows.swift
[36/870] Compiling SystemPackage FilePermissions.swift
[36/870] Compiling ssl_key_share.cc
[37/870] Compiling ssl_privkey.cc
[39/870] Compiling ServiceContextModule ServiceContextKey.swift
[40/870] Emitting module ServiceContextModule
[41/870] Compiling ServiceContextModule ServiceContext.swift
[42/870] Compiling SystemPackage Mocking.swift
[43/870] Compiling SystemPackage RawBuffer.swift
[44/870] Compiling SystemPackage Syscalls.swift
[45/870] Compiling SystemPackage WindowsSyscallAdapters.swift
[46/870] Compiling SystemPackage Backcompat.swift
[47/870] Compiling SystemPackage CInterop.swift
[48/870] Compiling SystemPackage Constants.swift
[49/870] Compiling SystemPackage Exports.swift
[50/870] Compiling SystemPackage MachPort.swift
[51/870] Compiling SystemPackage PlatformString.swift
[52/870] Compiling SystemPackage SystemString.swift
[53/872] Compiling SystemPackage FilePathParsing.swift
[54/872] Compiling SystemPackage FilePathString.swift
[55/872] Compiling SystemPackage FilePathSyntax.swift
[56/872] Compiling SystemPackage FilePathTemp.swift
[57/903] Compiling ssl_lib.cc
[59/903] Compiling RealModule Real.swift
[60/903] Emitting module SystemModel
[61/903] Compiling SystemModel SystemInfo.swift
[62/904] Compiling Socket SocketProtocols.swift
[63/904] Compiling Socket SocketUtils.swift
[65/904] Compiling Logging MetadataProvider.swift
[66/905] Compiling SystemPackage Util+StringArray.swift
[67/905] Compiling SystemPackage Util.swift
[68/905] Compiling SystemPackage UtilConsumers.swift
[69/905] Compiling InternalCollectionsUtilities _SortedCollection.swift
[70/905] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[71/905] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[72/905] Compiling InternalCollectionsUtilities Specialize.swift
[73/905] Compiling InternalCollectionsUtilities Debugging.swift
[74/905] Compiling InternalCollectionsUtilities Descriptions.swift
[75/905] Compiling RealModule RealFunctions.swift
[76/905] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[77/905] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[78/905] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[79/905] Compiling Logging LogHandler.swift
[80/910] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[81/910] Compiling InternalCollectionsUtilities Integer rank.swift
[82/910] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[83/919] Emitting module Logging
[84/919] Compiling Logging Locks.swift
[85/928] Compiling RealModule Float80+Real.swift
[86/928] Compiling RealModule Float+Real.swift
[87/928] Compiling RealModule Float16+Real.swift
[88/928] Compiling RealModule ElementaryFunctions.swift
[89/928] Compiling Atomics AtomicBool.swift
[90/928] Compiling Atomics AtomicReference.swift
[91/928] Compiling Atomics AtomicStorage.swift
[92/928] Compiling Atomics AtomicValue.swift
[93/928] Compiling Atomics IntegerConformances.swift
[94/928] Compiling Atomics PointerConformances.swift
[95/928] Compiling Atomics Primitives.native.swift
[96/928] Compiling Atomics Primitives.shims.swift
[97/928] Emitting module InternalCollectionsUtilities
[100/928] Emitting module RealModule
[103/929] Compiling Atomics AtomicMemoryOrderings.swift
[104/929] Compiling Atomics DoubleWord.swift
[106/929] Compiling Atomics AtomicInteger.swift
[107/929] Compiling Atomics AtomicOptionalWrappable.swift
[109/931] Compiling Atomics UnsafeAtomic.swift
[110/931] Compiling Atomics UnsafeAtomicLazyReference.swift
[112/931] Compiling Atomics ManagedAtomic.swift
[113/931] Compiling Atomics ManagedAtomicLazyReference.swift
[116/937] Emitting module CoreMetrics
[116/937] Wrapping AST for SystemPackage for debugging
[118/937] Compiling Instrumentation NoOpInstrument.swift
[122/937] Compiling Instrumentation MultiplexInstrument.swift
[123/937] Compiling Logging Logging.swift
[124/938] Compiling Instrumentation Locks.swift
[125/938] Compiling Atomics IntegerOperations.swift
[126/938] Compiling Atomics Unmanaged extensions.swift
[128/938] Compiling Instrumentation InstrumentationSystem.swift
[129/938] Compiling Instrumentation Instrument.swift
[130/938] Emitting module Instrumentation
[131/964] Compiling Algorithms Indexed.swift
[132/964] Compiling Algorithms Intersperse.swift
[133/964] Compiling Algorithms Compacted.swift
[134/964] Compiling Algorithms Cycle.swift
[135/964] Wrapping AST for RealModule for debugging
[138/964] Compiling CoreMetrics Locks.swift
[139/964] Compiling CoreMetrics Metrics.swift
[141/979] Compiling Tracing NoOpTracer.swift
[142/979] Compiling Tracing InstrumentationSystem+Tracing.swift
[142/979] Wrapping AST for Logging for debugging
[144/979] Compiling RoutingKit Router.swift
[145/979] Compiling Algorithms RandomSample.swift
[146/979] Compiling Algorithms Reductions.swift
[147/979] Compiling Algorithms Rotate.swift
[148/982] Compiling RoutingKit Parameters.swift
[149/982] Compiling RoutingKit PathComponent.swift
[150/982] Compiling RoutingKit TrieRouter.swift
[151/982] Compiling RoutingKit AnyRouter.swift
[152/982] Emitting module RoutingKit
[153/982] Compiling Algorithms Joined.swift
[154/982] Compiling Algorithms Keyed.swift
[155/982] Compiling Algorithms MinMax.swift
[156/983] Compiling Tracing TracingTime.swift
[157/983] Compiling Tracing TracerProtocol.swift
[157/983] Compiling ssl_credential.cc
[159/984] Compiling Tracing TracerProtocol+Legacy.swift
[160/984] Compiling Tracing Tracer.swift
[162/1062] Emitting module Tracing
[163/1105] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[164/1105] Compiling OrderedCollections _HashTable.swift
[165/1105] Compiling OrderedCollections _Hashtable+Header.swift
[166/1105] Compiling OrderedCollections OrderedDictionary+Codable.swift
[167/1105] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[168/1105] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[169/1105] Compiling Tracing SpanProtocol.swift
[171/1114] Compiling HeapModule _HeapNode.swift
[172/1114] Emitting module Atomics
[173/1114] Compiling HeapModule Heap+Invariants.swift
[174/1114] Emitting module Socket
[175/1114] Compiling Socket Socket.swift
[177/1191] Compiling HeapModule Heap+Descriptions.swift
[178/1191] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[179/1190] Compiling HeapModule Heap.swift
[180/1190] Compiling HeapModule Heap+UnsafeHandle.swift
[181/1190] Emitting module Metrics
[182/1190] Compiling Metrics Metrics.swift
[183/1191] Compiling HashTreeCollections _HashNode+Structural filter.swift
[184/1191] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[185/1191] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[186/1191] Compiling HashTreeCollections TreeDictionary+Collection.swift
[187/1191] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[188/1191] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[189/1191] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[190/1191] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[191/1191] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[192/1191] Compiling HashTreeCollections TreeDictionary+Filter.swift
[193/1191] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[194/1191] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[195/1191] Compiling HashTreeCollections TreeDictionary+Keys.swift
[196/1191] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[197/1191] Compiling HashTreeCollections TreeDictionary+Merge.swift
[198/1191] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[199/1191] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[201/1197] Emitting module HeapModule
[202/1213] Compiling DequeModule Deque+Equatable.swift
[203/1213] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[204/1213] Compiling DequeModule Deque+Extras.swift
[205/1213] Compiling DequeModule Deque+Hashable.swift
[207/1213] Compiling DequeModule Deque+Testing.swift
[208/1213] Compiling DequeModule Deque._Storage.swift
[209/1213] Compiling DequeModule Deque._UnsafeHandle.swift
[210/1213] Compiling DequeModule Deque.swift
[211/1213] Compiling DequeModule _DequeBuffer.swift
[212/1213] Compiling DequeModule _DequeBufferHeader.swift
[213/1213] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[215/1213] Compiling HashTreeCollections _HashStack.swift
[216/1213] Compiling HashTreeCollections _HashTreeIterator.swift
[217/1213] Compiling HashTreeCollections _HashTreeStatistics.swift
[218/1213] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[219/1213] Compiling HashTreeCollections _RawHashNode.swift
[220/1213] Compiling HashTreeCollections _UnmanagedHashNode.swift
[221/1213] Compiling HashTreeCollections _UnsafePath.swift
[222/1213] Compiling HashTreeCollections TreeDictionary+Codable.swift
[223/1213] Compiling DequeModule Deque+Codable.swift
[224/1213] Compiling DequeModule Deque+Collection.swift
[225/1213] Compiling DequeModule Deque+CustomReflectable.swift
[226/1213] Compiling DequeModule Deque+Descriptions.swift
[231/1213] Compiling HashTreeCollections TreeSet+Hashable.swift
[232/1213] Compiling HashTreeCollections TreeSet+Sendable.swift
[233/1213] Compiling HashTreeCollections TreeSet+Sequence.swift
[234/1213] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[235/1213] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[236/1213] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[237/1213] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[238/1213] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[239/1213] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[240/1213] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[243/1234] 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
[244/1234] 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
[253/1288] 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
[254/1288] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[255/1288] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[256/1288] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[257/1288] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[258/1288] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[259/1288] Compiling BitCollections BitSet+SetAlgebra union.swift
[260/1288] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[261/1288] Compiling BitCollections BitSet.Counted.swift
[264/1288] Compiling OrderedCollections OrderedSet+Sendable.swift
[265/1288] Compiling OrderedCollections OrderedSet+SubSequence.swift
[266/1288] Compiling OrderedCollections OrderedSet+Testing.swift
[267/1288] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[268/1288] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[269/1288] Compiling OrderedCollections OrderedSet.swift
[270/1288] Compiling OrderedCollections _UnsafeBitset.swift
[271/1288] Compiling HashTreeCollections TreeSet+Equatable.swift
[272/1288] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[273/1288] Compiling HashTreeCollections TreeSet+Extras.swift
[274/1288] Compiling HashTreeCollections TreeSet+Filter.swift
[275/1288] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.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
[276/1288] Compiling BitCollections BitArray+ExpressibleByStringLiteral.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
[277/1288] Compiling BitCollections BitArray+Invariants.swift
[278/1288] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[279/1288] Compiling BitCollections BitArray+BitwiseOperations.swift
[282/1288] Compiling BitCollections BitArray+Extras.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[283/1288] 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
[284/1289] Compiling BitCollections BitArray+Descriptions.swift
[285/1289] Compiling BitCollections BitArray+Equatable.swift
[286/1289] 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
[287/1289] 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
[288/1289] 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
[290/1289] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[291/1289] Compiling BitCollections BitSet+CustomReflectable.swift
[292/1289] Compiling BitCollections BitSet+CustomStringConvertible.swift
[293/1289] Compiling BitCollections BitSet+Equatable.swift
[294/1289] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[295/1289] Compiling BitCollections BitSet+Extras.swift
[296/1289] Compiling BitCollections BitSet+Hashable.swift
[297/1289] Compiling BitCollections BitSet+Initializers.swift
[298/1289] Compiling BitCollections BitArray+RandomBits.swift
[299/1289] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[300/1289] Compiling BitCollections BitArray+Shifts.swift
[301/1289] Compiling BitCollections BitArray+Testing.swift
[302/1289] Compiling BitCollections BitArray._UnsafeHandle.swift
[303/1289] Compiling BitCollections BitArray.swift
[304/1289] Compiling BitCollections BitSet+BidirectionalCollection.swift
[305/1289] Compiling BitCollections BitSet+Codable.swift
[323/1298] Wrapping AST for InternalCollectionsUtilities for debugging
[325/1298] Compiling _RopeModule _CharacterRecognizer.swift
[326/1298] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[327/1298] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[328/1298] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[329/1298] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[330/1298] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[331/1298] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[332/1298] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[333/1298] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[334/1298] Compiling HashTreeCollections TreeSet.swift
[334/1298] Wrapping AST for HeapModule for debugging
[338/1298] Emitting module DequeModule
[339/1298] Compiling BitCollections BitArray+Codable.swift
[340/1298] Compiling BitCollections BitArray+Collection.swift
[341/1299] Emitting module BitCollections
[343/1306] Compiling BitCollections BitSet.swift
[344/1306] Compiling BitCollections Range+Utilities.swift
[345/1306] Compiling BitCollections Slice+Utilities.swift
[346/1306] Compiling BitCollections UInt+Tricks.swift
[347/1306] Compiling BitCollections _Word.swift
[351/1306] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[357/1306] Compiling BitCollections BitArray+Fill.swift
[358/1306] Emitting module Algorithms
[358/1306] Wrapping AST for CoreMetrics for debugging
[361/1307] Compiling BitCollections BitSet+Random.swift
[362/1307] Compiling BitCollections BitSet+SetAlgebra basics.swift
[363/1307] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[364/1307] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[365/1307] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[366/1307] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[367/1307] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[368/1307] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[369/1307] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[370/1307] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[371/1307] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[371/1307] Wrapping AST for DequeModule for debugging
[373/1307] 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
[382/1307] Compiling BitCollections BitSet+Invariants.swift
[387/1307] Compiling ssl_cert.cc
[387/1307] Compiling ssl_buffer.cc
[387/1307] Compiling ssl_cipher.cc
BUILD FAILURE 6.1 linux