Build Information
Successful build of SwiftXML, reference main (fc1c6f
), with Swift 6.2 (beta) for macOS (SPM) on 27 Jun 2025 09:30:12 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/stefanspringer1/SwiftXML.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/stefanspringer1/SwiftXML
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at fc1c6fb README (edited the "Limitations" section)
Cloned https://github.com/stefanspringer1/SwiftXML.git
Revision (git rev-parse @):
fc1c6fbbd7376860f06b41da7e0d862f8315c13a
SUCCESS checkout https://github.com/stefanspringer1/SwiftXML.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/stefanspringer1/SwiftXML.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-1EA4D86E10B52AF.txt
[6/7] Emitting module AutoreleasepoolShim
[7/7] Compiling AutoreleasepoolShim AutoreleasepoolShim.swift
[8/12] Compiling SwiftXMLInterfaces Utilities.swift
[9/12] Compiling SwiftXMLInterfaces Parser.swift
[10/12] Compiling SwiftXMLInterfaces Errors.swift
[11/12] Emitting module SwiftXMLInterfaces
[12/12] Compiling SwiftXMLInterfaces Events.swift
[13/17] Compiling SwiftXMLParser Utilities.swift
[14/17] Compiling SwiftXMLParser Testing.swift
[15/17] Compiling SwiftXMLParser CharacterCodes.swift
[16/17] Emitting module SwiftXMLParser
[17/17] Compiling SwiftXMLParser XParser.swift
[18/34] Compiling SwiftXML Tools.swift
[19/35] Compiling SwiftXML Transformation.swift
[20/35] Compiling SwiftXML WrappingIterators.swift
[21/35] Compiling SwiftXML Parsing.swift
[22/35] Compiling SwiftXML Production.swift
[23/35] Compiling SwiftXML IterationExtensions.swift
[24/35] Compiling SwiftXML IteratorProtocols.swift
[25/35] Compiling SwiftXML Util.swift
[26/35] Compiling SwiftXML Document.swift
[27/35] Compiling SwiftXML SequenceConcatenation.swift
[28/35] Compiling SwiftXML Sequences.swift
[29/35] Compiling SwiftXML ChainedIterators.swift
[30/35] Compiling SwiftXML ConvenienceExtensions.swift
[31/35] Compiling SwiftXML XParseBuilder.swift
[32/35] Compiling SwiftXML BasicIterators.swift
[33/35] Emitting module SwiftXML
[34/35] Compiling SwiftXML Namespaces.swift
[35/35] Compiling SwiftXML Nodes.swift
Build complete! (14.13s)
Fetching https://github.com/stefanspringer1/AutoreleasepoolShim
Fetching https://github.com/stefanspringer1/SwiftXMLParser
[1/803] Fetching swiftxmlparser
[355/830] Fetching swiftxmlparser, autoreleasepoolshim
Fetched https://github.com/stefanspringer1/SwiftXMLParser from cache (0.70s)
Fetched https://github.com/stefanspringer1/AutoreleasepoolShim from cache (0.70s)
Computing version for https://github.com/stefanspringer1/AutoreleasepoolShim
Computed https://github.com/stefanspringer1/AutoreleasepoolShim at 1.0.3 (3.27s)
Computing version for https://github.com/stefanspringer1/SwiftXMLParser
Computed https://github.com/stefanspringer1/SwiftXMLParser at 3.0.2 (0.46s)
Fetching https://github.com/stefanspringer1/SwiftXMLInterfaces
[1/581] Fetching swiftxmlinterfaces
Fetched https://github.com/stefanspringer1/SwiftXMLInterfaces from cache (0.75s)
Computing version for https://github.com/stefanspringer1/SwiftXMLInterfaces
Computed https://github.com/stefanspringer1/SwiftXMLInterfaces at 5.0.3 (1.25s)
Creating working copy for https://github.com/stefanspringer1/AutoreleasepoolShim
Working copy of https://github.com/stefanspringer1/AutoreleasepoolShim resolved at 1.0.3
Creating working copy for https://github.com/stefanspringer1/SwiftXMLInterfaces
Working copy of https://github.com/stefanspringer1/SwiftXMLInterfaces resolved at 5.0.3
Creating working copy for https://github.com/stefanspringer1/SwiftXMLParser
Working copy of https://github.com/stefanspringer1/SwiftXMLParser resolved at 3.0.2
Build complete.
{
"dependencies" : [
{
"identity" : "swiftxmlparser",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.2",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/stefanspringer1/SwiftXMLParser"
},
{
"identity" : "autoreleasepoolshim",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/stefanspringer1/AutoreleasepoolShim"
}
],
"manifest_display_name" : "SwiftXML",
"name" : "SwiftXML",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
}
],
"products" : [
{
"name" : "SwiftXML",
"targets" : [
"SwiftXML"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftXMLTests",
"module_type" : "SwiftTarget",
"name" : "SwiftXMLTests",
"path" : "Tests/SwiftXMLTests",
"sources" : [
"FromReadme.swift",
"NamespacesTests.swift",
"SequenceTypesTest.swift",
"SwiftXMLTests.swift",
"ToolsTests.swift"
],
"target_dependencies" : [
"SwiftXML"
],
"type" : "test"
},
{
"c99name" : "SwiftXML",
"module_type" : "SwiftTarget",
"name" : "SwiftXML",
"path" : "Sources/SwiftXML",
"product_dependencies" : [
"SwiftXMLParser",
"AutoreleasepoolShim"
],
"product_memberships" : [
"SwiftXML"
],
"sources" : [
"Builder/XParseBuilder.swift",
"Iteration/BasicIterators.swift",
"Iteration/ChainedIterators.swift",
"Iteration/ConvenienceExtensions.swift",
"Iteration/IterationExtensions.swift",
"Iteration/IteratorProtocols.swift",
"Iteration/SequenceConcatenation.swift",
"Iteration/Sequences.swift",
"Iteration/WrappingIterators.swift",
"Parsing/Parsing.swift",
"Util.swift",
"XML/Document.swift",
"XML/Namespaces.swift",
"XML/Nodes.swift",
"XML/Production.swift",
"XML/Tools.swift",
"XML/Transformation.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
Done.