Build Information
Successful build of OPML, reference main (179095), with Swift 6.3 for macOS (SPM) on 23 Apr 2026 18:43:20 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/jaywcjlove/swift-opml.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jaywcjlove/swift-opml
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 179095b doc: update README.md
Cloned https://github.com/jaywcjlove/swift-opml.git
Revision (git rev-parse @):
179095b349d8f6716a999b14ffd271558b3b5045
SUCCESS checkout https://github.com/jaywcjlove/swift-opml.git at main
========================================
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": "swift-opml",
"name": "OPML",
"url": "https://github.com/jaywcjlove/swift-opml.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-opml",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/jaywcjlove/swift-opml.git
[1/60] Fetching swift-opml
Fetched https://github.com/jaywcjlove/swift-opml.git from cache (0.68s)
Creating working copy for https://github.com/jaywcjlove/swift-opml.git
Working copy of https://github.com/jaywcjlove/swift-opml.git resolved at main (179095b)
warning: '.resolve-product-dependencies': dependency 'swift-opml' 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/jaywcjlove/swift-opml.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/6] Emitting module OPML
[4/6] Compiling OPML OPML.swift
[5/6] Compiling OPML Exporter.swift
[6/6] Compiling OPML OPMLParser.swift
Build complete! (4.76s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "OPML",
"name" : "OPML",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "tvos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "OPML",
"targets" : [
"OPML"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "OPMLTests",
"module_type" : "SwiftTarget",
"name" : "OPMLTests",
"path" : "Tests/OPMLTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/OPMLTests/Resources/feedly.opml",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/OPMLTests/Resources/rsparser.opml",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"OPMLTests.swift"
],
"target_dependencies" : [
"OPML"
],
"type" : "test"
},
{
"c99name" : "OPML",
"module_type" : "SwiftTarget",
"name" : "OPML",
"path" : "Sources/OPML",
"product_memberships" : [
"OPML"
],
"sources" : [
"Exporter.swift",
"OPML.swift",
"OPMLParser.swift"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
Done.