Build Information
Successful build of altai, reference main (e23220), with Swift 6.0 for macOS (SPM) on 9 Dec 2025 12:42:13 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/csanfilippo/altai.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/csanfilippo/altai
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at e232209 cleanup README
Cloned https://github.com/csanfilippo/altai.git
Revision (git rev-parse @):
e232209830aaf2881d310e8da1d445093e1be87e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/csanfilippo/altai.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/csanfilippo/altai.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/5] Write sources
[2/5] Copying PrivacyInfo.xcprivacy
[4/5] Write swift-version-5BDAB9E9C0126B9D.txt
[6/8] Compiling altai altai.swift
[7/8] Compiling altai resource_bundle_accessor.swift
[8/8] Emitting module altai
Build complete! (21.87s)
Fetching https://github.com/apple/swift-docc-plugin
[1/2158] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.19s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (3.07s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3594] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.30s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.59s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/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.4.5
Build complete.
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "altai",
"name" : "altai",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "8.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "altai",
"targets" : [
"altai"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "altaiTests",
"module_type" : "SwiftTarget",
"name" : "altaiTests",
"path" : "Tests/altaiTests",
"sources" : [
"altaiTests.swift"
],
"target_dependencies" : [
"altai"
],
"type" : "test"
},
{
"c99name" : "altai",
"module_type" : "SwiftTarget",
"name" : "altai",
"path" : "Sources/altai",
"product_memberships" : [
"altai"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/altai/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"altai.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.