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, reference 5.0.1 (d9beca), with Swift 6.0 for macOS (SPM) on 1 Nov 2024 01:27:06 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.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.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/yannickl/DynamicColor.git
Reference: 5.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/yannickl/DynamicColor
 * tag               5.0.1      -> FETCH_HEAD
HEAD is now at d9beca1 Fix version numbers
Cloned https://github.com/yannickl/DynamicColor.git
Revision (git rev-parse @):
d9beca13ca85baa50ee29832d0db5129fba69630
SUCCESS checkout https://github.com/yannickl/DynamicColor.git at 5.0.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "dynamiccolor",
      "name": "DynamicColor",
      "url": "https://github.com/yannickl/DynamicColor.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DynamicColor",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/yannickl/DynamicColor.git
[1/2201] Fetching dynamiccolor
Fetched https://github.com/yannickl/DynamicColor.git from cache (1.04s)
Creating working copy for https://github.com/yannickl/DynamicColor.git
Working copy of https://github.com/yannickl/DynamicColor.git resolved at 5.0.1 (d9beca1)
warning: '.resolve-product-dependencies': dependency 'dynamiccolor' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/yannickl/DynamicColor.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.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--7754E27361AE5C74.txt
[3/17] Compiling DynamicColor HSL.swift
[4/18] Compiling DynamicColor DynamicColorSpace.swift
[5/18] Compiling DynamicColor DynamicColor+HSL.swift
[6/18] Compiling DynamicColor DynamicColor+Lab.swift
[7/18] Compiling DynamicColor DynamicColor+Deriving.swift
[8/18] Compiling DynamicColor DynamicColor+HSB.swift
[9/18] Compiling DynamicColor Array.swift
[10/18] Compiling DynamicColor ContrastDisplayContext.swift
[11/18] Compiling DynamicColor DynamicGradient.swift
[12/18] Compiling DynamicColor DynamicColor+Mixing.swift
[13/18] Compiling DynamicColor DynamicColor+RGBA.swift
[14/18] Compiling DynamicColor DynamicColor+XYZ.swift
[15/18] Compiling DynamicColor DynamicColor.swift
[16/18] Emitting module DynamicColor
[17/18] Compiling DynamicColor Utils.swift
[18/18] Compiling DynamicColor SwiftUIColor.swift
Build complete! (17.68s)
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" : [
        "Array.swift",
        "ContrastDisplayContext.swift",
        "DynamicColor+Deriving.swift",
        "DynamicColor+HSB.swift",
        "DynamicColor+HSL.swift",
        "DynamicColor+Lab.swift",
        "DynamicColor+Mixing.swift",
        "DynamicColor+RGBA.swift",
        "DynamicColor+XYZ.swift",
        "DynamicColor.swift",
        "DynamicColorSpace.swift",
        "DynamicGradient.swift",
        "HSL.swift",
        "SwiftUIColor.swift",
        "Utils.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.