The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of Wave, reference 0.3.3 (27b7e1), with Swift 5.10 for macOS (SPM) on 17 Feb 2025 22:41:14 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jtrivedi/Wave.git
Reference: 0.3.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jtrivedi/Wave
 * tag               0.3.3      -> FETCH_HEAD
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 0.3.3
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/jtrivedi/Wave.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/22] Emitting module Wave
[4/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
                spring: (mode == .none) ? .defaultNonAnimated : spring,
                         ~~~~ ^  ~~~~~
[5/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
                spring: (mode == .none) ? .defaultNonAnimated : spring,
                         ~~~~ ^  ~~~~~
[6/24] Compiling Wave CALayer+LayerAnimator.swift
[7/24] Compiling Wave DisplayLinkProviding.swift
[8/24] Compiling Wave UIView+ViewAnimator.swift
[9/24] Compiling Wave ViewAnimator+Implementation.swift
[10/24] Compiling Wave LayerAnimator+Implementation.swift
[11/24] Compiling Wave SpringInterpolatable.swift
[12/24] Compiling Wave CGPoint+Extensions.swift
[13/24] Compiling Wave CGRect+Extensions.swift
[14/24] Compiling Wave CGSize+Extensions.swift
[15/24] Compiling Wave Color+Extensions.swift
[16/24] Compiling Wave Spring.swift
[17/24] Compiling Wave SpringAnimator.swift
[18/24] Compiling Wave AnimationController.swift
[19/24] Compiling Wave AnimatorProviding.swift
[20/24] Compiling Wave AnimatorState.swift
[21/24] Compiling Wave CGFloat+Extensions.swift
[22/24] Compiling Wave AnimatableCALayerProperties.swift
[23/24] Compiling Wave AnimatableUIViewProperties.swift
[24/24] Compiling Wave AnimationMode.swift
Build complete! (8.88s)
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.