Build Information
Successful build of swiftui-animate, reference main (df8f33
), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 09:16:58 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/sebj/swiftui-animate.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sebj/swiftui-animate
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at df8f33e Mention new official keyframeAnimator view modifier in README.md
Cloned https://github.com/sebj/swiftui-animate.git
Revision (git rev-parse @):
df8f33e70dae491fa3fba6dda7cc943c2dbf2e1e
SUCCESS checkout https://github.com/sebj/swiftui-animate.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/sebj/swiftui-animate.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/6] Compiling Animate KeyFrame.swift
[4/6] Compiling Animate RuntimeWarnings.swift
[5/6] Emitting module Animate
[6/6] Compiling Animate AnimationViewModifier.swift
Build complete! (7.01s)
warning: 'spi-builder-workspace': the target name Animate has different case on the filesystem and the Package.swift manifest file
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "swiftui-animate",
"name" : "swiftui-animate",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
}
],
"products" : [
{
"name" : "Animate",
"targets" : [
"Animate"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Animate",
"module_type" : "SwiftTarget",
"name" : "Animate",
"path" : "Sources/Animate",
"product_memberships" : [
"Animate"
],
"sources" : [
"AnimationViewModifier.swift",
"KeyFrame.swift",
"RuntimeWarnings.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
warning: 'spi-builder-workspace': the target name Animate has different case on the filesystem and the Package.swift manifest file
Done.