Build Information
Successful build of SwiftXml, reference 0.1.14 (65ac29), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 23:46:34 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bjtj/swift-xml.git
Reference: 0.1.14
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/bjtj/swift-xml
* tag 0.1.14 -> FETCH_HEAD
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 0.1.14
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swift-xml",
"name": "SwiftXml",
"url": "https://github.com/bjtj/swift-xml.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-xml",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/bjtj/swift-xml.git
[1/199] Fetching swift-xml
Fetched https://github.com/bjtj/swift-xml.git from cache (0.62s)
Creating working copy for https://github.com/bjtj/swift-xml.git
Working copy of https://github.com/bjtj/swift-xml.git resolved at 0.1.14 (65ac296)
warning: '.resolve-product-dependencies': dependency 'swift-xml' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/bjtj/swift-xml.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/13] Compiling SwiftXml XmlAttribute.swift
[4/13] Compiling SwiftXml XmlComment.swift
[5/13] Emitting module SwiftXml
[6/13] Compiling SwiftXml XmlParser.swift
[7/13] Compiling SwiftXml XmlText.swift
[8/13] Compiling SwiftXml XmlDTD.swift
[9/13] Compiling SwiftXml XmlNode.swift
[10/13] Compiling SwiftXml XmlDocument.swift
[11/13] Compiling SwiftXml XmlNodeType.swift
[12/13] Compiling SwiftXml XmlParseError.swift
[13/13] Compiling SwiftXml XmlElement.swift
[14/14] Compiling SwiftXml XmlTokenizer.swift
Build complete! (5.12s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftXml",
"name" : "SwiftXml",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftXml",
"targets" : [
"SwiftXml"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "swift_xmlTests",
"module_type" : "SwiftTarget",
"name" : "swift-xmlTests",
"path" : "Tests/swift-xmlTests",
"sources" : [
"XCTestManifests.swift",
"swift_xmlTests.swift"
],
"target_dependencies" : [
"SwiftXml"
],
"type" : "test"
},
{
"c99name" : "SwiftXml",
"module_type" : "SwiftTarget",
"name" : "SwiftXml",
"path" : "Sources/swift-xml",
"product_memberships" : [
"SwiftXml"
],
"sources" : [
"XmlAttribute.swift",
"XmlComment.swift",
"XmlDTD.swift",
"XmlDocument.swift",
"XmlElement.swift",
"XmlNode.swift",
"XmlNodeType.swift",
"XmlParseError.swift",
"XmlParser.swift",
"XmlText.swift",
"XmlTokenizer.swift"
],
"type" : "library"
}
],
"tools_version" : "4.2"
}
Done.