The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftLibXML, reference 3.0.1 (8bd2a0), with Swift 6.3 for macOS (SPM) on 19 Apr 2026 02:38:05 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/rhx/SwiftLibXML.git
Reference: 3.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/rhx/SwiftLibXML
 * tag               3.0.1      -> FETCH_HEAD
HEAD is now at 8bd2a0c Merge development into main for release
Cloned https://github.com/rhx/SwiftLibXML.git
Revision (git rev-parse @):
8bd2a0ca8c010de20f2781d2f0ff406d8b0497d5
SUCCESS checkout https://github.com/rhx/SwiftLibXML.git at 3.0.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "swiftlibxml",
      "name": "SwiftLibXML",
      "url": "https://github.com/rhx/SwiftLibXML.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftLibXML",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/rhx/SwiftLibXML.git
[1/448] Fetching swiftlibxml
Fetched https://github.com/rhx/SwiftLibXML.git from cache (0.67s)
Creating working copy for https://github.com/rhx/SwiftLibXML.git
Working copy of https://github.com/rhx/SwiftLibXML.git resolved at 3.0.1 (8bd2a0c)
warning: '.resolve-product-dependencies': dependency 'swiftlibxml' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/rhx/SwiftLibXML.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/9] Compiling SwiftLibXML XMLPath.swift
[4/9] Compiling SwiftLibXML XMLNameSpace.swift
[5/9] Emitting module SwiftLibXML
/Users/admin/builder/spi-builder-workspace/Sources/SwiftLibXML/XMLDocument.swift:116: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 'libxml2' introduce this conformance in the future
114 | }
115 |
116 | 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 'libxml2' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
117 |     /// Recover on errors
118 |     public static let recover = XML_PARSE_RECOVER
[6/9] Compiling SwiftLibXML XMLAttribute.swift
[7/9] Compiling SwiftLibXML XMLElement.swift
[8/9] Compiling SwiftLibXML XMLDocument.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftLibXML/XMLDocument.swift:116: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 'libxml2' introduce this conformance in the future
114 | }
115 |
116 | 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 'libxml2' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
117 |     /// Recover on errors
118 |     public static let recover = XML_PARSE_RECOVER
[9/9] Compiling SwiftLibXML EmptySequence.swift
Build complete! (3.70s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftLibXML",
  "name" : "SwiftLibXML",
  "path" : "/Users/admin/builder/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"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Done.