The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CLISpinner 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/kiliankoe/CLISpinner.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/kiliankoe/CLISpinner
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 0572232 Merge pull request #7 from Ponyboy47/master
Cloned https://github.com/kiliankoe/CLISpinner.git
Revision (git rev-parse @):
0572232b92ddfd80cbab4ced6973d1c210022968
SUCCESS checkout https://github.com/kiliankoe/CLISpinner.git at main
Fetching https://github.com/onevcat/Rainbow from cache
Fetched https://github.com/onevcat/Rainbow (0.33s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 3.2.0 (0.05s)
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 3.2.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "clispinner",
      "name": "CLISpinner",
      "url": "https://github.com/kiliankoe/CLISpinner.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CLISpinner",
      "dependencies": [
        {
          "identity": "rainbow",
          "name": "Rainbow",
          "url": "https://github.com/onevcat/Rainbow",
          "version": "3.2.0",
          "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Rainbow",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/kiliankoe/CLISpinner.git
[1/253] Fetching clispinner
Fetched https://github.com/kiliankoe/CLISpinner.git (0.29s)
Fetching https://github.com/onevcat/Rainbow from cache
Fetched https://github.com/onevcat/Rainbow (0.23s)
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/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 3.2.0
Creating working copy for https://github.com/kiliankoe/CLISpinner.git
Working copy of https://github.com/kiliankoe/CLISpinner.git resolved at main
warning: '.resolve-product-dependencies': dependency 'clispinner' is not used by any target
Found 1 product dependencies
  - 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/11] Compiling Rainbow Style.swift
[2/12] Compiling Rainbow StringGenerator.swift
[3/12] Compiling Rainbow String+Rainbow.swift
[4/12] Compiling Rainbow XcodeColorsSupport.swift
[5/12] Compiling Rainbow Color.swift
[6/12] Compiling Rainbow ControlCode.swift
[7/12] Compiling Rainbow ModesExtractor.swift
[8/12] Compiling Rainbow OutputTarget.swift
[9/12] Compiling Rainbow BackgroundColor.swift
[10/12] Compiling Rainbow CodesParser.swift
[11/12] Emitting module Rainbow
[12/12] Compiling Rainbow Rainbow.swift
[13/16] Compiling CLISpinner Patterns+File.swift
[14/16] Compiling CLISpinner Pattern.swift
[15/16] Emitting module CLISpinner
[16/16] Compiling CLISpinner Spinner.swift
Build complete! (11.40s)
Build complete.
Done.