Build Information
Successful build of ARadioButtonGroup, reference main (54c7ee), with Swift 6.3 for macOS (SPM) on 16 Apr 2026 18:45:42 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/antonio081014/ARadioButtonGroup.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/antonio081014/ARadioButtonGroup
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 54c7ee1 Minor style modification on README.
Cloned https://github.com/antonio081014/ARadioButtonGroup.git
Revision (git rev-parse @):
54c7ee1f43ab7b16f8d92a5db3589b2e5c9185a6
SUCCESS checkout https://github.com/antonio081014/ARadioButtonGroup.git at main
========================================
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": "aradiobuttongroup",
"name": "ARadioButtonGroup",
"url": "https://github.com/antonio081014/ARadioButtonGroup.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ARadioButtonGroup",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/antonio081014/ARadioButtonGroup.git
[1/113] Fetching aradiobuttongroup
Fetched https://github.com/antonio081014/ARadioButtonGroup.git from cache (0.92s)
Creating working copy for https://github.com/antonio081014/ARadioButtonGroup.git
Working copy of https://github.com/antonio081014/ARadioButtonGroup.git resolved at main (54c7ee1)
warning: '.resolve-product-dependencies': dependency 'aradiobuttongroup' 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/antonio081014/ARadioButtonGroup.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/5] Compiling ARadioButtonGroup ARadioButton.swift
[4/5] Compiling ARadioButtonGroup ARadioButtonGroup.swift
[5/5] Emitting module ARadioButtonGroup
Build complete! (9.47s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "ARadioButtonGroup",
"name" : "ARadioButtonGroup",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "tvos",
"version" : "17.0"
},
{
"name" : "watchos",
"version" : "10.0"
}
],
"products" : [
{
"name" : "ARadioButtonGroup",
"targets" : [
"ARadioButtonGroup"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ARadioButtonGroupTests",
"module_type" : "SwiftTarget",
"name" : "ARadioButtonGroupTests",
"path" : "Tests/ARadioButtonGroupTests",
"sources" : [
"ARadioButtonGroupTests.swift"
],
"target_dependencies" : [
"ARadioButtonGroup"
],
"type" : "test"
},
{
"c99name" : "ARadioButtonGroup",
"module_type" : "SwiftTarget",
"name" : "ARadioButtonGroup",
"path" : "Sources/ARadioButtonGroup",
"product_memberships" : [
"ARadioButtonGroup"
],
"sources" : [
"ARadioButton.swift",
"ARadioButtonGroup.swift"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
Done.