Build Information
Successful build of Nifty Dice Roller, reference master (3c0b43
), with Swift 6.2 (beta) for Linux on 18 Jun 2025 21:00:57 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/NiftyTreeStudios/Nifty-Dice-Roller-cmd.git
Reference: master
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
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 3c0b43d Merge pull request #1 from NiftyTreeStudios/add-license-1
Cloned https://github.com/NiftyTreeStudios/Nifty-Dice-Roller-cmd.git
Revision (git rev-parse @):
3c0b43d7d1897173a7290b4801b6e813e0410de3
SUCCESS checkout https://github.com/NiftyTreeStudios/Nifty-Dice-Roller-cmd.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
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-4606859-3":/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
Fetching https://github.com/apple/swift-argument-parser
[1/15380] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (0.95s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.3.2 (2.32s)
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 ArgumentDefinition.swift
[6/43] Compiling ArgumentParser ArgumentSet.swift
[7/43] Compiling ArgumentParser CommandParser.swift
[8/43] Compiling ArgumentParser InputOrigin.swift
[9/43] Compiling ArgumentParser ArgumentHelp.swift
[10/43] Compiling ArgumentParser CompletionKind.swift
[11/43] Compiling ArgumentParser Errors.swift
[12/43] Compiling ArgumentParser Flag.swift
[13/43] Compiling ArgumentParser NameSpecification.swift
[14/43] Compiling ArgumentParser BashCompletionsGenerator.swift
[15/43] Compiling ArgumentParser CompletionsGenerator.swift
[16/43] Compiling ArgumentParser FishCompletionsGenerator.swift
[17/43] Compiling ArgumentParser ZshCompletionsGenerator.swift
[18/43] Compiling ArgumentParser Argument.swift
[19/43] Compiling ArgumentParser ParsableArguments.swift
[20/43] Compiling ArgumentParser ParsableArgumentsValidation.swift
[21/43] Compiling ArgumentParser ParsableCommand.swift
[22/43] Compiling ArgumentParser ArgumentDecoder.swift
[23/43] Compiling ArgumentParser UsageGenerator.swift
[24/43] Compiling ArgumentParser SequenceExtensions.swift
[25/43] Compiling ArgumentParser StringExtensions.swift
[26/43] Compiling ArgumentParser Tree.swift
[27/43] Compiling ArgumentParser Name.swift
[28/43] Compiling ArgumentParser Parsed.swift
[29/43] Compiling ArgumentParser ParsedValues.swift
[30/43] Compiling ArgumentParser ParserError.swift
[31/43] Compiling ArgumentParser Option.swift
[32/43] Compiling ArgumentParser OptionGroup.swift
[33/43] Compiling ArgumentParser CommandConfiguration.swift
[34/43] Compiling ArgumentParser EnumerableFlag.swift
[35/43] Compiling ArgumentParser ExpressibleByArgument.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] Emitting module diceroller
[43/46] Compiling diceroller main.swift
[44/47] Wrapping AST for diceroller for debugging
[45/47] Write Objects.LinkFileList
[46/47] Linking ndr
Build complete! (20.18s)
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.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.