Build Information
Successful build of EasySkeleton, reference 1.2.1 (54f616), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 07:11:05 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SpectralDragon/EasySkeleton.git
Reference: 1.2.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SpectralDragon/EasySkeleton
* tag 1.2.1 -> FETCH_HEAD
HEAD is now at 54f616e Add vision pro support
Cloned https://github.com/SpectralDragon/EasySkeleton.git
Revision (git rev-parse @):
54f616e5f58cbb2aabb5b671921e470689c91ca5
SUCCESS checkout https://github.com/SpectralDragon/EasySkeleton.git at 1.2.1
========================================
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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "easyskeleton",
"name": "EasySkeleton",
"url": "https://github.com/SpectralDragon/EasySkeleton.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/EasySkeleton",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/SpectralDragon/EasySkeleton.git
[1/114] Fetching easyskeleton
Fetched https://github.com/SpectralDragon/EasySkeleton.git from cache (1.32s)
Creating working copy for https://github.com/SpectralDragon/EasySkeleton.git
Working copy of https://github.com/SpectralDragon/EasySkeleton.git resolved at 1.2.1 (54f616e)
warning: '.resolve-product-dependencies': dependency 'easyskeleton' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/SpectralDragon/EasySkeleton.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/8] Compiling EasySkeleton View+Skeleton.swift
[4/8] Compiling EasySkeleton Color+Skeleton.swift
[5/8] Compiling EasySkeleton EasySkeleton.swift
[6/8] Compiling EasySkeleton ForEach+Skeleton.swift
[7/8] Compiling EasySkeleton List+Skeleton.swift
[8/8] Emitting module EasySkeleton
Build complete! (9.72s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "EasySkeleton",
"name" : "EasySkeleton",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "EasySkeleton",
"targets" : [
"EasySkeleton"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "EasySkeletonTests",
"module_type" : "SwiftTarget",
"name" : "EasySkeletonTests",
"path" : "Tests/EasySkeletonTests",
"sources" : [
"EasySkeletonTests.swift"
],
"target_dependencies" : [
"EasySkeleton"
],
"type" : "test"
},
{
"c99name" : "EasySkeleton",
"module_type" : "SwiftTarget",
"name" : "EasySkeleton",
"path" : "Sources/EasySkeleton",
"product_memberships" : [
"EasySkeleton"
],
"sources" : [
"EasySkeleton.swift",
"Extensions/Color+Skeleton.swift",
"Extensions/ForEach+Skeleton.swift",
"Extensions/List+Skeleton.swift",
"Extensions/View+Skeleton.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.