The Swift Package Index logo.Swift Package Index

Build Information

Successful build of OnyxShell, reference main (35add0), with Swift 6.2 for Linux on 23 Jun 2025 10:50:59 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/wuyu2015/OnyxShellSwift.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/wuyu2015/OnyxShellSwift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 35add01 Modify: OnyxCommand.printUsage
Cloned https://github.com/wuyu2015/OnyxShellSwift.git
Revision (git rev-parse @):
35add016fae35abd9039252b8c4ab6d9ef13f95e
SUCCESS checkout https://github.com/wuyu2015/OnyxShellSwift.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/wuyu2015/OnyxShellSwift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/25] Compiling OnyxShell OnyxCommand.swift
[4/25] Compiling OnyxShell ArgumentParser+Argument.swift
[5/25] Compiling OnyxShell ArgumentParser+Flag.swift
[6/28] Compiling OnyxShell Argument.swift
[7/28] Compiling OnyxShell Flag.swift
[8/28] Compiling OnyxShell Option.swift
[9/28] Compiling OnyxShell Str.swift
[10/28] Compiling OnyxShell Utils.swift
[11/28] Compiling OnyxShell var.swift
[12/28] Compiling OnyxShell Value.swift
[13/28] Compiling OnyxShell OnyxCommand+extension.swift
[14/28] Compiling OnyxShell OnyxCommand+func.swift
[15/28] Compiling OnyxShell ArgumentParser+Option.swift
[16/28] Compiling OnyxShell ArgumentParser+Value.swift
[17/28] Compiling OnyxShell ArgumentParser+mirror.swift
[18/28] Compiling OnyxShell ArgumentParser.swift
[19/28] Compiling OnyxShell CommandConfiguration.swift
[20/28] Compiling OnyxShell Onyx.swift
[21/28] Compiling OnyxShell NameType.swift
[22/28] Compiling OnyxShell ParsingStrategy.swift
[23/28] Compiling OnyxShell ValueExclusivity.swift
[24/28] Compiling OnyxShell ArgumentParserError.swift
[25/28] Emitting module OnyxShell
[26/28] Compiling OnyxShell InternalError.swift
[27/28] Compiling OnyxShell ParseValueError.swift
[28/28] Compiling OnyxShell ValueError.swift
Build complete! (24.69s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "OnyxShell",
  "name" : "OnyxShell",
  "path" : "/host/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"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.