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 SimpleColorPalette, reference 0.2.0 (a373fa), with Swift 6.0 for macOS (SPM) on 26 Apr 2025 11:51:20 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/simple-color-palette/SimpleColorPaletteSwift.git
Reference: 0.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/simple-color-palette/SimpleColorPaletteSwift
 * tag               0.2.0      -> FETCH_HEAD
HEAD is now at a373fa2 0.2.0
Cloned https://github.com/simple-color-palette/SimpleColorPaletteSwift.git
Revision (git rev-parse @):
a373fa27ea131db84bf359606a9c9563218036c9
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/simple-color-palette/SimpleColorPaletteSwift.git at 0.2.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/simple-color-palette/SimpleColorPaletteSwift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/10] Compiling SimpleColorPalette Extensions.swift
[4/10] Compiling SimpleColorPalette ColorPalette.swift
[5/10] Compiling SimpleColorPalette ColorComponents.swift
[6/10] Compiling SimpleColorPalette Color.swift
[7/10] Compiling SimpleColorPalette Utilities.swift
[8/10] Compiling SimpleColorPalette SwiftUI.swift
[9/10] Compiling SimpleColorPalette AppKit.swift
[10/10] Emitting module SimpleColorPalette
Build complete! (8.69s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SimpleColorPalette",
  "name" : "SimpleColorPalette",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "SimpleColorPalette",
      "targets" : [
        "SimpleColorPalette"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SimpleColorPaletteTests",
      "module_type" : "SwiftTarget",
      "name" : "SimpleColorPaletteTests",
      "path" : "Tests/SimpleColorPaletteTests",
      "sources" : [
        "AppKit.swift",
        "SwiftUI.swift",
        "Tests.swift"
      ],
      "target_dependencies" : [
        "SimpleColorPalette"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SimpleColorPalette",
      "module_type" : "SwiftTarget",
      "name" : "SimpleColorPalette",
      "path" : "Sources/SimpleColorPalette",
      "product_memberships" : [
        "SimpleColorPalette"
      ],
      "sources" : [
        "AppKit.swift",
        "Color.swift",
        "ColorComponents.swift",
        "ColorPalette.swift",
        "Extensions.swift",
        "SwiftUI.swift",
        "Utilities.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.