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.1 for macOS (SPM) on 29 Apr 2025 09:21:06 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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.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
Fetching https://github.com/onevcat/Rainbow
[1/1196] Fetching rainbow
Fetched https://github.com/onevcat/Rainbow from cache (0.97s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.0.1 (1.59s)
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 4.0.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "cli-table-swift",
      "name": "CLITable",
      "url": "https://github.com/heroesofcode/CLI-Table-Swift.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CLI-Table-Swift",
      "dependencies": [
        {
          "identity": "rainbow",
          "name": "Rainbow",
          "url": "https://github.com/onevcat/Rainbow",
          "version": "4.0.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Rainbow",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/heroesofcode/CLI-Table-Swift.git
[1/174] Fetching cli-table-swift
Fetched https://github.com/heroesofcode/CLI-Table-Swift.git from cache (1.01s)
Fetching https://github.com/onevcat/Rainbow from cache
Fetched https://github.com/onevcat/Rainbow from cache (0.50s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.0.1 (0.55s)
Creating working copy for https://github.com/heroesofcode/CLI-Table-Swift.git
Working copy of https://github.com/heroesofcode/CLI-Table-Swift.git resolved at 1.1.0 (c64517e)
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 4.0.1
warning: '.resolve-product-dependencies': dependency 'cli-table-swift' is not used by any target
Found 1 product dependencies
  - Rainbow
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/heroesofcode/CLI-Table-Swift.git
https://github.com/heroesofcode/CLI-Table-Swift.git
{
  "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"
}
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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/14] Compiling Rainbow ModesExtractor.swift
[5/14] Compiling Rainbow OutputTarget.swift
[6/14] Compiling Rainbow Rainbow.swift
[7/14] Compiling Rainbow String+Rainbow.swift
[8/14] Compiling Rainbow StringGenerator.swift
[9/14] Compiling Rainbow BackgroundColor.swift
[10/14] Compiling Rainbow CodesParser.swift
[11/14] Compiling Rainbow Color.swift
[12/14] Emitting module Rainbow
[13/14] Compiling Rainbow ColorApproximation.swift
[14/14] Compiling Rainbow ControlCode.swift
[15/15] Compiling Rainbow Style.swift
[16/20] Compiling CLITable PrintLine.swift
[17/20] Emitting module CLITable
[18/20] Compiling CLITable CLITable.swift
[19/20] Compiling CLITable ConsoleColor.swift
[20/20] Compiling CLITable ShowTable.swift
Build complete! (7.33s)
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"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/heroesofcode/cli-table-swift/1.1.0
Repository:               heroesofcode/CLI-Table-Swift
Swift version used:       6.1
Target:                   CLITable
Extracting symbol information for 'CLITable'...
Finished extracting symbol information for 'CLITable'. (3.08s)
Building documentation for 'CLITable'...
Finished building documentation for 'CLITable' (0.10s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/heroesofcode/cli-table-swift/1.1.0
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Updating https://github.com/onevcat/Rainbow
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.50s)
Updated https://github.com/onevcat/Rainbow (0.50s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.0.1 (1.06s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (0.53s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.87s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.46s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Building for debugging...
[0/8] Write sources
[3/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version-2F0A5646E1D333AE.txt
[6/53] Compiling SymbolKit Names.swift
[7/53] Compiling SymbolKit SPI.swift
[8/53] Compiling SymbolKit Snippet.swift
[9/53] Compiling SymbolKit Extension.swift
[10/57] Compiling SymbolKit Mixin+Equals.swift
[11/57] Compiling SymbolKit Mixin+Hash.swift
[12/57] Compiling SymbolKit Mixin.swift
[13/57] Compiling SymbolKit LineList.swift
[14/57] Compiling SymbolKit Position.swift
[15/57] Compiling Snippets SnippetParser.swift
[16/57] Compiling Snippets Snippet.swift
[17/57] Emitting module Snippets
[18/57] Compiling SymbolKit GenericConstraint.swift
[19/57] Compiling SymbolKit GenericParameter.swift
[20/57] Compiling SymbolKit Generics.swift
[21/57] Compiling SymbolKit Namespace.swift
[22/57] Compiling SymbolKit Symbol.swift
[23/57] Compiling SymbolKit SymbolKind.swift
[24/57] Compiling SymbolKit SymbolGraph.swift
[25/57] Compiling SymbolKit GraphCollector.swift
[26/57] Compiling SymbolKit DeclarationFragments.swift
[27/57] Compiling SymbolKit Fragment.swift
[28/57] Compiling SymbolKit FragmentKind.swift
[29/57] Compiling SymbolKit FunctionParameter.swift
[30/57] Compiling SymbolKit FunctionSignature.swift
[31/57] Compiling SymbolKit SourceRange.swift
[32/57] Compiling SymbolKit Metadata.swift
[33/57] Compiling SymbolKit Module.swift
[34/57] Compiling SymbolKit OperatingSystem.swift
[35/57] Compiling SymbolKit Platform.swift
[36/57] Compiling SymbolKit Identifier.swift
[37/57] Compiling SymbolKit KindIdentifier.swift
[38/57] Compiling SymbolKit Location.swift
[39/57] Compiling SymbolKit Mutability.swift
[40/57] Compiling SymbolKit Relationship.swift
[41/57] Compiling SymbolKit RelationshipKind.swift
[42/57] Compiling SymbolKit SourceOrigin.swift
[43/57] Compiling SymbolKit GenericConstraints.swift
[44/57] Compiling SymbolKit Swift.swift
[45/57] Compiling SymbolKit SemanticVersion.swift
[46/57] Compiling SymbolKit AccessControl.swift
[47/57] Compiling SymbolKit Availability.swift
[48/57] Compiling SymbolKit AvailabilityItem.swift
[49/57] Compiling SymbolKit Domain.swift
[50/57] Emitting module SymbolKit
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[56/61] Compiling snippet_extract URL+Status.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.03s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/12] Compiling Rainbow ModesExtractor.swift
[3/12] Compiling Rainbow OutputTarget.swift
[4/12] Compiling Rainbow ControlCode.swift
[5/12] Compiling Rainbow Rainbow.swift
[6/13] Compiling Rainbow String+Rainbow.swift
[7/13] Compiling Rainbow StringGenerator.swift
[8/13] Compiling Rainbow Color.swift
[9/13] Compiling Rainbow BackgroundColor.swift
[10/13] Compiling Rainbow CodesParser.swift
[11/13] Compiling Rainbow ColorApproximation.swift
[12/13] Emitting module Rainbow
[13/13] Compiling Rainbow Style.swift
[14/18] Compiling CLITable ShowTable.swift
[15/18] Compiling CLITable PrintLine.swift
[16/18] Compiling CLITable ConsoleColor.swift
[17/18] Emitting module CLITable
[18/18] Compiling CLITable CLITable.swift
Build of target: 'CLITable' complete! (1.18s)
      92
2	/Users/admin/builder/spi-builder-workspace/.docs/heroesofcode/cli-table-swift/1.1.0
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/heroesofcode/cli-table-swift/1.1.0
File count: 92
Doc size:   2.0MB
Preparing doc bundle ...
Uploading prod-heroesofcode-cli-table-swift-1.1.0-f352190f.zip to s3://spi-docs-inbox/prod-heroesofcode-cli-table-swift-1.1.0-f352190f.zip
Copying... [18%]
Copying... [37%]
Copying... [55%]
Copying... [74%]
Copying... [92%]
Copying... [100%]
Done.