Build Information
Successful build of Wave, reference 0.3.4 (72f468), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 16:04:59 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
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",
"traits": [
"default"
],
"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",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/jtrivedi/Wave.git
[1/999] Fetching wave
Fetched https://github.com/jtrivedi/Wave.git from cache (1.23s)
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.3
Building package at path: $PWD
https://github.com/jtrivedi/Wave.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/22] Compiling Wave AnimatorState.swift
[4/22] Compiling Wave CGFloat+Extensions.swift
[5/22] Emitting module Wave
[6/24] Compiling Wave LayerAnimator+Implementation.swift
[7/24] Compiling Wave SpringInterpolatable.swift
[8/24] Compiling Wave CGPoint+Extensions.swift
[9/24] Compiling Wave CGRect+Extensions.swift
[10/24] Compiling Wave Spring.swift
[11/24] Compiling Wave SpringAnimator.swift
[12/24] Compiling Wave AnimatableCALayerProperties.swift
[13/24] Compiling Wave AnimatableUIViewProperties.swift
[14/24] Compiling Wave AnimationMode.swift
[15/24] Compiling Wave CGSize+Extensions.swift
[16/24] Compiling Wave Color+Extensions.swift
[17/24] Compiling Wave AnimationController.swift
[18/24] Compiling Wave AnimatorProviding.swift
[19/24] Compiling Wave UIView+ViewAnimator.swift
[20/24] Compiling Wave ViewAnimator+Implementation.swift
[21/24] Compiling Wave CALayer+LayerAnimator.swift
[22/24] Compiling Wave DisplayLinkProviding.swift
[23/24] Compiling Wave UIMathUtilities.swift
[24/24] Compiling Wave Wave.swift
Build complete! (8.56s)
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.