Build Information
Successful build of ScrollViewPlus, reference 0.2.1 (510c48
), with Swift 6.0 for macOS (SPM) on 4 May 2025 14:48:15 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.61.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ChimeHQ/ScrollViewPlus.git
Reference: 0.2.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ChimeHQ/ScrollViewPlus
* tag 0.2.1 -> FETCH_HEAD
HEAD is now at 510c486 Update CI
Cloned https://github.com/ChimeHQ/ScrollViewPlus.git
Revision (git rev-parse @):
510c486c8a91b463e231d484fdc3c4071fad7813
SUCCESS checkout https://github.com/ChimeHQ/ScrollViewPlus.git at 0.2.1
========================================
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.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/10] Compiling ScrollViewPlus PositionJumpingWorkaroundScrollView.swift
[4/10] Emitting module ScrollViewPlus
[5/10] Compiling ScrollViewPlus ScrollViewVisibleRectObserver.swift
[6/10] Compiling ScrollViewPlus NSScroller+Thickness.swift
[7/10] Compiling ScrollViewPlus ScrollerOverlayObserver.swift
[8/10] Compiling ScrollViewPlus OverlayOnlyScrollView.swift
[9/10] Compiling ScrollViewPlus ObservableScroller.swift
[10/10] Compiling ScrollViewPlus UnconstrainedClipView.swift
Build complete! (7.93s)
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" : "6.0"
}
Done.