Build Information
Successful build of RPG-card-generator, reference v0.6.0 (e852b6
), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 10:06:51 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Samasaur1/RPG-card-generator.git
Reference: v0.6.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Samasaur1/RPG-card-generator
* tag v0.6.0 -> FETCH_HEAD
HEAD is now at e852b6d Update RPGSTDLIB with four more spells
Cloned https://github.com/Samasaur1/RPG-card-generator.git
Revision (git rev-parse @):
e852b6d565d973f82d3d3e46eb9dbcbc949b95e8
SUCCESS checkout https://github.com/Samasaur1/RPG-card-generator.git at v0.6.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/Samasaur1/RPG-card-generator.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
[2/8] Write RPGCardGenerator-entitlement.plist
[3/8] Write sources
[4/8] Write swift-version-1EA4D86E10B52AF.txt
[6/21] Compiling Rainbow StringGenerator.swift
[7/21] Compiling Rainbow Style.swift
[8/22] Compiling Rainbow XcodeColorsSupport.swift
[9/22] Compiling Rainbow BackgroundColor.swift
[10/22] Compiling Rainbow CodesParser.swift
[11/22] Compiling Rainbow Color.swift
[12/22] Compiling Rainbow ModesExtractor.swift
[13/22] Emitting module Rainbow
[14/22] Compiling Rainbow Rainbow.swift
[15/22] Compiling Rainbow ControlCode.swift
[16/22] Compiling Rainbow String+Rainbow.swift
[17/22] Compiling Rainbow OutputTarget.swift
[18/22] Compiling Files Files.swift
[19/22] Emitting module Files
[20/24] Emitting module RPG_card_generator
[21/24] Compiling RPG_card_generator main.swift
/Users/admin/builder/spi-builder-workspace/Sources/RPG-card-generator/main.swift:188:9: warning: initialization of immutable value 'icon' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
186 | }
187 | func createEquipment() {
188 | let icon = ["barbute", "breastplate", "visored-helm", "steeltoe-boots"]
| `- warning: initialization of immutable value 'icon' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
189 | }
190 | func createArmor() {
/Users/admin/builder/spi-builder-workspace/Sources/RPG-card-generator/main.swift:351:17: warning: initialization of immutable value 'icon' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
349 | ], tags: ["ammunition"], icon_back: "quiver", icon: "arrow-cluster", titleSize: "16")
350 | } else if type.equalsIgnoreCase("blowgun dart", "blowgun darts", "dart", "darts") {
351 | let icon = "dart"
| `- warning: initialization of immutable value 'icon' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
352 | } else {
353 | print("Not recognized, canceling")
[21/24] Write Objects.LinkFileList
[22/24] Linking RPGCardGenerator
[23/24] Applying RPGCardGenerator
Build complete! (11.48s)
Fetching https://github.com/onevcat/Rainbow
Fetching https://github.com/JohnSundell/Files
[1/1248] Fetching files
[214/2444] Fetching files, rainbow
Fetched https://github.com/onevcat/Rainbow from cache (0.94s)
Fetched https://github.com/JohnSundell/Files from cache (0.94s)
Computing version for https://github.com/JohnSundell/Files
Computed https://github.com/JohnSundell/Files at 2.3.0 (1.45s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 3.2.0 (0.48s)
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 3.2.0
Creating working copy for https://github.com/JohnSundell/Files
Working copy of https://github.com/JohnSundell/Files resolved at 2.3.0
Build complete.
{
"dependencies" : [
{
"identity" : "files",
"requirement" : {
"range" : [
{
"lower_bound" : "2.2.1",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/JohnSundell/Files"
},
{
"identity" : "rainbow",
"requirement" : {
"range" : [
{
"lower_bound" : "3.1.4",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/onevcat/Rainbow"
}
],
"manifest_display_name" : "RPG-card-generator",
"name" : "RPG-card-generator",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "RPGCardGenerator",
"targets" : [
"RPG-card-generator"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "RPG_card_generator",
"module_type" : "SwiftTarget",
"name" : "RPG-card-generator",
"path" : "Sources/RPG-card-generator",
"product_dependencies" : [
"Files",
"Rainbow"
],
"product_memberships" : [
"RPGCardGenerator"
],
"sources" : [
"main.swift"
],
"type" : "executable"
}
],
"tools_version" : "4.0"
}
Done.