The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftXml with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bjtj/swift-xml.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/bjtj/swift-xml
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 65ac296 Merge pull request #4 from bjtj/fix/parse-attribute
Cloned https://github.com/bjtj/swift-xml.git
Revision (git rev-parse @):
65ac296d6bf0460910664c1ee4786b8a1d545dab
SUCCESS checkout https://github.com/bjtj/swift-xml.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swift-xml",
      "name": "SwiftXml",
      "url": "https://github.com/bjtj/swift-xml.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-xml",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/bjtj/swift-xml.git from cache
Fetched https://github.com/bjtj/swift-xml.git (0.24s)
Creating working copy for https://github.com/bjtj/swift-xml.git
Working copy of https://github.com/bjtj/swift-xml.git resolved at master
warning: '.resolve-product-dependencies': dependency 'swift-xml' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/11] Compiling SwiftXml XmlParseError.swift
[2/11] Compiling SwiftXml XmlAttribute.swift
[3/11] Compiling SwiftXml XmlComment.swift
[4/11] Compiling SwiftXml XmlText.swift
[5/11] Compiling SwiftXml XmlDTD.swift
[6/11] Compiling SwiftXml XmlDocument.swift
[7/11] Compiling SwiftXml XmlNodeType.swift
[8/12] Compiling SwiftXml XmlParser.swift
[9/12] Compiling SwiftXml XmlElement.swift
[10/12] Compiling SwiftXml XmlNode.swift
[11/12] Emitting module SwiftXml
[12/12] Compiling SwiftXml XmlTokenizer.swift
Build complete! (9.28s)
Build complete.
Done.