Build Information
Successful build of Aptabase, reference main (0b5172), with Swift 6.2 for macOS (SPM) on 22 Feb 2026 06:39:13 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/aptabase/aptabase-swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/aptabase/aptabase-swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 0b51722 Merge pull request #34 from aptabase/ralph/llms-txt-agent-discovery
Cloned https://github.com/aptabase/aptabase-swift.git
Revision (git rev-parse @):
0b5172293cdc6d7e2187624d234cdddcf78dc63c
SUCCESS checkout https://github.com/aptabase/aptabase-swift.git at main
Fetching https://github.com/apple/swift-docc-symbolkit
Fetching https://github.com/apple/swift-docc-plugin
[1/2171] Fetching swift-docc-plugin
[219/5831] Fetching swift-docc-plugin, swift-docc-symbolkit
Fetched https://github.com/apple/swift-docc-plugin from cache (1.28s)
Computing version for https://github.com/apple/swift-docc-plugin
[3368/3660] Fetching swift-docc-symbolkit
Fetched https://github.com/apple/swift-docc-symbolkit from cache (1.35s)
Computed https://github.com/apple/swift-docc-plugin at 1.3.0 (2.00s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.74s)
Creating working copy for https://github.com/apple/swift-docc-symbolkit
Working copy of https://github.com/apple/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.3.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": "aptabase-swift",
"name": "Aptabase",
"url": "https://github.com/aptabase/aptabase-swift.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/aptabase-swift",
"dependencies": [
]
}
]
}
Fetching https://github.com/aptabase/aptabase-swift.git
[1/1404] Fetching aptabase-swift
Fetched https://github.com/aptabase/aptabase-swift.git from cache (1.40s)
Creating working copy for https://github.com/aptabase/aptabase-swift.git
Working copy of https://github.com/aptabase/aptabase-swift.git resolved at main (0b51722)
warning: '.resolve-product-dependencies': dependency 'aptabase-swift' 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/aptabase/aptabase-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/5] Write sources
[3/5] Copying PrivacyInfo.xcprivacy
[4/5] Write swift-version-49B95AFC49DCD68C.txt
[6/15] Compiling Aptabase resource_bundle_accessor.swift
[7/15] Compiling Aptabase Value.swift
[8/15] Compiling Aptabase TrackingMode.swift
[9/15] Compiling Aptabase EventDispatcher.swift
[10/15] Compiling Aptabase InitOptions.swift
[11/15] Compiling Aptabase ConcurrentQueue.swift
[12/15] Compiling Aptabase AptabaseClient.swift
[13/15] Compiling Aptabase EnvironmentInfo.swift
[14/15] Emitting module Aptabase
[15/15] Compiling Aptabase Aptabase.swift
Build complete! (18.42s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "Aptabase",
"name" : "Aptabase",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "Aptabase",
"targets" : [
"Aptabase"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AptabaseTests",
"module_type" : "SwiftTarget",
"name" : "AptabaseTests",
"path" : "Tests/AptabaseTests",
"sources" : [
"ConcurrentQueueTests.swift",
"EventDispatcherTests.swift"
],
"target_dependencies" : [
"Aptabase"
],
"type" : "test"
},
{
"c99name" : "Aptabase",
"module_type" : "SwiftTarget",
"name" : "Aptabase",
"path" : "Sources/Aptabase",
"product_memberships" : [
"Aptabase"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/Aptabase/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Aptabase.swift",
"AptabaseClient.swift",
"ConcurrentQueue.swift",
"EnvironmentInfo.swift",
"EventDispatcher.swift",
"InitOptions.swift",
"TrackingMode.swift",
"Value.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.