The Swift Package Index logo.Swift Package Index

Build Information

Failed to build gir2swift, reference main (e2b894), with Swift 6.1 for Android on 12 Mar 2026 20:27:23 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/rhx/gir2swift.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/rhx/gir2swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at e2b894e Update badges and SwiftLibXML dependency to main branch
Cloned https://github.com/rhx/gir2swift.git
Revision (git rev-parse @):
e2b894e3ba0197d7c2ebe1cde62e5c1faa404b75
SUCCESS checkout https://github.com/rhx/gir2swift.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/rhx/gir2swift.git
https://github.com/rhx/gir2swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.6",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams.git"
    },
    {
      "identity" : "swiftlibxml",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/rhx/SwiftLibXML.git"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swift-docc-static",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mipalgu/swift-docc-static"
    }
  ],
  "manifest_display_name" : "gir2swift",
  "name" : "gir2swift",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "gir2swift",
      "targets" : [
        "gir2swift"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "libgir2swift",
      "targets" : [
        "libgir2swift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "gir2swift-plugin",
      "targets" : [
        "gir2swift-plugin"
      ],
      "type" : {
        "plugin" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "libgir2swift",
      "module_type" : "SwiftTarget",
      "name" : "libgir2swift",
      "path" : "Sources/libgir2swift",
      "product_dependencies" : [
        "SwiftLibXML",
        "ArgumentParser",
        "Yams"
      ],
      "product_memberships" : [
        "gir2swift",
        "libgir2swift",
        "gir2swift-plugin"
      ],
      "sources" : [
        "emitting/CodeBuilder.swift",
        "emitting/c2swift.swift",
        "emitting/emit-class.swift",
        "emitting/emit-signals.swift",
        "emitting/gir+swift.swift",
        "emitting/girtypes+swift.swift",
        "emitting/gtk2swiftdoc.swift",
        "models/ConversionContext.swift",
        "models/Gir+Enums.swift",
        "models/Gir+KnowTypeSets.swift",
        "models/Gir+KnownTypes.swift",
        "models/Gir.swift",
        "models/Gir2Swift.swift",
        "models/GirType.swift",
        "models/TypeConversion.swift",
        "models/TypeReference.swift",
        "models/gir elements/GirAlias.swift",
        "models/gir elements/GirArgument.swift",
        "models/gir elements/GirBitfield.swift",
        "models/gir elements/GirCType.swift",
        "models/gir elements/GirCallback.swift",
        "models/gir elements/GirClass.swift",
        "models/gir elements/GirConstant.swift",
        "models/gir elements/GirDatatype.swift",
        "models/gir elements/GirEnumeration.swift",
        "models/gir elements/GirField.swift",
        "models/gir elements/GirFunction.swift",
        "models/gir elements/GirInterface.swift",
        "models/gir elements/GirMethod.swift",
        "models/gir elements/GirProperty.swift",
        "models/gir elements/GirRecord.swift",
        "models/gir elements/GirSignal.swift",
        "models/gir elements/GirThing.swift",
        "models/gir elements/GirUnion.swift",
        "models/girtype+xml.swift",
        "utilities/Character+Utilities.swift",
        "utilities/Collection+Utilities.swift",
        "utilities/Streams.swift",
        "utilities/String+Substring.swift",
        "utilities/String+Utilities.swift",
        "utilities/System.swift",
        "utilities/XML+Utilities.swift",
        "utilities/generation.swift",
        "utilities/incremental-generation.swift",
        "utilities/planning.swift",
        "utilities/postprocessing.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "gir2swiftTests",
      "module_type" : "SwiftTarget",
      "name" : "gir2swiftTests",
      "path" : "Tests/gir2swiftTests",
      "sources" : [
        "gir2swiftTests.swift"
      ],
      "target_dependencies" : [
        "libgir2swift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "gir2swift_plugin",
      "module_type" : "PluginTarget",
      "name" : "gir2swift-plugin",
      "path" : "Plugins/gir2swift-plugin",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "gir2swift-plugin"
      ],
      "sources" : [
        "plugin.swift"
      ],
      "target_dependencies" : [
        "gir2swift"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "gir2swift",
      "module_type" : "SwiftTarget",
      "name" : "gir2swift",
      "path" : "Sources/gir2swift",
      "product_memberships" : [
        "gir2swift",
        "gir2swift-plugin"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "libgir2swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.6"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/rhx/SwiftLibXML.git
[1/425] Fetching swiftlibxml
Fetched https://github.com/rhx/SwiftLibXML.git from cache (0.19s)
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/jpsim/Yams.git
[1/11505] Fetching yams
[1152/28721] Fetching yams, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (0.95s)
[9895/11505] Fetching yams
Fetched https://github.com/jpsim/Yams.git from cache (1.47s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 4.0.6 (2.03s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.0 (0.54s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.0
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 4.0.6
Creating working copy for https://github.com/rhx/SwiftLibXML.git
Working copy of https://github.com/rhx/SwiftLibXML.git resolved at main (900f899)
[1/1] Compiling plugin gir2swift-plugin
[2/2] Compiling plugin GenerateManual
[3/3] Compiling plugin GenerateDoccReference
Building for debugging...
[3/44] Compiling reader.c
[4/44] Compiling parser.c
[5/44] Write sources
[9/44] Compiling api.c
[10/44] Write sources
[16/44] Compiling parser.c
[17/44] Compiling writer.c
[18/44] Compiling reader.c
[19/44] Write sources
[22/44] Compiling emitter.c
[24/44] Compiling scanner.c
[26/44] Compiling api.c
[27/44] Write swift-version-24593BA9C3E375BF.txt
[29/92] Emitting module ArgumentParserToolInfo
error: emit-module command failed with exit code 1 (use -v to see invocation)
[30/92] Emitting module SwiftLibXML
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "libxml2_bridging.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/SwiftLibXML/Sources/CLibXML2/libxml2_bridging.h:16:12: note: in file included from /host/spi-builder-workspace/.build/checkouts/SwiftLibXML/Sources/CLibXML2/libxml2_bridging.h:16:
14 | //   <libxml/…>          — when pkg-config adds the libxml2/ dir itself (e.g. MSYS2)
15 | #if __has_include(<libxml2/libxml/xmlreader.h>)
16 | #  include <libxml2/libxml/xmlreader.h>
   |            `- note: in file included from /host/spi-builder-workspace/.build/checkouts/SwiftLibXML/Sources/CLibXML2/libxml2_bridging.h:16:
17 | #  include <libxml2/libxml/parser.h>
18 | #  include <libxml2/libxml/xpath.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/libxml2/libxml/xmlreader.h:14:10: note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/libxml2/libxml/xmlreader.h:14:
 12 |
 13 | #include <libxml/xmlversion.h>
 14 | #include <libxml/tree.h>
    |          `- note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/libxml2/libxml/xmlreader.h:14:
 15 | #include <libxml/xmlerror.h>
 16 | #include <libxml/xmlIO.h>
/usr/include/libxml2/libxml/tree.h:1307:10: note: in file included from /usr/include/libxml2/libxml/tree.h:1307:
1305 | #endif
1306 | #ifndef __XML_PARSER_H__
1307 | #include <libxml/xmlmemory.h>
     |          `- note: in file included from /usr/include/libxml2/libxml/tree.h:1307:
1308 | #endif
1309 |
/usr/include/libxml2/libxml/xmlmemory.h:218:10: note: in file included from /usr/include/libxml2/libxml/xmlmemory.h:218:
216 | #ifndef __XML_GLOBALS_H
217 | #ifndef __XML_THREADS_H__
218 | #include <libxml/threads.h>
    |          `- note: in file included from /usr/include/libxml2/libxml/xmlmemory.h:218:
219 | #include <libxml/globals.h>
220 | #endif
/usr/include/libxml2/libxml/threads.h:35:10: note: in file included from /usr/include/libxml2/libxml/threads.h:35:
33 | }
34 | #endif
35 | #include <libxml/globals.h>
   |          `- note: in file included from /usr/include/libxml2/libxml/threads.h:35:
36 | #ifdef __cplusplus
37 | extern "C" {
/usr/include/libxml2/libxml/globals.h:18:10: note: in file included from /usr/include/libxml2/libxml/globals.h:18:
 16 |
 17 | #include <libxml/xmlversion.h>
 18 | #include <libxml/parser.h>
    |          `- note: in file included from /usr/include/libxml2/libxml/globals.h:18:
 19 | #include <libxml/xmlerror.h>
 20 | #include <libxml/SAX2.h>
/usr/include/libxml2/libxml/parser.h:812:10: note: in file included from /usr/include/libxml2/libxml/parser.h:812:
 810 | #endif
 811 |
 812 | #include <libxml/encoding.h>
     |          `- note: in file included from /usr/include/libxml2/libxml/parser.h:812:
 813 | #include <libxml/xmlIO.h>
 814 | #include <libxml/globals.h>
/usr/include/libxml2/libxml/encoding.h:31:10: error: 'unicode/ucnv.h' file not found
 29 | #endif
 30 | #ifdef LIBXML_ICU_ENABLED
 31 | #include <unicode/ucnv.h>
    |          `- error: 'unicode/ucnv.h' file not found
 32 | #endif
 33 | #ifdef __cplusplus
/host/spi-builder-workspace/.build/checkouts/SwiftLibXML/Sources/SwiftLibXML/XMLAttribute.swift:9:12: error: could not build C module 'CLibXML2'
 7 | //
 8 | #if !canImport(Darwin)
 9 |     import CLibXML2
   |            `- error: could not build C module 'CLibXML2'
10 | #else
11 |     import Darwin
[31/92] Compiling ArgumentParserToolInfo ToolInfo.swift
[32/93] Compiling SwiftLibXML XMLElement.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "libxml2_bridging.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/SwiftLibXML/Sources/CLibXML2/libxml2_bridging.h:16:12: note: in file included from /host/spi-builder-workspace/.build/checkouts/SwiftLibXML/Sources/CLibXML2/libxml2_bridging.h:16:
14 | //   <libxml/…>          — when pkg-config adds the libxml2/ dir itself (e.g. MSYS2)
15 | #if __has_include(<libxml2/libxml/xmlreader.h>)
16 | #  include <libxml2/libxml/xmlreader.h>
   |            `- note: in file included from /host/spi-builder-workspace/.build/checkouts/SwiftLibXML/Sources/CLibXML2/libxml2_bridging.h:16:
17 | #  include <libxml2/libxml/parser.h>
18 | #  include <libxml2/libxml/xpath.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/libxml2/libxml/xmlreader.h:14:10: note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/libxml2/libxml/xmlreader.h:14:
 12 |
 13 | #include <libxml/xmlversion.h>
 14 | #include <libxml/tree.h>
    |          `- note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/libxml2/libxml/xmlreader.h:14:
 15 | #include <libxml/xmlerror.h>
 16 | #include <libxml/xmlIO.h>
/usr/include/libxml2/libxml/tree.h:1307:10: note: in file included from /usr/include/libxml2/libxml/tree.h:1307:
1305 | #endif
1306 | #ifndef __XML_PARSER_H__
1307 | #include <libxml/xmlmemory.h>
     |          `- note: in file included from /usr/include/libxml2/libxml/tree.h:1307:
1308 | #endif
1309 |
/usr/include/libxml2/libxml/xmlmemory.h:218:10: note: in file included from /usr/include/libxml2/libxml/xmlmemory.h:218:
216 | #ifndef __XML_GLOBALS_H
217 | #ifndef __XML_THREADS_H__
218 | #include <libxml/threads.h>
    |          `- note: in file included from /usr/include/libxml2/libxml/xmlmemory.h:218:
219 | #include <libxml/globals.h>
220 | #endif
/usr/include/libxml2/libxml/threads.h:35:10: note: in file included from /usr/include/libxml2/libxml/threads.h:35:
33 | }
34 | #endif
35 | #include <libxml/globals.h>
   |          `- note: in file included from /usr/include/libxml2/libxml/threads.h:35:
36 | #ifdef __cplusplus
37 | extern "C" {
/usr/include/libxml2/libxml/globals.h:18:10: note: in file included from /usr/include/libxml2/libxml/globals.h:18:
 16 |
 17 | #include <libxml/xmlversion.h>
 18 | #include <libxml/parser.h>
    |          `- note: in file included from /usr/include/libxml2/libxml/globals.h:18:
 19 | #include <libxml/xmlerror.h>
 20 | #include <libxml/SAX2.h>
/usr/include/libxml2/libxml/parser.h:812:10: note: in file included from /usr/include/libxml2/libxml/parser.h:812:
 810 | #endif
 811 |
 812 | #include <libxml/encoding.h>
     |          `- note: in file included from /usr/include/libxml2/libxml/parser.h:812:
 813 | #include <libxml/xmlIO.h>
 814 | #include <libxml/globals.h>
/usr/include/libxml2/libxml/encoding.h:31:10: error: 'unicode/ucnv.h' file not found
 29 | #endif
 30 | #ifdef LIBXML_ICU_ENABLED
 31 | #include <unicode/ucnv.h>
    |          `- error: 'unicode/ucnv.h' file not found
 32 | #endif
 33 | #ifdef __cplusplus
/host/spi-builder-workspace/.build/checkouts/SwiftLibXML/Sources/SwiftLibXML/XMLAttribute.swift:9:12: error: could not build C module 'CLibXML2'
 7 | //
 8 | #if !canImport(Darwin)
 9 |     import CLibXML2
   |            `- error: could not build C module 'CLibXML2'
10 | #else
11 |     import Darwin
[34/93] Compiling SwiftLibXML XMLNameSpace.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "libxml2_bridging.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/SwiftLibXML/Sources/CLibXML2/libxml2_bridging.h:16:12: note: in file included from /host/spi-builder-workspace/.build/checkouts/SwiftLibXML/Sources/CLibXML2/libxml2_bridging.h:16:
14 | //   <libxml/…>          — when pkg-config adds the libxml2/ dir itself (e.g. MSYS2)
15 | #if __has_include(<libxml2/libxml/xmlreader.h>)
16 | #  include <libxml2/libxml/xmlreader.h>
   |            `- note: in file included from /host/spi-builder-workspace/.build/checkouts/SwiftLibXML/Sources/CLibXML2/libxml2_bridging.h:16:
17 | #  include <libxml2/libxml/parser.h>
18 | #  include <libxml2/libxml/xpath.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/libxml2/libxml/xmlreader.h:14:10: note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/libxml2/libxml/xmlreader.h:14:
 12 |
 13 | #include <libxml/xmlversion.h>
 14 | #include <libxml/tree.h>
    |          `- note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/libxml2/libxml/xmlreader.h:14:
 15 | #include <libxml/xmlerror.h>
 16 | #include <libxml/xmlIO.h>
/usr/include/libxml2/libxml/tree.h:1307:10: note: in file included from /usr/include/libxml2/libxml/tree.h:1307:
1305 | #endif
1306 | #ifndef __XML_PARSER_H__
1307 | #include <libxml/xmlmemory.h>
     |          `- note: in file included from /usr/include/libxml2/libxml/tree.h:1307:
1308 | #endif
1309 |
/usr/include/libxml2/libxml/xmlmemory.h:218:10: note: in file included from /usr/include/libxml2/libxml/xmlmemory.h:218:
216 | #ifndef __XML_GLOBALS_H
217 | #ifndef __XML_THREADS_H__
218 | #include <libxml/threads.h>
    |          `- note: in file included from /usr/include/libxml2/libxml/xmlmemory.h:218:
219 | #include <libxml/globals.h>
220 | #endif
/usr/include/libxml2/libxml/threads.h:35:10: note: in file included from /usr/include/libxml2/libxml/threads.h:35:
33 | }
34 | #endif
35 | #include <libxml/globals.h>
   |          `- note: in file included from /usr/include/libxml2/libxml/threads.h:35:
36 | #ifdef __cplusplus
37 | extern "C" {
/usr/include/libxml2/libxml/globals.h:18:10: note: in file included from /usr/include/libxml2/libxml/globals.h:18:
 16 |
 17 | #include <libxml/xmlversion.h>
 18 | #include <libxml/parser.h>
    |          `- note: in file included from /usr/include/libxml2/libxml/globals.h:18:
 19 | #include <libxml/xmlerror.h>
 20 | #include <libxml/SAX2.h>
/usr/include/libxml2/libxml/parser.h:812:10: note: in file included from /usr/include/libxml2/libxml/parser.h:812:
 810 | #endif
 811 |
 812 | #include <libxml/encoding.h>
     |          `- note: in file included from /usr/include/libxml2/libxml/parser.h:812:
 813 | #include <libxml/xmlIO.h>
 814 | #include <libxml/globals.h>
/usr/include/libxml2/libxml/encoding.h:31:10: error: 'unicode/ucnv.h' file not found
 29 | #endif
 30 | #ifdef LIBXML_ICU_ENABLED
 31 | #include <unicode/ucnv.h>
    |          `- error: 'unicode/ucnv.h' file not found
 32 | #endif
 33 | #ifdef __cplusplus
/host/spi-builder-workspace/.build/checkouts/SwiftLibXML/Sources/SwiftLibXML/XMLAttribute.swift:9:12: error: could not build C module 'CLibXML2'
 7 | //
 8 | #if !canImport(Darwin)
 9 |     import CLibXML2
   |            `- error: could not build C module 'CLibXML2'
10 | #else
11 |     import Darwin
[35/93] Compiling SwiftLibXML XMLPath.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "libxml2_bridging.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/SwiftLibXML/Sources/CLibXML2/libxml2_bridging.h:16:12: note: in file included from /host/spi-builder-workspace/.build/checkouts/SwiftLibXML/Sources/CLibXML2/libxml2_bridging.h:16:
14 | //   <libxml/…>          — when pkg-config adds the libxml2/ dir itself (e.g. MSYS2)
15 | #if __has_include(<libxml2/libxml/xmlreader.h>)
16 | #  include <libxml2/libxml/xmlreader.h>
   |            `- note: in file included from /host/spi-builder-workspace/.build/checkouts/SwiftLibXML/Sources/CLibXML2/libxml2_bridging.h:16:
17 | #  include <libxml2/libxml/parser.h>
18 | #  include <libxml2/libxml/xpath.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/libxml2/libxml/xmlreader.h:14:10: note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/libxml2/libxml/xmlreader.h:14:
 12 |
 13 | #include <libxml/xmlversion.h>
 14 | #include <libxml/tree.h>
    |          `- note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/libxml2/libxml/xmlreader.h:14:
 15 | #include <libxml/xmlerror.h>
 16 | #include <libxml/xmlIO.h>
/usr/include/libxml2/libxml/tree.h:1307:10: note: in file included from /usr/include/libxml2/libxml/tree.h:1307:
1305 | #endif
1306 | #ifndef __XML_PARSER_H__
1307 | #include <libxml/xmlmemory.h>
     |          `- note: in file included from /usr/include/libxml2/libxml/tree.h:1307:
1308 | #endif
1309 |
/usr/include/libxml2/libxml/xmlmemory.h:218:10: note: in file included from /usr/include/libxml2/libxml/xmlmemory.h:218:
216 | #ifndef __XML_GLOBALS_H
217 | #ifndef __XML_THREADS_H__
218 | #include <libxml/threads.h>
    |          `- note: in file included from /usr/include/libxml2/libxml/xmlmemory.h:218:
219 | #include <libxml/globals.h>
220 | #endif
/usr/include/libxml2/libxml/threads.h:35:10: note: in file included from /usr/include/libxml2/libxml/threads.h:35:
33 | }
34 | #endif
35 | #include <libxml/globals.h>
   |          `- note: in file included from /usr/include/libxml2/libxml/threads.h:35:
36 | #ifdef __cplusplus
37 | extern "C" {
/usr/include/libxml2/libxml/globals.h:18:10: note: in file included from /usr/include/libxml2/libxml/globals.h:18:
 16 |
 17 | #include <libxml/xmlversion.h>
 18 | #include <libxml/parser.h>
    |          `- note: in file included from /usr/include/libxml2/libxml/globals.h:18:
 19 | #include <libxml/xmlerror.h>
 20 | #include <libxml/SAX2.h>
/usr/include/libxml2/libxml/parser.h:812:10: note: in file included from /usr/include/libxml2/libxml/parser.h:812:
 810 | #endif
 811 |
 812 | #include <libxml/encoding.h>
     |          `- note: in file included from /usr/include/libxml2/libxml/parser.h:812:
 813 | #include <libxml/xmlIO.h>
 814 | #include <libxml/globals.h>
/usr/include/libxml2/libxml/encoding.h:31:10: error: 'unicode/ucnv.h' file not found
 29 | #endif
 30 | #ifdef LIBXML_ICU_ENABLED
 31 | #include <unicode/ucnv.h>
    |          `- error: 'unicode/ucnv.h' file not found
 32 | #endif
 33 | #ifdef __cplusplus
/host/spi-builder-workspace/.build/checkouts/SwiftLibXML/Sources/SwiftLibXML/XMLAttribute.swift:9:12: error: could not build C module 'CLibXML2'
 7 | //
 8 | #if !canImport(Darwin)
 9 |     import CLibXML2
   |            `- error: could not build C module 'CLibXML2'
10 | #else
11 |     import Darwin
[36/93] Emitting module ArgumentParserToolInfo
[37/93] Compiling ArgumentParserToolInfo ToolInfo.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[38/94] Emitting module Yams
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
 17 | #else
 18 | import CoreFoundation
 19 | import Glibc
    |        `- error: no such module 'Glibc'
 20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
 21 | #endif
[39/95] Compiling Yams Node.Scalar.swift
[40/95] Compiling Yams Node.Sequence.swift
[42/96] Compiling Yams Mark.swift
[43/96] Compiling Yams Node.Mapping.swift
[43/96] Wrapping AST for ArgumentParserToolInfo for debugging
[45/96] Compiling SwiftLibXML XMLPath.swift
[46/97] Compiling SwiftLibXML XMLNameSpace.swift
[47/104] Compiling SwiftLibXML EmptySequence.swift
[48/104] Emitting module SwiftLibXML
[49/130] Compiling SwiftLibXML XMLElement.swift
[50/142] Compiling Yams YamlError.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
 17 | #else
 18 | import CoreFoundation
 19 | import Glibc
    |        `- error: no such module 'Glibc'
 20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
 21 | #endif
[50/142] Wrapping AST for ArgumentParserToolInfo for debugging
[52/188] Compiling Yams YamlError.swift
[53/188] Emitting module ArgumentParser
[54/194] Compiling ArgumentParser InputOrigin.swift
[55/194] Compiling ArgumentParser Name.swift
[56/194] Compiling ArgumentParser Parsed.swift
[57/194] Compiling ArgumentParser ParsedValues.swift
[58/194] Compiling ArgumentParser ParserError.swift
[59/194] Compiling ArgumentParser SplitArguments.swift
[60/194] Compiling ArgumentParser Tree.swift
[61/194] Compiling ArgumentParser CodingKeyValidator.swift
[62/194] Compiling ArgumentParser NonsenseFlagsValidator.swift
[63/194] Compiling ArgumentParser ParsableArgumentsValidation.swift
[64/194] Compiling ArgumentParser PositionalArgumentsValidator.swift
[65/194] Compiling ArgumentParser UniqueNamesValidator.swift
[66/194] Compiling ArgumentParser Foundation.swift
[67/194] Compiling ArgumentParser Mutex.swift
[68/194] Compiling ArgumentParser Platform.swift
[69/194] Compiling ArgumentParser SequenceExtensions.swift
[70/194] Compiling ArgumentParser StringExtensions.swift
[71/194] Compiling ArgumentParser SwiftExtensions.swift
[72/200] Compiling SwiftLibXML XMLDocument.swift
[73/200] Compiling SwiftLibXML XMLAttribute.swift
[74/201] Compiling ArgumentParser Option.swift
[75/201] Compiling ArgumentParser OptionGroup.swift
[76/201] Compiling ArgumentParser BashCompletionsGenerator.swift
[77/201] Compiling ArgumentParser CompletionsGenerator.swift
[78/201] Emitting module Yams
[80/201] Compiling ArgumentParser FishCompletionsGenerator.swift
[81/201] Compiling ArgumentParser ZshCompletionsGenerator.swift
[82/201] Compiling ArgumentParser CompletionKind.swift
[83/201] Compiling ArgumentParser Errors.swift
[84/201] Compiling ArgumentParser Flag.swift
[85/201] Compiling ArgumentParser NameSpecification.swift
[86/202] Wrapping AST for SwiftLibXML for debugging
[94/202] Compiling ArgumentParser ArgumentVisibility.swift
[100/202] Wrapping AST for Yams for debugging
[102/202] Compiling ArgumentParser DumpHelpGenerator.swift
[103/202] Compiling ArgumentParser HelpCommand.swift
[104/202] Compiling ArgumentParser HelpGenerator.swift
[105/202] Compiling ArgumentParser MessageInfo.swift
[106/202] Compiling ArgumentParser UsageGenerator.swift
[107/202] Compiling ArgumentParser CollectionExtensions.swift
[108/202] Compiling SwiftLibXML XMLAttribute.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "libxml2_bridging.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/SwiftLibXML/Sources/CLibXML2/libxml2_bridging.h:16:12: note: in file included from /host/spi-builder-workspace/.build/checkouts/SwiftLibXML/Sources/CLibXML2/libxml2_bridging.h:16:
14 | //   <libxml/…>          — when pkg-config adds the libxml2/ dir itself (e.g. MSYS2)
15 | #if __has_include(<libxml2/libxml/xmlreader.h>)
16 | #  include <libxml2/libxml/xmlreader.h>
   |            `- note: in file included from /host/spi-builder-workspace/.build/checkouts/SwiftLibXML/Sources/CLibXML2/libxml2_bridging.h:16:
17 | #  include <libxml2/libxml/parser.h>
18 | #  include <libxml2/libxml/xpath.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/libxml2/libxml/xmlreader.h:14:10: note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/libxml2/libxml/xmlreader.h:14:
 12 |
 13 | #include <libxml/xmlversion.h>
 14 | #include <libxml/tree.h>
    |          `- note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/libxml2/libxml/xmlreader.h:14:
 15 | #include <libxml/xmlerror.h>
 16 | #include <libxml/xmlIO.h>
/usr/include/libxml2/libxml/tree.h:1307:10: note: in file included from /usr/include/libxml2/libxml/tree.h:1307:
1305 | #endif
1306 | #ifndef __XML_PARSER_H__
1307 | #include <libxml/xmlmemory.h>
     |          `- note: in file included from /usr/include/libxml2/libxml/tree.h:1307:
1308 | #endif
1309 |
/usr/include/libxml2/libxml/xmlmemory.h:218:10: note: in file included from /usr/include/libxml2/libxml/xmlmemory.h:218:
216 | #ifndef __XML_GLOBALS_H
217 | #ifndef __XML_THREADS_H__
218 | #include <libxml/threads.h>
    |          `- note: in file included from /usr/include/libxml2/libxml/xmlmemory.h:218:
219 | #include <libxml/globals.h>
220 | #endif
/usr/include/libxml2/libxml/threads.h:35:10: note: in file included from /usr/include/libxml2/libxml/threads.h:35:
33 | }
34 | #endif
35 | #include <libxml/globals.h>
   |          `- note: in file included from /usr/include/libxml2/libxml/threads.h:35:
36 | #ifdef __cplusplus
37 | extern "C" {
/usr/include/libxml2/libxml/globals.h:18:10: note: in file included from /usr/include/libxml2/libxml/globals.h:18:
 16 |
 17 | #include <libxml/xmlversion.h>
 18 | #include <libxml/parser.h>
    |          `- note: in file included from /usr/include/libxml2/libxml/globals.h:18:
 19 | #include <libxml/xmlerror.h>
 20 | #include <libxml/SAX2.h>
/usr/include/libxml2/libxml/parser.h:812:10: note: in file included from /usr/include/libxml2/libxml/parser.h:812:
 810 | #endif
 811 |
 812 | #include <libxml/encoding.h>
     |          `- note: in file included from /usr/include/libxml2/libxml/parser.h:812:
 813 | #include <libxml/xmlIO.h>
 814 | #include <libxml/globals.h>
/usr/include/libxml2/libxml/encoding.h:31:10: error: 'unicode/ucnv.h' file not found
 29 | #endif
 30 | #ifdef LIBXML_ICU_ENABLED
 31 | #include <unicode/ucnv.h>
    |          `- error: 'unicode/ucnv.h' file not found
 32 | #endif
 33 | #ifdef __cplusplus
/host/spi-builder-workspace/.build/checkouts/SwiftLibXML/Sources/SwiftLibXML/XMLAttribute.swift:9:12: error: could not build C module 'CLibXML2'
 7 | //
 8 | #if !canImport(Darwin)
 9 |     import CLibXML2
   |            `- error: could not build C module 'CLibXML2'
10 | #else
11 |     import Darwin
[109/202] Compiling SwiftLibXML EmptySequence.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "libxml2_bridging.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/SwiftLibXML/Sources/CLibXML2/libxml2_bridging.h:16:12: note: in file included from /host/spi-builder-workspace/.build/checkouts/SwiftLibXML/Sources/CLibXML2/libxml2_bridging.h:16:
14 | //   <libxml/…>          — when pkg-config adds the libxml2/ dir itself (e.g. MSYS2)
15 | #if __has_include(<libxml2/libxml/xmlreader.h>)
16 | #  include <libxml2/libxml/xmlreader.h>
   |            `- note: in file included from /host/spi-builder-workspace/.build/checkouts/SwiftLibXML/Sources/CLibXML2/libxml2_bridging.h:16:
17 | #  include <libxml2/libxml/parser.h>
18 | #  include <libxml2/libxml/xpath.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/libxml2/libxml/xmlreader.h:14:10: note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/libxml2/libxml/xmlreader.h:14:
 12 |
 13 | #include <libxml/xmlversion.h>
 14 | #include <libxml/tree.h>
    |          `- note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/libxml2/libxml/xmlreader.h:14:
 15 | #include <libxml/xmlerror.h>
 16 | #include <libxml/xmlIO.h>
/usr/include/libxml2/libxml/tree.h:1307:10: note: in file included from /usr/include/libxml2/libxml/tree.h:1307:
1305 | #endif
1306 | #ifndef __XML_PARSER_H__
1307 | #include <libxml/xmlmemory.h>
     |          `- note: in file included from /usr/include/libxml2/libxml/tree.h:1307:
1308 | #endif
1309 |
/usr/include/libxml2/libxml/xmlmemory.h:218:10: note: in file included from /usr/include/libxml2/libxml/xmlmemory.h:218:
216 | #ifndef __XML_GLOBALS_H
217 | #ifndef __XML_THREADS_H__
218 | #include <libxml/threads.h>
    |          `- note: in file included from /usr/include/libxml2/libxml/xmlmemory.h:218:
219 | #include <libxml/globals.h>
220 | #endif
/usr/include/libxml2/libxml/threads.h:35:10: note: in file included from /usr/include/libxml2/libxml/threads.h:35:
33 | }
34 | #endif
35 | #include <libxml/globals.h>
   |          `- note: in file included from /usr/include/libxml2/libxml/threads.h:35:
36 | #ifdef __cplusplus
37 | extern "C" {
/usr/include/libxml2/libxml/globals.h:18:10: note: in file included from /usr/include/libxml2/libxml/globals.h:18:
 16 |
 17 | #include <libxml/xmlversion.h>
 18 | #include <libxml/parser.h>
    |          `- note: in file included from /usr/include/libxml2/libxml/globals.h:18:
 19 | #include <libxml/xmlerror.h>
 20 | #include <libxml/SAX2.h>
/usr/include/libxml2/libxml/parser.h:812:10: note: in file included from /usr/include/libxml2/libxml/parser.h:812:
 810 | #endif
 811 |
 812 | #include <libxml/encoding.h>
     |          `- note: in file included from /usr/include/libxml2/libxml/parser.h:812:
 813 | #include <libxml/xmlIO.h>
 814 | #include <libxml/globals.h>
/usr/include/libxml2/libxml/encoding.h:31:10: error: 'unicode/ucnv.h' file not found
 29 | #endif
 30 | #ifdef LIBXML_ICU_ENABLED
 31 | #include <unicode/ucnv.h>
    |          `- error: 'unicode/ucnv.h' file not found
 32 | #endif
 33 | #ifdef __cplusplus
/host/spi-builder-workspace/.build/checkouts/SwiftLibXML/Sources/SwiftLibXML/XMLAttribute.swift:9:12: error: could not build C module 'CLibXML2'
 7 | //
 8 | #if !canImport(Darwin)
 9 |     import CLibXML2
   |            `- error: could not build C module 'CLibXML2'
10 | #else
11 |     import Darwin
[110/202] Compiling SwiftLibXML XMLDocument.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "libxml2_bridging.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/SwiftLibXML/Sources/CLibXML2/libxml2_bridging.h:16:12: note: in file included from /host/spi-builder-workspace/.build/checkouts/SwiftLibXML/Sources/CLibXML2/libxml2_bridging.h:16:
14 | //   <libxml/…>          — when pkg-config adds the libxml2/ dir itself (e.g. MSYS2)
15 | #if __has_include(<libxml2/libxml/xmlreader.h>)
16 | #  include <libxml2/libxml/xmlreader.h>
   |            `- note: in file included from /host/spi-builder-workspace/.build/checkouts/SwiftLibXML/Sources/CLibXML2/libxml2_bridging.h:16:
17 | #  include <libxml2/libxml/parser.h>
18 | #  include <libxml2/libxml/xpath.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/libxml2/libxml/xmlreader.h:14:10: note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/libxml2/libxml/xmlreader.h:14:
 12 |
 13 | #include <libxml/xmlversion.h>
 14 | #include <libxml/tree.h>
    |          `- note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/libxml2/libxml/xmlreader.h:14:
 15 | #include <libxml/xmlerror.h>
 16 | #include <libxml/xmlIO.h>
/usr/include/libxml2/libxml/tree.h:1307:10: note: in file included from /usr/include/libxml2/libxml/tree.h:1307:
1305 | #endif
1306 | #ifndef __XML_PARSER_H__
1307 | #include <libxml/xmlmemory.h>
     |          `- note: in file included from /usr/include/libxml2/libxml/tree.h:1307:
1308 | #endif
1309 |
/usr/include/libxml2/libxml/xmlmemory.h:218:10: note: in file included from /usr/include/libxml2/libxml/xmlmemory.h:218:
216 | #ifndef __XML_GLOBALS_H
217 | #ifndef __XML_THREADS_H__
218 | #include <libxml/threads.h>
    |          `- note: in file included from /usr/include/libxml2/libxml/xmlmemory.h:218:
219 | #include <libxml/globals.h>
220 | #endif
/usr/include/libxml2/libxml/threads.h:35:10: note: in file included from /usr/include/libxml2/libxml/threads.h:35:
33 | }
34 | #endif
35 | #include <libxml/globals.h>
   |          `- note: in file included from /usr/include/libxml2/libxml/threads.h:35:
36 | #ifdef __cplusplus
37 | extern "C" {
/usr/include/libxml2/libxml/globals.h:18:10: note: in file included from /usr/include/libxml2/libxml/globals.h:18:
 16 |
 17 | #include <libxml/xmlversion.h>
 18 | #include <libxml/parser.h>
    |          `- note: in file included from /usr/include/libxml2/libxml/globals.h:18:
 19 | #include <libxml/xmlerror.h>
 20 | #include <libxml/SAX2.h>
/usr/include/libxml2/libxml/parser.h:812:10: note: in file included from /usr/include/libxml2/libxml/parser.h:812:
 810 | #endif
 811 |
 812 | #include <libxml/encoding.h>
     |          `- note: in file included from /usr/include/libxml2/libxml/parser.h:812:
 813 | #include <libxml/xmlIO.h>
 814 | #include <libxml/globals.h>
/usr/include/libxml2/libxml/encoding.h:31:10: error: 'unicode/ucnv.h' file not found
 29 | #endif
 30 | #ifdef LIBXML_ICU_ENABLED
 31 | #include <unicode/ucnv.h>
    |          `- error: 'unicode/ucnv.h' file not found
 32 | #endif
 33 | #ifdef __cplusplus
/host/spi-builder-workspace/.build/checkouts/SwiftLibXML/Sources/SwiftLibXML/XMLAttribute.swift:9:12: error: could not build C module 'CLibXML2'
 7 | //
 8 | #if !canImport(Darwin)
 9 |     import CLibXML2
   |            `- error: could not build C module 'CLibXML2'
10 | #else
11 |     import Darwin
[111/202] Compiling ArgumentParser Tree.swift
[112/202] Compiling ArgumentParser CodingKeyValidator.swift
[113/202] Compiling ArgumentParser NonsenseFlagsValidator.swift
[114/202] Compiling ArgumentParser ParsableArgumentsValidation.swift
[115/202] Compiling ArgumentParser PositionalArgumentsValidator.swift
[116/202] Compiling ArgumentParser UniqueNamesValidator.swift
[117/202] Compiling ArgumentParser ParentCommand.swift
[118/202] Compiling ArgumentParser AsyncParsableCommand.swift
[119/202] Compiling ArgumentParser CommandConfiguration.swift
[120/202] Compiling ArgumentParser CommandGroup.swift
[121/202] Compiling ArgumentParser EnumerableFlag.swift
[122/202] Compiling ArgumentParser ExpressibleByArgument.swift
[123/202] Compiling ArgumentParser ParsableArguments.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
 17 | #else
 18 | import CoreFoundation
 19 | import Glibc
    |        `- error: no such module 'Glibc'
 20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
 21 | #endif
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
 17 | #else
 18 | import CoreFoundation
 19 | import Glibc
    |        `- error: no such module 'Glibc'
 20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
 21 | #endif
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin gir2swift-plugin
[2/2] Compiling plugin GenerateManual
[3/3] Compiling plugin GenerateDoccReference
Building for debugging...
[3/20] Write swift-version-24593BA9C3E375BF.txt
[5/68] Compiling SwiftLibXML XMLElement.swift
[6/68] Compiling SwiftLibXML XMLPath.swift
[7/68] Compiling SwiftLibXML XMLNameSpace.swift
[8/68] Compiling Yams Mark.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
 17 | #else
 18 | import CoreFoundation
 19 | import Glibc
    |        `- error: no such module 'Glibc'
 20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
 21 | #endif
[9/68] Compiling Yams Node.Mapping.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
 17 | #else
 18 | import CoreFoundation
 19 | import Glibc
    |        `- error: no such module 'Glibc'
 20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
 21 | #endif
[10/69] Compiling Yams Representer.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
 17 | #else
 18 | import CoreFoundation
 19 | import Glibc
    |        `- error: no such module 'Glibc'
 20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
 21 | #endif
[11/69] Compiling Yams Resolver.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
 17 | #else
 18 | import CoreFoundation
 19 | import Glibc
    |        `- error: no such module 'Glibc'
 20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
 21 | #endif
[12/69] Compiling Yams Node.Scalar.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
 17 | #else
 18 | import CoreFoundation
 19 | import Glibc
    |        `- error: no such module 'Glibc'
 20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
 21 | #endif
[13/69] Compiling Yams Node.Sequence.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
 17 | #else
 18 | import CoreFoundation
 19 | import Glibc
    |        `- error: no such module 'Glibc'
 20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
 21 | #endif
[14/69] Compiling SwiftLibXML XMLNameSpace.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "libxml2_bridging.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/SwiftLibXML/Sources/CLibXML2/libxml2_bridging.h:16:12: note: in file included from /host/spi-builder-workspace/.build/checkouts/SwiftLibXML/Sources/CLibXML2/libxml2_bridging.h:16:
14 | //   <libxml/…>          — when pkg-config adds the libxml2/ dir itself (e.g. MSYS2)
15 | #if __has_include(<libxml2/libxml/xmlreader.h>)
16 | #  include <libxml2/libxml/xmlreader.h>
   |            `- note: in file included from /host/spi-builder-workspace/.build/checkouts/SwiftLibXML/Sources/CLibXML2/libxml2_bridging.h:16:
17 | #  include <libxml2/libxml/parser.h>
18 | #  include <libxml2/libxml/xpath.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/libxml2/libxml/xmlreader.h:14:10: note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/libxml2/libxml/xmlreader.h:14:
 12 |
 13 | #include <libxml/xmlversion.h>
 14 | #include <libxml/tree.h>
    |          `- note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/libxml2/libxml/xmlreader.h:14:
 15 | #include <libxml/xmlerror.h>
 16 | #include <libxml/xmlIO.h>
/usr/include/libxml2/libxml/tree.h:1307:10: note: in file included from /usr/include/libxml2/libxml/tree.h:1307:
1305 | #endif
1306 | #ifndef __XML_PARSER_H__
1307 | #include <libxml/xmlmemory.h>
     |          `- note: in file included from /usr/include/libxml2/libxml/tree.h:1307:
1308 | #endif
1309 |
/usr/include/libxml2/libxml/xmlmemory.h:218:10: note: in file included from /usr/include/libxml2/libxml/xmlmemory.h:218:
216 | #ifndef __XML_GLOBALS_H
217 | #ifndef __XML_THREADS_H__
218 | #include <libxml/threads.h>
    |          `- note: in file included from /usr/include/libxml2/libxml/xmlmemory.h:218:
219 | #include <libxml/globals.h>
220 | #endif
/usr/include/libxml2/libxml/threads.h:35:10: note: in file included from /usr/include/libxml2/libxml/threads.h:35:
33 | }
34 | #endif
35 | #include <libxml/globals.h>
   |          `- note: in file included from /usr/include/libxml2/libxml/threads.h:35:
36 | #ifdef __cplusplus
37 | extern "C" {
/usr/include/libxml2/libxml/globals.h:18:10: note: in file included from /usr/include/libxml2/libxml/globals.h:18:
 16 |
 17 | #include <libxml/xmlversion.h>
 18 | #include <libxml/parser.h>
    |          `- note: in file included from /usr/include/libxml2/libxml/globals.h:18:
 19 | #include <libxml/xmlerror.h>
 20 | #include <libxml/SAX2.h>
/usr/include/libxml2/libxml/parser.h:812:10: note: in file included from /usr/include/libxml2/libxml/parser.h:812:
 810 | #endif
 811 |
 812 | #include <libxml/encoding.h>
     |          `- note: in file included from /usr/include/libxml2/libxml/parser.h:812:
 813 | #include <libxml/xmlIO.h>
 814 | #include <libxml/globals.h>
/usr/include/libxml2/libxml/encoding.h:31:10: error: 'unicode/ucnv.h' file not found
 29 | #endif
 30 | #ifdef LIBXML_ICU_ENABLED
 31 | #include <unicode/ucnv.h>
    |          `- error: 'unicode/ucnv.h' file not found
 32 | #endif
 33 | #ifdef __cplusplus
/host/spi-builder-workspace/.build/checkouts/SwiftLibXML/Sources/SwiftLibXML/XMLAttribute.swift:9:12: error: could not build C module 'CLibXML2'
 7 | //
 8 | #if !canImport(Darwin)
 9 |     import CLibXML2
   |            `- error: could not build C module 'CLibXML2'
10 | #else
11 |     import Darwin
[15/69] Compiling SwiftLibXML XMLPath.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "libxml2_bridging.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/SwiftLibXML/Sources/CLibXML2/libxml2_bridging.h:16:12: note: in file included from /host/spi-builder-workspace/.build/checkouts/SwiftLibXML/Sources/CLibXML2/libxml2_bridging.h:16:
14 | //   <libxml/…>          — when pkg-config adds the libxml2/ dir itself (e.g. MSYS2)
15 | #if __has_include(<libxml2/libxml/xmlreader.h>)
16 | #  include <libxml2/libxml/xmlreader.h>
   |            `- note: in file included from /host/spi-builder-workspace/.build/checkouts/SwiftLibXML/Sources/CLibXML2/libxml2_bridging.h:16:
17 | #  include <libxml2/libxml/parser.h>
18 | #  include <libxml2/libxml/xpath.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/libxml2/libxml/xmlreader.h:14:10: note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/libxml2/libxml/xmlreader.h:14:
 12 |
 13 | #include <libxml/xmlversion.h>
 14 | #include <libxml/tree.h>
    |          `- note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/libxml2/libxml/xmlreader.h:14:
 15 | #include <libxml/xmlerror.h>
 16 | #include <libxml/xmlIO.h>
/usr/include/libxml2/libxml/tree.h:1307:10: note: in file included from /usr/include/libxml2/libxml/tree.h:1307:
1305 | #endif
1306 | #ifndef __XML_PARSER_H__
1307 | #include <libxml/xmlmemory.h>
     |          `- note: in file included from /usr/include/libxml2/libxml/tree.h:1307:
1308 | #endif
1309 |
/usr/include/libxml2/libxml/xmlmemory.h:218:10: note: in file included from /usr/include/libxml2/libxml/xmlmemory.h:218:
216 | #ifndef __XML_GLOBALS_H
217 | #ifndef __XML_THREADS_H__
218 | #include <libxml/threads.h>
    |          `- note: in file included from /usr/include/libxml2/libxml/xmlmemory.h:218:
219 | #include <libxml/globals.h>
220 | #endif
/usr/include/libxml2/libxml/threads.h:35:10: note: in file included from /usr/include/libxml2/libxml/threads.h:35:
33 | }
34 | #endif
35 | #include <libxml/globals.h>
   |          `- note: in file included from /usr/include/libxml2/libxml/threads.h:35:
36 | #ifdef __cplusplus
37 | extern "C" {
/usr/include/libxml2/libxml/globals.h:18:10: note: in file included from /usr/include/libxml2/libxml/globals.h:18:
 16 |
 17 | #include <libxml/xmlversion.h>
 18 | #include <libxml/parser.h>
    |          `- note: in file included from /usr/include/libxml2/libxml/globals.h:18:
 19 | #include <libxml/xmlerror.h>
 20 | #include <libxml/SAX2.h>
/usr/include/libxml2/libxml/parser.h:812:10: note: in file included from /usr/include/libxml2/libxml/parser.h:812:
 810 | #endif
 811 |
 812 | #include <libxml/encoding.h>
     |          `- note: in file included from /usr/include/libxml2/libxml/parser.h:812:
 813 | #include <libxml/xmlIO.h>
 814 | #include <libxml/globals.h>
/usr/include/libxml2/libxml/encoding.h:31:10: error: 'unicode/ucnv.h' file not found
 29 | #endif
 30 | #ifdef LIBXML_ICU_ENABLED
 31 | #include <unicode/ucnv.h>
    |          `- error: 'unicode/ucnv.h' file not found
 32 | #endif
 33 | #ifdef __cplusplus
/host/spi-builder-workspace/.build/checkouts/SwiftLibXML/Sources/SwiftLibXML/XMLAttribute.swift:9:12: error: could not build C module 'CLibXML2'
 7 | //
 8 | #if !canImport(Darwin)
 9 |     import CLibXML2
   |            `- error: could not build C module 'CLibXML2'
10 | #else
11 |     import Darwin
[16/69] Emitting module SwiftLibXML
[17/69] Compiling Yams String+Yams.swift
[18/69] Compiling Yams Tag.swift
[19/70] Compiling Yams Emitter.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
 17 | #else
 18 | import CoreFoundation
 19 | import Glibc
    |        `- error: no such module 'Glibc'
 20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
 21 | #endif
[20/70] Compiling Yams Encoder.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
 17 | #else
 18 | import CoreFoundation
 19 | import Glibc
    |        `- error: no such module 'Glibc'
 20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
 21 | #endif
[21/70] Compiling SwiftLibXML XMLDocument.swift
[22/70] Compiling SwiftLibXML EmptySequence.swift
[23/70] Compiling SwiftLibXML XMLAttribute.swift
[24/71] Compiling SwiftLibXML EmptySequence.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "libxml2_bridging.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/SwiftLibXML/Sources/CLibXML2/libxml2_bridging.h:16:12: note: in file included from /host/spi-builder-workspace/.build/checkouts/SwiftLibXML/Sources/CLibXML2/libxml2_bridging.h:16:
14 | //   <libxml/…>          — when pkg-config adds the libxml2/ dir itself (e.g. MSYS2)
15 | #if __has_include(<libxml2/libxml/xmlreader.h>)
16 | #  include <libxml2/libxml/xmlreader.h>
   |            `- note: in file included from /host/spi-builder-workspace/.build/checkouts/SwiftLibXML/Sources/CLibXML2/libxml2_bridging.h:16:
17 | #  include <libxml2/libxml/parser.h>
18 | #  include <libxml2/libxml/xpath.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/libxml2/libxml/xmlreader.h:14:10: note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/libxml2/libxml/xmlreader.h:14:
 12 |
 13 | #include <libxml/xmlversion.h>
 14 | #include <libxml/tree.h>
    |          `- note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/libxml2/libxml/xmlreader.h:14:
 15 | #include <libxml/xmlerror.h>
 16 | #include <libxml/xmlIO.h>
/usr/include/libxml2/libxml/tree.h:1307:10: note: in file included from /usr/include/libxml2/libxml/tree.h:1307:
1305 | #endif
1306 | #ifndef __XML_PARSER_H__
1307 | #include <libxml/xmlmemory.h>
     |          `- note: in file included from /usr/include/libxml2/libxml/tree.h:1307:
1308 | #endif
1309 |
/usr/include/libxml2/libxml/xmlmemory.h:218:10: note: in file included from /usr/include/libxml2/libxml/xmlmemory.h:218:
216 | #ifndef __XML_GLOBALS_H
217 | #ifndef __XML_THREADS_H__
218 | #include <libxml/threads.h>
    |          `- note: in file included from /usr/include/libxml2/libxml/xmlmemory.h:218:
219 | #include <libxml/globals.h>
220 | #endif
/usr/include/libxml2/libxml/threads.h:35:10: note: in file included from /usr/include/libxml2/libxml/threads.h:35:
33 | }
34 | #endif
35 | #include <libxml/globals.h>
   |          `- note: in file included from /usr/include/libxml2/libxml/threads.h:35:
36 | #ifdef __cplusplus
37 | extern "C" {
/usr/include/libxml2/libxml/globals.h:18:10: note: in file included from /usr/include/libxml2/libxml/globals.h:18:
 16 |
 17 | #include <libxml/xmlversion.h>
 18 | #include <libxml/parser.h>
    |          `- note: in file included from /usr/include/libxml2/libxml/globals.h:18:
 19 | #include <libxml/xmlerror.h>
 20 | #include <libxml/SAX2.h>
/usr/include/libxml2/libxml/parser.h:812:10: note: in file included from /usr/include/libxml2/libxml/parser.h:812:
 810 | #endif
 811 |
 812 | #include <libxml/encoding.h>
     |          `- note: in file included from /usr/include/libxml2/libxml/parser.h:812:
 813 | #include <libxml/xmlIO.h>
 814 | #include <libxml/globals.h>
/usr/include/libxml2/libxml/encoding.h:31:10: error: 'unicode/ucnv.h' file not found
 29 | #endif
 30 | #ifdef LIBXML_ICU_ENABLED
 31 | #include <unicode/ucnv.h>
    |          `- error: 'unicode/ucnv.h' file not found
 32 | #endif
 33 | #ifdef __cplusplus
/host/spi-builder-workspace/.build/checkouts/SwiftLibXML/Sources/SwiftLibXML/XMLAttribute.swift:9:12: error: could not build C module 'CLibXML2'
 7 | //
 8 | #if !canImport(Darwin)
 9 |     import CLibXML2
   |            `- error: could not build C module 'CLibXML2'
10 | #else
11 |     import Darwin
[25/71] Compiling Yams Node.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
 17 | #else
 18 | import CoreFoundation
 19 | import Glibc
    |        `- error: no such module 'Glibc'
 20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
 21 | #endif
[26/71] Compiling Yams Parser.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
 17 | #else
 18 | import CoreFoundation
 19 | import Glibc
    |        `- error: no such module 'Glibc'
 20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
 21 | #endif
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
 17 | #else
 18 | import CoreFoundation
 19 | import Glibc
    |        `- error: no such module 'Glibc'
 20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
 21 | #endif
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
 17 | #else
 18 | import CoreFoundation
 19 | import Glibc
    |        `- error: no such module 'Glibc'
 20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
 21 | #endif
[29/71] Compiling Yams YamlError.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
 17 | #else
 18 | import CoreFoundation
 19 | import Glibc
    |        `- error: no such module 'Glibc'
 20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
 21 | #endif
error: emit-module command failed with exit code 1 (use -v to see invocation)
[31/71] Emitting module Yams
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
 17 | #else
 18 | import CoreFoundation
 19 | import Glibc
    |        `- error: no such module 'Glibc'
 20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
 21 | #endif
[32/71] Compiling Yams Constructor.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
 17 | #else
 18 | import CoreFoundation
 19 | import Glibc
    |        `- error: no such module 'Glibc'
 20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
 21 | #endif
[33/71] Compiling Yams Decoder.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
 17 | #else
 18 | import CoreFoundation
 19 | import Glibc
    |        `- error: no such module 'Glibc'
 20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
 21 | #endif
error: emit-module command failed with exit code 1 (use -v to see invocation)
[36/71] Emitting module SwiftLibXML
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "libxml2_bridging.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/SwiftLibXML/Sources/CLibXML2/libxml2_bridging.h:16:12: note: in file included from /host/spi-builder-workspace/.build/checkouts/SwiftLibXML/Sources/CLibXML2/libxml2_bridging.h:16:
14 | //   <libxml/…>          — when pkg-config adds the libxml2/ dir itself (e.g. MSYS2)
15 | #if __has_include(<libxml2/libxml/xmlreader.h>)
16 | #  include <libxml2/libxml/xmlreader.h>
   |            `- note: in file included from /host/spi-builder-workspace/.build/checkouts/SwiftLibXML/Sources/CLibXML2/libxml2_bridging.h:16:
17 | #  include <libxml2/libxml/parser.h>
18 | #  include <libxml2/libxml/xpath.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/libxml2/libxml/xmlreader.h:14:10: note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/libxml2/libxml/xmlreader.h:14:
 12 |
 13 | #include <libxml/xmlversion.h>
 14 | #include <libxml/tree.h>
    |          `- note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/libxml2/libxml/xmlreader.h:14:
 15 | #include <libxml/xmlerror.h>
 16 | #include <libxml/xmlIO.h>
/usr/include/libxml2/libxml/tree.h:1307:10: note: in file included from /usr/include/libxml2/libxml/tree.h:1307:
1305 | #endif
1306 | #ifndef __XML_PARSER_H__
1307 | #include <libxml/xmlmemory.h>
     |          `- note: in file included from /usr/include/libxml2/libxml/tree.h:1307:
1308 | #endif
1309 |
/usr/include/libxml2/libxml/xmlmemory.h:218:10: note: in file included from /usr/include/libxml2/libxml/xmlmemory.h:218:
216 | #ifndef __XML_GLOBALS_H
217 | #ifndef __XML_THREADS_H__
218 | #include <libxml/threads.h>
    |          `- note: in file included from /usr/include/libxml2/libxml/xmlmemory.h:218:
219 | #include <libxml/globals.h>
220 | #endif
/usr/include/libxml2/libxml/threads.h:35:10: note: in file included from /usr/include/libxml2/libxml/threads.h:35:
33 | }
34 | #endif
35 | #include <libxml/globals.h>
   |          `- note: in file included from /usr/include/libxml2/libxml/threads.h:35:
36 | #ifdef __cplusplus
37 | extern "C" {
/usr/include/libxml2/libxml/globals.h:18:10: note: in file included from /usr/include/libxml2/libxml/globals.h:18:
 16 |
 17 | #include <libxml/xmlversion.h>
 18 | #include <libxml/parser.h>
    |          `- note: in file included from /usr/include/libxml2/libxml/globals.h:18:
 19 | #include <libxml/xmlerror.h>
 20 | #include <libxml/SAX2.h>
/usr/include/libxml2/libxml/parser.h:812:10: note: in file included from /usr/include/libxml2/libxml/parser.h:812:
 810 | #endif
 811 |
 812 | #include <libxml/encoding.h>
     |          `- note: in file included from /usr/include/libxml2/libxml/parser.h:812:
 813 | #include <libxml/xmlIO.h>
 814 | #include <libxml/globals.h>
/usr/include/libxml2/libxml/encoding.h:31:10: error: 'unicode/ucnv.h' file not found
 29 | #endif
 30 | #ifdef LIBXML_ICU_ENABLED
 31 | #include <unicode/ucnv.h>
    |          `- error: 'unicode/ucnv.h' file not found
 32 | #endif
 33 | #ifdef __cplusplus
/host/spi-builder-workspace/.build/checkouts/SwiftLibXML/Sources/SwiftLibXML/XMLAttribute.swift:9:12: error: could not build C module 'CLibXML2'
 7 | //
 8 | #if !canImport(Darwin)
 9 |     import CLibXML2
   |            `- error: could not build C module 'CLibXML2'
10 | #else
11 |     import Darwin
[36/71] Wrapping AST for SwiftLibXML for debugging
[37/71] Emitting module ArgumentParserToolInfo
BUILD FAILURE 6.1 android