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 TaskProgress, reference master (7b6786), with Swift 6.2 (beta) for macOS (SPM) on 22 Jun 2025 19:24:03 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/Jomy10/TaskProgress.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Jomy10/TaskProgress
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 7b6786b add debugDescription to ProgressTask
Cloned https://github.com/Jomy10/TaskProgress.git
Revision (git rev-parse @):
7b6786b2e5336690ffd5d84df53755242510d541
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Jomy10/TaskProgress.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Jomy10/TaskProgress.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[2/7] Write Example-entitlement.plist
[3/7] Write swift-version-1EA4D86E10B52AF.txt
[5/12] Compiling TaskProgress ProgressTask.swift
[6/12] Compiling TaskProgress Format.swift
[7/12] Compiling TaskProgress Ansi.swift
[8/12] Emitting module TaskProgress
[9/12] Compiling TaskProgress ProgressIndicators.swift
[10/14] Emitting module Example
[11/14] Compiling Example main.swift
[11/14] Write Objects.LinkFileList
[12/14] Linking Example
[13/14] Applying Example
Build complete! (4.44s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "TaskProgress",
  "name" : "TaskProgress",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "TaskProgress",
      "targets" : [
        "TaskProgress"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Example",
      "targets" : [
        "Example"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TaskProgress",
      "module_type" : "SwiftTarget",
      "name" : "TaskProgress",
      "path" : "Sources/TaskProgress",
      "product_memberships" : [
        "TaskProgress",
        "Example"
      ],
      "sources" : [
        "Ansi.swift",
        "Format.swift",
        "ProgressIndicators.swift",
        "ProgressTask.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Example",
      "module_type" : "SwiftTarget",
      "name" : "Example",
      "path" : "Sources/Example",
      "product_memberships" : [
        "Example"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "TaskProgress"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.0"
}
Done.