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 1.0.1 (77ac16), with Swift 5.10 for macOS (SPM) on 28 Jun 2025 21:16:50 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/raymondjavaxx/SmoothGradient.git
Reference: 1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/raymondjavaxx/SmoothGradient
 * tag               1.0.1      -> FETCH_HEAD
HEAD is now at 77ac160 Version bump (#9)
Cloned https://github.com/raymondjavaxx/SmoothGradient.git
Revision (git rev-parse @):
77ac160533ce312f92b566754731e07b20315a41
SUCCESS checkout https://github.com/raymondjavaxx/SmoothGradient.git at 1.0.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/raymondjavaxx/SmoothGradient.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Copying PrivacyInfo.xcprivacy
[2/3] Write swift-version-33747A42983211AE.txt
[4/10] Compiling SmoothGradient SmoothLinearGradient.swift
[5/10] Compiling SmoothGradient resource_bundle_accessor.swift
[6/10] Compiling SmoothGradient Gradient+Smooth.swift
[7/10] Compiling SmoothGradient GradientInterpolator.swift
[8/10] Compiling SmoothGradient Curve.swift
[9/10] Emitting module SmoothGradient
[10/10] Compiling SmoothGradient CubicBezierCurve.swift
Build complete! (20.34s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/14583] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (3.34s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.4 (0.39s)
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/swiftlang/swift-syntax
[1/4581] Fetching swift-custom-dump
[4582/75549] Fetching swift-custom-dump, swift-syntax
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (3.24s)
Fetched https://github.com/swiftlang/swift-syntax from cache (3.24s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.36s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5467] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.43s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (2.32s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.38s)
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.4
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-snapshot-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.11.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-snapshot-testing"
    }
  ],
  "manifest_display_name" : "SmoothGradient",
  "name" : "SmoothGradient",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "SmoothGradient",
      "targets" : [
        "SmoothGradient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SmoothGradientTests",
      "module_type" : "SwiftTarget",
      "name" : "SmoothGradientTests",
      "path" : "Tests/SmoothGradientTests",
      "product_dependencies" : [
        "SnapshotTesting"
      ],
      "sources" : [
        "CubicBezierCurveTests.swift",
        "GradientSmoothTests.swift",
        "SmoothLinearGradientTests.swift"
      ],
      "target_dependencies" : [
        "SmoothGradient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SmoothGradient",
      "module_type" : "SwiftTarget",
      "name" : "SmoothGradient",
      "path" : "Sources/SmoothGradient",
      "product_memberships" : [
        "SmoothGradient"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SmoothGradient/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "CubicBezierCurve.swift",
        "Curve.swift",
        "Gradient+Smooth.swift",
        "GradientInterpolator.swift",
        "SmoothLinearGradient.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.