Build Information
Successful build of BigUIPaging, reference master (d546c8), with Swift 6.3 for macOS (SPM) on 23 Apr 2026 07:30:16 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/notsobigcompany/BigUIPaging.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/notsobigcompany/BigUIPaging
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at d546c84 Fixes an issue where ScrollPageViewStyle may perform an unnecessary redraw on iOS. Fixes an issue in ExampleGridToPageView where the aspect ratio wouldn't be respected during transition.
Cloned https://github.com/notsobigcompany/BigUIPaging.git
Revision (git rev-parse @):
d546c84a2c124334463e779524890fb81b78f9d3
SUCCESS checkout https://github.com/notsobigcompany/BigUIPaging.git at master
========================================
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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "biguipaging",
"name": "BigUIPaging",
"url": "https://github.com/notsobigcompany/BigUIPaging.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/BigUIPaging",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/notsobigcompany/BigUIPaging.git
[1/215] Fetching biguipaging
Fetched https://github.com/notsobigcompany/BigUIPaging.git from cache (0.64s)
Creating working copy for https://github.com/notsobigcompany/BigUIPaging.git
Working copy of https://github.com/notsobigcompany/BigUIPaging.git resolved at master (d546c84)
warning: '.resolve-product-dependencies': dependency 'biguipaging' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/notsobigcompany/BigUIPaging.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/31] Emitting module BigUIPaging
[4/34] Compiling BigUIPaging PageViewNavigationButton.swift
[5/34] Compiling BigUIPaging View+Inspect.swift
[6/34] Compiling BigUIPaging View+Measure.swift
[7/34] Compiling BigUIPaging PageViewBasicExample.swift
[8/34] Compiling BigUIPaging PageViewForEachExample.swift
[9/34] Compiling BigUIPaging PageViewNavigationStackExample.swift
[10/34] Compiling BigUIPaging CardDeckExample.swift
[11/34] Compiling BigUIPaging CustomPageViewExample.swift
[12/34] Compiling BigUIPaging ExampleGridToPageView.swift
[13/34] Compiling BigUIPaging PageIndicatorExample.swift
[14/34] Compiling BigUIPaging PageViewStyle.swift
[15/34] Compiling BigUIPaging PageViewStyleConfiguration.swift
[16/34] Compiling BigUIPaging PageView+Environment.swift
[17/34] Compiling BigUIPaging HistoryStackPageViewStyle.swift
[18/34] Compiling BigUIPaging PlainPageViewStyle.swift
[19/34] Compiling BigUIPaging PlatformPageViewStyle.swift
[20/34] Compiling BigUIPaging PageView+Preferences.swift
[21/34] Compiling BigUIPaging PageView.swift
[22/34] Compiling BigUIPaging PageViewEnvironmentModifier.swift
[23/34] Compiling BigUIPaging BookPageViewStyle.swift
[24/34] Compiling BigUIPaging BookStackPageViewStyle.swift
[25/34] Compiling BigUIPaging CardDeckPageViewStyle.swift
[26/34] Compiling BigUIPaging PlatformPageView+iOS.swift
[27/34] Compiling BigUIPaging PlatformPageView+macOS.swift
[28/34] Compiling BigUIPaging PlatformPageView.swift
[29/34] Compiling BigUIPaging PageIndicator+Environment.swift
[30/34] Compiling BigUIPaging PageIndicator+iOS.swift
[31/34] Compiling BigUIPaging PageIndicator.swift
[32/34] Compiling BigUIPaging ScrollPageViewStyle.swift
[33/34] Compiling BigUIPaging PageViewDirection.swift
[34/34] Compiling BigUIPaging PageViewNavigateAction.swift
Build complete! (12.46s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "BigUIPaging",
"name" : "BigUIPaging",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
}
],
"products" : [
{
"name" : "BigUIPaging",
"targets" : [
"BigUIPaging"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "BigUIPagingTests",
"module_type" : "SwiftTarget",
"name" : "BigUIPagingTests",
"path" : "Tests/BigUIPagingTests",
"sources" : [
"BigUIPagingTests.swift"
],
"target_dependencies" : [
"BigUIPaging"
],
"type" : "test"
},
{
"c99name" : "BigUIPaging",
"module_type" : "SwiftTarget",
"name" : "BigUIPaging",
"path" : "Sources/BigUIPaging",
"product_memberships" : [
"BigUIPaging"
],
"sources" : [
"Examples/CardDeckExample.swift",
"Examples/CustomPageViewExample.swift",
"Examples/ExampleGridToPageView.swift",
"Examples/PageIndicatorExample.swift",
"Examples/PageViewBasicExample.swift",
"Examples/PageViewForEachExample.swift",
"Examples/PageViewNavigationStackExample.swift",
"Implementations/PageIndicator/PageIndicator+Environment.swift",
"Implementations/PageIndicator/PageIndicator+iOS.swift",
"Implementations/PageIndicator/PageIndicator.swift",
"Implementations/PageView/Platform/PlatformPageView+iOS.swift",
"Implementations/PageView/Platform/PlatformPageView+macOS.swift",
"Implementations/PageView/Platform/PlatformPageView.swift",
"Implementations/PageView/Styles/BookPageViewStyle.swift",
"Implementations/PageView/Styles/BookStackPageViewStyle.swift",
"Implementations/PageView/Styles/CardDeckPageViewStyle.swift",
"Implementations/PageView/Styles/HistoryStackPageViewStyle.swift",
"Implementations/PageView/Styles/PlainPageViewStyle.swift",
"Implementations/PageView/Styles/PlatformPageViewStyle.swift",
"Implementations/PageView/Styles/ScrollPageViewStyle.swift",
"Implementations/PageView/Types/PageViewDirection.swift",
"Implementations/PageView/Types/PageViewNavigateAction.swift",
"Implementations/PageView/Types/PageViewStyle.swift",
"Implementations/PageView/Types/PageViewStyleConfiguration.swift",
"Implementations/PageView/View/PageView+Environment.swift",
"Implementations/PageView/View/PageView+Preferences.swift",
"Implementations/PageView/View/PageView.swift",
"Implementations/PageView/View/PageViewEnvironmentModifier.swift",
"Implementations/PageView/View/PageViewNavigationButton.swift",
"Implementations/Utils/View+Inspect.swift",
"Implementations/Utils/View+Measure.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.