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 ColorPickerRing 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/hendriku/colorpicker.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/hendriku/colorpicker
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at fb251fa Create stale.yml
Cloned https://github.com/hendriku/colorpicker.git
Revision (git rev-parse @):
fb251fa294637ee9ac5337bb678bf4b44f76abeb
SUCCESS checkout https://github.com/hendriku/colorpicker.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/hendriku/colorpicker.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/3] Write sources
[2/3] Write swift-version-6F35C1178C84523A.txt
[4/18] Compiling DynamicColor DynamicColorSpace.swift
[5/19] Emitting module DynamicColor
[6/19] Compiling DynamicColor DynamicColor+Mixing.swift
[7/19] Compiling DynamicColor DynamicColor+RGBA.swift
[8/19] Compiling DynamicColor DynamicColor+HSL.swift
[9/19] Compiling DynamicColor DynamicColor+Lab.swift
[10/19] Compiling DynamicColor Array.swift
[11/19] Compiling DynamicColor ContrastDisplayContext.swift
[12/19] Compiling DynamicColor DynamicColor+Deriving.swift
[13/19] Compiling DynamicColor DynamicColor+HSB.swift
[14/19] Compiling DynamicColor HSL.swift
[15/19] Compiling DynamicColor DynamicGradient.swift
[16/19] Compiling DynamicColor DynamicColor+XYZ.swift
[17/19] Compiling DynamicColor DynamicColor.swift
[18/19] Compiling DynamicColor SwiftUIColor.swift
[19/19] Compiling DynamicColor Utils.swift
[20/22] Compiling ColorPickerRing ColorPickerRing.swift
[21/22] Compiling ColorPickerRing ColorExtension.swift
[22/22] Emitting module ColorPickerRing
Build complete! (41.08s)
Fetching https://github.com/yannickl/DynamicColor.git
[1/2201] Fetching dynamiccolor
Fetched https://github.com/yannickl/DynamicColor.git from cache (1.03s)
Computing version for https://github.com/yannickl/DynamicColor.git
Computed https://github.com/yannickl/DynamicColor.git at 5.0.0 (0.65s)
Creating working copy for https://github.com/yannickl/DynamicColor.git
Working copy of https://github.com/yannickl/DynamicColor.git resolved at 5.0.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "dynamiccolor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/yannickl/DynamicColor.git"
    }
  ],
  "manifest_display_name" : "ColorPickerRing",
  "name" : "ColorPickerRing",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "ColorPickerRing",
      "targets" : [
        "ColorPickerRing"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ColorPickerRing",
      "module_type" : "SwiftTarget",
      "name" : "ColorPickerRing",
      "path" : "Sources/ColorPickerRing",
      "product_dependencies" : [
        "DynamicColor"
      ],
      "product_memberships" : [
        "ColorPickerRing"
      ],
      "sources" : [
        "ColorExtension.swift",
        "ColorPickerRing.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.