Build Information
Failed to build BigUIPaging, reference master (d546c8
), with Swift 6.1 for watchOS using Xcode 16.3 on 27 Apr 2025 22:46:57 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme BigUIPaging -destination generic/platform=watchOS
Build Log
========================================
RunAll
========================================
Builder version: 4.61.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
========================================
Build
========================================
Selected platform: watchOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/notsobigcompany/BigUIPaging.git
https://github.com/notsobigcompany/BigUIPaging.git
{
"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"
}
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
BigUIPaging: /Users/admin/builder/spi-builder-workspace
resolved source packages: BigUIPaging
{
"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"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"BigUIPaging"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme BigUIPaging -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme BigUIPaging -destination generic/platform=watchOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolved source packages:
BigUIPaging: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
Target 'BigUIPaging' in project 'BigUIPaging'
➜ Explicit dependency on target 'BigUIPaging' in project 'BigUIPaging'
Target 'BigUIPaging' in project 'BigUIPaging' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: a77da093368441c9051c76ddfecaf491
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/a77da093368441c9051c76ddfecaf491.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/Objects-normal/arm64_32/BigUIPaging.LinkFileList (in target 'BigUIPaging' from project 'BigUIPaging')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/Objects-normal/arm64_32/BigUIPaging.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/Objects-normal/arm64_32/BigUIPaging.SwiftFileList (in target 'BigUIPaging' from project 'BigUIPaging')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/Objects-normal/arm64_32/BigUIPaging.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/Objects-normal/arm64_32/BigUIPaging_const_extract_protocols.json (in target 'BigUIPaging' from project 'BigUIPaging')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/Objects-normal/arm64_32/BigUIPaging_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/Objects-normal/arm64_32/BigUIPaging-OutputFileMap.json (in target 'BigUIPaging' from project 'BigUIPaging')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/Objects-normal/arm64_32/BigUIPaging-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/Objects-normal/arm64/BigUIPaging.LinkFileList (in target 'BigUIPaging' from project 'BigUIPaging')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/Objects-normal/arm64/BigUIPaging.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/Objects-normal/arm64/BigUIPaging.SwiftConstValuesFileList (in target 'BigUIPaging' from project 'BigUIPaging')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/Objects-normal/arm64/BigUIPaging.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/Objects-normal/arm64_32/BigUIPaging.SwiftConstValuesFileList (in target 'BigUIPaging' from project 'BigUIPaging')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/Objects-normal/arm64_32/BigUIPaging.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/Objects-normal/arm64/BigUIPaging_const_extract_protocols.json (in target 'BigUIPaging' from project 'BigUIPaging')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/Objects-normal/arm64/BigUIPaging_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/Objects-normal/arm64/BigUIPaging.SwiftFileList (in target 'BigUIPaging' from project 'BigUIPaging')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/Objects-normal/arm64/BigUIPaging.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/Objects-normal/arm64/BigUIPaging-OutputFileMap.json (in target 'BigUIPaging' from project 'BigUIPaging')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/Objects-normal/arm64/BigUIPaging-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/BigUIPaging.modulemap (in target 'BigUIPaging' from project 'BigUIPaging')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/BigUIPaging.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/BigUIPaging.DependencyStaticMetadataFileList (in target 'BigUIPaging' from project 'BigUIPaging')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/BigUIPaging.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/BigUIPaging.DependencyMetadataFileList (in target 'BigUIPaging' from project 'BigUIPaging')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/BigUIPaging.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/BigUIPaging.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/BigUIPaging.modulemap (in target 'BigUIPaging' from project 'BigUIPaging')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/BigUIPaging.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos
SwiftDriver BigUIPaging normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'BigUIPaging' from project 'BigUIPaging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name BigUIPaging -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/Objects-normal/arm64_32/BigUIPaging.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos9.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/Objects-normal/arm64_32/BigUIPaging-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/Objects-normal/arm64_32/BigUIPaging.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/Objects-normal/arm64_32/BigUIPaging_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/Objects-normal/arm64_32/BigUIPaging-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver BigUIPaging normal arm64 com.apple.xcode.tools.swift.compiler (in target 'BigUIPaging' from project 'BigUIPaging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name BigUIPaging -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/Objects-normal/arm64/BigUIPaging.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos9.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/Objects-normal/arm64/BigUIPaging-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/Objects-normal/arm64/BigUIPaging.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/Objects-normal/arm64/BigUIPaging_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/Objects-normal/arm64/BigUIPaging-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64_32 Compiling\ PageIndicator+Environment.swift,\ PageIndicator+iOS.swift,\ PageIndicator.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+Environment.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+iOS.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator.swift (in target 'BigUIPaging' from project 'BigUIPaging')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+Environment.swift (in target 'BigUIPaging' from project 'BigUIPaging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+iOS.swift (in target 'BigUIPaging' from project 'BigUIPaging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator.swift (in target 'BigUIPaging' from project 'BigUIPaging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ BigUIPaging (in target 'BigUIPaging' from project 'BigUIPaging')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Examples/CardDeckExample.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Examples/CustomPageViewExample.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Examples/ExampleGridToPageView.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Examples/PageIndicatorExample.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Examples/PageViewBasicExample.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Examples/PageViewForEachExample.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Examples/PageViewNavigationStackExample.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+Environment.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+iOS.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Platform/PlatformPageView+iOS.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Platform/PlatformPageView+macOS.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Platform/PlatformPageView.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Styles/BookPageViewStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Styles/BookStackPageViewStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Styles/CardDeckPageViewStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Styles/HistoryStackPageViewStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Styles/PlainPageViewStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Styles/PlatformPageViewStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Styles/ScrollPageViewStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Types/PageViewDirection.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Types/PageViewNavigateAction.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Types/PageViewStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Types/PageViewStyleConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/View/PageView+Environment.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/View/PageView+Preferences.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/View/PageView.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/View/PageViewEnvironmentModifier.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/View/PageViewNavigationButton.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/Utils/View+Inspect.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/Utils/View+Measure.swift -target arm64_32-apple-watchos9.0 -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/Objects-normal/arm64_32/BigUIPaging_const_extract_protocols.json -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-experimental-feature DebugDescriptionMacro -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name BigUIPaging -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.4 -target-sdk-name watchos11.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/Objects-normal/arm64_32/BigUIPaging.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/Objects-normal/arm64_32/BigUIPaging.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/Objects-normal/arm64_32/BigUIPaging-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/Objects-normal/arm64_32/BigUIPaging-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/Objects-normal/arm64_32/BigUIPaging-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/Objects-normal/arm64_32/BigUIPaging.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/Objects-normal/arm64_32/BigUIPaging.abi.json
EmitSwiftModule normal arm64_32 (in target 'BigUIPaging' from project 'BigUIPaging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+Environment.swift:43:20: warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var defaultValue: Color? = nil
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+Environment.swift:43:20: note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
static var defaultValue: Color? = nil
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+Environment.swift:43:20: note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
static var defaultValue: Color? = nil
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+Environment.swift:43:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var defaultValue: Color? = nil
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+Environment.swift:52:20: warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var defaultValue: Color? = nil
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+Environment.swift:52:20: note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
static var defaultValue: Color? = nil
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+Environment.swift:52:20: note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
static var defaultValue: Color? = nil
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+Environment.swift:52:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var defaultValue: Color? = nil
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+Environment.swift:61:20: warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var defaultValue: Bool = true
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+Environment.swift:61:20: note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
static var defaultValue: Bool = true
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+Environment.swift:61:20: note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
static var defaultValue: Bool = true
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+Environment.swift:61:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var defaultValue: Bool = true
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+Environment.swift:70:20: warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var defaultValue: PageIndicator.BackgroundStyle = .automatic
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+Environment.swift:70:20: note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
static var defaultValue: PageIndicator.BackgroundStyle = .automatic
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+Environment.swift:70:20: note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
static var defaultValue: PageIndicator.BackgroundStyle = .automatic
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+Environment.swift:70:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var defaultValue: PageIndicator.BackgroundStyle = .automatic
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+Environment.swift:79:20: warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var defaultValue: Visibility = .visible
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+Environment.swift:79:20: note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
static var defaultValue: Visibility = .visible
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+Environment.swift:79:20: note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
static var defaultValue: Visibility = .visible
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+Environment.swift:79:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var defaultValue: Visibility = .visible
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+Environment.swift:88:20: warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var defaultValue: TimeInterval? = nil
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+Environment.swift:88:20: note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
static var defaultValue: TimeInterval? = nil
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+Environment.swift:88:20: note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
static var defaultValue: TimeInterval? = nil
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+Environment.swift:88:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var defaultValue: TimeInterval? = nil
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+iOS.swift:7:28: error: cannot find type 'UIPageControl' in scope
typealias UIViewType = UIPageControl
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+iOS.swift:21:42: error: cannot find type 'UIPageControl' in scope
func makeUIView(context: Context) -> UIPageControl {
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+iOS.swift:21:30: error: cannot find type 'Context' in scope
func makeUIView(context: Context) -> UIPageControl {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+iOS.swift:53:34: error: cannot find type 'UIPageControl' in scope
func updateUIView(_ control: UIPageControl, context: Context) {
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+iOS.swift:53:58: error: cannot find type 'Context' in scope
func updateUIView(_ control: UIPageControl, context: Context) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+iOS.swift:5:31: error: cannot find type 'UIViewRepresentable' in scope
struct PlatformPageIndicator: UIViewRepresentable {
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+iOS.swift:95:47: error: cannot find type 'UIPageControl' in scope
@objc func selectionChanged(_ sender: UIPageControl) {
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+iOS.swift:103:19: error: cannot find type 'UIPageControl' in scope
var platform: UIPageControl.BackgroundStyle {
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Platform/PlatformPageView+iOS.swift:5:29: error: cannot find type 'UIViewControllerRepresentable' in scope
extension PlatformPageView: UIViewControllerRepresentable {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Platform/PlatformPageView+iOS.swift:7:45: error: cannot find type 'UIPageViewController' in scope
public typealias UIViewControllerType = UIPageViewController
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Platform/PlatformPageView+iOS.swift:9:59: error: cannot find type 'UIPageViewController' in scope
public func makeUIViewController(context: Context) -> UIPageViewController {
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Platform/PlatformPageView+iOS.swift:9:47: error: cannot find type 'Context' in scope
public func makeUIViewController(context: Context) -> UIPageViewController {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Platform/PlatformPageView+iOS.swift:28:31: error: cannot find type 'UIPageViewController' in scope
_ pageViewController: UIPageViewController,
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Platform/PlatformPageView+iOS.swift:29:18: error: cannot find type 'Context' in scope
context: Context
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Platform/PlatformPageView+iOS.swift:51:34: error: cannot find type 'UIPageViewControllerDelegate' in scope
class Coordinator: NSObject, UIPageViewControllerDelegate, UIPageViewControllerDataSource {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Platform/PlatformPageView+iOS.swift:51:64: error: cannot find type 'UIPageViewControllerDataSource' in scope
class Coordinator: NSObject, UIPageViewControllerDelegate, UIPageViewControllerDataSource {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Platform/PlatformPageView+iOS.swift:65:14: error: cannot find type 'UIViewController' in scope
) -> UIViewController? {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Platform/PlatformPageView+iOS.swift:63:35: error: cannot find type 'UIPageViewController' in scope
_ pageViewController: UIPageViewController,
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Platform/PlatformPageView+iOS.swift:64:50: error: cannot find type 'UIViewController' in scope
viewControllerBefore viewController: UIViewController
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Platform/PlatformPageView+iOS.swift:79:14: error: cannot find type 'UIViewController' in scope
) -> UIViewController? {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Platform/PlatformPageView+iOS.swift:77:35: error: cannot find type 'UIPageViewController' in scope
_ pageViewController: UIPageViewController,
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Platform/PlatformPageView+iOS.swift:78:49: error: cannot find type 'UIViewController' in scope
viewControllerAfter viewController: UIViewController
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Platform/PlatformPageView+iOS.swift:93:35: error: cannot find type 'UIPageViewController' in scope
_ pageViewController: UIPageViewController,
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Platform/PlatformPageView+iOS.swift:95:39: error: cannot find type 'UIViewController' in scope
previousViewControllers: [UIViewController],
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Platform/PlatformPageView+iOS.swift:105:61: error: cannot find type 'UIViewController' in scope
func makeViewController(_ value: SelectionValue) -> UIViewController {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Platform/PlatformPageView+iOS.swift:119:36: error: cannot find type 'UIPageViewController' in scope
in pageViewController: UIPageViewController,
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Platform/PlatformPageView+iOS.swift:136:51: error: cannot find type 'UIPageViewController' in scope
func selectedValue(in pageViewController: UIPageViewController) -> SelectionValue? {
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Platform/PlatformPageView+iOS.swift:149:36: error: cannot find type 'UIViewController' in scope
class ContainerViewController: UIViewController {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Platform/PlatformPageView+iOS.swift:153:32: error: cannot find type 'UIViewController' in scope
var hostingController: UIViewController?
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Platform/PlatformPageView+iOS.swift:173:23: error: method does not override any method from its superclass
override func viewWillAppear(_ animated: Bool) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Platform/PlatformPageView+iOS.swift:190:23: error: method does not override any method from its superclass
override func viewWillLayoutSubviews() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Platform/PlatformPageView+iOS.swift:195:23: error: method does not override any method from its superclass
override func viewDidDisappear(_ animated: Bool) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Platform/PlatformPageView+iOS.swift:205:37: error: cannot find type 'UIHostingController' in scope
class ContentHostingController: UIHostingController<Content> {
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Platform/PlatformPageView+iOS.swift:208:44: error: cannot find type 'UINavigationController' in scope
override var navigationController: UINavigationController? {
^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Platform/PlatformPageView+iOS.swift:224:73: error: cannot find type 'UIPageViewController' in scope
func fixNavigationControllerContentScrollView(_ pageViewController: UIPageViewController) {
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Platform/PlatformPageView+iOS.swift:250:19: error: cannot find type 'UIPageViewController' in scope
var platform: UIPageViewController.NavigationOrientation {
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Platform/PlatformPageView+iOS.swift:263:19: error: cannot find type 'UIPageViewController' in scope
var platform: UIPageViewController.TransitionStyle {
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Platform/PlatformPageView+iOS.swift:275:11: error: cannot find type 'UIView' in scope
extension UIView {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Styles/CardDeckPageViewStyle.swift:172:20: warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var defaultValue: Double? = nil
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Styles/CardDeckPageViewStyle.swift:172:20: note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
static var defaultValue: Double? = nil
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Styles/CardDeckPageViewStyle.swift:172:20: note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
static var defaultValue: Double? = nil
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Styles/CardDeckPageViewStyle.swift:172:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var defaultValue: Double? = nil
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Styles/CardDeckPageViewStyle.swift:181:20: warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var defaultValue: Bool = false
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Styles/CardDeckPageViewStyle.swift:181:20: note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
static var defaultValue: Bool = false
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Styles/CardDeckPageViewStyle.swift:181:20: note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
static var defaultValue: Bool = false
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Styles/CardDeckPageViewStyle.swift:181:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var defaultValue: Bool = false
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Types/PageViewDirection.swift:13:23: warning: static property 'forwards' is not concurrency-safe because non-'Sendable' type 'PageViewDirection' may have shared mutable state; this is an error in the Swift 6 language mode
public static let forwards = PageViewDirection(rawValue: 1 << 1)
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Types/PageViewDirection.swift:4:15: note: consider making struct 'PageViewDirection' conform to the 'Sendable' protocol
public struct PageViewDirection: OptionSet {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Types/PageViewDirection.swift:13:23: note: add '@MainActor' to make static property 'forwards' part of global actor 'MainActor'
public static let forwards = PageViewDirection(rawValue: 1 << 1)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Types/PageViewDirection.swift:13:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let forwards = PageViewDirection(rawValue: 1 << 1)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Types/PageViewDirection.swift:16:23: warning: static property 'backwards' is not concurrency-safe because non-'Sendable' type 'PageViewDirection' may have shared mutable state; this is an error in the Swift 6 language mode
public static let backwards = PageViewDirection(rawValue: 1 << 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Types/PageViewDirection.swift:4:15: note: consider making struct 'PageViewDirection' conform to the 'Sendable' protocol
public struct PageViewDirection: OptionSet {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Types/PageViewDirection.swift:16:23: note: add '@MainActor' to make static property 'backwards' part of global actor 'MainActor'
public static let backwards = PageViewDirection(rawValue: 1 << 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Types/PageViewDirection.swift:16:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let backwards = PageViewDirection(rawValue: 1 << 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Types/PageViewNavigateAction.swift:31:16: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'PageViewNavigateAction' may have shared mutable state; this is an error in the Swift 6 language mode
static let `default` = PageViewNavigateAction(id: nil) { _ in }
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Types/PageViewNavigateAction.swift:18:15: note: consider making struct 'PageViewNavigateAction' conform to the 'Sendable' protocol
public struct PageViewNavigateAction {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Types/PageViewNavigateAction.swift:31:16: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
static let `default` = PageViewNavigateAction(id: nil) { _ in }
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Types/PageViewNavigateAction.swift:31:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let `default` = PageViewNavigateAction(id: nil) { _ in }
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/View/PageView+Environment.swift:31:20: warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var defaultValue: any PageViewStyle = PlainPageViewStyle()
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/View/PageView+Environment.swift:31:20: note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
static var defaultValue: any PageViewStyle = PlainPageViewStyle()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/View/PageView+Environment.swift:31:20: note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
static var defaultValue: any PageViewStyle = PlainPageViewStyle()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/View/PageView+Environment.swift:31:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var defaultValue: any PageViewStyle = PlainPageViewStyle()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/View/PageView+Environment.swift:40:20: warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var defaultValue: Axis = .horizontal
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/View/PageView+Environment.swift:40:20: note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
static var defaultValue: Axis = .horizontal
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/View/PageView+Environment.swift:40:20: note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
static var defaultValue: Axis = .horizontal
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/View/PageView+Environment.swift:40:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var defaultValue: Axis = .horizontal
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/View/PageView+Environment.swift:49:20: warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var defaultValue: Double? = nil
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/View/PageView+Environment.swift:49:20: note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
static var defaultValue: Double? = nil
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/View/PageView+Environment.swift:49:20: note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
static var defaultValue: Double? = nil
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/View/PageView+Environment.swift:49:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var defaultValue: Double? = nil
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/View/PageView+Environment.swift:58:20: warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var defaultValue: Visibility = .automatic
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/View/PageView+Environment.swift:58:20: note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
static var defaultValue: Visibility = .automatic
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/View/PageView+Environment.swift:58:20: note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
static var defaultValue: Visibility = .automatic
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/View/PageView+Environment.swift:58:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var defaultValue: Visibility = .automatic
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/View/PageView+Environment.swift:67:20: warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var defaultValue: PageViewNavigateAction = .default
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/View/PageView+Environment.swift:67:20: note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
static var defaultValue: PageViewNavigateAction = .default
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/View/PageView+Environment.swift:67:20: note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
static var defaultValue: PageViewNavigateAction = .default
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/View/PageView+Environment.swift:67:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var defaultValue: PageViewNavigateAction = .default
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/View/PageView+Environment.swift:77:20: warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var defaultValue = PageViewDirection()
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/View/PageView+Environment.swift:77:20: note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
static var defaultValue = PageViewDirection()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/View/PageView+Environment.swift:77:20: note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
static var defaultValue = PageViewDirection()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/View/PageView+Environment.swift:77:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var defaultValue = PageViewDirection()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/View/PageView+Preferences.swift:5:16: warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var defaultValue: PageViewDirection = []
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/View/PageView+Preferences.swift:5:16: note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
static var defaultValue: PageViewDirection = []
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/View/PageView+Preferences.swift:5:16: note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
static var defaultValue: PageViewDirection = []
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/View/PageView+Preferences.swift:5:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var defaultValue: PageViewDirection = []
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/View/PageView+Preferences.swift:14:16: warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var defaultValue: PageViewNavigateAction?
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/View/PageView+Preferences.swift:14:16: note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
static var defaultValue: PageViewNavigateAction?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/View/PageView+Preferences.swift:14:16: note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
static var defaultValue: PageViewNavigateAction?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/View/PageView+Preferences.swift:14:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var defaultValue: PageViewNavigateAction?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/Utils/View+Measure.swift:27:16: warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var defaultValue: CGSize? = nil
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/Utils/View+Measure.swift:27:16: note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
static var defaultValue: CGSize? = nil
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/Utils/View+Measure.swift:27:16: note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
static var defaultValue: CGSize? = nil
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/Utils/View+Measure.swift:27:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var defaultValue: CGSize? = nil
^
nonisolated(unsafe)
SwiftCompile normal arm64_32 Compiling\ PageViewStyle.swift,\ PageViewStyleConfiguration.swift,\ PageView+Environment.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Types/PageViewStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Types/PageViewStyleConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/View/PageView+Environment.swift (in target 'BigUIPaging' from project 'BigUIPaging')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Types/PageViewStyle.swift (in target 'BigUIPaging' from project 'BigUIPaging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Types/PageViewStyleConfiguration.swift (in target 'BigUIPaging' from project 'BigUIPaging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/View/PageView+Environment.swift (in target 'BigUIPaging' from project 'BigUIPaging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ PlatformPageView+iOS.swift,\ PlatformPageView+macOS.swift,\ PlatformPageView.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Platform/PlatformPageView+iOS.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Platform/PlatformPageView+macOS.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Platform/PlatformPageView.swift (in target 'BigUIPaging' from project 'BigUIPaging')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Platform/PlatformPageView+iOS.swift (in target 'BigUIPaging' from project 'BigUIPaging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Platform/PlatformPageView+macOS.swift (in target 'BigUIPaging' from project 'BigUIPaging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Platform/PlatformPageView.swift (in target 'BigUIPaging' from project 'BigUIPaging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ PageViewBasicExample.swift,\ PageViewForEachExample.swift,\ PageViewNavigationStackExample.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Examples/PageViewBasicExample.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Examples/PageViewForEachExample.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Examples/PageViewNavigationStackExample.swift (in target 'BigUIPaging' from project 'BigUIPaging')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Examples/PageViewBasicExample.swift (in target 'BigUIPaging' from project 'BigUIPaging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Examples/PageViewForEachExample.swift (in target 'BigUIPaging' from project 'BigUIPaging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Examples/PageViewNavigationStackExample.swift (in target 'BigUIPaging' from project 'BigUIPaging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ PageViewNavigationButton.swift,\ View+Inspect.swift,\ View+Measure.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/View/PageViewNavigationButton.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/Utils/View+Inspect.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/Utils/View+Measure.swift (in target 'BigUIPaging' from project 'BigUIPaging')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/View/PageViewNavigationButton.swift (in target 'BigUIPaging' from project 'BigUIPaging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/Utils/View+Inspect.swift (in target 'BigUIPaging' from project 'BigUIPaging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/Utils/View+Measure.swift (in target 'BigUIPaging' from project 'BigUIPaging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ BookPageViewStyle.swift,\ BookStackPageViewStyle.swift,\ CardDeckPageViewStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Styles/BookPageViewStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Styles/BookStackPageViewStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Styles/CardDeckPageViewStyle.swift (in target 'BigUIPaging' from project 'BigUIPaging')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Styles/BookPageViewStyle.swift (in target 'BigUIPaging' from project 'BigUIPaging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Styles/BookStackPageViewStyle.swift (in target 'BigUIPaging' from project 'BigUIPaging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Styles/CardDeckPageViewStyle.swift (in target 'BigUIPaging' from project 'BigUIPaging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ HistoryStackPageViewStyle.swift,\ PlainPageViewStyle.swift,\ PlatformPageViewStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Styles/HistoryStackPageViewStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Styles/PlainPageViewStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Styles/PlatformPageViewStyle.swift (in target 'BigUIPaging' from project 'BigUIPaging')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Styles/HistoryStackPageViewStyle.swift (in target 'BigUIPaging' from project 'BigUIPaging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Styles/PlainPageViewStyle.swift (in target 'BigUIPaging' from project 'BigUIPaging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Styles/PlatformPageViewStyle.swift (in target 'BigUIPaging' from project 'BigUIPaging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ PageView+Preferences.swift,\ PageView.swift,\ PageViewEnvironmentModifier.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/View/PageView+Preferences.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/View/PageView.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/View/PageViewEnvironmentModifier.swift (in target 'BigUIPaging' from project 'BigUIPaging')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/View/PageView+Preferences.swift (in target 'BigUIPaging' from project 'BigUIPaging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/View/PageView.swift (in target 'BigUIPaging' from project 'BigUIPaging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/View/PageViewEnvironmentModifier.swift (in target 'BigUIPaging' from project 'BigUIPaging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ CardDeckExample.swift,\ CustomPageViewExample.swift,\ ExampleGridToPageView.swift,\ PageIndicatorExample.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Examples/CardDeckExample.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Examples/CustomPageViewExample.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Examples/ExampleGridToPageView.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Examples/PageIndicatorExample.swift (in target 'BigUIPaging' from project 'BigUIPaging')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Examples/CardDeckExample.swift (in target 'BigUIPaging' from project 'BigUIPaging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Examples/CustomPageViewExample.swift (in target 'BigUIPaging' from project 'BigUIPaging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Examples/ExampleGridToPageView.swift (in target 'BigUIPaging' from project 'BigUIPaging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Examples/PageIndicatorExample.swift (in target 'BigUIPaging' from project 'BigUIPaging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ BigUIPaging (in target 'BigUIPaging' from project 'BigUIPaging')
Command SwiftEmitModule failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ BigUIPaging (in target 'BigUIPaging' from project 'BigUIPaging')
EmitSwiftModule normal arm64_32 (in target 'BigUIPaging' from project 'BigUIPaging')
SwiftEmitModule normal arm64 Emitting\ module\ for\ BigUIPaging (in target 'BigUIPaging' from project 'BigUIPaging')
Building workspace spi-builder-workspace with scheme BigUIPaging
(4 failures)
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
BigUIPaging: /Users/admin/builder/spi-builder-workspace
resolved source packages: BigUIPaging
{
"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"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"BigUIPaging"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme BigUIPaging -destination generic/platform=watchOS
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme BigUIPaging -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
BigUIPaging: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
Target 'BigUIPaging' in project 'BigUIPaging'
➜ Explicit dependency on target 'BigUIPaging' in project 'BigUIPaging'
Target 'BigUIPaging' in project 'BigUIPaging' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: f6de03b11007c8b1947e3ba6a1ec8d4d
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/f6de03b11007c8b1947e3ba6a1ec8d4d.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
SwiftDriver BigUIPaging normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'BigUIPaging' from project 'BigUIPaging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name BigUIPaging -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/Objects-normal/arm64_32/BigUIPaging.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos9.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/Objects-normal/arm64_32/BigUIPaging-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/Objects-normal/arm64_32/BigUIPaging.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/Objects-normal/arm64_32/BigUIPaging_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/Objects-normal/arm64_32/BigUIPaging-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver BigUIPaging normal arm64 com.apple.xcode.tools.swift.compiler (in target 'BigUIPaging' from project 'BigUIPaging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name BigUIPaging -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/Objects-normal/arm64/BigUIPaging.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos9.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/Objects-normal/arm64/BigUIPaging-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/Objects-normal/arm64/BigUIPaging.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/Objects-normal/arm64/BigUIPaging_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/Objects-normal/arm64/BigUIPaging-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ PageIndicator+Environment.swift,\ PageIndicator+iOS.swift,\ PageIndicator.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+Environment.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+iOS.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator.swift (in target 'BigUIPaging' from project 'BigUIPaging')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+Environment.swift (in target 'BigUIPaging' from project 'BigUIPaging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+iOS.swift (in target 'BigUIPaging' from project 'BigUIPaging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator.swift (in target 'BigUIPaging' from project 'BigUIPaging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ BigUIPaging (in target 'BigUIPaging' from project 'BigUIPaging')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Examples/CardDeckExample.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Examples/CustomPageViewExample.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Examples/ExampleGridToPageView.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Examples/PageIndicatorExample.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Examples/PageViewBasicExample.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Examples/PageViewForEachExample.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Examples/PageViewNavigationStackExample.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+Environment.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+iOS.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Platform/PlatformPageView+iOS.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Platform/PlatformPageView+macOS.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Platform/PlatformPageView.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Styles/BookPageViewStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Styles/BookStackPageViewStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Styles/CardDeckPageViewStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Styles/HistoryStackPageViewStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Styles/PlainPageViewStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Styles/PlatformPageViewStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Styles/ScrollPageViewStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Types/PageViewDirection.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Types/PageViewNavigateAction.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Types/PageViewStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Types/PageViewStyleConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/View/PageView+Environment.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/View/PageView+Preferences.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/View/PageView.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/View/PageViewEnvironmentModifier.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/View/PageViewNavigationButton.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/Utils/View+Inspect.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/Utils/View+Measure.swift -target arm64_32-apple-watchos9.0 -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/Objects-normal/arm64_32/BigUIPaging_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name BigUIPaging -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.4 -target-sdk-name watchos11.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/Objects-normal/arm64_32/BigUIPaging.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/Objects-normal/arm64_32/BigUIPaging.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/Objects-normal/arm64_32/BigUIPaging-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/Objects-normal/arm64_32/BigUIPaging-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/Objects-normal/arm64_32/BigUIPaging-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/Objects-normal/arm64_32/BigUIPaging.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-watchos/BigUIPaging.build/Objects-normal/arm64_32/BigUIPaging.abi.json
EmitSwiftModule normal arm64_32 (in target 'BigUIPaging' from project 'BigUIPaging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+iOS.swift:7:28: error: cannot find type 'UIPageControl' in scope
typealias UIViewType = UIPageControl
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+iOS.swift:21:42: error: cannot find type 'UIPageControl' in scope
func makeUIView(context: Context) -> UIPageControl {
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+iOS.swift:21:30: error: cannot find type 'Context' in scope
func makeUIView(context: Context) -> UIPageControl {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+iOS.swift:53:34: error: cannot find type 'UIPageControl' in scope
func updateUIView(_ control: UIPageControl, context: Context) {
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+iOS.swift:53:58: error: cannot find type 'Context' in scope
func updateUIView(_ control: UIPageControl, context: Context) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+iOS.swift:5:31: error: cannot find type 'UIViewRepresentable' in scope
struct PlatformPageIndicator: UIViewRepresentable {
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+iOS.swift:95:47: error: cannot find type 'UIPageControl' in scope
@objc func selectionChanged(_ sender: UIPageControl) {
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+iOS.swift:103:19: error: cannot find type 'UIPageControl' in scope
var platform: UIPageControl.BackgroundStyle {
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Platform/PlatformPageView+iOS.swift:5:29: error: cannot find type 'UIViewControllerRepresentable' in scope
extension PlatformPageView: UIViewControllerRepresentable {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Platform/PlatformPageView+iOS.swift:7:45: error: cannot find type 'UIPageViewController' in scope
public typealias UIViewControllerType = UIPageViewController
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Platform/PlatformPageView+iOS.swift:9:59: error: cannot find type 'UIPageViewController' in scope
public func makeUIViewController(context: Context) -> UIPageViewController {
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Platform/PlatformPageView+iOS.swift:9:47: error: cannot find type 'Context' in scope
public func makeUIViewController(context: Context) -> UIPageViewController {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Platform/PlatformPageView+iOS.swift:28:31: error: cannot find type 'UIPageViewController' in scope
_ pageViewController: UIPageViewController,
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Platform/PlatformPageView+iOS.swift:29:18: error: cannot find type 'Context' in scope
context: Context
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Platform/PlatformPageView+iOS.swift:51:34: error: cannot find type 'UIPageViewControllerDelegate' in scope
class Coordinator: NSObject, UIPageViewControllerDelegate, UIPageViewControllerDataSource {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Platform/PlatformPageView+iOS.swift:51:64: error: cannot find type 'UIPageViewControllerDataSource' in scope
class Coordinator: NSObject, UIPageViewControllerDelegate, UIPageViewControllerDataSource {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Platform/PlatformPageView+iOS.swift:65:14: error: cannot find type 'UIViewController' in scope
) -> UIViewController? {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Platform/PlatformPageView+iOS.swift:63:35: error: cannot find type 'UIPageViewController' in scope
_ pageViewController: UIPageViewController,
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Platform/PlatformPageView+iOS.swift:64:50: error: cannot find type 'UIViewController' in scope
viewControllerBefore viewController: UIViewController
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Platform/PlatformPageView+iOS.swift:79:14: error: cannot find type 'UIViewController' in scope
) -> UIViewController? {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Platform/PlatformPageView+iOS.swift:77:35: error: cannot find type 'UIPageViewController' in scope
_ pageViewController: UIPageViewController,
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Platform/PlatformPageView+iOS.swift:78:49: error: cannot find type 'UIViewController' in scope
viewControllerAfter viewController: UIViewController
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Platform/PlatformPageView+iOS.swift:93:35: error: cannot find type 'UIPageViewController' in scope
_ pageViewController: UIPageViewController,
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Platform/PlatformPageView+iOS.swift:95:39: error: cannot find type 'UIViewController' in scope
previousViewControllers: [UIViewController],
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Platform/PlatformPageView+iOS.swift:105:61: error: cannot find type 'UIViewController' in scope
func makeViewController(_ value: SelectionValue) -> UIViewController {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Platform/PlatformPageView+iOS.swift:119:36: error: cannot find type 'UIPageViewController' in scope
in pageViewController: UIPageViewController,
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Platform/PlatformPageView+iOS.swift:136:51: error: cannot find type 'UIPageViewController' in scope
func selectedValue(in pageViewController: UIPageViewController) -> SelectionValue? {
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Platform/PlatformPageView+iOS.swift:149:36: error: cannot find type 'UIViewController' in scope
class ContainerViewController: UIViewController {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Platform/PlatformPageView+iOS.swift:153:32: error: cannot find type 'UIViewController' in scope
var hostingController: UIViewController?
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Platform/PlatformPageView+iOS.swift:173:23: error: method does not override any method from its superclass
override func viewWillAppear(_ animated: Bool) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Platform/PlatformPageView+iOS.swift:190:23: error: method does not override any method from its superclass
override func viewWillLayoutSubviews() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Platform/PlatformPageView+iOS.swift:195:23: error: method does not override any method from its superclass
override func viewDidDisappear(_ animated: Bool) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Platform/PlatformPageView+iOS.swift:205:37: error: cannot find type 'UIHostingController' in scope
class ContentHostingController: UIHostingController<Content> {
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Platform/PlatformPageView+iOS.swift:208:44: error: cannot find type 'UINavigationController' in scope
override var navigationController: UINavigationController? {
^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Platform/PlatformPageView+iOS.swift:224:73: error: cannot find type 'UIPageViewController' in scope
func fixNavigationControllerContentScrollView(_ pageViewController: UIPageViewController) {
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Platform/PlatformPageView+iOS.swift:250:19: error: cannot find type 'UIPageViewController' in scope
var platform: UIPageViewController.NavigationOrientation {
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Platform/PlatformPageView+iOS.swift:263:19: error: cannot find type 'UIPageViewController' in scope
var platform: UIPageViewController.TransitionStyle {
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Platform/PlatformPageView+iOS.swift:275:11: error: cannot find type 'UIView' in scope
extension UIView {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
SwiftEmitModule normal arm64 Emitting\ module\ for\ BigUIPaging (in target 'BigUIPaging' from project 'BigUIPaging')
EmitSwiftModule normal arm64 (in target 'BigUIPaging' from project 'BigUIPaging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ PageViewStyle.swift,\ PageViewStyleConfiguration.swift,\ PageView+Environment.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Types/PageViewStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Types/PageViewStyleConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/View/PageView+Environment.swift (in target 'BigUIPaging' from project 'BigUIPaging')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Types/PageViewStyle.swift (in target 'BigUIPaging' from project 'BigUIPaging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Types/PageViewStyleConfiguration.swift (in target 'BigUIPaging' from project 'BigUIPaging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/View/PageView+Environment.swift (in target 'BigUIPaging' from project 'BigUIPaging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ PageViewBasicExample.swift,\ PageViewForEachExample.swift,\ PageViewNavigationStackExample.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Examples/PageViewBasicExample.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Examples/PageViewForEachExample.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Examples/PageViewNavigationStackExample.swift (in target 'BigUIPaging' from project 'BigUIPaging')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Examples/PageViewBasicExample.swift (in target 'BigUIPaging' from project 'BigUIPaging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Examples/PageViewForEachExample.swift (in target 'BigUIPaging' from project 'BigUIPaging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Examples/PageViewNavigationStackExample.swift (in target 'BigUIPaging' from project 'BigUIPaging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ PageViewNavigationButton.swift,\ View+Inspect.swift,\ View+Measure.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/View/PageViewNavigationButton.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/Utils/View+Inspect.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/Utils/View+Measure.swift (in target 'BigUIPaging' from project 'BigUIPaging')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/View/PageViewNavigationButton.swift (in target 'BigUIPaging' from project 'BigUIPaging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/Utils/View+Inspect.swift (in target 'BigUIPaging' from project 'BigUIPaging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/Utils/View+Measure.swift (in target 'BigUIPaging' from project 'BigUIPaging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ ScrollPageViewStyle.swift,\ PageViewDirection.swift,\ PageViewNavigateAction.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Styles/ScrollPageViewStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Types/PageViewDirection.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Types/PageViewNavigateAction.swift (in target 'BigUIPaging' from project 'BigUIPaging')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Styles/ScrollPageViewStyle.swift (in target 'BigUIPaging' from project 'BigUIPaging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Types/PageViewDirection.swift (in target 'BigUIPaging' from project 'BigUIPaging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Types/PageViewNavigateAction.swift (in target 'BigUIPaging' from project 'BigUIPaging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ HistoryStackPageViewStyle.swift,\ PlainPageViewStyle.swift,\ PlatformPageViewStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Styles/HistoryStackPageViewStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Styles/PlainPageViewStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Styles/PlatformPageViewStyle.swift (in target 'BigUIPaging' from project 'BigUIPaging')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Styles/HistoryStackPageViewStyle.swift (in target 'BigUIPaging' from project 'BigUIPaging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Styles/PlainPageViewStyle.swift (in target 'BigUIPaging' from project 'BigUIPaging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Styles/PlatformPageViewStyle.swift (in target 'BigUIPaging' from project 'BigUIPaging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ PageViewBasicExample.swift,\ PageViewForEachExample.swift,\ PageViewNavigationStackExample.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Examples/PageViewBasicExample.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Examples/PageViewForEachExample.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Examples/PageViewNavigationStackExample.swift (in target 'BigUIPaging' from project 'BigUIPaging')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Examples/PageViewBasicExample.swift (in target 'BigUIPaging' from project 'BigUIPaging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Examples/PageViewForEachExample.swift (in target 'BigUIPaging' from project 'BigUIPaging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Examples/PageViewNavigationStackExample.swift (in target 'BigUIPaging' from project 'BigUIPaging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ PageIndicator+Environment.swift,\ PageIndicator+iOS.swift,\ PageIndicator.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+Environment.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+iOS.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator.swift (in target 'BigUIPaging' from project 'BigUIPaging')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+Environment.swift (in target 'BigUIPaging' from project 'BigUIPaging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+iOS.swift (in target 'BigUIPaging' from project 'BigUIPaging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator.swift (in target 'BigUIPaging' from project 'BigUIPaging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ PageViewNavigationButton.swift,\ View+Inspect.swift,\ View+Measure.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/View/PageViewNavigationButton.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/Utils/View+Inspect.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/Utils/View+Measure.swift (in target 'BigUIPaging' from project 'BigUIPaging')
Command SwiftCompile failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ BigUIPaging (in target 'BigUIPaging' from project 'BigUIPaging')
EmitSwiftModule normal arm64_32 (in target 'BigUIPaging' from project 'BigUIPaging')
SwiftCompile normal arm64 Compiling\ PageViewNavigationButton.swift,\ View+Inspect.swift,\ View+Measure.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/View/PageViewNavigationButton.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/Utils/View+Inspect.swift /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/Utils/View+Measure.swift (in target 'BigUIPaging' from project 'BigUIPaging')
Building workspace spi-builder-workspace with scheme BigUIPaging
(4 failures)
BUILD FAILURE 6.1 watchOS