Build Information
Successful build of SwiftUIAutoScrollingScrollView, reference 0.0.2 (665a30), with Swift 6.3 for macOS (SPM) on 16 Apr 2026 03:46:10 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/drewster99/swiftui-auto-scrolling-scrollview.git
Reference: 0.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/drewster99/swiftui-auto-scrolling-scrollview
* tag 0.0.2 -> FETCH_HEAD
HEAD is now at 665a30d probably still messed up. i hate this.
Cloned https://github.com/drewster99/swiftui-auto-scrolling-scrollview.git
Revision (git rev-parse @):
665a30d842e38b1b1ab55263da3c30feea0eb0b8
SUCCESS checkout https://github.com/drewster99/swiftui-auto-scrolling-scrollview.git at 0.0.2
========================================
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": "swiftui-auto-scrolling-scrollview",
"name": "SwiftUIAutoScrollingScrollView",
"url": "https://github.com/drewster99/swiftui-auto-scrolling-scrollview.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swiftui-auto-scrolling-scrollview",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/drewster99/swiftui-auto-scrolling-scrollview.git
[1/86] Fetching swiftui-auto-scrolling-scrollview
Fetched https://github.com/drewster99/swiftui-auto-scrolling-scrollview.git from cache (0.68s)
Creating working copy for https://github.com/drewster99/swiftui-auto-scrolling-scrollview.git
Working copy of https://github.com/drewster99/swiftui-auto-scrolling-scrollview.git resolved at 0.0.2 (665a30d)
warning: '.resolve-product-dependencies': dependency 'swiftui-auto-scrolling-scrollview' 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/drewster99/swiftui-auto-scrolling-scrollview.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/5] Compiling SwiftUIAutoScrollingScrollView AutoScrollingScrollView.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIAutoScrollingScrollView/AutoScrollingScrollView.swift:176:74: warning: 'animation' was deprecated in macOS 12.0: Use withAnimation or animation(_:value:) instead. [#DeprecatedDeclaration]
174 | .buttonStyle(.plain)
175 | .disabled(!shouldDisplayScrollToBottomOverlay)
176 | .opacity(shouldDisplayScrollToBottomOverlay ? 1.0 : 0.0).animation(Animation.easeInOut(duration: 0.55))
| `- warning: 'animation' was deprecated in macOS 12.0: Use withAnimation or animation(_:value:) instead. [#DeprecatedDeclaration]
177 | }
178 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIAutoScrollingScrollView/AutoScrollingScrollView.swift:164:29: warning: initialization of immutable value 'delay' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
162 | Button {
163 | for index in 0 ... 3 {
164 | let delay = TimeInterval(index) * 0.55
| `- warning: initialization of immutable value 'delay' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
165 | withAnimation(Animation.easeIn(duration: 0.25).delay(0.25)) {
166 | // scrollProxy.scrollTo(bottomOfScrollView, anchor: .bottom)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[4/5] Emitting module SwiftUIAutoScrollingScrollView
[5/5] Compiling SwiftUIAutoScrollingScrollView SwiftUIAutoScrollingScrollView.swift
Build complete! (8.93s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftUIAutoScrollingScrollView",
"name" : "SwiftUIAutoScrollingScrollView",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "18.0"
},
{
"name" : "macos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "SwiftUIAutoScrollingScrollView",
"targets" : [
"SwiftUIAutoScrollingScrollView"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftUIAutoScrollingScrollView",
"module_type" : "SwiftTarget",
"name" : "SwiftUIAutoScrollingScrollView",
"path" : "Sources/SwiftUIAutoScrollingScrollView",
"product_memberships" : [
"SwiftUIAutoScrollingScrollView"
],
"sources" : [
"AutoScrollingScrollView.swift",
"SwiftUIAutoScrollingScrollView.swift"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
Done.