Build Information
Successful build of OPML, reference v1.0.0 (d8f7b5), with Swift 6.2 for macOS (SPM) on 16 Dec 2025 13:35:42 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jaywcjlove/swift-opml.git
Reference: v1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jaywcjlove/swift-opml
* tag v1.0.0 -> FETCH_HEAD
HEAD is now at d8f7b52 doc: Update README.md
Cloned https://github.com/jaywcjlove/swift-opml.git
Revision (git rev-parse @):
d8f7b52ac11e4fb3e0ec4954625f32c06b2a9fe1
SUCCESS checkout https://github.com/jaywcjlove/swift-opml.git at v1.0.0
========================================
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",
"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",
"dependencies": [
]
}
]
}
Fetching https://github.com/jaywcjlove/swift-opml.git
[1/40] Fetching swift-opml
Fetched https://github.com/jaywcjlove/swift-opml.git from cache (0.64s)
Creating working copy for https://github.com/jaywcjlove/swift-opml.git
Working copy of https://github.com/jaywcjlove/swift-opml.git resolved at v1.0.0 (d8f7b52)
warning: '.resolve-product-dependencies': dependency 'swift-opml' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/jaywcjlove/swift-opml.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/6] Compiling OPML OPML.swift
[4/6] Emitting module OPML
[5/6] Compiling OPML Exporter.swift
[6/6] Compiling OPML OPMLParser.swift
Build complete! (4.44s)
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.