The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftLibXML 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/rhx/SwiftLibXML.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swiftlibxml",
      "name": "SwiftLibXML",
      "url": "https://github.com/rhx/SwiftLibXML.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftLibXML",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/rhx/SwiftLibXML.git from cache
Fetched https://github.com/rhx/SwiftLibXML.git (0.29s)
Creating working copy for https://github.com/rhx/SwiftLibXML.git
Working copy of https://github.com/rhx/SwiftLibXML.git resolved at main
warning: '.resolve-product-dependencies': dependency 'swiftlibxml' 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/7] Compiling SwiftLibXML XMLPath.swift
[2/7] Compiling SwiftLibXML XMLElement.swift
[3/7] Compiling SwiftLibXML XMLAttribute.swift
[4/7] Compiling SwiftLibXML EmptySequence.swift
[5/7] Emitting module SwiftLibXML
[6/7] Compiling SwiftLibXML XMLDocument.swift
[7/7] Compiling SwiftLibXML XMLNameSpace.swift
Build complete! (6.39s)
Build complete.
Done.