The Swift Package Index logo.Swift Package Index

Build Information

Successful build of RPG-card-generator with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.19.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/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-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 into spi-builder-workspace
e852b6d565d973f82d3d3e46eb9dbcbc949b95e8
SUCCESS checkout https://github.com/Samasaur1/RPG-card-generator.git at v0.6.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64
Building ... (attempt 1)
Fetching https://github.com/onevcat/Rainbow from cache
Fetching https://github.com/JohnSundell/Files from cache
Fetched https://github.com/onevcat/Rainbow (0.16s)
Fetched https://github.com/JohnSundell/Files (0.18s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 3.1.4 (0.02s)
Computing version for https://github.com/JohnSundell/Files
Computed https://github.com/JohnSundell/Files at 2.2.1 (0.02s)
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 3.1.4
Creating working copy for https://github.com/JohnSundell/Files
Working copy of https://github.com/JohnSundell/Files resolved at 2.2.1
Building for debugging...
[1/14] Compiling Rainbow Color.swift
[2/14] Compiling Rainbow ControlCode.swift
[3/15] Compiling Rainbow StringGenerator.swift
[4/15] Compiling Rainbow XcodeColorsSupport.swift
[5/15] Emitting module Rainbow
[6/15] Compiling Rainbow ModesExtractor.swift
[7/15] Compiling Rainbow OutputTarget.swift
[8/15] Compiling Rainbow Style.swift
[9/15] Compiling Rainbow Rainbow.swift
[10/15] Compiling Rainbow String+Rainbow.swift
[11/15] Compiling Rainbow BackgroundColor.swift
[12/15] Compiling Rainbow CodesParser.swift
[13/15] Emitting module Files
[14/15] Compiling Files Files.swift
[15/17] Emitting module RPG_card_generator
[16/17] Compiling RPG_card_generator main.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-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
    let icon = ["barbute", "breastplate", "visored-helm", "steeltoe-boots"]
    ~~~~^~~~
    _
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-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
            let icon = "dart"
            ~~~~^~~~
            _
[16/17] Linking RPGCardGenerator
Build complete! (7.60s)
Build complete.
Done.