Build Information
Successful build of HavenOPML, reference 0.9.0 (e88512), with Swift 6.2 for macOS (SPM) on 20 Mar 2026 18:21:15 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.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Haven-Apps/HavenOPML.git
Reference: 0.9.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Haven-Apps/HavenOPML
* tag 0.9.0 -> FETCH_HEAD
HEAD is now at e88512b added headers to every file
Cloned https://github.com/Haven-Apps/HavenOPML.git
Revision (git rev-parse @):
e88512ba6a8f60e4345522938a6064876791e238
SUCCESS checkout https://github.com/Haven-Apps/HavenOPML.git at 0.9.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": "havenopml",
"name": "HavenOPML",
"url": "https://github.com/Haven-Apps/HavenOPML.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/HavenOPML",
"dependencies": [
]
}
]
}
Fetching https://github.com/Haven-Apps/HavenOPML.git
[1/116] Fetching havenopml
Fetched https://github.com/Haven-Apps/HavenOPML.git from cache (0.68s)
Creating working copy for https://github.com/Haven-Apps/HavenOPML.git
Working copy of https://github.com/Haven-Apps/HavenOPML.git resolved at 0.9.0 (e88512b)
warning: '.resolve-product-dependencies': dependency 'havenopml' 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/Haven-Apps/HavenOPML.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/14] Compiling HavenOPML OutlineTraversal.swift
[4/14] Compiling HavenOPML OPMLDateFormatter.swift
[5/15] Compiling HavenOPML OPMLImporter.swift
[6/15] Compiling HavenOPML OPMLService.swift
[7/15] Compiling HavenOPML OPMLCategory.swift
[8/15] Compiling HavenOPML OPMLDocument.swift
[9/15] Compiling HavenOPML OPMLError.swift
[10/15] Compiling HavenOPML OPMLExporter.swift
[11/15] Compiling HavenOPML OutlineItem.swift
[12/15] Compiling HavenOPML OPMLFormat.swift
[13/15] Compiling HavenOPML OPMLParserDelegate.swift
[14/15] Emitting module HavenOPML
[15/15] Compiling HavenOPML XMLEscaping.swift
Build complete! (5.97s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "HavenOPML",
"name" : "HavenOPML",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "18.0"
},
{
"name" : "macos",
"version" : "15.0"
},
{
"name" : "tvos",
"version" : "18.0"
},
{
"name" : "watchos",
"version" : "11.0"
},
{
"name" : "visionos",
"version" : "2.0"
}
],
"products" : [
{
"name" : "HavenOPML",
"targets" : [
"HavenOPML"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "HavenOPMLTests",
"module_type" : "SwiftTarget",
"name" : "HavenOPMLTests",
"path" : "Tests/HavenOPMLTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/HavenOPMLTests/Fixtures",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"ConcurrencyTests.swift",
"EdgeCaseTests.swift",
"ErrorTests.swift",
"ExportTests.swift",
"ModelTests.swift",
"NestedFolderTests.swift",
"OPMLServiceTests.swift",
"OPMLV1ImportTests.swift",
"OPMLV2ImportTests.swift",
"PodcastFeedTests.swift",
"RoundTripTests.swift",
"TestHelpers.swift",
"UtilityTests.swift"
],
"target_dependencies" : [
"HavenOPML"
],
"type" : "test"
},
{
"c99name" : "HavenOPML",
"module_type" : "SwiftTarget",
"name" : "HavenOPML",
"path" : "Sources/HavenOPML",
"product_memberships" : [
"HavenOPML"
],
"sources" : [
"Errors/OPMLError.swift",
"Exporters/OPMLExporter.swift",
"Models/OPMLCategory.swift",
"Models/OPMLDocument.swift",
"Models/OPMLFormat.swift",
"Models/OutlineItem.swift",
"Parsers/OPMLImporter.swift",
"Parsers/OPMLParserDelegate.swift",
"Services/OPMLService.swift",
"Utilities/OPMLDateFormatter.swift",
"Utilities/OutlineTraversal.swift",
"Utilities/XMLEscaping.swift"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
Done.