The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftyXML, reference master (028aaf), with Swift 6.1 for macOS (SPM) on 27 Jan 2026 14:20:59 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/chenyunguiMilook/SwiftyXML.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/chenyunguiMilook/SwiftyXML
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 028aaf0 chore: auto commit changes
Cloned https://github.com/chenyunguiMilook/SwiftyXML.git
Revision (git rev-parse @):
028aaf0fbf8a137448aa31730b52c7333b3084e8
SUCCESS checkout https://github.com/chenyunguiMilook/SwiftyXML.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/chenyunguiMilook/SwiftyXML.git
https://github.com/chenyunguiMilook/SwiftyXML.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftyXML",
  "name" : "SwiftyXML",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftyXML",
      "targets" : [
        "SwiftyXML"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftyXMLTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyXMLTests",
      "path" : "Tests/SwiftyXMLTests",
      "sources" : [
        "SwiftyXMLTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "SwiftyXML"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftyXML",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyXML",
      "path" : "Sources/SwiftyXML",
      "product_memberships" : [
        "SwiftyXML"
      ],
      "sources" : [
        "XML.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/4] Emitting module SwiftyXML
[4/4] Compiling SwiftyXML XML.swift
Build complete! (4.52s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftyXML",
  "name" : "SwiftyXML",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftyXML",
      "targets" : [
        "SwiftyXML"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftyXMLTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyXMLTests",
      "path" : "Tests/SwiftyXMLTests",
      "sources" : [
        "SwiftyXMLTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "SwiftyXML"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftyXML",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyXML",
      "path" : "Sources/SwiftyXML",
      "product_memberships" : [
        "SwiftyXML"
      ],
      "sources" : [
        "XML.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.