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 SmoothGradient, reference 0.3.1 (74a39d), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 19:08:57 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/intitni/SmoothGradient.git
Reference: 0.3.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/intitni/SmoothGradient
 * tag               0.3.1      -> FETCH_HEAD
HEAD is now at 74a39d4 Update `Color` to `RGBColor` conversion
Cloned https://github.com/intitni/SmoothGradient.git
Revision (git rev-parse @):
74a39d429a86533eade2426d3a46b0b3812523fa
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/intitni/SmoothGradient.git at 0.3.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/intitni/SmoothGradient.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[1/4] Write swift-version-1EA4D86E10B52AF.txt
[3/7] Emitting module SmoothGradient
[4/7] Compiling SmoothGradient SmoothGradientGenerator.swift
[5/7] Compiling SmoothGradient ColorSpace.swift
[5/7] Write Objects.LinkFileList
[6/7] Linking libSmoothGradientDynamic.dylib
Build complete! (7.68s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SmoothGradient",
  "name" : "SmoothGradient",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SmoothGradient",
      "targets" : [
        "SmoothGradient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SmoothGradientDynamic",
      "targets" : [
        "SmoothGradient"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SmoothGradientTests",
      "module_type" : "SwiftTarget",
      "name" : "SmoothGradientTests",
      "path" : "Tests/SmoothGradientTests",
      "sources" : [
        "SmoothGradientTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "SmoothGradient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SmoothGradient",
      "module_type" : "SwiftTarget",
      "name" : "SmoothGradient",
      "path" : "Sources/SmoothGradient",
      "product_memberships" : [
        "SmoothGradient",
        "SmoothGradientDynamic"
      ],
      "sources" : [
        "ColorSpace.swift",
        "SmoothGradientGenerator.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.