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 1.1.1 (07bfe3), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 06:03:42 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: 1.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Jomy10/TaskProgress
 * tag               1.1.1      -> FETCH_HEAD
HEAD is now at 07bfe33 fix intermediate messages
Cloned https://github.com/Jomy10/TaskProgress.git
Revision (git rev-parse @):
07bfe331d4c9b1d50b6795c0a1a691fe7bc207c5
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Jomy10/TaskProgress.git at 1.1.1
========================================
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",
        "TaskProgress.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/10] Compiling TaskProgress Ansi.swift
[6/10] Emitting module TaskProgress
[7/10] Compiling TaskProgress TaskProgress.swift
[8/12] Compiling Example main.swift
[9/12] Emitting module Example
[9/12] Write Objects.LinkFileList
[10/12] Linking Example
[11/12] Applying Example
Build complete! (5.40s)
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",
        "TaskProgress.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.