The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of TaskProgress, reference master (7b6786), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 06:03:10 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
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.1
Building package at path:  $PWD
https://github.com/Jomy10/TaskProgress.git
https://github.com/Jomy10/TaskProgress.git
{
  "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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/7] Write sources
[2/7] Write Example-entitlement.plist
[3/7] Write swift-version-2F0A5646E1D333AE.txt
[5/12] Compiling TaskProgress ProgressIndicators.swift
[6/12] Compiling TaskProgress ProgressTask.swift
[7/12] Emitting module TaskProgress
[8/12] Compiling TaskProgress Format.swift
[9/12] Compiling TaskProgress Ansi.swift
[10/14] Compiling Example main.swift
[11/14] Emitting module Example
[11/14] Write Objects.LinkFileList
[12/14] Linking Example
[13/14] Applying Example
Build complete! (5.04s)
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.