Build Information
Successful build of CaseAnything, reference v0.1.8 (705f90
), with Swift 5.10 for macOS (SPM) on 8 Jul 2025 19:16:19 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.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.8
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mesqueeb/CaseAnything
* tag v0.1.8 -> FETCH_HEAD
HEAD is now at 705f90a 0.1.8
Cloned https://github.com/mesqueeb/CaseAnything.git
Revision (git rev-parse @):
705f90ad63884871a264009a0544001d63134461
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/mesqueeb/CaseAnything.git at v0.1.8
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/mesqueeb/CaseAnything.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/5] Compiling CaseAnything Core.swift
[4/5] Emitting module CaseAnything
[5/5] Compiling CaseAnything Utils.swift
Build complete! (4.58s)
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/CaseAnythingTests",
"sources" : [
"ComprehensiveTests.swift",
"ShortTests.swift",
"UtilTests.swift"
],
"target_dependencies" : [
"CaseAnything"
],
"type" : "test"
},
{
"c99name" : "CaseAnything",
"module_type" : "SwiftTarget",
"name" : "CaseAnything",
"path" : "Sources/CaseAnything",
"product_memberships" : [
"CaseAnything"
],
"sources" : [
"Core.swift",
"Utils.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.