The Swift Package Index logo.Swift Package Index

Build Information

Successful build of VDAnimation, reference 2.5.1 (f5818e), with Swift 6.2 for macOS (SPM) on 4 Apr 2026 18:29:53 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dankinsoid/VDAnimation.git
Reference: 2.5.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dankinsoid/VDAnimation
 * tag               2.5.1      -> FETCH_HEAD
HEAD is now at f5818ea feat: Add preferredFrameRateRange to FrameLink protocol
Cloned https://github.com/dankinsoid/VDAnimation.git
Revision (git rev-parse @):
f5818ea0442a450c8b4285fb6cc7cd9afb323317
SUCCESS checkout https://github.com/dankinsoid/VDAnimation.git at 2.5.1
Fetching https://github.com/apple/swift-syntax.git
[1/74940] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (3.44s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 600.0.1 (6.17s)
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 600.0.1
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/600.0.1/swiftlang-6.2.0.19.9-MacroSupport-macos_aarch64.zip
Downloaded https://download.swift.org/prebuilts/swift-syntax/600.0.1/swiftlang-6.2.0.19.9-MacroSupport-macos_aarch64.zip (0.33s)
========================================
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": "vdanimation",
      "name": "VDAnimation",
      "url": "https://github.com/dankinsoid/VDAnimation.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/VDAnimation",
      "dependencies": [
        {
          "identity": "swift-syntax",
          "name": "swift-syntax",
          "url": "https://github.com/apple/swift-syntax.git",
          "version": "600.0.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-syntax",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/dankinsoid/VDAnimation.git
[1/2984] Fetching vdanimation
Fetched https://github.com/dankinsoid/VDAnimation.git from cache (1.61s)
Fetching https://github.com/apple/swift-syntax.git from cache
Fetched https://github.com/apple/swift-syntax.git from cache (0.88s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 600.0.1 (0.95s)
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 600.0.1
Creating working copy for https://github.com/dankinsoid/VDAnimation.git
Working copy of https://github.com/dankinsoid/VDAnimation.git resolved at 2.5.1 (f5818ea)
warning: '.resolve-product-dependencies': dependency 'vdanimation' is not used by any target
Found 1 product dependencies
  - swift-syntax
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/dankinsoid/VDAnimation.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[2/5] Write swift-version-49B95AFC49DCD68C.txt
[4/10] Compiling VDAnimationMacros SyntaxExt.swift
[5/10] Compiling VDAnimationMacros VDAnimationMacrosPlugin.swift
[6/10] Compiling VDAnimationMacros Tweenable.swift
[7/10] Emitting module VDAnimationMacros
[8/10] Compiling VDAnimationMacros StringError.swift
[8/10] Write Objects.LinkFileList
[9/10] Linking VDAnimationMacros-tool
[11/26] Compiling VDAnimation Extensions.swift
[12/26] Compiling VDAnimation Motion.swift
[13/26] Compiling VDAnimation CodingKeys.swift
[14/26] Compiling VDAnimation Colors+Previews.swift
[15/26] Compiling VDAnimation TweenableMacro.swift
[16/26] Emitting module VDAnimation
[17/26] Compiling VDAnimation AnimatedView.swift
[18/26] Compiling VDAnimation MotionBuilder.swift
/Users/admin/builder/spi-builder-workspace/Sources/VDAnimation/MotionFrameLink.swift:474:12: warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
295 | @available(iOS 14.0, macOS 14.0, tvOS 14.0, watchOS 6.0, *)
296 | @MainActor
297 | public final class MotionFrameLink<Value>: AnimationDriver {
    |                    `- note: enclosing scope here
298 |
299 |     public var initialValue: Value {
    :
472 |             self?.tick(timestamp: timestamp, targetTimestamp: targetTimestamp)
473 |         }
474 |         if #available(iOS 15.0, macOS 14.0, tvOS 15.0, watchOS 8.0, *) {
    |            `- warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
475 |             link.preferredFrameRateRange = _preferredFrameRateRange
476 |         }
[19/26] Compiling VDAnimation MotionFrameLink.swift
/Users/admin/builder/spi-builder-workspace/Sources/VDAnimation/MotionFrameLink.swift:474:12: warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
295 | @available(iOS 14.0, macOS 14.0, tvOS 14.0, watchOS 6.0, *)
296 | @MainActor
297 | public final class MotionFrameLink<Value>: AnimationDriver {
    |                    `- note: enclosing scope here
298 |
299 |     public var initialValue: Value {
    :
472 |             self?.tick(timestamp: timestamp, targetTimestamp: targetTimestamp)
473 |         }
474 |         if #available(iOS 15.0, macOS 14.0, tvOS 15.0, watchOS 8.0, *) {
    |            `- warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
475 |             link.preferredFrameRateRange = _preferredFrameRateRange
476 |         }
[20/26] Compiling VDAnimation Path+lerp.swift
[21/26] Compiling VDAnimation Tween.swift
[22/26] Compiling VDAnimation Tweenable.swift
[23/26] Compiling VDAnimation Colors+Spaces.swift
[24/26] Compiling VDAnimation Curve.swift
[25/26] Compiling VDAnimation AnimationDriver.swift
[26/26] Compiling VDAnimation CodableTweenable.swift
[27/27] Compiling VDAnimation WithMotion.swift
Build complete! (11.48s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.0",
            "upper_bound" : "601.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "VDAnimation",
  "name" : "VDAnimation",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "VDAnimation",
      "targets" : [
        "VDAnimation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "VDAnimationMacros",
      "targets" : [
        "VDAnimationMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "VDAnimationTests",
      "module_type" : "SwiftTarget",
      "name" : "VDAnimationTests",
      "path" : "Tests/VDAnimationTests",
      "sources" : [
        "VDAnimationTests.swift"
      ],
      "target_dependencies" : [
        "VDAnimation"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VDAnimationMacros",
      "module_type" : "SwiftTarget",
      "name" : "VDAnimationMacros",
      "path" : "Sources/VDAnimationMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "VDAnimation",
        "VDAnimationMacros"
      ],
      "sources" : [
        "Tweenable.swift",
        "Utils/StringError.swift",
        "Utils/SyntaxExt.swift",
        "VDAnimationMacrosPlugin.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "VDAnimation",
      "module_type" : "SwiftTarget",
      "name" : "VDAnimation",
      "path" : "Sources/VDAnimation",
      "product_memberships" : [
        "VDAnimation"
      ],
      "sources" : [
        "AnimationDriver.swift",
        "CodableTweenable.swift",
        "CodingKeys.swift",
        "Colors+Previews.swift",
        "Colors+Spaces.swift",
        "Curve.swift",
        "Extensions.swift",
        "Motion.swift",
        "MotionBuilder.swift",
        "MotionFrameLink.swift",
        "Path+lerp.swift",
        "Tween.swift",
        "Tweenable.swift",
        "TweenableMacro.swift",
        "Views/AnimatedView.swift",
        "Views/WithMotion.swift"
      ],
      "target_dependencies" : [
        "VDAnimationMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.