The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of SwiftLibXML, reference main (1b9b25), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 06:58:51 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/rhx/SwiftLibXML.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/rhx/SwiftLibXML
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 1b9b259 Add documentation generator
Cloned https://github.com/rhx/SwiftLibXML.git
Revision (git rev-parse @):
1b9b259c27cd70868d50bdd9f6bffcb824d81b24
SUCCESS checkout https://github.com/rhx/SwiftLibXML.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/rhx/SwiftLibXML.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/9] Compiling SwiftLibXML XMLAttribute.swift
[4/9] Compiling SwiftLibXML EmptySequence.swift
[5/9] Compiling SwiftLibXML XMLElement.swift
[6/9] Compiling SwiftLibXML XMLNameSpace.swift
[7/9] Compiling SwiftLibXML XMLPath.swift
[8/9] Compiling SwiftLibXML XMLDocument.swift
[9/9] Emitting module SwiftLibXML
Build complete! (1.76s)
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.2"
}
Done.