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 Crayon 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/divadretlaw/Crayon.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/divadretlaw/Crayon
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 511a2e5 Cleanup
Cloned https://github.com/divadretlaw/Crayon.git
Revision (git rev-parse @):
511a2e59e4802ab351a6b883792c3c9d6472767e
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/divadretlaw/Crayon.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/divadretlaw/Crayon.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 Crayon UIColor.swift
[4/12] Compiling Crayon RgbComponents.swift
[5/12] Compiling Crayon FloatingPoint+Extensions.swift
[6/12] Compiling Crayon Image.swift
[7/12] Compiling Crayon NSColor.swift
[8/12] Compiling Crayon HsbComponents.swift
[9/12] Compiling Crayon ColorSpace.swift
[10/12] Compiling Crayon CGColor.swift
[11/12] Compiling Crayon Color.swift
[12/12] Emitting module Crayon
Build complete! (33.37s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Crayon",
  "name" : "Crayon",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "10.0"
    },
    {
      "name" : "watchos",
      "version" : "2.0"
    },
    {
      "name" : "macos",
      "version" : "10.10"
    }
  ],
  "products" : [
    {
      "name" : "Crayon",
      "targets" : [
        "Crayon"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CrayonTests",
      "module_type" : "SwiftTarget",
      "name" : "CrayonTests",
      "path" : "Tests/CrayonTests",
      "sources" : [
        "ColorTests.swift",
        "ImageTests.swift",
        "NSColorTests.swift",
        "UIColorTests.swift"
      ],
      "target_dependencies" : [
        "Crayon"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Crayon",
      "module_type" : "SwiftTarget",
      "name" : "Crayon",
      "path" : "Sources/Crayon",
      "product_memberships" : [
        "Crayon"
      ],
      "sources" : [
        "CGColor.swift",
        "Color.swift",
        "ColorSpace.swift",
        "Extensions/FloatingPoint+Extensions.swift",
        "Image.swift",
        "Models/HsbComponents.swift",
        "Models/RgbComponents.swift",
        "NSColor.swift",
        "UIColor.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.