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 SwiftXMLInterfaces, reference 5.0.3 (5124c7), with Swift 6.2 (beta) for macOS (SPM) on 23 Jun 2025 04:59:01 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/stefanspringer1/SwiftXMLInterfaces.git
Reference: 5.0.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/stefanspringer1/SwiftXMLInterfaces
 * tag               5.0.3      -> FETCH_HEAD
HEAD is now at 5124c7a attributes is [String:String]
Cloned https://github.com/stefanspringer1/SwiftXMLInterfaces.git
Revision (git rev-parse @):
5124c7a6821e937ca965f5c1d902d4ce64b1a73b
SUCCESS checkout https://github.com/stefanspringer1/SwiftXMLInterfaces.git at 5.0.3
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/stefanspringer1/SwiftXMLInterfaces.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/5] Emitting module AutoreleasepoolShim
[5/5] Compiling AutoreleasepoolShim AutoreleasepoolShim.swift
[6/10] Compiling SwiftXMLInterfaces Utilities.swift
[7/10] Compiling SwiftXMLInterfaces Parser.swift
[8/10] Compiling SwiftXMLInterfaces Errors.swift
[9/10] Emitting module SwiftXMLInterfaces
[10/10] Compiling SwiftXMLInterfaces Events.swift
Build complete! (5.14s)
Fetching https://github.com/stefanspringer1/AutoreleasepoolShim
[3/27] Fetching autoreleasepoolshim
Fetched https://github.com/stefanspringer1/AutoreleasepoolShim from cache (0.51s)
Computing version for https://github.com/stefanspringer1/AutoreleasepoolShim
Computed https://github.com/stefanspringer1/AutoreleasepoolShim at 1.0.3 (1.02s)
Creating working copy for https://github.com/stefanspringer1/AutoreleasepoolShim
Working copy of https://github.com/stefanspringer1/AutoreleasepoolShim resolved at 1.0.3
Build complete.
{
  "dependencies" : [
    {
      "identity" : "autoreleasepoolshim",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/stefanspringer1/AutoreleasepoolShim"
    }
  ],
  "manifest_display_name" : "SwiftXMLInterfaces",
  "name" : "SwiftXMLInterfaces",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftXMLInterfaces",
      "targets" : [
        "SwiftXMLInterfaces"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftXMLInterfaces",
      "module_type" : "SwiftTarget",
      "name" : "SwiftXMLInterfaces",
      "path" : "Sources/SwiftXMLInterfaces",
      "product_dependencies" : [
        "AutoreleasepoolShim"
      ],
      "product_memberships" : [
        "SwiftXMLInterfaces"
      ],
      "sources" : [
        "Errors.swift",
        "Events.swift",
        "Parser.swift",
        "Utilities.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.