Build Information
Successful build of Incrementer, reference 0.0.3 (129359), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 02:46:17 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/beatsbears/incrementer.git
Reference: 0.0.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/beatsbears/incrementer
* tag 0.0.3 -> FETCH_HEAD
HEAD is now at 1293598 bump version
Cloned https://github.com/beatsbears/incrementer.git
Revision (git rev-parse @):
12935988a1b9452d28fe711edd3900a9af714922
SUCCESS checkout https://github.com/beatsbears/incrementer.git at 0.0.3
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/beatsbears/incrementer.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 Incrementer
[4/4] Compiling Incrementer Incrementer.swift
Build complete! (2.90s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Incrementer",
"name" : "Incrementer",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Incrementer",
"targets" : [
"Incrementer"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "IncrementerTests",
"module_type" : "SwiftTarget",
"name" : "IncrementerTests",
"path" : "Tests/IncrementerTests",
"sources" : [
"IncrementerTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Incrementer"
],
"type" : "test"
},
{
"c99name" : "Incrementer",
"module_type" : "SwiftTarget",
"name" : "Incrementer",
"path" : "Sources/Incrementer",
"product_memberships" : [
"Incrementer"
],
"sources" : [
"Incrementer.swift"
],
"type" : "library"
}
],
"tools_version" : "4.2"
}
Done.