The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Samasaur1/RPG-card-generator.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/Samasaur1/RPG-card-generator
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/Samasaur1/RPG-card-generator.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.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--423B1241ED78D482.txt
[6/21] Emitting module Rainbow
[7/22] Compiling Rainbow Style.swift
[8/22] Compiling Rainbow StringGenerator.swift
[9/22] Compiling Rainbow String+Rainbow.swift
[10/22] Compiling Rainbow XcodeColorsSupport.swift
[11/22] Compiling Rainbow Color.swift
[12/22] Compiling Rainbow ControlCode.swift
[13/22] Compiling Rainbow ModesExtractor.swift
[14/22] Compiling Rainbow OutputTarget.swift
[15/22] Compiling Rainbow BackgroundColor.swift
[16/22] Compiling Rainbow CodesParser.swift
[17/22] Compiling Rainbow Rainbow.swift
[18/22] Emitting module Files
[19/22] Compiling Files Files.swift
[20/24] Compiling RPG_card_generator main.swift
/Users/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/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"
            ~~~~^~~~
            _
[21/24] Emitting module RPG_card_generator
[21/24] Write Objects.LinkFileList
[22/24] Linking RPGCardGenerator
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/RPGCardGenerator: replacing existing signature
[23/24] Applying RPGCardGenerator
Build complete! (7.94s)
Fetching https://github.com/JohnSundell/Files from cache
Fetching https://github.com/onevcat/Rainbow from cache
Fetched https://github.com/JohnSundell/Files from cache (0.16s)
Fetched https://github.com/onevcat/Rainbow from cache (0.16s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 3.1.4 (0.04s)
Computing version for https://github.com/JohnSundell/Files
Computed https://github.com/JohnSundell/Files at 2.2.1 (0.47s)
warning: /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/Files-065eb39a is not valid git repository for 'https://github.com/JohnSundell/Files', will fetch again.
Fetching https://github.com/JohnSundell/Files from cache
Fetched https://github.com/JohnSundell/Files from cache (0.00s)
warning: /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/Files-065eb39a is not valid git repository for 'https://github.com/JohnSundell/Files', will fetch again.
Fetching https://github.com/JohnSundell/Files from cache
Fetched https://github.com/JohnSundell/Files from cache (0.00s)
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
Build complete.
Done.