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.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Samasaur1/RPG-card-generator.git
Reference: master
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
* 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
Fetching https://github.com/JohnSundell/Files from cache
Fetching https://github.com/onevcat/Rainbow from cache
Fetched https://github.com/JohnSundell/Files (0.16s)
Fetched https://github.com/onevcat/Rainbow (0.16s)
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.42s)
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/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "rpg-card-generator",
"name": "RPG-card-generator",
"url": "https://github.com/Samasaur1/RPG-card-generator.git",
"version": "unspecified",
"path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/RPG-card-generator",
"dependencies": [
{
"identity": "files",
"name": "Files",
"url": "https://github.com/JohnSundell/Files",
"version": "2.3.0",
"path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Files",
"dependencies": [
]
},
{
"identity": "rainbow",
"name": "Rainbow",
"url": "https://github.com/onevcat/Rainbow",
"version": "3.2.0",
"path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Rainbow",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/Samasaur1/RPG-card-generator.git
[2/140] Fetching rpg-card-generator
Fetched https://github.com/Samasaur1/RPG-card-generator.git (0.25s)
Fetching https://github.com/onevcat/Rainbow from cache
Fetching https://github.com/JohnSundell/Files from cache
Fetched https://github.com/JohnSundell/Files (0.17s)
Fetched https://github.com/onevcat/Rainbow (0.17s)
Computing version for https://github.com/JohnSundell/Files
Computed https://github.com/JohnSundell/Files at 2.3.0 (0.01s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 3.2.0 (0.01s)
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 master
Found 2 product dependencies
- Files
- Rainbow
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/14] Compiling Rainbow Style.swift
[2/14] Compiling Rainbow String+Rainbow.swift
[3/14] Compiling Rainbow StringGenerator.swift
[4/14] Compiling Rainbow ModesExtractor.swift
[5/14] Compiling Rainbow OutputTarget.swift
[6/15] Compiling Rainbow XcodeColorsSupport.swift
[7/15] Compiling Rainbow Rainbow.swift
[8/15] Compiling Rainbow BackgroundColor.swift
[9/15] Compiling Rainbow CodesParser.swift
[10/15] Compiling Rainbow Color.swift
[11/15] Compiling Rainbow ControlCode.swift
[12/15] Emitting module Rainbow
[13/15] Compiling Files Files.swift
[14/15] Emitting module Files
[15/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] Emitting module RPG_card_generator
[16/17] Linking RPGCardGenerator
Build complete! (11.31s)
Build complete.
Done.