Build Information
Successful build of OnyxShell, reference 0.1.1 (289fbc), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 23:41:34 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/wuyu2015/OnyxShellSwift.git
Reference: 0.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/wuyu2015/OnyxShellSwift
* tag 0.1.1 -> FETCH_HEAD
HEAD is now at 289fbc9 Modify: README.md
Cloned https://github.com/wuyu2015/OnyxShellSwift.git
Revision (git rev-parse @):
289fbc9d0b7bc9c499a46254fd1bd4b08098d138
SUCCESS checkout https://github.com/wuyu2015/OnyxShellSwift.git at 0.1.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "onyxshellswift",
"name": "OnyxShell",
"url": "https://github.com/wuyu2015/OnyxShellSwift.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/OnyxShellSwift",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/wuyu2015/OnyxShellSwift.git
[1/191] Fetching onyxshellswift
Fetched https://github.com/wuyu2015/OnyxShellSwift.git from cache (0.65s)
Creating working copy for https://github.com/wuyu2015/OnyxShellSwift.git
Working copy of https://github.com/wuyu2015/OnyxShellSwift.git resolved at 0.1.1 (289fbc9)
warning: '.resolve-product-dependencies': dependency 'onyxshellswift' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/wuyu2015/OnyxShellSwift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/26] Emitting module OnyxShell
[4/28] Compiling OnyxShell ArgumentParser+Value.swift
[5/28] Compiling OnyxShell ArgumentParser+mirror.swift
[6/28] Compiling OnyxShell Utils.swift
[7/28] Compiling OnyxShell var.swift
[8/28] Compiling OnyxShell NameType.swift
[9/28] Compiling OnyxShell ParsingStrategy.swift
[10/28] Compiling OnyxShell ValueExclusivity.swift
[11/28] Compiling OnyxShell ValueError.swift
[12/28] Compiling OnyxShell Argument.swift
[13/28] Compiling OnyxShell Flag.swift
[14/28] Compiling OnyxShell ArgumentParser.swift
[15/28] Compiling OnyxShell CommandConfiguration.swift
[16/28] Compiling OnyxShell ArgumentParser+Flag.swift
[17/28] Compiling OnyxShell ArgumentParser+Option.swift
[18/28] Compiling OnyxShell Option.swift
[19/28] Compiling OnyxShell Value.swift
[20/28] Compiling OnyxShell OnyxCommand+extension.swift
[21/28] Compiling OnyxShell OnyxCommand+func.swift
[22/28] Compiling OnyxShell OnyxCommand.swift
[23/28] Compiling OnyxShell ArgumentParser+Argument.swift
[24/28] Compiling OnyxShell Onyx.swift
[25/28] Compiling OnyxShell Str.swift
[26/28] Compiling OnyxShell ArgumentParserError.swift
[27/28] Compiling OnyxShell InternalError.swift
[28/28] Compiling OnyxShell ParseValueError.swift
Build complete! (4.05s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "OnyxShell",
"name" : "OnyxShell",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "OnyxShell",
"targets" : [
"OnyxShell"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "OnyxShellTests",
"module_type" : "SwiftTarget",
"name" : "OnyxShellTests",
"path" : "Tests/OnyxShellTests",
"sources" : [
"ArgumentParserMirrorTest.swift",
"ArgumentPaserTests.swift",
"CommandResult.swift",
"DemoTest.swift",
"FlagTests.swift",
"OptionTests.swift",
"SubcommandTests.swift",
"UtilsStrTests.swift",
"ValueTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"OnyxShell"
],
"type" : "test"
},
{
"c99name" : "OnyxShell",
"module_type" : "SwiftTarget",
"name" : "OnyxShell",
"path" : "Sources/OnyxShell",
"product_memberships" : [
"OnyxShell"
],
"sources" : [
"Command/enum/NameType.swift",
"Command/enum/ParsingStrategy.swift",
"Command/enum/ValueExclusivity.swift",
"Command/error/ArgumentParserError.swift",
"Command/error/InternalError.swift",
"Command/error/ParseValueError.swift",
"Command/error/ValueError.swift",
"Command/propertyWrapper/Argument.swift",
"Command/propertyWrapper/Flag.swift",
"Command/propertyWrapper/Option.swift",
"Command/propertyWrapper/Value.swift",
"Command/protocol/OnyxCommand+extension.swift",
"Command/protocol/OnyxCommand+func.swift",
"Command/protocol/OnyxCommand.swift",
"Command/struct/ArgumentParser+Argument.swift",
"Command/struct/ArgumentParser+Flag.swift",
"Command/struct/ArgumentParser+Option.swift",
"Command/struct/ArgumentParser+Value.swift",
"Command/struct/ArgumentParser+mirror.swift",
"Command/struct/ArgumentParser.swift",
"Command/struct/CommandConfiguration.swift",
"Onyx.swift",
"Utils/Str.swift",
"Utils/Utils.swift",
"var.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.