Build Information
Successful build of SwiftUIAutoScrollingScrollView, reference 0.0.2 (665a30), with Swift 6.2 for macOS (SPM) on 21 Jun 2025 02:04:26 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.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
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/drewster99/swiftui-auto-scrolling-scrollview.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/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)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIAutoScrollingScrollView/AutoScrollingScrollView.swift:140:28: warning: capture of non-sendable type 'Content.Type' in an isolated closure
138 | .onChanged { _ in
139 | Task { @MainActor in
140 | if shouldAutoScrollOnNewContent != false {
| `- warning: capture of non-sendable type 'Content.Type' in an isolated closure
141 | shouldAutoScrollOnNewContent = false
142 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIAutoScrollingScrollView/AutoScrollingScrollView.swift:140:28: warning: capture of non-sendable type 'OverlayContent.Type' in an isolated closure
138 | .onChanged { _ in
139 | Task { @MainActor in
140 | if shouldAutoScrollOnNewContent != false {
| `- warning: capture of non-sendable type 'OverlayContent.Type' in an isolated closure
141 | shouldAutoScrollOnNewContent = false
142 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIAutoScrollingScrollView/AutoScrollingScrollView.swift:140:28: warning: capture of non-sendable type 'V.Type' in an isolated closure
138 | .onChanged { _ in
139 | Task { @MainActor in
140 | if shouldAutoScrollOnNewContent != false {
| `- warning: capture of non-sendable type 'V.Type' in an isolated closure
141 | shouldAutoScrollOnNewContent = false
142 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIAutoScrollingScrollView/AutoScrollingScrollView.swift:112:32: warning: capture of non-sendable type 'Content.Type' in an isolated closure
110 |
111 | /// The content and behavior of the scroll view.
112 | public var body: some View {
| `- warning: capture of non-sendable type 'Content.Type' in an isolated closure
113 | ScrollViewReader { scrollProxy in
114 | ScrollView(axes) {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIAutoScrollingScrollView/AutoScrollingScrollView.swift:112:32: warning: capture of non-sendable type 'OverlayContent.Type' in an isolated closure
110 |
111 | /// The content and behavior of the scroll view.
112 | public var body: some View {
| `- warning: capture of non-sendable type 'OverlayContent.Type' in an isolated closure
113 | ScrollViewReader { scrollProxy in
114 | ScrollView(axes) {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIAutoScrollingScrollView/AutoScrollingScrollView.swift:112:32: warning: capture of non-sendable type 'V.Type' in an isolated closure
110 |
111 | /// The content and behavior of the scroll view.
112 | public var body: some View {
| `- warning: capture of non-sendable type 'V.Type' in an isolated closure
113 | ScrollViewReader { scrollProxy in
114 | ScrollView(axes) {
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[4/5] Compiling SwiftUIAutoScrollingScrollView SwiftUIAutoScrollingScrollView.swift
[5/5] Emitting module SwiftUIAutoScrollingScrollView
Build complete! (8.67s)
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.