Build Information
Successful build of Chainable, reference main (4f7b7e), with Swift 6.0 for macOS (SPM) on 6 Jun 2025 23:55:55 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tapsandswipes/Chainable.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tapsandswipes/Chainable
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 4f7b7e5 Update README.md
Cloned https://github.com/tapsandswipes/Chainable.git
Revision (git rev-parse @):
4f7b7e5725dcf4091fba260b0e05018f0a14792c
SUCCESS checkout https://github.com/tapsandswipes/Chainable.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/tapsandswipes/Chainable.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/4] Emitting module Chainable
[4/4] Compiling Chainable Chainable.swift
Build complete! (3.57s)
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.