The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftLibXML, reference main (35dea8), with Swift 6.0 for Linux on 13 Mar 2026 04:25:06 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/rhx/SwiftLibXML.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/SwiftLibXML
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 35dea8f Merge branch 'development'
Cloned https://github.com/rhx/SwiftLibXML.git
Revision (git rev-parse @):
35dea8fe9a65a8971eb5fde906fd41b07d855d6a
SUCCESS checkout https://github.com/rhx/SwiftLibXML.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/rhx/SwiftLibXML.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:5920b6fc7f526808de8dcf4e65806a8aca248ef5a9160d25a6b9c7489c0b8a3f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/9] Emitting module SwiftLibXML
/host/spi-builder-workspace/Sources/SwiftLibXML/XMLDocument.swift:143:1: warning: extension declares a conformance of imported type 'xmlParserOption' to imported protocols 'OptionSet', 'SetAlgebra', 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'CLibXML2' introduce this conformance in the future
141 | }
142 |
143 | extension XMLDocument.ParserOptions: OptionSet {
    | |- warning: extension declares a conformance of imported type 'xmlParserOption' to imported protocols 'OptionSet', 'SetAlgebra', 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'CLibXML2' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
144 |     /// Recover on errors
145 |     public static let recover = XML_PARSE_RECOVER
[4/9] Compiling SwiftLibXML XMLPath.swift
[5/9] Compiling SwiftLibXML XMLElement.swift
[6/9] Compiling SwiftLibXML XMLNameSpace.swift
[7/9] Compiling SwiftLibXML XMLAttribute.swift
[8/9] Compiling SwiftLibXML XMLDocument.swift
/host/spi-builder-workspace/Sources/SwiftLibXML/XMLDocument.swift:143:1: warning: extension declares a conformance of imported type 'xmlParserOption' to imported protocols 'OptionSet', 'SetAlgebra', 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'CLibXML2' introduce this conformance in the future
141 | }
142 |
143 | extension XMLDocument.ParserOptions: OptionSet {
    | |- warning: extension declares a conformance of imported type 'xmlParserOption' to imported protocols 'OptionSet', 'SetAlgebra', 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'CLibXML2' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
144 |     /// Recover on errors
145 |     public static let recover = XML_PARSE_RECOVER
[9/9] Compiling SwiftLibXML EmptySequence.swift
Build complete! (9.30s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftLibXML",
  "name" : "SwiftLibXML",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftLibXML",
      "targets" : [
        "SwiftLibXML"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftLibXMLTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftLibXMLTests",
      "path" : "Tests/SwiftLibXMLTests",
      "sources" : [
        "SwiftLibXMLTests.swift"
      ],
      "target_dependencies" : [
        "SwiftLibXML"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftLibXML",
      "module_type" : "SwiftTarget",
      "name" : "SwiftLibXML",
      "path" : "Sources/SwiftLibXML",
      "product_memberships" : [
        "SwiftLibXML"
      ],
      "sources" : [
        "EmptySequence.swift",
        "XMLAttribute.swift",
        "XMLDocument.swift",
        "XMLElement.swift",
        "XMLNameSpace.swift",
        "XMLPath.swift"
      ],
      "target_dependencies" : [
        "CLibXML2"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CLibXML2",
      "module_type" : "SystemLibraryTarget",
      "name" : "CLibXML2",
      "path" : "Sources/CLibXML2",
      "product_memberships" : [
        "SwiftLibXML"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    }
  ],
  "tools_version" : "5.6"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:5920b6fc7f526808de8dcf4e65806a8aca248ef5a9160d25a6b9c7489c0b8a3f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.