Build Information
Successful build of GroupWork, reference 0.0.6 (f8ec60
), with Swift 6.2 (beta) for macOS (SPM) on 17 Jun 2025 15:31:59 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/quanvo87/GroupWork.git
Reference: 0.0.6
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/quanvo87/GroupWork
* tag 0.0.6 -> FETCH_HEAD
HEAD is now at f8ec600 fix docs link in readme
Cloned https://github.com/quanvo87/GroupWork.git
Revision (git rev-parse @):
f8ec6003d19707931469455d68fe7e6951e96176
SUCCESS checkout https://github.com/quanvo87/GroupWork.git at 0.0.6
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/quanvo87/GroupWork.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] Compiling GroupWork GroupWork.swift
[4/4] Emitting module GroupWork
Build complete! (1.45s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "GroupWork",
"name" : "GroupWork",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "GroupWork",
"targets" : [
"GroupWork"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "GroupWorkTests",
"module_type" : "SwiftTarget",
"name" : "GroupWorkTests",
"path" : "Tests/GroupWorkTests",
"sources" : [
"GroupWorkTests.swift"
],
"target_dependencies" : [
"GroupWork"
],
"type" : "test"
},
{
"c99name" : "GroupWork",
"module_type" : "SwiftTarget",
"name" : "GroupWork",
"path" : "Sources/GroupWork",
"product_memberships" : [
"GroupWork"
],
"sources" : [
"GroupWork.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.