The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ColorsKit, reference v0.0.1 (9e4045), with Swift 6.2 for macOS (SPM) on 22 Jun 2025 11:37:33 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/owlcoding/Swift-ColorsKit.git
Reference: v0.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/owlcoding/Swift-ColorsKit
 * tag               v0.0.1     -> FETCH_HEAD
HEAD is now at 9e40459 removed junk files
Cloned https://github.com/owlcoding/Swift-ColorsKit.git
Revision (git rev-parse @):
9e40459c58d2498109ff08d73fe03f43bc6dd10d
SUCCESS checkout https://github.com/owlcoding/Swift-ColorsKit.git at v0.0.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/owlcoding/Swift-ColorsKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-1EA4D86E10B52AF.txt
[5/6] Emitting module ColorExtensions
[6/6] Compiling ColorExtensions Color-Extensions.swift
[7/10] Compiling ColorPalettes SplitComplementaryPalette.swift
[8/10] Compiling ColorPalettes TetradicPalette.swift
[9/10] Emitting module ColorPalettes
[10/10] Compiling ColorPalettes AnalogousPalette.swift
[11/12] Compiling ColorsKit ColorsKit.swift
[12/12] Emitting module ColorsKit
Build complete! (8.65s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ColorsKit",
  "name" : "ColorsKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Swift-ColorExtensions",
      "targets" : [
        "ColorExtensions"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Swift-ColorPalettes",
      "targets" : [
        "ColorPalettes"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ColorsKit",
      "targets" : [
        "ColorsKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ColorsKitTests",
      "module_type" : "SwiftTarget",
      "name" : "ColorsKitTests",
      "path" : "Tests/ColorsKitTests",
      "sources" : [
        "ColorsKitTests.swift"
      ],
      "target_dependencies" : [
        "ColorsKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ColorsKit",
      "module_type" : "SwiftTarget",
      "name" : "ColorsKit",
      "path" : "Sources/ColorsKit",
      "product_memberships" : [
        "ColorsKit"
      ],
      "sources" : [
        "ColorsKit.swift"
      ],
      "target_dependencies" : [
        "ColorExtensions",
        "ColorPalettes"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ColorPalettes",
      "module_type" : "SwiftTarget",
      "name" : "ColorPalettes",
      "path" : "Sources/Color-Palettes",
      "product_memberships" : [
        "Swift-ColorPalettes",
        "ColorsKit"
      ],
      "sources" : [
        "AnalogousPalette.swift",
        "SplitComplementaryPalette.swift",
        "TetradicPalette.swift"
      ],
      "target_dependencies" : [
        "ColorExtensions"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ColorExtensions",
      "module_type" : "SwiftTarget",
      "name" : "ColorExtensions",
      "path" : "Sources/Color-Extensions",
      "product_memberships" : [
        "Swift-ColorExtensions",
        "Swift-ColorPalettes",
        "ColorsKit"
      ],
      "sources" : [
        "Color-Extensions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.