Build Information
Successful build of Badgy, reference 0.1.4 (fddc94), with Swift 6.2 for macOS (SPM) on 17 Jun 2025 14:29:20 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/arthurpalves/badgy.git
Reference: 0.1.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/arthurpalves/badgy
* tag 0.1.4 -> FETCH_HEAD
HEAD is now at fddc941 Merge pull request #12 from arthurpalves/bump-up-version
Cloned https://github.com/arthurpalves/badgy.git
Revision (git rev-parse @):
fddc941a1bcca169111dbf19c5d5658078f4a2e4
SUCCESS checkout https://github.com/arthurpalves/badgy.git at 0.1.4
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/arthurpalves/badgy.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/8] Write sources
[0/8] Write badgy-entitlement.plist
[4/8] Write swift-version-1EA4D86E10B52AF.txt
[6/31] Emitting module SwiftCLI
[7/33] Compiling SwiftCLI ValueBox.swift
[8/33] Compiling SwiftCLI VersionCommand.swift
[9/33] Compiling SwiftCLI Term.swift
[10/33] Compiling SwiftCLI Validation.swift
[11/33] Compiling SwiftCLI ArgumentList.swift
[12/33] Compiling SwiftCLI ArgumentListManipulator.swift
[13/33] Compiling SwiftCLI CLI.swift
[14/33] Compiling SwiftCLI Error.swift
[15/33] Compiling SwiftCLI HelpCommand.swift
[16/33] Compiling SwiftCLI Command.swift
[17/33] Compiling SwiftCLI Compatibility.swift
[18/33] Compiling SwiftCLI CompletionGenerator.swift
[19/33] Compiling SwiftCLI HelpMessageGenerator.swift
[20/33] Compiling SwiftCLI Input.swift
[21/33] Compiling SwiftCLI Parser.swift
[22/33] Compiling SwiftCLI Path.swift
[23/33] Compiling SwiftCLI Option.swift
[24/33] Compiling SwiftCLI OptionGroup.swift
[25/33] Compiling SwiftCLI Stream.swift
[26/33] Compiling SwiftCLI Task.swift
[27/33] Compiling SwiftCLI OptionRegistry.swift
[28/33] Compiling SwiftCLI Parameter.swift
[29/33] Compiling PathKit PathKit.swift
[30/33] Emitting module PathKit
[31/46] Compiling Badgy Position.swift
[32/46] Compiling Badgy VerboseLogger.swift
[33/47] Compiling Badgy IconSetDelegate.swift
[34/47] Compiling Badgy Foundation+Extensions.swift
[35/47] Compiling Badgy Logger.swift
[36/47] Compiling Badgy Validation+HexColor.swift
[37/47] Compiling Badgy DependencyManager.swift
[38/47] Compiling Badgy Factory+Resizer.swift
[39/47] Compiling Badgy main.swift
[40/47] Compiling Badgy Long.swift
[41/47] Compiling Badgy Small.swift
[42/47] Compiling Badgy Factory+Small.swift
[43/47] Compiling Badgy Factory.swift
[44/47] Emitting module Badgy
[44/47] Write Objects.LinkFileList
[45/47] Linking badgy
[46/47] Applying badgy
Build complete! (15.47s)
Fetching https://github.com/jakeheis/SwiftCLI
Fetching https://github.com/kylef/PathKit
[1/1411] Fetching pathkit
[2/6485] Fetching pathkit, swiftcli
Fetched https://github.com/jakeheis/SwiftCLI from cache (1.10s)
Fetched https://github.com/kylef/PathKit from cache (1.10s)
Computing version for https://github.com/kylef/PathKit
Computed https://github.com/kylef/PathKit at 1.0.1 (3.04s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.85s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (1.39s)
Computing version for https://github.com/jakeheis/SwiftCLI
Computed https://github.com/jakeheis/SwiftCLI at 6.0.3 (0.51s)
Creating working copy for https://github.com/jakeheis/SwiftCLI
Working copy of https://github.com/jakeheis/SwiftCLI resolved at 6.0.3
Creating working copy for https://github.com/kylef/PathKit
Working copy of https://github.com/kylef/PathKit resolved at 1.0.1
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
Build complete.
{
"dependencies" : [
{
"identity" : "swiftcli",
"requirement" : {
"range" : [
{
"lower_bound" : "6.0.0",
"upper_bound" : "7.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jakeheis/SwiftCLI"
},
{
"identity" : "pathkit",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kylef/PathKit"
}
],
"manifest_display_name" : "Badgy",
"name" : "Badgy",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "badgy",
"targets" : [
"Badgy"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "BadgyTests",
"module_type" : "SwiftTarget",
"name" : "BadgyTests",
"path" : "Tests/BadgyTests",
"sources" : [
"BadgyTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Badgy"
],
"type" : "test"
},
{
"c99name" : "Badgy",
"module_type" : "SwiftTarget",
"name" : "Badgy",
"path" : "Sources/Badgy",
"product_dependencies" : [
"SwiftCLI",
"PathKit"
],
"product_memberships" : [
"badgy"
],
"sources" : [
"Commands/Long.swift",
"Commands/Small.swift",
"DependencyManager.swift",
"Helpers/Factory+Resizer.swift",
"Helpers/Factory+Small.swift",
"Helpers/Factory.swift",
"Helpers/Foundation+Extensions.swift",
"Helpers/Validation+HexColor.swift",
"IconSetDelegate.swift",
"Loggers/Logger.swift",
"Loggers/VerboseLogger.swift",
"Position.swift",
"main.swift"
],
"type" : "executable"
}
],
"tools_version" : "5.2"
}
Done.