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 Colorizer, reference 0.2.1 (2ccc99), with Swift 6.0 for macOS (SPM) on 1 Sep 2024 12:01:30 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Beta.6.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.52.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/getGuaka/Colorizer.git
Reference: 0.2.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/getGuaka/Colorizer
 * tag               0.2.1      -> FETCH_HEAD
HEAD is now at 2ccc99b Doesn't need to be Swift 5
Cloned https://github.com/getGuaka/Colorizer.git
Revision (git rev-parse @):
2ccc99bf1715e73c4139e8d40b6e6b30be975586
SUCCESS checkout https://github.com/getGuaka/Colorizer.git at 0.2.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/getGuaka/Colorizer.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Beta.6.app xcrun 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--14728B76ED507284.txt
[3/8] Compiling Colorizer StringStyleColorizer.swift
[4/8] Compiling Colorizer StringForegroundColorizer.swift
[5/8] Compiling Colorizer StringBackgroundColorizer.swift
[6/8] Emitting module Colorizer
[7/8] Compiling Colorizer Colorizer.swift
[8/8] Compiling Colorizer StringStyle.swift
Build complete! (6.75s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Colorizer",
  "name" : "Colorizer",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Colorizer",
      "targets" : [
        "Colorizer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ColorizerTests",
      "module_type" : "SwiftTarget",
      "name" : "ColorizerTests",
      "path" : "Tests/ColorizerTests",
      "sources" : [
        "ColorizerTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Colorizer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Colorizer",
      "module_type" : "SwiftTarget",
      "name" : "Colorizer",
      "path" : "Sources/Colorizer",
      "product_memberships" : [
        "Colorizer"
      ],
      "sources" : [
        "Colorizer.swift",
        "StringBackgroundColorizer.swift",
        "StringForegroundColorizer.swift",
        "StringStyle.swift",
        "StringStyleColorizer.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.