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 PixelColor, reference 3.2.0 (61b45f), with Swift 6.0 for macOS (SPM) on 19 Feb 2025 14:24:54 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/heestand-xyz/PixelColor.git
Reference: 3.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/heestand-xyz/PixelColor
 * tag               3.2.0      -> FETCH_HEAD
HEAD is now at 61b45ff tvOS Support
Cloned https://github.com/heestand-xyz/PixelColor.git
Revision (git rev-parse @):
61b45ff0541dcb7bdc5374429d748e176bd8a4c8
SUCCESS checkout https://github.com/heestand-xyz/PixelColor.git at 3.2.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "pixelcolor",
      "name": "PixelColor",
      "url": "https://github.com/heestand-xyz/PixelColor.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PixelColor",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/heestand-xyz/PixelColor.git
[1/478] Fetching pixelcolor
Fetched https://github.com/heestand-xyz/PixelColor.git from cache (1.30s)
Creating working copy for https://github.com/heestand-xyz/PixelColor.git
Working copy of https://github.com/heestand-xyz/PixelColor.git resolved at 3.2.0 (61b45ff)
warning: '.resolve-product-dependencies': dependency 'pixelcolor' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/heestand-xyz/PixelColor.git
https://github.com/heestand-xyz/PixelColor.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "PixelColor",
  "name" : "PixelColor",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "PixelColor",
      "targets" : [
        "PixelColor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PixelColor",
      "module_type" : "SwiftTarget",
      "name" : "PixelColor",
      "path" : "Sources/PixelColor",
      "product_memberships" : [
        "PixelColor"
      ],
      "sources" : [
        "PixelColor+Binding.swift",
        "PixelColor+Channel.swift",
        "PixelColor+Codable.swift",
        "PixelColor+Colors.swift",
        "PixelColor+DarkMode.swift",
        "PixelColor+Decode.swift",
        "PixelColor+Funcs.swift",
        "PixelColor+HSV.swift",
        "PixelColor+Hashable.swift",
        "PixelColor+Operators.swift",
        "PixelColor+Random.swift",
        "PixelColor+Types.swift",
        "PixelColor+sRGB.swift",
        "PixelColor.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.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-5BDAB9E9C0126B9D.txt
[3/16] Compiling PixelColor PixelColor+DarkMode.swift
[4/16] Compiling PixelColor PixelColor+Decode.swift
[5/16] Compiling PixelColor PixelColor+Operators.swift
[6/16] Compiling PixelColor PixelColor+Random.swift
[7/16] Compiling PixelColor PixelColor+Types.swift
[8/16] Compiling PixelColor PixelColor+Hashable.swift
[9/16] Compiling PixelColor PixelColor+sRGB.swift
[10/17] Compiling PixelColor PixelColor+Binding.swift
[11/17] Compiling PixelColor PixelColor+Channel.swift
[12/17] Compiling PixelColor PixelColor+Codable.swift
[13/17] Compiling PixelColor PixelColor+Colors.swift
[14/17] Compiling PixelColor PixelColor+Funcs.swift
[15/17] Compiling PixelColor PixelColor+HSV.swift
[16/17] Emitting module PixelColor
[17/17] Compiling PixelColor PixelColor.swift
Build complete! (16.70s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "PixelColor",
  "name" : "PixelColor",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "PixelColor",
      "targets" : [
        "PixelColor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PixelColor",
      "module_type" : "SwiftTarget",
      "name" : "PixelColor",
      "path" : "Sources/PixelColor",
      "product_memberships" : [
        "PixelColor"
      ],
      "sources" : [
        "PixelColor+Binding.swift",
        "PixelColor+Channel.swift",
        "PixelColor+Codable.swift",
        "PixelColor+Colors.swift",
        "PixelColor+DarkMode.swift",
        "PixelColor+Decode.swift",
        "PixelColor+Funcs.swift",
        "PixelColor+HSV.swift",
        "PixelColor+Hashable.swift",
        "PixelColor+Operators.swift",
        "PixelColor+Random.swift",
        "PixelColor+Types.swift",
        "PixelColor+sRGB.swift",
        "PixelColor.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.