Build Information
Successful build of swiftui-animate, reference 0.1.0 (42256c
), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 09:16:19 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: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sebj/swiftui-animate
* tag 0.1.0 -> FETCH_HEAD
HEAD is now at 42256c2 🚚 Rename package to `swiftui-animate`
Cloned https://github.com/sebj/swiftui-animate.git
Revision (git rev-parse @):
42256c2fcbcbca6c0082c0eb96bf0effa21d9e79
SUCCESS checkout https://github.com/sebj/swiftui-animate.git at 0.1.0
========================================
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 RuntimeWarnings.swift
[4/6] Compiling Animate KeyFrame.swift
[5/6] Emitting module Animate
[6/6] Compiling Animate AnimationViewModifier.swift
Build complete! (6.88s)
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.