The Swift Package Index logo.Swift Package Index

Build Information

Failed to build YaXHParser, reference 0.2.0 (c2d089), with Swift 6.1 for Android on 3 Nov 2025 23:52:32 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/3a4oT/ya-swift-html-xml-parser.git
Reference: 0.2.0
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/3a4oT/ya-swift-html-xml-parser
 * tag               0.2.0      -> FETCH_HEAD
HEAD is now at c2d0890 Update README.md
Cloned https://github.com/3a4oT/ya-swift-html-xml-parser.git
Revision (git rev-parse @):
c2d08903ad17ad207bd4b4f0aa8795bb7e14488e
SUCCESS checkout https://github.com/3a4oT/ya-swift-html-xml-parser.git at 0.2.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/3a4oT/ya-swift-html-xml-parser.git
https://github.com/3a4oT/ya-swift-html-xml-parser.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "YaXHParser",
  "name" : "YaXHParser",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    },
    {
      "name" : "ios",
      "version" : "18.0"
    },
    {
      "name" : "tvos",
      "version" : "18.0"
    },
    {
      "name" : "watchos",
      "version" : "11.0"
    },
    {
      "name" : "visionos",
      "version" : "2.0"
    }
  ],
  "products" : [
    {
      "name" : "YaXHParser",
      "targets" : [
        "YaXHParser"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "YaXHParserTests",
      "module_type" : "SwiftTarget",
      "name" : "YaXHParserTests",
      "path" : "Tests/YaXHParserTests",
      "sources" : [
        "BasicParsingTests.swift",
        "ConcurrencyTests.swift",
        "HTMLParsingTests.swift",
        "QueryTests.swift",
        "StreamParserTests.swift"
      ],
      "target_dependencies" : [
        "YaXHParser"
      ],
      "type" : "test"
    },
    {
      "c99name" : "YaXHParser",
      "module_type" : "SwiftTarget",
      "name" : "YaXHParser",
      "path" : "Sources/YaXHParser",
      "product_memberships" : [
        "YaXHParser"
      ],
      "sources" : [
        "CSS/CSSError.swift",
        "CSS/CSSToXPath.swift",
        "CSS/URLTagOptions.swift",
        "CSS/XMLNode+CSS.swift",
        "CSS/XMLNodeSet.swift",
        "Concurrency/ParsingService.swift",
        "Core/ParsingOptions.swift",
        "Core/XMLDocument.swift",
        "Core/XMLError.swift",
        "Core/XMLNode+Traversal.swift",
        "Core/XMLNode.swift",
        "Core/XMLNodeSequence.swift",
        "Core/XMLNodeType.swift",
        "Memory/MemoryParser.swift",
        "Memory/MemoryParserOptions.swift",
        "Stream/ChunkSize.swift",
        "Stream/StreamEvent.swift",
        "Stream/StreamParser.swift",
        "Stream/StreamParserOptions.swift",
        "Stream/StreamParserTrampolines.swift",
        "Utils/String+Whitespace.swift"
      ],
      "target_dependencies" : [
        "CLibXML2",
        "LibXMLTrampolines"
      ],
      "type" : "library"
    },
    {
      "c99name" : "LibXMLTrampolines",
      "module_type" : "ClangTarget",
      "name" : "LibXMLTrampolines",
      "path" : "Sources/LibXMLTrampolines",
      "product_memberships" : [
        "YaXHParser"
      ],
      "sources" : [
        "LibXMLTrampolines.c"
      ],
      "target_dependencies" : [
        "CLibXML2"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CLibXML2",
      "module_type" : "SystemLibraryTarget",
      "name" : "CLibXML2",
      "path" : "Sources/CLibXML2",
      "product_memberships" : [
        "YaXHParser"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    }
  ],
  "tools_version" : "6.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
BUILD FAILURE 6.1 android