The Swift Package Index logo.Swift Package Index

Build Information

Successful build of RPG-card-generator, reference v0.6.0 (e852b6), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 10:25:57 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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
Fetching https://github.com/onevcat/Rainbow
Fetching https://github.com/JohnSundell/Files
[1/1442] Fetching rainbow
[59/2715] Fetching rainbow, files
Fetched https://github.com/onevcat/Rainbow from cache (0.95s)
Fetched https://github.com/JohnSundell/Files from cache (0.95s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 3.1.4 (1.60s)
Computing version for https://github.com/JohnSundell/Files
Computed https://github.com/JohnSundell/Files at 2.2.1 (0.63s)
Creating working copy for https://github.com/JohnSundell/Files
Working copy of https://github.com/JohnSundell/Files resolved at 2.2.1
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 3.1.4
========================================
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": "rpg-card-generator",
      "name": "RPG-card-generator",
      "url": "https://github.com/Samasaur1/RPG-card-generator.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/RPG-card-generator",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "files",
          "name": "Files",
          "url": "https://github.com/JohnSundell/Files",
          "version": "2.3.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Files",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        },
        {
          "identity": "rainbow",
          "name": "Rainbow",
          "url": "https://github.com/onevcat/Rainbow",
          "version": "3.2.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Rainbow",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/Samasaur1/RPG-card-generator.git
[1/140] Fetching rpg-card-generator
Fetched https://github.com/Samasaur1/RPG-card-generator.git from cache (0.72s)
Fetching https://github.com/onevcat/Rainbow from cache
Fetching https://github.com/JohnSundell/Files from cache
Fetched https://github.com/onevcat/Rainbow from cache (0.42s)
Fetched https://github.com/JohnSundell/Files from cache (0.42s)
Computing version for https://github.com/JohnSundell/Files
Computed https://github.com/JohnSundell/Files at 2.3.0 (0.49s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 3.2.0 (0.03s)
Creating working copy for https://github.com/JohnSundell/Files
Working copy of https://github.com/JohnSundell/Files resolved at 2.3.0
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/Samasaur1/RPG-card-generator.git
Working copy of https://github.com/Samasaur1/RPG-card-generator.git resolved at v0.6.0 (e852b6d)
Found 2 product dependencies
  - Files
  - Rainbow
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/Samasaur1/RPG-card-generator.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/8] Write sources
[1/8] Write RPGCardGenerator-entitlement.plist
[4/8] Write swift-version--6988338F2F200930.txt
[6/21] Compiling Rainbow Style.swift
[7/22] Compiling Rainbow XcodeColorsSupport.swift
[8/22] Compiling Rainbow StringGenerator.swift
[9/22] Compiling Rainbow OutputTarget.swift
[10/22] Compiling Rainbow String+Rainbow.swift
[11/22] Compiling Rainbow ControlCode.swift
[12/22] Compiling Rainbow Color.swift
[13/22] Compiling Rainbow BackgroundColor.swift
[14/22] Compiling Rainbow CodesParser.swift
[15/22] Emitting module Rainbow
[16/22] Compiling Rainbow Rainbow.swift
[17/22] Compiling Rainbow ModesExtractor.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! (10.11s)
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.