This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 KnuthAlgorithmD with Swift 6.0 for macOS (SPM).

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/chipjarred/KnuthAlgorithmD.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/chipjarred/KnuthAlgorithmD
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at ef8f107 Comment spelling correction
Cloned https://github.com/chipjarred/KnuthAlgorithmD.git
Revision (git rev-parse @):
ef8f10753f1af3d3882c08f602f633ac0dd7004f
SUCCESS checkout https://github.com/chipjarred/KnuthAlgorithmD.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/chipjarred/KnuthAlgorithmD.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-6F35C1178C84523A.txt
[3/7] Compiling KnuthAlgorithmD KnuthAlgorithmD.swift
[4/7] Compiling KnuthAlgorithmD HelperExtensions.swift
[5/7] Emitting module KnuthAlgorithmD
[6/7] Compiling KnuthAlgorithmD TupleMath.swift
[7/7] Compiling KnuthAlgorithmD DigitCollectionFunctions.swift
Build complete! (3.63s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "KnuthAlgorithmD",
  "name" : "KnuthAlgorithmD",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "KnuthAlgorithmD",
      "targets" : [
        "KnuthAlgorithmD"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "KnuthAlgorithmDTests",
      "module_type" : "SwiftTarget",
      "name" : "KnuthAlgorithmDTests",
      "path" : "Tests/KnuthAlgorithmDTests",
      "sources" : [
        "KnuthAlgorithmDTests.swift",
        "StringInterpolation+Extension.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "KnuthAlgorithmD"
      ],
      "type" : "test"
    },
    {
      "c99name" : "KnuthAlgorithmD",
      "module_type" : "SwiftTarget",
      "name" : "KnuthAlgorithmD",
      "path" : "Sources/KnuthAlgorithmD",
      "product_memberships" : [
        "KnuthAlgorithmD"
      ],
      "sources" : [
        "DigitCollectionFunctions.swift",
        "HelperExtensions.swift",
        "KnuthAlgorithmD.swift",
        "TupleMath.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.