Build Information
Successful build of SwiftXMLParser, reference main (635ce3), with Swift 6.0 for macOS (SPM) on 25 Nov 2025 22:37:56 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.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
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/stefanspringer1/SwiftXMLParser.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-5BDAB9E9C0126B9D.txt
[4/8] Compiling SwiftXMLInterfaces Utilities.swift
[5/8] Compiling SwiftXMLInterfaces Parser.swift
[6/8] Emitting module SwiftXMLInterfaces
[7/8] Compiling SwiftXMLInterfaces Errors.swift
[8/8] Compiling SwiftXMLInterfaces Events.swift
[9/11] Compiling SwiftXMLParser XParser.swift
[10/11] Compiling SwiftXMLParser CharacterCodes.swift
[11/11] Emitting module SwiftXMLParser
Build complete! (8.35s)
Fetching https://github.com/stefanspringer1/SwiftXMLInterfaces
[1/653] Fetching swiftxmlinterfaces
Fetched https://github.com/stefanspringer1/SwiftXMLInterfaces from cache (0.73s)
Computing version for https://github.com/stefanspringer1/SwiftXMLInterfaces
Computed https://github.com/stefanspringer1/SwiftXMLInterfaces at 8.0.8 (0.46s)
Creating working copy for https://github.com/stefanspringer1/SwiftXMLInterfaces
Working copy of https://github.com/stefanspringer1/SwiftXMLInterfaces resolved at 8.0.8
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.