Build Information
Successful build of SwiftyXML, reference 3.1.0 (30040f
), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 18:27:47 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/chenyunguiMilook/SwiftyXML.git
Reference: 3.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/chenyunguiMilook/SwiftyXML
* tag 3.1.0 -> FETCH_HEAD
HEAD is now at 30040f3 update pod spec file
Cloned https://github.com/chenyunguiMilook/SwiftyXML.git
Revision (git rev-parse @):
30040f38675bc3a1666a0b0f6417adabaf26a3c6
SUCCESS checkout https://github.com/chenyunguiMilook/SwiftyXML.git at 3.1.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/chenyunguiMilook/SwiftyXML.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/4] Emitting module SwiftyXML
[4/4] Compiling SwiftyXML XML.swift
Build complete! (3.13s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftyXML",
"name" : "SwiftyXML",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftyXML",
"targets" : [
"SwiftyXML"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftyXMLTests",
"module_type" : "SwiftTarget",
"name" : "SwiftyXMLTests",
"path" : "Tests/SwiftyXMLTests",
"sources" : [
"SwiftyXMLTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"SwiftyXML"
],
"type" : "test"
},
{
"c99name" : "SwiftyXML",
"module_type" : "SwiftTarget",
"name" : "SwiftyXML",
"path" : "Sources/SwiftyXML",
"product_memberships" : [
"SwiftyXML"
],
"sources" : [
"XML.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.