Build Information
Successful build of SwiftXMLParser, reference main (635ce3), with Swift 6.2 for macOS (SPM) on 25 Nov 2025 22:40:51 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/stefanspringer1/SwiftXMLParser.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/stefanspringer1/SwiftXMLParser
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 635ce36 changed deprecation notice
Cloned https://github.com/stefanspringer1/SwiftXMLParser.git
Revision (git rev-parse @):
635ce3610f9f2d94d0a205544c10fe7d6a1a8b24
SUCCESS checkout https://github.com/stefanspringer1/SwiftXMLParser.git at main
Fetching https://github.com/stefanspringer1/SwiftXMLInterfaces
[1/653] Fetching swiftxmlinterfaces
Fetched https://github.com/stefanspringer1/SwiftXMLInterfaces from cache (0.82s)
Computing version for https://github.com/stefanspringer1/SwiftXMLInterfaces
Computed https://github.com/stefanspringer1/SwiftXMLInterfaces at 8.0.8 (1.36s)
Creating working copy for https://github.com/stefanspringer1/SwiftXMLInterfaces
Working copy of https://github.com/stefanspringer1/SwiftXMLInterfaces resolved at 8.0.8
========================================
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",
"dependencies": [
{
"identity": "swiftxmlparser",
"name": "SwiftXMLParser",
"url": "https://github.com/stefanspringer1/SwiftXMLParser.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftXMLParser",
"dependencies": [
{
"identity": "swiftxmlinterfaces",
"name": "SwiftXMLInterfaces",
"url": "https://github.com/stefanspringer1/SwiftXMLInterfaces",
"version": "8.0.8",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftXMLInterfaces",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/stefanspringer1/SwiftXMLParser.git
[1/914] Fetching swiftxmlparser
Fetched https://github.com/stefanspringer1/SwiftXMLParser.git from cache (0.79s)
Fetching https://github.com/stefanspringer1/SwiftXMLInterfaces from cache
Fetched https://github.com/stefanspringer1/SwiftXMLInterfaces from cache (0.51s)
Computing version for https://github.com/stefanspringer1/SwiftXMLInterfaces
Computed https://github.com/stefanspringer1/SwiftXMLInterfaces at 8.0.8 (0.56s)
Creating working copy for https://github.com/stefanspringer1/SwiftXMLInterfaces
Working copy of https://github.com/stefanspringer1/SwiftXMLInterfaces resolved at 8.0.8
Creating working copy for https://github.com/stefanspringer1/SwiftXMLParser.git
Working copy of https://github.com/stefanspringer1/SwiftXMLParser.git resolved at main (635ce36)
warning: '.resolve-product-dependencies': dependency 'swiftxmlparser' is not used by any target
Found 1 product dependencies
- SwiftXMLInterfaces
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/stefanspringer1/SwiftXMLParser.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-49B95AFC49DCD68C.txt
[4/8] Compiling SwiftXMLInterfaces Utilities.swift
[5/8] Compiling SwiftXMLInterfaces Parser.swift
[6/8] Compiling SwiftXMLInterfaces Errors.swift
[7/8] Emitting module SwiftXMLInterfaces
[8/8] Compiling SwiftXMLInterfaces Events.swift
[9/11] Compiling SwiftXMLParser CharacterCodes.swift
[10/11] Compiling SwiftXMLParser XParser.swift
[11/11] Emitting module SwiftXMLParser
Build complete! (6.52s)
Build complete.
{
"dependencies" : [
{
"identity" : "swiftxmlinterfaces",
"requirement" : {
"range" : [
{
"lower_bound" : "8.0.3",
"upper_bound" : "9.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/stefanspringer1/SwiftXMLInterfaces"
}
],
"manifest_display_name" : "SwiftXMLParser",
"name" : "SwiftXMLParser",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
},
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "tvos",
"version" : "17.0"
},
{
"name" : "watchos",
"version" : "10.0"
}
],
"products" : [
{
"name" : "SwiftXMLParser",
"targets" : [
"SwiftXMLParser"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftXMLParserTests",
"module_type" : "SwiftTarget",
"name" : "SwiftXMLParserTests",
"path" : "Tests/SwiftXMLParserTests",
"sources" : [
"SwiftXMLParserTests.swift",
"TestUtilities.swift"
],
"target_dependencies" : [
"SwiftXMLParser"
],
"type" : "test"
},
{
"c99name" : "SwiftXMLParser",
"module_type" : "SwiftTarget",
"name" : "SwiftXMLParser",
"path" : "Sources/SwiftXMLParser",
"product_dependencies" : [
"SwiftXMLInterfaces"
],
"product_memberships" : [
"SwiftXMLParser"
],
"sources" : [
"CharacterCodes.swift",
"XParser.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.