Build Information
Successful build of BluKit, reference main (8c908e), with Swift 6.2 for iOS using Xcode 26.3 on 21 Oct 2025 13:52:45 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme BluKit -destination generic/platform=iOSBuild Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Zion-Software-LLC/BluKitPackage.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Zion-Software-LLC/BluKitPackage
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 8c908eb Corrected the `.spi.yml` format and updated company author attribution (#1)
Cloned https://github.com/Zion-Software-LLC/BluKitPackage.git
Revision (git rev-parse @):
8c908ebd967bb9ba02aa4efd9f88fcfd606c2c8e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Zion-Software-LLC/BluKitPackage.git at main
========================================
Build
========================================
Selected platform: iOS
Swift version: 6.2
Building package at path: $PWD
https://github.com/Zion-Software-LLC/BluKitPackage.git
Command line invocation:
/Applications/Xcode-26.0.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
BluKit: /Users/admin/builder/spi-builder-workspace
resolved source packages: BluKit
2025-10-21 09:52:28.386 xcodebuild[521:3066] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2025-10-21 09:52:29.179 xcodebuild[521:3066] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2025-10-21 09:52:30.130 xcodebuild[521:3066] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
"dependencies" : [
],
"manifest_display_name" : "BluKit",
"name" : "BluKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "maccatalyst",
"version" : "13.0"
}
],
"products" : [
{
"name" : "BluKit",
"targets" : [
"BluKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "BluKitPackage",
"module_type" : "SwiftTarget",
"name" : "BluKitPackage",
"path" : "Sources/BluKitPackage",
"sources" : [
"BluKitPackage.swift"
],
"target_dependencies" : [
"BluKit"
],
"type" : "library"
},
{
"c99name" : "BluKit",
"module_type" : "BinaryTarget",
"name" : "BluKit",
"path" : "remote/archive/BluKit.xcframework.2.0.6.zip",
"product_memberships" : [
"BluKit"
],
"sources" : [
],
"type" : "binary"
}
],
"tools_version" : "5.5"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"BluKit"
]
}
}
2025-10-21 09:52:42.956 xcodebuild[616:3719] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2025-10-21 09:52:43.104 xcodebuild[616:3719] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme BluKit -destination generic/platform=iOS
Command line invocation:
/Applications/Xcode-26.0.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme BluKit -destination generic/platform=iOS
Resolve Package Graph
Resolved source packages:
BluKit: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
Target 'BluKit' in project 'BluKit' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -x c -c /dev/null
Build description signature: 65608fa713524d9c08ef9cb6459e32e6
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/65608fa713524d9c08ef9cb6459e32e6.xcbuilddata
ProcessXCFramework /Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/BluKit/BluKit.xcframework /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/BluKit.framework ios
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-process-xcframework --xcframework /Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/BluKit/BluKit.xcframework --platform ios --target-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/BluKit/BluKit.xcframework:1:1: note: The identity of “BluKit.xcframework” is not recorded in your project.
** BUILD SUCCEEDED **
2025-10-21 09:52:43.754 xcodebuild[618:3754] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2025-10-21 09:52:43.905 xcodebuild[618:3754] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "BluKit",
"name" : "BluKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "maccatalyst",
"version" : "13.0"
}
],
"products" : [
{
"name" : "BluKit",
"targets" : [
"BluKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "BluKitPackage",
"module_type" : "SwiftTarget",
"name" : "BluKitPackage",
"path" : "Sources/BluKitPackage",
"sources" : [
"BluKitPackage.swift"
],
"target_dependencies" : [
"BluKit"
],
"type" : "library"
},
{
"c99name" : "BluKit",
"module_type" : "BinaryTarget",
"name" : "BluKit",
"path" : "remote/archive/BluKit.xcframework.2.0.6.zip",
"product_memberships" : [
"BluKit"
],
"sources" : [
],
"type" : "binary"
}
],
"tools_version" : "5.5"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/zion-software-llc/blukitpackage/main
Repository: Zion-Software-LLC/BluKitPackage
Swift version used: 6.2
Target: BluKit
Command line invocation:
/Applications/Xcode-26.0.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData docbuild "OTHER_DOCC_FLAGS=--emit-digest --source-service github --source-service-base-url https://github.com/Zion-Software-LLC/BluKitPackage/blob/main --checkout-path /Users/admin/builder/spi-builder-workspace" -scheme BluKit -destination generic/platform=iOS
Build settings from command line:
OTHER_DOCC_FLAGS = --emit-digest --source-service github --source-service-base-url https://github.com/Zion-Software-LLC/BluKitPackage/blob/main --checkout-path /Users/admin/builder/spi-builder-workspace
Resolve Package Graph
Fetching from https://github.com/swiftlang/swift-docc-plugin
Fetching from https://github.com/swiftlang/swift-docc-symbolkit
Creating working copy of package ‘swift-docc-plugin’
Checking out 1.4.5 of package ‘swift-docc-plugin’
Creating working copy of package ‘swift-docc-symbolkit’
Checking out 1.0.0 of package ‘swift-docc-symbolkit’
Resolve Package Graph
Resolved source packages:
SwiftDocCPlugin: https://github.com/swiftlang/swift-docc-plugin @ 1.4.5
BluKit: /Users/admin/builder/spi-builder-workspace
SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
Target 'BluKit' in project 'BluKit' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -x c -c /dev/null
Build description signature: aa8a5a4e996082c0886b5790aed46af5
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/aa8a5a4e996082c0886b5790aed46af5.xcbuilddata
** BUILD DOCUMENTATION SUCCEEDED **
2025-10-21 09:52:46.696 xcodebuild[662:3987] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2025-10-21 09:52:46.840 xcodebuild[662:3987] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Command line invocation:
/Applications/Xcode-26.0.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData docbuild "OTHER_DOCC_FLAGS=--emit-digest --source-service github --source-service-base-url https://github.com/Zion-Software-LLC/BluKitPackage/blob/main --checkout-path /Users/admin/builder/spi-builder-workspace" -scheme BluKit -destination generic/platform=iOS
Build settings from command line:
OTHER_DOCC_FLAGS = --emit-digest --source-service github --source-service-base-url https://github.com/Zion-Software-LLC/BluKitPackage/blob/main --checkout-path /Users/admin/builder/spi-builder-workspace
Resolve Package Graph
Resolved source packages:
BluKit: /Users/admin/builder/spi-builder-workspace
SwiftDocCPlugin: https://github.com/swiftlang/swift-docc-plugin @ 1.4.5
SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
Target 'BluKit' in project 'BluKit' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
** BUILD DOCUMENTATION SUCCEEDED **
2025-10-21 09:53:02.930 xcodebuild[845:5004] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2025-10-21 09:53:03.067 xcodebuild[845:5004] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Error while generating docs: retryLimitExceeded(lastError: Optional(No documentation archive found))
✅ Doc result (failed) reported
Done.