Build Information
Successful build of SolidScroll, reference main (43ae94
), with Swift 6.1 for macOS (SPM) on 26 Apr 2025 16:30:15 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/edudnyk/SolidScroll.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/edudnyk/SolidScroll
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 43ae94f Initial implementation.
Cloned https://github.com/edudnyk/SolidScroll.git
Revision (git rev-parse @):
43ae94f03ea7cf9470256d63893629d3d58c036a
SUCCESS checkout https://github.com/edudnyk/SolidScroll.git at main
========================================
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",
"dependencies": [
{
"identity": "solidscroll",
"name": "SolidScroll",
"url": "https://github.com/edudnyk/SolidScroll.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SolidScroll",
"dependencies": [
]
}
]
}
Fetching https://github.com/edudnyk/SolidScroll.git
[1/36] Fetching solidscroll
Fetched https://github.com/edudnyk/SolidScroll.git from cache (0.61s)
Creating working copy for https://github.com/edudnyk/SolidScroll.git
Working copy of https://github.com/edudnyk/SolidScroll.git resolved at main (43ae94f)
warning: '.resolve-product-dependencies': dependency 'solidscroll' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/edudnyk/SolidScroll.git
https://github.com/edudnyk/SolidScroll.git
{
"dependencies" : [
],
"manifest_display_name" : "SolidScroll",
"name" : "SolidScroll",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "SolidScroll",
"targets" : [
"SolidScroll"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SolidScrollTests",
"module_type" : "SwiftTarget",
"name" : "SolidScrollTests",
"path" : "Tests/SolidScrollTests",
"sources" : [
"ScrollViewTests.swift"
],
"target_dependencies" : [
"SolidScroll"
],
"type" : "test"
},
{
"c99name" : "SolidScroll",
"module_type" : "SwiftTarget",
"name" : "SolidScroll",
"path" : "Sources/SolidScroll",
"product_memberships" : [
"SolidScroll"
],
"sources" : [
"ScrollView.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/4] Emitting module SolidScroll
/Users/admin/builder/spi-builder-workspace/Sources/SolidScroll/ScrollView.swift:118:1: warning: extension declares a conformance of imported type '_ContainedScrollViewKey' to imported protocol 'PreferenceKey'; this will not behave correctly if the owners of 'SwiftUI' introduce this conformance in the future
116 | public typealias SolidScrollViewProxy = _ScrollViewProxy
117 |
118 | extension _ContainedScrollViewKey: PreferenceKey {}
| |- warning: extension declares a conformance of imported type '_ContainedScrollViewKey' to imported protocol 'PreferenceKey'; this will not behave correctly if the owners of 'SwiftUI' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
119 |
120 | /// A preference key that allows to retrieve a ``ScrollViewProxy`` of a sibling scrollview via native SwiftUI APIs.
[4/4] Compiling SolidScroll ScrollView.swift
/Users/admin/builder/spi-builder-workspace/Sources/SolidScroll/ScrollView.swift:118:1: warning: extension declares a conformance of imported type '_ContainedScrollViewKey' to imported protocol 'PreferenceKey'; this will not behave correctly if the owners of 'SwiftUI' introduce this conformance in the future
116 | public typealias SolidScrollViewProxy = _ScrollViewProxy
117 |
118 | extension _ContainedScrollViewKey: PreferenceKey {}
| |- warning: extension declares a conformance of imported type '_ContainedScrollViewKey' to imported protocol 'PreferenceKey'; this will not behave correctly if the owners of 'SwiftUI' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
119 |
120 | /// A preference key that allows to retrieve a ``ScrollViewProxy`` of a sibling scrollview via native SwiftUI APIs.
Build complete! (8.34s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SolidScroll",
"name" : "SolidScroll",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "SolidScroll",
"targets" : [
"SolidScroll"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SolidScrollTests",
"module_type" : "SwiftTarget",
"name" : "SolidScrollTests",
"path" : "Tests/SolidScrollTests",
"sources" : [
"ScrollViewTests.swift"
],
"target_dependencies" : [
"SolidScroll"
],
"type" : "test"
},
{
"c99name" : "SolidScroll",
"module_type" : "SwiftTarget",
"name" : "SolidScroll",
"path" : "Sources/SolidScroll",
"product_memberships" : [
"SolidScroll"
],
"sources" : [
"ScrollView.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.