Build Information
Successful build of SwiftXMLParser, reference main (4a9a94
), with Swift 6.0 for macOS (SPM) on 14 May 2025 20:11:47 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.61.4
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 4a9a94a (code formatting)
Cloned https://github.com/stefanspringer1/SwiftXMLParser.git
Revision (git rev-parse @):
4a9a94ad4575ee0b30527b413f1860e0951c5f22
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/4] Write sources
[3/4] Write swift-version-5BDAB9E9C0126B9D.txt
[5/6] Emitting module AutoreleasepoolShim
[6/6] Compiling AutoreleasepoolShim AutoreleasepoolShim.swift
[7/11] Compiling SwiftXMLInterfaces Utilities.swift
[8/11] Compiling SwiftXMLInterfaces Parser.swift
[9/11] Compiling SwiftXMLInterfaces Errors.swift
[10/11] Emitting module SwiftXMLInterfaces
[11/11] Compiling SwiftXMLInterfaces Events.swift
[12/16] Compiling SwiftXMLParser Utilities.swift
[13/16] Compiling SwiftXMLParser Testing.swift
[14/16] Compiling SwiftXMLParser CharacterCodes.swift
[15/16] Emitting module SwiftXMLParser
[16/16] Compiling SwiftXMLParser XParser.swift
Build complete! (13.82s)
Fetching https://github.com/stefanspringer1/SwiftXMLInterfaces
[1/581] Fetching swiftxmlinterfaces
Fetched https://github.com/stefanspringer1/SwiftXMLInterfaces from cache (0.69s)
Computing version for https://github.com/stefanspringer1/SwiftXMLInterfaces
Computed https://github.com/stefanspringer1/SwiftXMLInterfaces at 5.0.3 (0.59s)
Fetching https://github.com/stefanspringer1/AutoreleasepoolShim
[1/27] Fetching autoreleasepoolshim
Fetched https://github.com/stefanspringer1/AutoreleasepoolShim from cache (5.65s)
Computing version for https://github.com/stefanspringer1/AutoreleasepoolShim
Computed https://github.com/stefanspringer1/AutoreleasepoolShim at 1.0.3 (0.58s)
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
Build complete.
{
"dependencies" : [
{
"identity" : "swiftxmlinterfaces",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.3",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/stefanspringer1/SwiftXMLInterfaces"
}
],
"manifest_display_name" : "SwiftXMLParser",
"name" : "SwiftXMLParser",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftXMLParser",
"targets" : [
"SwiftXMLParser"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftXMLParserTests",
"module_type" : "SwiftTarget",
"name" : "SwiftXMLParserTests",
"path" : "Tests/SwiftXMLParserTests",
"sources" : [
"SwiftXMLParserTests.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",
"Testing.swift",
"Utilities.swift",
"XParser.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.