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 DynamicColor 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/yannickl/DynamicColor.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/yannickl/DynamicColor
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at cf7c6ee Update project structure
Cloned https://github.com/yannickl/DynamicColor.git
Revision (git rev-parse @):
cf7c6eed080ea4b678592ae5af987c207ca8a232
SUCCESS checkout https://github.com/yannickl/DynamicColor.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/yannickl/DynamicColor.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/20] Compiling DynamicColor DynamicColor+Color.swift
[4/21] Compiling DynamicColor HSL+Color.swift
[5/21] Compiling DynamicColor GrayscalingMode.swift
[6/21] Compiling DynamicColor HSL.swift
[7/21] Compiling DynamicColor DynamicColor+Mixing.swift
[8/21] Compiling DynamicColor DynamicColor+RGBA.swift
[9/21] Compiling DynamicColor DynamicGradient.swift
[10/21] Compiling DynamicColor DynamicColorSpace.swift
[11/21] Emitting module DynamicColor
[12/21] Compiling DynamicColor DynamicColor+HSL.swift
[13/21] Compiling DynamicColor DynamicColor+Lab.swift
[14/21] Compiling DynamicColor DynamicColor+XYZ.swift
[15/21] Compiling DynamicColor DynamicColor.swift
[16/21] Compiling DynamicColor DynamicColor+Deriving.swift
[17/21] Compiling DynamicColor DynamicColor+HSB.swift
[18/21] Compiling DynamicColor Array.swift
[19/21] Compiling DynamicColor ContrastDisplayContext.swift
[20/21] Compiling DynamicColor Utils.swift
[21/21] Compiling DynamicColor Color.swift
Build complete! (35.79s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "DynamicColor",
  "name" : "DynamicColor",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "DynamicColor",
      "targets" : [
        "DynamicColor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DynamicColorTests",
      "module_type" : "SwiftTarget",
      "name" : "DynamicColorTests",
      "path" : "Tests",
      "sources" : [
        "DynamicColor+HSBTests.swift",
        "DynamicColor+HSLTests.swift",
        "DynamicColor+RGBATests.swift",
        "DynamicColor+XCTAssertEqual.swift",
        "DynamicColor+XYZTests.swift",
        "DynamicColorArrayTests.swift",
        "DynamicColorLabTests.swift",
        "DynamicColorTests.swift",
        "DynamicGradientTests.swift"
      ],
      "target_dependencies" : [
        "DynamicColor"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DynamicColor",
      "module_type" : "SwiftTarget",
      "name" : "DynamicColor",
      "path" : "Sources",
      "product_memberships" : [
        "DynamicColor"
      ],
      "sources" : [
        "Core/Array.swift",
        "Core/ContrastDisplayContext.swift",
        "Core/DynamicColor+Deriving.swift",
        "Core/DynamicColor+HSB.swift",
        "Core/DynamicColor+HSL.swift",
        "Core/DynamicColor+Lab.swift",
        "Core/DynamicColor+Mixing.swift",
        "Core/DynamicColor+RGBA.swift",
        "Core/DynamicColor+XYZ.swift",
        "Core/DynamicColor.swift",
        "Core/DynamicGradient.swift",
        "Shared/DynamicColorSpace.swift",
        "Shared/GrayscalingMode.swift",
        "Shared/HSL.swift",
        "Shared/Utils.swift",
        "SwiftUI/Color.swift",
        "SwiftUI/DynamicColor+Color.swift",
        "SwiftUI/HSL+Color.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.