Build Information
Successful build of Cloneable, reference main (d9fe53), with Swift 6.2 for macOS (SPM) on 22 Jun 2025 16:34:51 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/DandyLyons/Cloneable.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/DandyLyons/Cloneable
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at d9fe537 Update README.md
Cloned https://github.com/DandyLyons/Cloneable.git
Revision (git rev-parse @):
d9fe5377d5955cb6fe1f2e72be98ed6033056854
SUCCESS checkout https://github.com/DandyLyons/Cloneable.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/DandyLyons/Cloneable.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/6] Compiling Cloneable Cloneable.swift
[4/6] Compiling Cloneable Cloneable+NSCopying.swift
[5/6] Compiling Cloneable Cloneable+Codable.swift
[6/6] Emitting module Cloneable
Build complete! (3.84s)
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.