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 main (36ef60), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 19:09: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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/intitni/SmoothGradient
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 36ef60e Merge pull request #5 from intitni/fix-swiftui-color-from-dynamic-color
Cloned https://github.com/intitni/SmoothGradient.git
Revision (git rev-parse @):
36ef60e6130298a34c97975716b3c15e970f94b0
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/intitni/SmoothGradient.git at main
========================================
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] Compiling SmoothGradient SmoothGradientGenerator.swift
[4/7] Compiling SmoothGradient ColorSpace.swift
[5/7] Emitting module SmoothGradient
[5/7] Write Objects.LinkFileList
[6/7] Linking libSmoothGradientDynamic.dylib
Build complete! (7.44s)
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.