Build Information
Successful build of SolidScroll, reference 0.0.1 (43ae94
), with Swift 6.0 for macOS (SPM) on 2 Nov 2024 00:03:09 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/edudnyk/SolidScroll.git
Reference: 0.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/edudnyk/SolidScroll
* tag 0.0.1 -> FETCH_HEAD
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 0.0.1
========================================
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
[2/36] Fetching solidscroll
Fetched https://github.com/edudnyk/SolidScroll.git from cache (0.65s)
Creating working copy for https://github.com/edudnyk/SolidScroll.git
Working copy of https://github.com/edudnyk/SolidScroll.git resolved at 0.0.1 (43ae94f)
warning: '.resolve-product-dependencies': dependency 'solidscroll' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/edudnyk/SolidScroll.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.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! (11.00s)
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.