Build Information
Successful build of CaseAnything, reference v0.1.5 (85157f
), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 19:00:13 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/mesqueeb/CaseAnything.git
Reference: v0.1.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mesqueeb/CaseAnything
* tag v0.1.5 -> FETCH_HEAD
HEAD is now at 85157fa 0.1.5
Cloned https://github.com/mesqueeb/CaseAnything.git
Revision (git rev-parse @):
85157fa57e301c9357dc2951f485a444a7fef174
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/mesqueeb/CaseAnything.git at v0.1.5
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/mesqueeb/CaseAnything.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/5] Compiling CaseAnything Utils.swift
[4/5] Emitting module CaseAnything
[5/5] Compiling CaseAnything Core.swift
Build complete! (4.20s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "CaseAnything",
"name" : "CaseAnything",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "CaseAnything",
"targets" : [
"CaseAnything"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CaseAnythingTests",
"module_type" : "SwiftTarget",
"name" : "CaseAnythingTests",
"path" : "Tests",
"sources" : [
"ComprehensiveTests.swift",
"ShortTests.swift",
"UtilTests.swift"
],
"target_dependencies" : [
"CaseAnything"
],
"type" : "test"
},
{
"c99name" : "CaseAnything",
"module_type" : "SwiftTarget",
"name" : "CaseAnything",
"path" : "Sources",
"product_memberships" : [
"CaseAnything"
],
"sources" : [
"Core.swift",
"Utils.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.