Build Information
Successful build of Chainable, reference 1.0.0 (a0cdbe), with Swift 6.2 for macOS (SPM) on 21 Jun 2025 06:45:05 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/tapsandswipes/Chainable.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tapsandswipes/Chainable
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at a0cdbef Add chainable setters
Cloned https://github.com/tapsandswipes/Chainable.git
Revision (git rev-parse @):
a0cdbefad447f5f6e69c2b4d5cd6dc22a98620c9
SUCCESS checkout https://github.com/tapsandswipes/Chainable.git at 1.0.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/tapsandswipes/Chainable.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/4] Emitting module Chainable
[4/4] Compiling Chainable Chainable.swift
Build complete! (2.95s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Chainable",
"name" : "Chainable",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Chainable",
"targets" : [
"Chainable"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ChainableTests",
"module_type" : "SwiftTarget",
"name" : "ChainableTests",
"path" : "Tests/ChainableTests",
"sources" : [
"ChainableTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Chainable"
],
"type" : "test"
},
{
"c99name" : "Chainable",
"module_type" : "SwiftTarget",
"name" : "Chainable",
"path" : "Sources/Chainable",
"product_memberships" : [
"Chainable"
],
"sources" : [
"Chainable.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.