The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of CLISpinner, reference main (057223), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 07:11:53 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kiliankoe/CLISpinner.git
Reference: main
Initialized empty Git repository in /Users/admin/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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/kiliankoe/CLISpinner.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/14] Compiling Rainbow Style.swift
[5/15] Compiling Rainbow String+Rainbow.swift
[6/15] Compiling Rainbow ModesExtractor.swift
[7/15] Compiling Rainbow StringGenerator.swift
[8/15] Compiling Rainbow XcodeColorsSupport.swift
[9/15] Compiling Rainbow Rainbow.swift
[10/15] Compiling Rainbow BackgroundColor.swift
[11/15] Compiling Rainbow CodesParser.swift
[12/15] Emitting module Rainbow
[13/15] Compiling Rainbow Color.swift
[14/15] Compiling Rainbow ControlCode.swift
[15/15] Compiling Rainbow OutputTarget.swift
[16/19] Compiling CLISpinner Spinner.swift
[17/19] Compiling CLISpinner Patterns+File.swift
[18/19] Compiling CLISpinner Pattern.swift
[19/19] Emitting module CLISpinner
Build complete! (9.09s)
Fetching https://github.com/onevcat/Rainbow
[1/1196] Fetching rainbow
Fetched https://github.com/onevcat/Rainbow from cache (0.92s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 3.2.0 (2.84s)
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 3.2.0
Build complete.
{
  "dependencies" : [
    {
      "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" : "CLISpinner",
  "name" : "CLISpinner",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "CLISpinner",
      "targets" : [
        "CLISpinner"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CLISpinnerTests",
      "module_type" : "SwiftTarget",
      "name" : "CLISpinnerTests",
      "path" : "Tests/CLISpinnerTests",
      "sources" : [
        "CLISpinnerTests.swift"
      ],
      "target_dependencies" : [
        "CLISpinner"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CLISpinner",
      "module_type" : "SwiftTarget",
      "name" : "CLISpinner",
      "path" : "Sources/CLISpinner",
      "product_dependencies" : [
        "Rainbow"
      ],
      "product_memberships" : [
        "CLISpinner"
      ],
      "sources" : [
        "Pattern.swift",
        "Patterns+File.swift",
        "Spinner.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.