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 Table, reference 1.1.1 (7b8521), with Swift 6.0 for macOS (SPM) on 27 Nov 2024 01:27:44 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.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.58.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jangorman/table.git
Reference: 1.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jangorman/table
 * tag               1.1.1      -> FETCH_HEAD
HEAD is now at 7b8521c Use DefaultStringInterpolation for repeated strings
Cloned https://github.com/jangorman/table.git
Revision (git rev-parse @):
7b8521c3b1078ba0b347964aec7c503cd6f1ff40
SUCCESS checkout https://github.com/jangorman/table.git at 1.1.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": "table",
      "name": "Table",
      "url": "https://github.com/jangorman/table.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/table",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/jangorman/table.git
[1/139] Fetching table
Fetched https://github.com/jangorman/table.git from cache (0.67s)
Creating working copy for https://github.com/jangorman/table.git
Working copy of https://github.com/jangorman/table.git resolved at 1.1.1 (7b8521c)
warning: '.resolve-product-dependencies': dependency 'table' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/jangorman/table.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.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/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/8] Compiling Table Border.swift
[4/8] Compiling Table Table.swift
[5/8] Compiling Table DefaultStringInterpolation+Table.swift
[6/8] Emitting module Table
[7/8] Compiling Table Column.swift
[8/8] Compiling Table Configuration.swift
Build complete! (6.57s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Table",
  "name" : "Table",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Table",
      "targets" : [
        "Table"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TableTests",
      "module_type" : "SwiftTarget",
      "name" : "TableTests",
      "path" : "Tests",
      "sources" : [
        "LinuxMain.swift",
        "TableTests/TableTests.swift"
      ],
      "target_dependencies" : [
        "Table"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Table",
      "module_type" : "SwiftTarget",
      "name" : "Table",
      "path" : "Sources",
      "product_memberships" : [
        "Table"
      ],
      "sources" : [
        "Border.swift",
        "Column.swift",
        "Configuration.swift",
        "DefaultStringInterpolation+Table.swift",
        "Table.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.