The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of ColorsKit, reference main (cb2743), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 21:16:14 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/owlcoding/Swift-ColorsKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/owlcoding/Swift-ColorsKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at cb27434 use Swift6 (hopefully)
Cloned https://github.com/owlcoding/Swift-ColorsKit.git
Revision (git rev-parse @):
cb27434e84269fd89d229d001cb88fa90905ae4d
SUCCESS checkout https://github.com/owlcoding/Swift-ColorsKit.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/owlcoding/Swift-ColorsKit.git
https://github.com/owlcoding/Swift-ColorsKit.git
{
  "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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-2F0A5646E1D333AE.txt
[5/6] Emitting module ColorExtensions
[6/6] Compiling ColorExtensions Color-Extensions.swift
[7/10] Compiling ColorPalettes SplitComplementaryPalette.swift
[8/10] Emitting module ColorPalettes
[9/10] Compiling ColorPalettes TetradicPalette.swift
[10/10] Compiling ColorPalettes AnalogousPalette.swift
[11/12] Emitting module ColorsKit
[12/12] Compiling ColorsKit ColorsKit.swift
Build complete! (9.40s)
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.