The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Spinner, reference main (9bd3af), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 17:22:30 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/dominicegginton/spinner.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dominicegginton/spinner
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 9bd3afd feat(workspace): provide an example
Cloned https://github.com/dominicegginton/spinner.git
Revision (git rev-parse @):
9bd3afdfd0ba75c0bd097abee7f05d31c41a0ccb
SUCCESS checkout https://github.com/dominicegginton/spinner.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/dominicegginton/spinner.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/10] Write sources
[4/10] Write Example-entitlement.plist
[4/10] Write sources
[6/10] Write swift-version-1EA4D86E10B52AF.txt
[8/26] Compiling Rainbow StringGenerator.swift
[9/27] Compiling Rainbow Color.swift
[10/27] Emitting module Rainbow
[11/27] Compiling Rainbow BackgroundColor.swift
[12/27] Compiling Rainbow CodesParser.swift
[13/27] Compiling Rainbow Style.swift
[14/27] Compiling Nanoseconds Now.swift
[15/27] Compiling Nanoseconds TimeInterval.swift
[16/27] Emitting module Nanoseconds
[17/27] Compiling Rainbow String+Rainbow.swift
[18/27] Compiling Rainbow OutputTarget.swift
[19/27] Compiling Signals Signals.swift
[20/27] Emitting module Signals
[21/27] Compiling Rainbow ModesExtractor.swift
[22/27] Compiling Rainbow ControlCode.swift
[23/27] Compiling Rainbow ColorApproximation.swift
[24/27] Compiling Rainbow Rainbow.swift
[25/32] Compiling Spinner SpinnerSignal.swift
[26/32] Compiling Spinner SpinnerStream.swift
[27/32] Emitting module Spinner
[28/32] Compiling Spinner SpinnerAnimation.swift
[29/32] Compiling Spinner Spinner.swift
[30/34] Compiling Example main.swift
[31/34] Emitting module Example
[31/34] Write Objects.LinkFileList
[32/34] Linking Example
[33/34] Applying Example
Build complete! (9.86s)
Fetching https://github.com/onevcat/Rainbow
Fetching https://github.com/IBM-Swift/BlueSignals.git
Fetching https://github.com/dominicegginton/Nanoseconds
[1/1196] Fetching rainbow
[157/1877] Fetching rainbow, bluesignals
[348/2078] Fetching rainbow, bluesignals, nanoseconds
Fetched https://github.com/IBM-Swift/BlueSignals.git from cache (0.71s)
[907/1397] Fetching rainbow, nanoseconds
Fetched https://github.com/onevcat/Rainbow from cache (0.89s)
Fetched https://github.com/dominicegginton/Nanoseconds from cache (0.89s)
Computing version for https://github.com/dominicegginton/Nanoseconds
Computed https://github.com/dominicegginton/Nanoseconds at 1.1.3 (1.40s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.1.0 (1.93s)
Computing version for https://github.com/IBM-Swift/BlueSignals.git
Computed https://github.com/IBM-Swift/BlueSignals.git at 1.0.200 (0.50s)
Creating working copy for https://github.com/dominicegginton/Nanoseconds
Working copy of https://github.com/dominicegginton/Nanoseconds resolved at 1.1.3
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 4.1.0
Creating working copy for https://github.com/IBM-Swift/BlueSignals.git
Working copy of https://github.com/IBM-Swift/BlueSignals.git resolved at 1.0.200
Build complete.
{
  "dependencies" : [
    {
      "identity" : "nanoseconds",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/dominicegginton/Nanoseconds"
    },
    {
      "identity" : "rainbow",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/onevcat/Rainbow"
    },
    {
      "identity" : "bluesignals",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/IBM-Swift/BlueSignals.git"
    }
  ],
  "manifest_display_name" : "Spinner",
  "name" : "Spinner",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Spinner",
      "targets" : [
        "Spinner"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Example",
      "targets" : [
        "Example"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Spinner",
      "module_type" : "SwiftTarget",
      "name" : "Spinner",
      "path" : "Sources/Spinner",
      "product_dependencies" : [
        "Nanoseconds",
        "Rainbow",
        "Signals"
      ],
      "product_memberships" : [
        "Spinner",
        "Example"
      ],
      "sources" : [
        "Spinner.swift",
        "SpinnerAnimation.swift",
        "SpinnerSignal.swift",
        "SpinnerStream.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Example",
      "module_type" : "SwiftTarget",
      "name" : "Example",
      "path" : "Sources/Example",
      "product_memberships" : [
        "Example"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Spinner"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.0"
}
Done.