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 swift-colorful, reference 1.0.0 (65ad77), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 14:58:21 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/mojzesh/swift-colorful.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mojzesh/swift-colorful
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at 65ad771 Initial commit
Cloned https://github.com/mojzesh/swift-colorful.git
Revision (git rev-parse @):
65ad771827e2af51be02a33a0762bca09552c89e
SUCCESS checkout https://github.com/mojzesh/swift-colorful.git at 1.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/mojzesh/swift-colorful.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/38] Write DemoPaletteGens-macOS-entitlement.plist
[1/38] Write sources
[2/38] Write DemoGradientGen-macOS-entitlement.plist
[4/38] Write sources
[4/38] Write DemoColorSort-macOS-entitlement.plist
[7/38] Write sources
[7/38] Write DemoColorGens-macOS-entitlement.plist
[8/38] Write DemoColorDist-macOS-entitlement.plist
[8/38] Write sources
[14/38] Write Benchmark-macOS-entitlement.plist
[14/38] Write DemoColorBlend-macOS-entitlement.plist
[16/38] Write swift-version-1EA4D86E10B52AF.txt
[18/46] Compiling Colorful happy_palettegen.swift
[19/46] Compiling Colorful soft_palettegen.swift
[20/46] Compiling Colorful hsluv.swift
[21/46] Compiling Colorful warm_palettegen.swift
[22/46] Compiling Colorful sort.swift
[23/46] Compiling Colorful colorgens.swift
[24/46] Emitting module Colorful
[25/46] Compiling Colorful colors.swift
[26/50] Compiling DemoColorDist main.swift
[27/50] Emitting module DemoColorDist
[27/50] Write Objects.LinkFileList
[28/50] Linking DemoColorDist-macOS
[29/50] Applying DemoColorDist-macOS
[31/50] Compiling DemoShared shared.swift
[32/50] Emitting module DemoShared
[33/62] Compiling Benchmark main.swift
[34/62] Emitting module Benchmark
[34/62] Write Objects.LinkFileList
[36/62] Emitting module DemoColorGens
[37/62] Compiling DemoColorGens main.swift
[37/62] Write Objects.LinkFileList
[39/62] Emitting module DemoColorBlend
[40/62] Compiling DemoColorBlend main.swift
[40/62] Write Objects.LinkFileList
[42/62] Compiling DemoColorSort main.swift
[43/62] Emitting module DemoColorSort
[44/62] Compiling DemoGradientGen main.swift
[45/62] Emitting module DemoGradientGen
[45/62] Write Objects.LinkFileList
[48/62] Compiling DemoPaletteGens main.swift
[49/62] Emitting module DemoPaletteGens
[49/62] Write Objects.LinkFileList
[50/62] Linking Benchmark-macOS
[51/62] Applying Benchmark-macOS
[52/62] Linking DemoColorGens-macOS
[53/62] Linking DemoColorBlend-macOS
[54/62] Applying DemoColorGens-macOS
[55/62] Applying DemoColorBlend-macOS
[56/62] Linking DemoGradientGen-macOS
[56/62] Linking DemoColorSort-macOS
[58/62] Linking DemoPaletteGens-macOS
[59/62] Applying DemoGradientGen-macOS
[60/62] Applying DemoPaletteGens-macOS
[61/62] Applying DemoColorSort-macOS
Build complete! (9.51s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-colorful",
  "name" : "swift-colorful",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Colorful",
      "targets" : [
        "Colorful"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DemoColorBlend-macOS",
      "targets" : [
        "DemoColorBlend"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "DemoColorDist-macOS",
      "targets" : [
        "DemoColorDist"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "DemoColorGens-macOS",
      "targets" : [
        "DemoColorGens"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "DemoColorSort-macOS",
      "targets" : [
        "DemoColorSort"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "DemoGradientGen-macOS",
      "targets" : [
        "DemoGradientGen"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "DemoPaletteGens-macOS",
      "targets" : [
        "DemoPaletteGens"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "Benchmark-macOS",
      "targets" : [
        "Benchmark"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DemoShared",
      "module_type" : "SwiftTarget",
      "name" : "DemoShared",
      "path" : "Sources/Demos/Shared",
      "product_memberships" : [
        "DemoColorBlend-macOS",
        "DemoColorGens-macOS",
        "DemoColorSort-macOS",
        "DemoGradientGen-macOS",
        "DemoPaletteGens-macOS",
        "Benchmark-macOS"
      ],
      "sources" : [
        "shared.swift"
      ],
      "target_dependencies" : [
        "Colorful"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DemoPaletteGens",
      "module_type" : "SwiftTarget",
      "name" : "DemoPaletteGens",
      "path" : "Sources/Demos/PaletteGens",
      "product_memberships" : [
        "DemoPaletteGens-macOS"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Colorful",
        "DemoShared"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "DemoGradientGen",
      "module_type" : "SwiftTarget",
      "name" : "DemoGradientGen",
      "path" : "Sources/Demos/GradientGen",
      "product_memberships" : [
        "DemoGradientGen-macOS"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Colorful",
        "DemoShared"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "DemoColorSort",
      "module_type" : "SwiftTarget",
      "name" : "DemoColorSort",
      "path" : "Sources/Demos/ColorSort",
      "product_memberships" : [
        "DemoColorSort-macOS"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Colorful",
        "DemoShared"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "DemoColorGens",
      "module_type" : "SwiftTarget",
      "name" : "DemoColorGens",
      "path" : "Sources/Demos/ColorGens",
      "product_memberships" : [
        "DemoColorGens-macOS"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Colorful",
        "DemoShared"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "DemoColorDist",
      "module_type" : "SwiftTarget",
      "name" : "DemoColorDist",
      "path" : "Sources/Demos/ColorDist",
      "product_memberships" : [
        "DemoColorDist-macOS"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Colorful"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "DemoColorBlend",
      "module_type" : "SwiftTarget",
      "name" : "DemoColorBlend",
      "path" : "Sources/Demos/ColorBlend",
      "product_memberships" : [
        "DemoColorBlend-macOS"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Colorful",
        "DemoShared"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "ColorfulTests",
      "module_type" : "SwiftTarget",
      "name" : "ColorfulTests",
      "path" : "Tests/ColorfulTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/ColorfulTests/Resources/hsluv-snapshot-rev4.json",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "swift_colorfulTests.swift",
        "swift_hsluvTests.swift",
        "swift_sortTests.swift"
      ],
      "target_dependencies" : [
        "Colorful"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Colorful",
      "module_type" : "SwiftTarget",
      "name" : "Colorful",
      "path" : "Sources/Colorful",
      "product_memberships" : [
        "Colorful",
        "DemoColorBlend-macOS",
        "DemoColorDist-macOS",
        "DemoColorGens-macOS",
        "DemoColorSort-macOS",
        "DemoGradientGen-macOS",
        "DemoPaletteGens-macOS",
        "Benchmark-macOS"
      ],
      "sources" : [
        "colorgens.swift",
        "colors.swift",
        "happy_palettegen.swift",
        "hsluv.swift",
        "soft_palettegen.swift",
        "sort.swift",
        "warm_palettegen.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Benchmark",
      "module_type" : "SwiftTarget",
      "name" : "Benchmark",
      "path" : "Sources/Demos/Benchmark",
      "product_memberships" : [
        "Benchmark-macOS"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Colorful",
        "DemoShared"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.6"
}
Done.