Build Information
Successful build of SwiftyExpat, reference develop (5e3f28), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 03:16:16 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/helje5/SwiftyExpat.git
Reference: develop
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/helje5/SwiftyExpat
* branch develop -> FETCH_HEAD
* [new branch] develop -> origin/develop
HEAD is now at 5e3f28a Do not use arc4random_buf on Linux
Cloned https://github.com/helje5/SwiftyExpat.git
Revision (git rev-parse @):
5e3f28adcc8463ce0d48be188d4451cadc34883a
SUCCESS checkout https://github.com/helje5/SwiftyExpat.git at develop
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swiftyexpat",
"name": "SwiftyExpat",
"url": "https://github.com/helje5/SwiftyExpat.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftyExpat",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/helje5/SwiftyExpat.git
[1/559] Fetching swiftyexpat
Fetched https://github.com/helje5/SwiftyExpat.git from cache (0.84s)
Creating working copy for https://github.com/helje5/SwiftyExpat.git
Working copy of https://github.com/helje5/SwiftyExpat.git resolved at develop (5e3f28a)
warning: '.resolve-product-dependencies': dependency 'swiftyexpat' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/helje5/SwiftyExpat.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[1/7] Compiling Expat xmltok_impl.c
[2/7] Compiling Expat xmlrole.c
[3/7] Compiling Expat xmltok_ns.c
[4/7] Write swift-version--6988338F2F200930.txt
[5/7] Compiling Expat xmltok.c
[6/7] Compiling Expat xmlparse.c
[8/10] Compiling SwiftyExpat SwiftExtensions.swift
[9/10] Compiling SwiftyExpat Expat.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyExpat/Expat.swift:356:1: warning: extension declares a conformance of imported type 'XML_Error' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Expat' introduce this conformance in the future
354 |
355 |
356 | extension XML_Error : CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'XML_Error' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Expat' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
357 |
358 | public var description: String {
[10/10] Emitting module SwiftyExpat
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyExpat/Expat.swift:356:1: warning: extension declares a conformance of imported type 'XML_Error' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Expat' introduce this conformance in the future
354 |
355 |
356 | extension XML_Error : CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'XML_Error' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Expat' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
357 |
358 | public var description: String {
Build complete! (1.61s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftyExpat",
"name" : "SwiftyExpat",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Expat",
"targets" : [
"Expat"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SwiftyExpat",
"targets" : [
"SwiftyExpat"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftyExpatTests",
"module_type" : "SwiftTarget",
"name" : "SwiftyExpatTests",
"path" : "Tests/SwiftyExpatTests",
"sources" : [
"SwiftyExpatTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"SwiftyExpat"
],
"type" : "test"
},
{
"c99name" : "SwiftyExpat",
"module_type" : "SwiftTarget",
"name" : "SwiftyExpat",
"path" : "Sources/SwiftyExpat",
"product_memberships" : [
"SwiftyExpat"
],
"sources" : [
"Expat.swift",
"SwiftExtensions.swift"
],
"target_dependencies" : [
"Expat"
],
"type" : "library"
},
{
"c99name" : "Expat",
"module_type" : "ClangTarget",
"name" : "Expat",
"path" : "Sources/Expat",
"product_memberships" : [
"Expat",
"SwiftyExpat"
],
"sources" : [
"xmlparse.c",
"xmlrole.c",
"xmltok.c",
"xmltok_impl.c",
"xmltok_ns.c"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.