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 main (e0f13f), with Swift 6.1 for macOS (SPM) on 20 Oct 2025 13:35:31 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.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/simple-color-palette/SimpleColorPaletteSwift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/simple-color-palette/SimpleColorPaletteSwift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at e0f13fa 0.2.1
Cloned https://github.com/simple-color-palette/SimpleColorPaletteSwift.git
Revision (git rev-parse @):
e0f13fa9ca295b9976505ff24fee37920c5f609b
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/simple-color-palette/SimpleColorPaletteSwift.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/simple-color-palette/SimpleColorPaletteSwift.git
https://github.com/simple-color-palette/SimpleColorPaletteSwift.git
{
  "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"
}
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/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/10] Compiling SimpleColorPalette Extensions.swift
[4/10] Compiling SimpleColorPalette ColorComponents.swift
[5/10] Compiling SimpleColorPalette Utilities.swift
[6/10] Compiling SimpleColorPalette ColorPalette.swift
[7/10] Compiling SimpleColorPalette SwiftUI.swift
[8/10] Compiling SimpleColorPalette Color.swift
[9/10] Emitting module SimpleColorPalette
[10/10] Compiling SimpleColorPalette AppKit.swift
Build complete! (8.36s)
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.