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 CLITable, reference 1.1.0 (c64517), with Swift 6.0 (beta) for macOS (SPM) on 12 Sep 2024 03:20:09 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Release.Candidate.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.53.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/heroesofcode/CLI-Table-Swift.git
Reference: 1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/heroesofcode/CLI-Table-Swift
 * tag               1.1.0      -> FETCH_HEAD
HEAD is now at c64517e Merge pull request #4 from heroesofcode/feature/bump-version-1.1.0
Cloned https://github.com/heroesofcode/CLI-Table-Swift.git
Revision (git rev-parse @):
c64517e3fe323df92c512ec02da4985fb8e1e14a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/heroesofcode/CLI-Table-Swift.git at 1.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/heroesofcode/CLI-Table-Swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Release.Candidate.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-117DEE11B69C53C9.txt
[4/14] Compiling Rainbow String+Rainbow.swift
[5/15] Compiling Rainbow Style.swift
[6/15] Compiling Rainbow StringGenerator.swift
[7/15] Compiling Rainbow ModesExtractor.swift
[8/15] Compiling Rainbow OutputTarget.swift
[9/15] Compiling Rainbow ControlCode.swift
[10/15] Compiling Rainbow ColorApproximation.swift
[11/15] Compiling Rainbow Color.swift
[12/15] Emitting module Rainbow
[13/15] Compiling Rainbow Rainbow.swift
[14/15] Compiling Rainbow BackgroundColor.swift
[15/15] Compiling Rainbow CodesParser.swift
[16/20] Compiling CLITable PrintLine.swift
[17/20] Compiling CLITable ShowTable.swift
[18/20] Compiling CLITable ConsoleColor.swift
[19/20] Compiling CLITable CLITable.swift
[20/20] Emitting module CLITable
Build complete! (17.84s)
Fetching https://github.com/onevcat/Rainbow
[1/1122] Fetching rainbow
Fetched https://github.com/onevcat/Rainbow from cache (0.95s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.0.1 (2.73s)
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 4.0.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "rainbow",
      "requirement" : {
        "exact" : [
          "4.0.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/onevcat/Rainbow"
    }
  ],
  "manifest_display_name" : "CLITable",
  "name" : "CLITable",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "CLITable",
      "targets" : [
        "CLITable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CLITableTests",
      "module_type" : "SwiftTarget",
      "name" : "CLITableTests",
      "path" : "Tests/CLITableTests",
      "sources" : [
        "CLITableTests.swift"
      ],
      "target_dependencies" : [
        "CLITable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CLITable",
      "module_type" : "SwiftTarget",
      "name" : "CLITable",
      "path" : "Sources/CLITable",
      "product_dependencies" : [
        "Rainbow"
      ],
      "product_memberships" : [
        "CLITable"
      ],
      "sources" : [
        "CLITable.swift",
        "Core/ConsoleColor.swift",
        "Core/PrintLine.swift",
        "Core/ShowTable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.