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 ColorCalculation with Swift 6.0 (beta) 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/Kjuly/ColorCalculation.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Kjuly/ColorCalculation
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 8848c9e Update README.md: Add pkg manager badges
Cloned https://github.com/Kjuly/ColorCalculation.git
Revision (git rev-parse @):
8848c9e974931a742894296012306be05579ff92
SUCCESS checkout https://github.com/Kjuly/ColorCalculation.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/Kjuly/ColorCalculation.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/12] Compiling ColorCalculation NSColor+Hex.swift
[4/12] Compiling ColorCalculation ColorHexProtocol.swift
[5/13] Compiling ColorCalculation UIColor+Hex.swift
[6/13] Compiling ColorCalculation ColorHSB.swift
[7/13] Compiling ColorCalculation Color+Hex.swift
[8/13] Compiling ColorCalculation String+ColorHex.swift
[9/13] Compiling ColorCalculation ColorRGB.swift
[10/13] Compiling ColorCalculation ColorBrightnessProtocol.swift
[11/13] Emitting module ColorCalculation
[12/13] Compiling ColorCalculation Color+Switch.swift
[13/13] Compiling ColorCalculation ColorConstants.swift
Build complete! (36.34s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ColorCalculation",
  "name" : "ColorCalculation",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.5"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "ColorCalculation",
      "targets" : [
        "ColorCalculation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ColorCalculationTests",
      "module_type" : "SwiftTarget",
      "name" : "ColorCalculationTests",
      "path" : "ColorCalculationTests",
      "sources" : [
        "Brightness/Color+KYColorBrightnessProtocolTests.swift",
        "Brightness/NSColor+KYColorBrightnessProtocolTests.swift",
        "Brightness/UIColor+KYColorBrightnessProtocolTests.swift",
        "Extension/Color+SwitchTests.swift",
        "Extension/String+ColorHexTests.swift",
        "Hex/Color+HexTests.swift",
        "Hex/NSColor+HexTests.swift",
        "Hex/UIColor+HexTests.swift",
        "KYColorConstantsTests.swift",
        "KYColorHSBTests.swift",
        "KYColorRGBTests.swift"
      ],
      "target_dependencies" : [
        "ColorCalculation"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ColorCalculation",
      "module_type" : "SwiftTarget",
      "name" : "ColorCalculation",
      "path" : "ColorCalculation/Sources",
      "product_memberships" : [
        "ColorCalculation"
      ],
      "sources" : [
        "Brightness/ColorBrightnessProtocol.swift",
        "ColorConstants.swift",
        "ColorHSB.swift",
        "ColorRGB.swift",
        "Extension/Color+Switch.swift",
        "Extension/String+ColorHex.swift",
        "Hex/Color+Hex.swift",
        "Hex/ColorHexProtocol.swift",
        "Hex/NSColor+Hex.swift",
        "Hex/UIColor+Hex.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.