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 ColorToolbox 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/raymondjavaxx/ColorToolbox.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/raymondjavaxx/ColorToolbox
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f5f668d Update podspec (#19)
Cloned https://github.com/raymondjavaxx/ColorToolbox.git
Revision (git rev-parse @):
f5f668df9af9a31a6fee7f514c21992f4ab7384c
SUCCESS checkout https://github.com/raymondjavaxx/ColorToolbox.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/raymondjavaxx/ColorToolbox.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/9] Compiling ColorToolbox PlatformColor+Internal.swift
[4/9] Compiling ColorToolbox PlatformColor+Hex.swift
[5/9] Emitting module ColorToolbox
[6/9] Compiling ColorToolbox PlatformColor+Brightness.swift
[7/9] Compiling ColorToolbox PlatformColor+RelativeLuminance.swift
[8/9] Compiling ColorToolbox PlatformColor.swift
[9/9] Compiling ColorToolbox Color+ColorToolbox.swift
Build complete! (31.34s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ColorToolbox",
  "name" : "ColorToolbox",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "ColorToolbox",
      "targets" : [
        "ColorToolbox"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ColorToolboxTests",
      "module_type" : "SwiftTarget",
      "name" : "ColorToolboxTests",
      "path" : "Tests/ColorToolboxTests",
      "sources" : [
        "PlatformColorBrightnessTests.swift",
        "PlatformColorHexTests.swift",
        "PlatformRelativeLuminanceTests.swift",
        "SwiftUITests.swift"
      ],
      "target_dependencies" : [
        "ColorToolbox"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ColorToolbox",
      "module_type" : "SwiftTarget",
      "name" : "ColorToolbox",
      "path" : "Sources/ColorToolbox",
      "product_memberships" : [
        "ColorToolbox"
      ],
      "sources" : [
        "PlatformColor+Brightness.swift",
        "PlatformColor+Hex.swift",
        "PlatformColor+Internal.swift",
        "PlatformColor+RelativeLuminance.swift",
        "PlatformColor.swift",
        "SwiftUI/Color+ColorToolbox.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.