Build Information
Successful build of SwiftyXML with Swift 6.0 for macOS (SPM).
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/chenyunguiMilook/SwiftyXML.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/chenyunguiMilook/SwiftyXML
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
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 master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $workDir
https://github.com/chenyunguiMilook/SwiftyXML.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-6F35C1178C84523A.txt
[3/4] Emitting module SwiftyXML
[4/4] Compiling SwiftyXML XML.swift
Build complete! (17.49s)
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.