The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Nifty Dice Roller, reference v0.1.1 (2d6c57), with Swift 6.3 for Linux on 12 Apr 2026 02:06:04 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/NiftyTreeStudios/Nifty-Dice-Roller-cmd.git
Reference: v0.1.1
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/NiftyTreeStudios/Nifty-Dice-Roller-cmd
 * tag               v0.1.1     -> FETCH_HEAD
HEAD is now at 2d6c577 Modifier to be optional
Cloned https://github.com/NiftyTreeStudios/Nifty-Dice-Roller-cmd.git
Revision (git rev-parse @):
2d6c577b4c521dd48f6361fd56c7d0faa36bbce8
SUCCESS checkout https://github.com/NiftyTreeStudios/Nifty-Dice-Roller-cmd.git at v0.1.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.3
Building package at path:  $PWD
https://github.com/NiftyTreeStudios/Nifty-Dice-Roller-cmd.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Fetching https://github.com/apple/swift-argument-parser
[1/17523] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (0.73s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.3.2 (1.45s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 0.3.2
Building for debugging...
[0/7] Write sources
[2/7] Write swift-version-24593BA9C3E375BF.txt
[4/39] Emitting module ArgumentParser
[5/43] Compiling ArgumentParser Option.swift
[6/43] Compiling ArgumentParser OptionGroup.swift
[7/43] Compiling ArgumentParser CommandConfiguration.swift
[8/43] Compiling ArgumentParser EnumerableFlag.swift
[9/43] Compiling ArgumentParser ExpressibleByArgument.swift
[10/43] Compiling ArgumentParser ArgumentHelp.swift
[11/43] Compiling ArgumentParser CompletionKind.swift
[12/43] Compiling ArgumentParser Errors.swift
[13/43] Compiling ArgumentParser Flag.swift
[14/43] Compiling ArgumentParser NameSpecification.swift
[15/43] Compiling ArgumentParser BashCompletionsGenerator.swift
[16/43] Compiling ArgumentParser CompletionsGenerator.swift
[17/43] Compiling ArgumentParser FishCompletionsGenerator.swift
[18/43] Compiling ArgumentParser ZshCompletionsGenerator.swift
[19/43] Compiling ArgumentParser Argument.swift
[20/43] Compiling ArgumentParser ParsableArguments.swift
[21/43] Compiling ArgumentParser ParsableArgumentsValidation.swift
[22/43] Compiling ArgumentParser ParsableCommand.swift
[23/43] Compiling ArgumentParser ArgumentDecoder.swift
[24/43] Compiling ArgumentParser UsageGenerator.swift
[25/43] Compiling ArgumentParser SequenceExtensions.swift
[26/43] Compiling ArgumentParser StringExtensions.swift
[27/43] Compiling ArgumentParser Tree.swift
[28/43] Compiling ArgumentParser Name.swift
[29/43] Compiling ArgumentParser Parsed.swift
[30/43] Compiling ArgumentParser ParsedValues.swift
[31/43] Compiling ArgumentParser ParserError.swift
[32/43] Compiling ArgumentParser ArgumentDefinition.swift
[33/43] Compiling ArgumentParser ArgumentSet.swift
[34/43] Compiling ArgumentParser CommandParser.swift
[35/43] Compiling ArgumentParser InputOrigin.swift
[36/43] Compiling ArgumentParser SplitArguments.swift
[37/43] Compiling ArgumentParser HelpCommand.swift
[38/43] Compiling ArgumentParser HelpGenerator.swift
[39/43] Compiling ArgumentParser MessageInfo.swift
[40/44] Wrapping AST for ArgumentParser for debugging
[42/46] Compiling diceroller main.swift
[43/46] Emitting module diceroller
[44/47] Wrapping AST for diceroller for debugging
[45/47] Write Objects.LinkFileList
[46/47] Linking ndr
Build complete! (16.93s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "0.4.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    }
  ],
  "manifest_display_name" : "Nifty Dice Roller",
  "name" : "Nifty Dice Roller",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "ndr",
      "targets" : [
        "diceroller"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "dicerollerTests",
      "module_type" : "SwiftTarget",
      "name" : "dicerollerTests",
      "path" : "Tests/dicerollerTests",
      "sources" : [
        "XCTestManifests.swift",
        "dicerollerTests.swift"
      ],
      "target_dependencies" : [
        "diceroller"
      ],
      "type" : "test"
    },
    {
      "c99name" : "diceroller",
      "module_type" : "SwiftTarget",
      "name" : "diceroller",
      "path" : "Sources/diceroller",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "ndr"
      ],
      "sources" : [
        "main.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.2"
}
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Done.