Build Information
Successful build of xml-coding, reference 0.4.1 (b6a2ae
), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 01:10:16 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/adam-fowler/xml-coding.git
Reference: 0.4.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/adam-fowler/xml-coding
* tag 0.4.1 -> FETCH_HEAD
HEAD is now at b6a2ae2 Fix decoding of optional attributes (#6)
Cloned https://github.com/adam-fowler/xml-coding.git
Revision (git rev-parse @):
b6a2ae25464959f41cd167047ee47fe5bb681c6c
SUCCESS checkout https://github.com/adam-fowler/xml-coding.git at 0.4.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/adam-fowler/xml-coding.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/8] Compiling XMLCoding XMLEncoder.swift
[4/8] Compiling XMLCoding XML.swift
[5/8] Compiling XMLCoding XMLDecoder.swift
[6/8] Emitting module XMLCoding
[7/8] Compiling XMLCoding CollectionCoders.swift
[8/8] Compiling XMLCoding CodableProperties.swift
Build complete! (3.28s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "xml-coding",
"name" : "xml-coding",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "XMLCoding",
"targets" : [
"XMLCoding"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "XMLCodingTests",
"module_type" : "SwiftTarget",
"name" : "XMLCodingTests",
"path" : "Tests/XMLCodingTests",
"sources" : [
"XMLEncoderTests.swift",
"XMLTests.swift"
],
"target_dependencies" : [
"XMLCoding"
],
"type" : "test"
},
{
"c99name" : "XMLCoding",
"module_type" : "SwiftTarget",
"name" : "XMLCoding",
"path" : "Sources/XMLCoding",
"product_memberships" : [
"XMLCoding"
],
"sources" : [
"CodableProperties/CodableProperties.swift",
"CodableProperties/CollectionCoders.swift",
"XML.swift",
"XMLDecoder.swift",
"XMLEncoder.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.