The Swift Package Index logo.Swift Package Index

Build Information

Successful build of AnimatableGradients, reference master (4ad47d), with Swift 6.3 for macOS (SPM) on 10 Apr 2026 17:25:44 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CypherPoet/AnimatableGradients.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/CypherPoet/AnimatableGradients
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 4ad47d8 Fix dependency syntax
Cloned https://github.com/CypherPoet/AnimatableGradients.git
Revision (git rev-parse @):
4ad47d8cece980ebe437694aa502c2601365f5e7
SUCCESS checkout https://github.com/CypherPoet/AnimatableGradients.git at master
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "animatablegradients",
      "name": "AnimatableGradients",
      "url": "https://github.com/CypherPoet/AnimatableGradients.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AnimatableGradients",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/CypherPoet/AnimatableGradients.git
[1/663] Fetching animatablegradients
Fetched https://github.com/CypherPoet/AnimatableGradients.git from cache (3.96s)
Creating working copy for https://github.com/CypherPoet/AnimatableGradients.git
Working copy of https://github.com/CypherPoet/AnimatableGradients.git resolved at master (4ad47d8)
warning: '.resolve-product-dependencies': dependency 'animatablegradients' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/CypherPoet/AnimatableGradients.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/13] Compiling AnimatableGradients Shape+AnimatableAngularGradient.swift
[4/13] Emitting module AnimatableGradients
[5/14] Compiling AnimatableGradients Shape+AnimatableLinearGradient.swift
[6/14] Compiling AnimatableGradients AnimatableRadialGradientModifier.swift
[7/14] Compiling AnimatableGradients AnimatableAngularGradientModifier.swift
[8/14] Compiling AnimatableGradients AnimatableLinearGradientModifier.swift
[9/14] Compiling AnimatableGradients View+AnimatableLinearGradient.swift
[10/14] Compiling AnimatableGradients View+AnimatableAngularGradient.swift
[11/14] Compiling AnimatableGradients Shape+AnimatableRadialGradient.swift
[12/14] Compiling AnimatableGradients AnimatableGradientModifier.swift
[13/14] Compiling AnimatableGradients Color+Mixing.swift
[14/14] Compiling AnimatableGradients View+AnimatableRadialGradient.swift
Build complete! (1.00s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "AnimatableGradients",
  "name" : "AnimatableGradients",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "AnimatableGradients",
      "targets" : [
        "AnimatableGradients"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AnimatableGradientsTests",
      "module_type" : "SwiftTarget",
      "name" : "AnimatableGradientsTests",
      "path" : "Tests",
      "sources" : [
        "Utils/ColorMixingTests.swift"
      ],
      "target_dependencies" : [
        "AnimatableGradients"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AnimatableGradients",
      "module_type" : "SwiftTarget",
      "name" : "AnimatableGradients",
      "path" : "Sources",
      "product_memberships" : [
        "AnimatableGradients"
      ],
      "sources" : [
        "Protocols/AnimatableGradientModifier.swift",
        "Utils/Color+Mixing.swift",
        "View Modifiers/AnimatableAngularGradient/AnimatableAngularGradientModifier.swift",
        "View Modifiers/AnimatableAngularGradient/Shape+AnimatableAngularGradient.swift",
        "View Modifiers/AnimatableAngularGradient/View+AnimatableAngularGradient.swift",
        "View Modifiers/AnimatableLinearGradient/AnimatableLinearGradientModifier.swift",
        "View Modifiers/AnimatableLinearGradient/Shape+AnimatableLinearGradient.swift",
        "View Modifiers/AnimatableLinearGradient/View+AnimatableLinearGradient.swift",
        "View Modifiers/AnimatableRadialGradient/AnimatableRadialGradientModifier.swift",
        "View Modifiers/AnimatableRadialGradient/Shape+AnimatableRadialGradient.swift",
        "View Modifiers/AnimatableRadialGradient/View+AnimatableRadialGradient.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.