The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Wave, reference 0.3.4 (72f468), with Swift 6.2 for macOS (SPM) on 25 Mar 2026 15:34:25 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/jtrivedi/Wave.git
Reference: 0.3.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jtrivedi/Wave
 * tag               0.3.4      -> FETCH_HEAD
HEAD is now at 72f4688 Update generate_docs.sh
Cloned https://github.com/jtrivedi/Wave.git
Revision (git rev-parse @):
72f4688be3cfd3b56fcc76f51bf2a59dfece017e
SUCCESS checkout https://github.com/jtrivedi/Wave.git at 0.3.4
========================================
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": "wave",
      "name": "Wave",
      "url": "https://github.com/jtrivedi/Wave.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Wave",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/jtrivedi/Wave.git
[1/999] Fetching wave
Fetched https://github.com/jtrivedi/Wave.git from cache (1.49s)
Creating working copy for https://github.com/jtrivedi/Wave.git
Working copy of https://github.com/jtrivedi/Wave.git resolved at 0.3.4 (72f4688)
warning: '.resolve-product-dependencies': dependency 'wave' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/jtrivedi/Wave.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/22] Compiling Wave AnimationController.swift
[4/22] Compiling Wave AnimatorProviding.swift
[5/22] Compiling Wave LayerAnimator+Implementation.swift
[6/22] Compiling Wave SpringInterpolatable.swift
[7/24] Emitting module Wave
[8/24] Compiling Wave AnimatorState.swift
[9/24] Compiling Wave CGFloat+Extensions.swift
[10/24] Compiling Wave AnimatableCALayerProperties.swift
[11/24] Compiling Wave AnimatableUIViewProperties.swift
[12/24] Compiling Wave AnimationMode.swift
[13/24] Compiling Wave Spring.swift
[14/24] Compiling Wave SpringAnimator.swift
[15/24] Compiling Wave CGPoint+Extensions.swift
[16/24] Compiling Wave CGRect+Extensions.swift
[17/24] Compiling Wave CALayer+LayerAnimator.swift
[18/24] Compiling Wave DisplayLinkProviding.swift
[19/24] Compiling Wave CGSize+Extensions.swift
[20/24] Compiling Wave Color+Extensions.swift
[21/24] Compiling Wave UIView+ViewAnimator.swift
[22/24] Compiling Wave ViewAnimator+Implementation.swift
[23/24] Compiling Wave UIMathUtilities.swift
[24/24] Compiling Wave Wave.swift
Build complete! (7.08s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Wave",
  "name" : "Wave",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.12"
    }
  ],
  "products" : [
    {
      "name" : "Wave",
      "targets" : [
        "Wave"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "WaveTests",
      "module_type" : "SwiftTarget",
      "name" : "WaveTests",
      "path" : "Tests/WaveTests",
      "sources" : [
        "AnimatableCALayerPropertyTests.swift",
        "AnimatableUIViewPropertyTests.swift",
        "SpringTests.swift",
        "TestUtilities.swift"
      ],
      "target_dependencies" : [
        "Wave"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Wave",
      "module_type" : "SwiftTarget",
      "name" : "Wave",
      "path" : "Sources/Wave",
      "product_memberships" : [
        "Wave"
      ],
      "sources" : [
        "AnimatableCALayerProperties.swift",
        "AnimatableUIViewProperties.swift",
        "AnimationMode.swift",
        "AnimatorState.swift",
        "Extensions/CGFloat+Extensions.swift",
        "Extensions/CGPoint+Extensions.swift",
        "Extensions/CGRect+Extensions.swift",
        "Extensions/CGSize+Extensions.swift",
        "Extensions/Color+Extensions.swift",
        "Internal/AnimationController.swift",
        "Internal/AnimatorProviding.swift",
        "Internal/CALayer+LayerAnimator.swift",
        "Internal/DisplayLinkProviding.swift",
        "Internal/LayerAnimator+Implementation.swift",
        "Internal/SpringInterpolatable.swift",
        "Internal/UIView+ViewAnimator.swift",
        "Internal/ViewAnimator+Implementation.swift",
        "Spring.swift",
        "SpringAnimator.swift",
        "UIMathUtilities.swift",
        "Wave.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Done.