The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SWXMLHash 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/drmohundro/SWXMLHash.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/drmohundro/SWXMLHash
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 7226ebc chore: bump podspec file, too
Cloned https://github.com/drmohundro/SWXMLHash.git
Revision (git rev-parse @):
7226ebc24e1dc42b6a62e699bf98c6b4f7eb8f5c
SUCCESS checkout https://github.com/drmohundro/SWXMLHash.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swxmlhash",
      "name": "SWXMLHash",
      "url": "https://github.com/drmohundro/SWXMLHash.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SWXMLHash",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/drmohundro/SWXMLHash.git from cache
Fetched https://github.com/drmohundro/SWXMLHash.git (0.22s)
Creating working copy for https://github.com/drmohundro/SWXMLHash.git
Working copy of https://github.com/drmohundro/SWXMLHash.git resolved at main
warning: '.resolve-product-dependencies': dependency 'swxmlhash' 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/24] Compiling SWXMLHash XMLContent.swift
[2/24] Compiling SWXMLHash XMLElement.swift
[3/24] Compiling SWXMLHash XMLHash.swift
[4/24] Compiling SWXMLHash Int+XMLDeserialization.swift
[5/24] Compiling SWXMLHash String+XMLDeserialization.swift
[6/24] Compiling SWXMLHash IndexingError.swift
[7/27] Compiling SWXMLHash String+Extensions.swift
[8/27] Compiling SWXMLHash TextElement.swift
[9/27] Compiling SWXMLHash XMLAttribute.swift
[10/27] Compiling SWXMLHash XMLValueDeserialization.swift
[11/27] Compiling SWXMLHash Bool+XMLDeserialization.swift
[12/27] Compiling SWXMLHash Double+XMLDeserialization.swift
[13/27] Compiling SWXMLHash Float+XMLDeserialization.swift
[14/27] Compiling SWXMLHash XMLAttributeDeserializable.swift
[15/27] Compiling SWXMLHash XMLElementDeserializable.swift
[16/27] Compiling SWXMLHash XMLIndexer+XMLDeserialization.swift
[17/27] Compiling SWXMLHash XMLObjectDeserialization.swift
[18/27] Emitting module SWXMLHash
[19/27] Compiling SWXMLHash ParsingError.swift
[20/27] Compiling SWXMLHash XMLDeserializationError.swift
[21/27] Compiling SWXMLHash FullXMLParser.swift
[22/27] Compiling SWXMLHash IndexOp.swift
[23/27] Compiling SWXMLHash LazyXMLParser.swift
[24/27] Compiling SWXMLHash Stack.swift
[25/27] Compiling SWXMLHash XMLHashOptions.swift
[26/27] Compiling SWXMLHash XMLIndexer.swift
[27/27] Compiling SWXMLHash shim.swift
Build complete! (8.35s)
Build complete.
Done.