Build Information
Successful build of XMLTools, reference 0.6.1 (83b37c), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 12:21:44 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/spilikin/swiftxmltools.git
Reference: 0.6.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/spilikin/swiftxmltools
* tag 0.6.1 -> FETCH_HEAD
HEAD is now at 83b37c3 made Infoset.init() public and removed EMPTY Singleton
Cloned https://github.com/spilikin/swiftxmltools.git
Revision (git rev-parse @):
83b37c331cc1212c805d25a24bb84da79dac5814
SUCCESS checkout https://github.com/spilikin/swiftxmltools.git at 0.6.1
========================================
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": "swiftxmltools",
"name": "XMLTools",
"url": "https://github.com/spilikin/swiftxmltools.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swiftxmltools",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/spilikin/swiftxmltools.git
[1/408] Fetching swiftxmltools
Fetched https://github.com/spilikin/swiftxmltools.git from cache (0.71s)
Creating working copy for https://github.com/spilikin/swiftxmltools.git
Working copy of https://github.com/spilikin/swiftxmltools.git resolved at 0.6.1 (83b37c3)
warning: '.resolve-product-dependencies': dependency 'swiftxmltools' 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/spilikin/swiftxmltools.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/16] Compiling XMLTools Parser.swift
[4/17] Compiling XMLTools Infoset+Text.swift
[5/17] Compiling XMLTools Infoset.swift
[6/17] Compiling XMLTools Infoset+QName.swift
[7/17] Compiling XMLTools Infoset+Number.swift
[8/17] Compiling XMLTools Infoset+Parent.swift
[9/17] Compiling XMLTools Serializer.swift
[10/17] Compiling XMLTools Infoset+Attributes.swift
[11/17] Compiling XMLTools Infoset+Data.swift
[12/17] Compiling XMLTools Infoset+Descendant.swift
[13/17] Compiling XMLTools Infoset+Manipulation.swift
[14/17] Emitting module XMLTools
[15/17] Compiling XMLTools DOM+Traversal.swift
[16/17] Compiling XMLTools DOM.swift
[17/17] Compiling XMLTools XMLTools.swift
Build complete! (5.50s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "XMLTools",
"name" : "XMLTools",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.12"
},
{
"name" : "ios",
"version" : "8.0"
},
{
"name" : "tvos",
"version" : "9.0"
},
{
"name" : "watchos",
"version" : "3.0"
}
],
"products" : [
{
"name" : "XMLTools",
"targets" : [
"XMLTools"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "XMLToolsTests",
"module_type" : "SwiftTarget",
"name" : "XMLToolsTests",
"path" : "Tests/XMLToolsTests",
"sources" : [
"DOMTests.swift",
"LOTLTests.swift",
"ManipulationTests.swift",
"NamespaceTests.swift",
"PublicAPITests.swift",
"QNameTests.swift",
"SelectTest.swift",
"SerializerTests.swift",
"ValuesTests.swift",
"XMLToolsTests.swift"
],
"target_dependencies" : [
"XMLTools"
],
"type" : "test"
},
{
"c99name" : "XMLTools",
"module_type" : "SwiftTarget",
"name" : "XMLTools",
"path" : "Sources/XMLTools",
"product_memberships" : [
"XMLTools"
],
"sources" : [
"DOM+Traversal.swift",
"DOM.swift",
"Infoset+Attributes.swift",
"Infoset+Data.swift",
"Infoset+Descendant.swift",
"Infoset+Manipulation.swift",
"Infoset+Number.swift",
"Infoset+Parent.swift",
"Infoset+QName.swift",
"Infoset+Text.swift",
"Infoset.swift",
"Parser.swift",
"Serializer.swift",
"XMLTools.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.