Build Information
Successful build of Swift-Mac-Utility, reference main (7562f3), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 08:26:31 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/erica/Swift-Mac-Utility.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/erica/Swift-Mac-Utility
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 7562f3c Updated for use after splitting out General Utility from Misc Utility
Cloned https://github.com/erica/Swift-Mac-Utility.git
Revision (git rev-parse @):
7562f3cfee10e7494a1c50f5e5624edb05ac2634
SUCCESS checkout https://github.com/erica/Swift-Mac-Utility.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/erica/Swift-Mac-Utility.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-1EA4D86E10B52AF.txt
[5/6] Compiling GeneralUtility Utility.swift
[6/6] Emitting module GeneralUtility
[7/16] Compiling SwiftMiscUtility Collection+Utility.swift
[8/16] Compiling SwiftMiscUtility Applicative.swift
[9/16] Emitting module SwiftMiscUtility
[10/16] Compiling SwiftMiscUtility RuntimeError.swift
[11/16] Compiling SwiftMiscUtility SynchronousData.swift
[12/16] Compiling SwiftMiscUtility Exponentiation.swift
[13/16] Compiling SwiftMiscUtility Utility+SideEffect.swift
[14/16] Compiling SwiftMiscUtility String+Utility.swift
[15/16] Compiling SwiftMiscUtility Rounding.swift
[16/16] Compiling SwiftMiscUtility Result+Utility.swift
[17/21] Compiling MacUtility URL.swift
[18/21] Compiling MacUtility FileManager+Utility.swift
[19/21] Compiling MacUtility String+Utility.swift
[20/21] Emitting module MacUtility
[21/21] Compiling MacUtility Execute.swift
Build complete! (6.82s)
Fetching https://github.com/erica/Swift-Misc-Utility
Fetching https://github.com/erica/Swift-General-Utility
[1/101] Fetching swift-general-utility
[57/139] Fetching swift-general-utility, swift-misc-utility
Fetched https://github.com/erica/Swift-General-Utility from cache (0.63s)
Fetched https://github.com/erica/Swift-Misc-Utility from cache (0.63s)
Computing version for https://github.com/erica/Swift-Misc-Utility
Computed https://github.com/erica/Swift-Misc-Utility at 0.0.0 (1.15s)
Computing version for https://github.com/erica/Swift-General-Utility
Computed https://github.com/erica/Swift-General-Utility at 0.0.8 (0.48s)
Creating working copy for https://github.com/erica/Swift-General-Utility
Working copy of https://github.com/erica/Swift-General-Utility resolved at 0.0.8
Creating working copy for https://github.com/erica/Swift-Misc-Utility
Working copy of https://github.com/erica/Swift-Misc-Utility resolved at 0.0.0
Build complete.
{
"dependencies" : [
{
"identity" : "swift-general-utility",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.8",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/erica/Swift-General-Utility"
},
{
"identity" : "swift-misc-utility",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/erica/Swift-Misc-Utility"
}
],
"manifest_display_name" : "Swift-Mac-Utility",
"name" : "Swift-Mac-Utility",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.12"
}
],
"products" : [
{
"name" : "MacUtility",
"targets" : [
"MacUtility"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "Tests",
"module_type" : "SwiftTarget",
"name" : "Tests",
"path" : "Tests/Tests",
"sources" : [
"Tests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"MacUtility"
],
"type" : "test"
},
{
"c99name" : "MacUtility",
"module_type" : "SwiftTarget",
"name" : "MacUtility",
"path" : "Sources",
"product_dependencies" : [
"GeneralUtility",
"SwiftMiscUtility"
],
"product_memberships" : [
"MacUtility"
],
"sources" : [
"Execute.swift",
"FileManager+Utility.swift",
"String+Utility.swift",
"URL.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.