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 SwiftXMLParser, reference 3.0.2 (fe3f3d), with Swift 5.10 for macOS (SPM) on 27 Feb 2025 19:57:10 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/stefanspringer1/SwiftXMLParser.git
Reference: 3.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/stefanspringer1/SwiftXMLParser
 * tag               3.0.2      -> FETCH_HEAD
HEAD is now at fe3f3db using SwiftXMLInterfaces 5.0.3
Cloned https://github.com/stefanspringer1/SwiftXMLParser.git
Revision (git rev-parse @):
fe3f3db11f972622b6aa7a4ca7f6bb1425ebeb0b
SUCCESS checkout https://github.com/stefanspringer1/SwiftXMLParser.git at 3.0.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/stefanspringer1/SwiftXMLParser.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-33747A42983211AE.txt
[5/6] Compiling AutoreleasepoolShim AutoreleasepoolShim.swift
[6/6] Emitting module AutoreleasepoolShim
[7/11] Compiling SwiftXMLInterfaces Utilities.swift
[8/11] Compiling SwiftXMLInterfaces Parser.swift
[9/11] Emitting module SwiftXMLInterfaces
[10/11] Compiling SwiftXMLInterfaces Errors.swift
[11/11] Compiling SwiftXMLInterfaces Events.swift
[12/16] Compiling SwiftXMLParser Testing.swift
[13/16] Compiling SwiftXMLParser Utilities.swift
[14/16] Compiling SwiftXMLParser CharacterCodes.swift
[15/16] Compiling SwiftXMLParser XParser.swift
[16/16] Emitting module SwiftXMLParser
Build complete! (10.66s)
Fetching https://github.com/stefanspringer1/SwiftXMLInterfaces
[1/581] Fetching swiftxmlinterfaces
Fetched https://github.com/stefanspringer1/SwiftXMLInterfaces from cache (1.12s)
Computing version for https://github.com/stefanspringer1/SwiftXMLInterfaces
Computed https://github.com/stefanspringer1/SwiftXMLInterfaces at 5.0.3 (0.45s)
Fetching https://github.com/stefanspringer1/AutoreleasepoolShim
[1/27] Fetching autoreleasepoolshim
Fetched https://github.com/stefanspringer1/AutoreleasepoolShim from cache (0.67s)
Computing version for https://github.com/stefanspringer1/AutoreleasepoolShim
Computed https://github.com/stefanspringer1/AutoreleasepoolShim at 1.0.3 (0.44s)
Creating working copy for https://github.com/stefanspringer1/SwiftXMLInterfaces
Working copy of https://github.com/stefanspringer1/SwiftXMLInterfaces resolved at 5.0.3
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" : "swiftxmlinterfaces",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.3",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/stefanspringer1/SwiftXMLInterfaces"
    }
  ],
  "manifest_display_name" : "SwiftXMLParser",
  "name" : "SwiftXMLParser",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftXMLParser",
      "targets" : [
        "SwiftXMLParser"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftXMLParserTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftXMLParserTests",
      "path" : "Tests/SwiftXMLParserTests",
      "sources" : [
        "SwiftXMLParserTests.swift"
      ],
      "target_dependencies" : [
        "SwiftXMLParser"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftXMLParser",
      "module_type" : "SwiftTarget",
      "name" : "SwiftXMLParser",
      "path" : "Sources/SwiftXMLParser",
      "product_dependencies" : [
        "SwiftXMLInterfaces"
      ],
      "product_memberships" : [
        "SwiftXMLParser"
      ],
      "sources" : [
        "CharacterCodes.swift",
        "Testing.swift",
        "Utilities.swift",
        "XParser.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.