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 AnimatableGradients, reference 0.1.1 (3b654f), with Swift 6.0 for macOS (SPM) on 26 Nov 2024 18:50:52 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.58.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CypherPoet/AnimatableGradients.git
Reference: 0.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/CypherPoet/AnimatableGradients
 * tag               0.1.1      -> FETCH_HEAD
HEAD is now at 3b654fe Fix demo colors
Cloned https://github.com/CypherPoet/AnimatableGradients.git
Revision (git rev-parse @):
3b654fee8a43b666696668fff6c18e73b4a9c917
SUCCESS checkout https://github.com/CypherPoet/AnimatableGradients.git at 0.1.1
========================================
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": "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",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/CypherPoet/AnimatableGradients.git
[1/663] Fetching animatablegradients
Fetched https://github.com/CypherPoet/AnimatableGradients.git from cache (2.51s)
Creating working copy for https://github.com/CypherPoet/AnimatableGradients.git
Working copy of https://github.com/CypherPoet/AnimatableGradients.git resolved at 0.1.1 (3b654fe)
warning: '.resolve-product-dependencies': dependency 'animatablegradients' 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/CypherPoet/AnimatableGradients.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/13] Compiling AnimatableGradients Shape+AnimatableRadialGradient.swift
[4/14] Compiling AnimatableGradients View+AnimatableRadialGradient.swift
[5/14] Compiling AnimatableGradients AnimatableRadialGradientModifier.swift
[6/14] Compiling AnimatableGradients View+AnimatableLinearGradient.swift
[7/14] Compiling AnimatableGradients AnimatableLinearGradientModifier.swift
[8/14] Compiling AnimatableGradients View+AnimatableAngularGradient.swift
[9/14] Compiling AnimatableGradients AnimatableAngularGradientModifier.swift
[10/14] Emitting module AnimatableGradients
[11/14] Compiling AnimatableGradients AnimatableGradientModifier.swift
[12/14] Compiling AnimatableGradients Color+Mixing.swift
[13/14] Compiling AnimatableGradients Shape+AnimatableAngularGradient.swift
[14/14] Compiling AnimatableGradients Shape+AnimatableLinearGradient.swift
Build complete! (5.89s)
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.