Build Information
Successful build of Cloneable, reference 1.0.1 (13216d), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 18:10:24 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/DandyLyons/Cloneable.git
Reference: 1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/DandyLyons/Cloneable
* tag 1.0.1 -> FETCH_HEAD
HEAD is now at 13216dc Update README.md
Cloned https://github.com/DandyLyons/Cloneable.git
Revision (git rev-parse @):
13216dcae445e22a07f1b852e5c8f302810cd81f
SUCCESS checkout https://github.com/DandyLyons/Cloneable.git at 1.0.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": "cloneable",
"name": "Cloneable",
"url": "https://github.com/DandyLyons/Cloneable.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Cloneable",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/DandyLyons/Cloneable.git
[1/25] Fetching cloneable
Fetched https://github.com/DandyLyons/Cloneable.git from cache (0.61s)
Creating working copy for https://github.com/DandyLyons/Cloneable.git
Working copy of https://github.com/DandyLyons/Cloneable.git resolved at 1.0.1 (13216dc)
warning: '.resolve-product-dependencies': dependency 'cloneable' 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/DandyLyons/Cloneable.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/6] Compiling Cloneable Cloneable.swift
[4/6] Compiling Cloneable Cloneable+NSCopying.swift
[5/6] Emitting module Cloneable
[6/6] Compiling Cloneable Cloneable+Codable.swift
Build complete! (4.34s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Cloneable",
"name" : "Cloneable",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Cloneable",
"targets" : [
"Cloneable"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CloneableTests",
"module_type" : "SwiftTarget",
"name" : "CloneableTests",
"path" : "Tests/CloneableTests",
"sources" : [
"CloneableTests.swift"
],
"target_dependencies" : [
"Cloneable"
],
"type" : "test"
},
{
"c99name" : "Cloneable",
"module_type" : "SwiftTarget",
"name" : "Cloneable",
"path" : "Sources/Cloneable",
"product_memberships" : [
"Cloneable"
],
"sources" : [
"Cloneable+Codable.swift",
"Cloneable+NSCopying.swift",
"Cloneable.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.