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 Wave, reference main (27b7e1), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 15:22:21 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jtrivedi/Wave.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jtrivedi/Wave
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 27b7e1d Merge pull request #27 from jtrivedi/janum/immediate-model-updates
Cloned https://github.com/jtrivedi/Wave.git
Revision (git rev-parse @):
27b7e1d2d42b8a4f56d9e84213910b0441c8b810
SUCCESS checkout https://github.com/jtrivedi/Wave.git at main
========================================
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-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/22] Compiling Wave Spring.swift
[4/22] Compiling Wave SpringAnimator.swift
[5/24] Compiling Wave UIMathUtilities.swift
/Users/admin/builder/spi-builder-workspace/Sources/Wave/Wave.swift:61:31: warning: comparing non-optional value of type 'AnimationMode' to 'Optional.none' always returns false
59 |             let settings = AnimationController.AnimationParameters(
60 |                 groupUUID: UUID(),
61 |                 spring: (mode == .none) ? .defaultNonAnimated : spring,
   |                               `- warning: comparing non-optional value of type 'AnimationMode' to 'Optional.none' always returns false
62 |                 mode: (spring.response == 0) ? .nonAnimated : mode,
63 |                 delay: delay,
[6/24] Compiling Wave Wave.swift
/Users/admin/builder/spi-builder-workspace/Sources/Wave/Wave.swift:61:31: warning: comparing non-optional value of type 'AnimationMode' to 'Optional.none' always returns false
59 |             let settings = AnimationController.AnimationParameters(
60 |                 groupUUID: UUID(),
61 |                 spring: (mode == .none) ? .defaultNonAnimated : spring,
   |                               `- warning: comparing non-optional value of type 'AnimationMode' to 'Optional.none' always returns false
62 |                 mode: (spring.response == 0) ? .nonAnimated : mode,
63 |                 delay: delay,
[7/24] Compiling Wave CGPoint+Extensions.swift
[8/24] Compiling Wave CGRect+Extensions.swift
[9/24] Compiling Wave CGSize+Extensions.swift
[10/24] Compiling Wave Color+Extensions.swift
[11/24] Emitting module Wave
[12/24] Compiling Wave AnimatableCALayerProperties.swift
[13/24] Compiling Wave AnimatableUIViewProperties.swift
[14/24] Compiling Wave AnimationMode.swift
[15/24] Compiling Wave AnimatorState.swift
[16/24] Compiling Wave CGFloat+Extensions.swift
[17/24] Compiling Wave LayerAnimator+Implementation.swift
[18/24] Compiling Wave SpringInterpolatable.swift
[19/24] Compiling Wave CALayer+LayerAnimator.swift
[20/24] Compiling Wave DisplayLinkProviding.swift
[21/24] Compiling Wave UIView+ViewAnimator.swift
[22/24] Compiling Wave ViewAnimator+Implementation.swift
[23/24] Compiling Wave AnimationController.swift
[24/24] Compiling Wave AnimatorProviding.swift
Build complete! (6.87s)
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.