Build Information
Successful build of ScrollViewPlus, reference 0.2.0 (ce2af3
), with Swift 6.0 for macOS (SPM) on 4 Nov 2024 17:20:39 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/ChimeHQ/ScrollViewPlus.git
Reference: 0.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ChimeHQ/ScrollViewPlus
* tag 0.2.0 -> FETCH_HEAD
HEAD is now at ce2af32 Update CI
Cloned https://github.com/ChimeHQ/ScrollViewPlus.git
Revision (git rev-parse @):
ce2af321d379e3b05c1541850d509ae61d3380db
SUCCESS checkout https://github.com/ChimeHQ/ScrollViewPlus.git at 0.2.0
========================================
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": "scrollviewplus",
"name": "ScrollViewPlus",
"url": "https://github.com/ChimeHQ/ScrollViewPlus.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ScrollViewPlus",
"dependencies": [
]
}
]
}
Fetching https://github.com/ChimeHQ/ScrollViewPlus.git
[1/149] Fetching scrollviewplus
Fetched https://github.com/ChimeHQ/ScrollViewPlus.git from cache (0.75s)
Creating working copy for https://github.com/ChimeHQ/ScrollViewPlus.git
Working copy of https://github.com/ChimeHQ/ScrollViewPlus.git resolved at 0.2.0 (ce2af32)
warning: '.resolve-product-dependencies': dependency 'scrollviewplus' 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/ChimeHQ/ScrollViewPlus.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/10] Compiling ScrollViewPlus UnconstrainedClipView.swift
[4/10] Compiling ScrollViewPlus ScrollerOverlayObserver.swift
[5/10] Compiling ScrollViewPlus ObservableScroller.swift
[6/10] Compiling ScrollViewPlus ScrollViewVisibleRectObserver.swift
[7/10] Compiling ScrollViewPlus NSScroller+Thickness.swift
[8/10] Compiling ScrollViewPlus PositionJumpingWorkaroundScrollView.swift
[9/10] Compiling ScrollViewPlus OverlayOnlyScrollView.swift
[10/10] Emitting module ScrollViewPlus
Build complete! (11.14s)
warning: 'spi-builder-workspace': found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/ScrollViewPlus/Info.plist
/Users/admin/builder/spi-builder-workspace/ScrollViewPlus/ScrollViewPlus.xcconfig
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "ScrollViewPlus",
"name" : "ScrollViewPlus",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
}
],
"products" : [
{
"name" : "ScrollViewPlus",
"targets" : [
"ScrollViewPlus"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ScrollViewPlusTests",
"module_type" : "SwiftTarget",
"name" : "ScrollViewPlusTests",
"path" : "ScrollViewPlusTests",
"sources" : [
"OverlayOnlyScrollViewTests.swift"
],
"target_dependencies" : [
"ScrollViewPlus"
],
"type" : "test"
},
{
"c99name" : "ScrollViewPlus",
"module_type" : "SwiftTarget",
"name" : "ScrollViewPlus",
"path" : "ScrollViewPlus",
"product_memberships" : [
"ScrollViewPlus"
],
"sources" : [
"NSScroller+Thickness.swift",
"ObservableScroller.swift",
"OverlayOnlyScrollView.swift",
"PositionJumpingWorkaroundScrollView.swift",
"ScrollViewVisibleRectObserver.swift",
"ScrollerOverlayObserver.swift",
"UnconstrainedClipView.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.