The Swift Package Index logo.Swift Package Index

Build Information

Failed to build unxip, reference main (6c3990), with Swift 6.1 for Linux on 9 Jan 2026 02:54:47 UTC.

Build Command

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

Build Log

SUCCESS checkout https://github.com/saagarjha/unxip.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/saagarjha/unxip.git
https://github.com/saagarjha/unxip.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "unxip",
  "name" : "unxip",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "unxip",
      "targets" : [
        "unxip"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "libunxip",
      "targets" : [
        "libunxip"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "zlib",
      "module_type" : "SystemLibraryTarget",
      "name" : "zlib",
      "path" : "Sources/zlib",
      "product_memberships" : [
        "unxip",
        "libunxip"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    },
    {
      "c99name" : "unxip",
      "module_type" : "SwiftTarget",
      "name" : "unxip",
      "path" : ".",
      "product_memberships" : [
        "unxip"
      ],
      "sources" : [
        "unxip.swift"
      ],
      "target_dependencies" : [
        "GNUSource",
        "getopt",
        "zlib",
        "lzma"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "lzma",
      "module_type" : "SystemLibraryTarget",
      "name" : "lzma",
      "path" : "Sources/lzma",
      "product_memberships" : [
        "unxip",
        "libunxip"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    },
    {
      "c99name" : "libunxip",
      "module_type" : "SwiftTarget",
      "name" : "libunxip",
      "path" : "Sources/libunxip",
      "product_memberships" : [
        "libunxip"
      ],
      "sources" : [
        "libunxip.swift"
      ],
      "target_dependencies" : [
        "GNUSource",
        "getopt",
        "zlib",
        "lzma"
      ],
      "type" : "library"
    },
    {
      "c99name" : "getopt",
      "module_type" : "SystemLibraryTarget",
      "name" : "getopt",
      "path" : "Sources/getopt",
      "product_memberships" : [
        "unxip",
        "libunxip"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    },
    {
      "c99name" : "GNUSource",
      "module_type" : "SystemLibraryTarget",
      "name" : "GNUSource",
      "path" : "Sources/GNUSource",
      "product_memberships" : [
        "unxip",
        "libunxip"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:5a651828b24304580408903d9e8c129215b04dc69edd6058f3847d01e034cce9
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/libunxip/libunxip.swift
Building for debugging...
[0/6] Write sources
[2/6] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/10] Emitting module libunxip
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
<unknown>:0: error: too many errors emitted, stopping now
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          `- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
2 |
/host/spi-builder-workspace/Sources/libunxip/libunxip.swift:14:9: error: could not build C module 'lzma'
  12 | 	import GNUSource
  13 | 	@preconcurrency import getopt  // optind
  14 | 	import lzma
     |         `- error: could not build C module 'lzma'
  15 | 	import zlib
  16 | #endif
[5/10] Compiling libunxip libunxip.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
<unknown>:0: error: too many errors emitted, stopping now
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          `- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
2 |
/host/spi-builder-workspace/Sources/libunxip/libunxip.swift:14:9: error: could not build C module 'lzma'
  12 | 	import GNUSource
  13 | 	@preconcurrency import getopt  // optind
  14 | 	import lzma
     |         `- error: could not build C module 'lzma'
  15 | 	import zlib
  16 | #endif
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/10] Emitting module unxip
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
<unknown>:0: error: too many errors emitted, stopping now
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          `- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
2 |
/host/spi-builder-workspace/unxip.swift:14:9: error: could not build C module 'lzma'
  12 | 	import GNUSource
  13 | 	@preconcurrency import getopt  // optind
  14 | 	import lzma
     |         `- error: could not build C module 'lzma'
  15 | 	import zlib
  16 | #endif
[7/10] Compiling unxip unxip.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
<unknown>:0: error: too many errors emitted, stopping now
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          `- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
2 |
/host/spi-builder-workspace/unxip.swift:14:9: error: could not build C module 'lzma'
  12 | 	import GNUSource
  13 | 	@preconcurrency import getopt  // optind
  14 | 	import lzma
     |         `- error: could not build C module 'lzma'
  15 | 	import zlib
  16 | #endif
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:5a651828b24304580408903d9e8c129215b04dc69edd6058f3847d01e034cce9
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/libunxip/libunxip.swift
[0/1] Planning build
Building for debugging...
[0/4] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/8] Emitting module libunxip
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
<unknown>:0: error: too many errors emitted, stopping now
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          `- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
2 |
/host/spi-builder-workspace/Sources/libunxip/libunxip.swift:14:9: error: could not build C module 'lzma'
  12 | 	import GNUSource
  13 | 	@preconcurrency import getopt  // optind
  14 | 	import lzma
     |         `- error: could not build C module 'lzma'
  15 | 	import zlib
  16 | #endif
[3/8] Compiling libunxip libunxip.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
<unknown>:0: error: too many errors emitted, stopping now
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          `- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
2 |
/host/spi-builder-workspace/Sources/libunxip/libunxip.swift:14:9: error: could not build C module 'lzma'
  12 | 	import GNUSource
  13 | 	@preconcurrency import getopt  // optind
  14 | 	import lzma
     |         `- error: could not build C module 'lzma'
  15 | 	import zlib
  16 | #endif
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/8] Emitting module unxip
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
<unknown>:0: error: too many errors emitted, stopping now
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          `- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
2 |
/host/spi-builder-workspace/unxip.swift:14:9: error: could not build C module 'lzma'
  12 | 	import GNUSource
  13 | 	@preconcurrency import getopt  // optind
  14 | 	import lzma
     |         `- error: could not build C module 'lzma'
  15 | 	import zlib
  16 | #endif
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          |- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          |- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
  |          `- note: in file included from /host/spi-builder-workspace/Sources/lzma/lzma.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "lzma.h"
  |          `- note: in file included from <module-includes>:1:
2 |
<unknown>:0: error: too many errors emitted, stopping now
/host/spi-builder-workspace/Sources/lzma/lzma.h:1:10: error: 'lzma.h' file not found with <angled> include; use "quotes" instead
1 | #include <lzma.h>
  |          `- error: 'lzma.h' file not found with <angled> include; use "quotes" instead
2 |
BUILD FAILURE 6.1 linux