Build Information
Failed to build BigUIPaging, reference master (d546c8
), with Swift 6.1 for tvOS using Xcode 16.3 on 27 Apr 2025 22:46:30 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=tvOS
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: tvOS
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=tvOS 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=tvOS "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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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: 92f5938c5e762130e4118530c39d6c2c
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/92f5938c5e762130e4118530c39d6c2c.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.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/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos
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-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-appletvos/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-appletvos/BigUIPaging.build/BigUIPaging.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-appletvos/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-appletvos/BigUIPaging.build/BigUIPaging.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-appletvos/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-appletvos/BigUIPaging.build/Objects-normal/arm64/BigUIPaging_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-appletvos/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-appletvos/BigUIPaging.build/Objects-normal/arm64/BigUIPaging.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-appletvos/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-appletvos/BigUIPaging.build/Objects-normal/arm64/BigUIPaging-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-appletvos/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-appletvos/BigUIPaging.build/Objects-normal/arm64/BigUIPaging.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-appletvos/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-appletvos/BigUIPaging.build/BigUIPaging.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-appletvos/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-appletvos/BigUIPaging.build/Objects-normal/arm64/BigUIPaging.LinkFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/BigUIPaging.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-appletvos/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-appletvos/BigUIPaging.build/BigUIPaging.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos
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-appletvos/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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos16.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-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-appletvos/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-appletvos/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-appletvos/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-appletvos/BigUIPaging.build/Objects-normal/arm64/BigUIPaging_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-appletvos/BigUIPaging.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-appletvos/BigUIPaging.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-appletvos/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-appletvos/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\ 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 /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 /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 /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
/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/Styles/CardDeckPageViewStyle.swift:14:9: warning: call to main actor-isolated initializer 'init(_:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
CardDeckPageView(configuration)
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Styles/CardDeckPageViewStyle.swift:42:5: note: calls to initializer 'init(_:)' from outside of its actor context are implicitly asynchronous
init(_ configuration: Configuration) {
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Styles/CardDeckPageViewStyle.swift:42:5: note: main actor isolation inferred from conformance to protocol 'View'
init(_ configuration: Configuration) {
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Styles/CardDeckPageViewStyle.swift:13:17: note: add '@MainActor' to make instance method 'makeBody(configuration:)' part of global actor 'MainActor'
public func makeBody(configuration: Configuration) -> some View {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Styles/CardDeckPageViewStyle.swift:82:9: error: 'DragGesture' is unavailable in tvOS
DragGesture(minimumDistance: 5)
^~~~~~~~~~~
SwiftUI.DragGesture:3:42: note: 'DragGesture' has been explicitly marked unavailable here
@MainActor @preconcurrency public struct DragGesture : Gesture {
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Styles/CardDeckPageViewStyle.swift:82:9: error: 'init(minimumDistance:coordinateSpace:)' is unavailable in tvOS
DragGesture(minimumDistance: 5)
^~~~~~~~~~~
SwiftUI.DragGesture.init:4:37: note: 'init(minimumDistance:coordinateSpace:)' has been explicitly marked unavailable here
@MainActor @preconcurrency public init(minimumDistance: CGFloat = 10, coordinateSpace: some CoordinateSpaceProtocol = .local)}
^
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
/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)
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
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+iOS.swift:33:32: error: 'UIPageControlTimerProgress' is only available in tvOS 17.0 or newer
let progress = UIPageControlTimerProgress(preferredDuration: duration)
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+iOS.swift:33:32: note: add 'if #available' version check
let progress = UIPageControlTimerProgress(preferredDuration: duration)
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+iOS.swift:21:10: note: add @available attribute to enclosing instance method
func makeUIView(context: Context) -> UIPageControl {
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+iOS.swift:5:8: note: add @available attribute to enclosing struct
struct PlatformPageIndicator: UIViewRepresentable {
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+iOS.swift:35:25: error: 'progress' is only available in tvOS 17.0 or newer
control.progress = progress
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+iOS.swift:35:25: note: add 'if #available' version check
control.progress = progress
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+iOS.swift:21:10: note: add @available attribute to enclosing instance method
func makeUIView(context: Context) -> UIPageControl {
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+iOS.swift:5:8: note: add @available attribute to enclosing struct
struct PlatformPageIndicator: UIViewRepresentable {
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+iOS.swift:70:49: error: 'UIPageControlTimerProgress' is only available in tvOS 17.0 or newer
if let timer = control.progress as? UIPageControlTimerProgress {
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+iOS.swift:70:49: note: add 'if #available' version check
if let timer = control.progress as? UIPageControlTimerProgress {
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+iOS.swift:53:10: note: add @available attribute to enclosing instance method
func updateUIView(_ control: UIPageControl, context: Context) {
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+iOS.swift:5:8: note: add @available attribute to enclosing struct
struct PlatformPageIndicator: UIViewRepresentable {
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+iOS.swift:70:36: error: 'progress' is only available in tvOS 17.0 or newer
if let timer = control.progress as? UIPageControlTimerProgress {
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+iOS.swift:70:36: note: add 'if #available' version check
if let timer = control.progress as? UIPageControlTimerProgress {
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+iOS.swift:53:10: note: add @available attribute to enclosing instance method
func updateUIView(_ control: UIPageControl, context: Context) {
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+iOS.swift:5:8: note: add @available attribute to enclosing struct
struct PlatformPageIndicator: UIViewRepresentable {
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+iOS.swift:96:25: warning: main actor-isolated property 'selection' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
self.parent.selection = sender.currentPage
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+iOS.swift:10:18: note: mutation of this property is only permitted within the actor
@Binding var selection: Int
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+iOS.swift:95:20: note: add '@MainActor' to make instance method 'selectionChanged' part of global actor 'MainActor'
@objc func selectionChanged(_ sender: UIPageControl) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+iOS.swift:96:44: warning: main actor-isolated property 'currentPage' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
self.parent.selection = sender.currentPage
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPageControl.h:56:41: note: property declared here
@property (nonatomic, assign) NSInteger currentPage;
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+iOS.swift:95:20: note: add '@MainActor' to make instance method 'selectionChanged' part of global actor 'MainActor'
@objc func selectionChanged(_ sender: UIPageControl) {
^
@MainActor
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
SwiftCompile normal arm64 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 /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
/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)
SwiftCompile normal arm64 /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
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/View/PageView.swift:266:9: warning: call to main actor-isolated initializer 'init(configuration:style:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
ConcretePageViewStyle(configuration: configuration, style: self)
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/View/PageView.swift:253:8: note: calls to initializer 'init(configuration:style:)' from outside of its actor context are implicitly asynchronous
struct ConcretePageViewStyle<Style>: View where Style: PageViewStyle {
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/View/PageView.swift:253:8: note: main actor isolation inferred from conformance to protocol 'View'
struct ConcretePageViewStyle<Style>: View where Style: PageViewStyle {
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/View/PageView.swift:265:10: note: add '@MainActor' to make instance method 'makeConcreteView' part of global actor 'MainActor'
func makeConcreteView(_ configuration: Configuration) -> some View {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/View/PageView.swift:266:9: warning: sending 'configuration' risks causing data races; this is an error in the Swift 6 language mode
ConcretePageViewStyle(configuration: configuration, style: self)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/View/PageView.swift:266:9: note: sending task-isolated 'configuration' to main actor-isolated initializer 'init(configuration:style:)' risks causing data races between main actor-isolated and task-isolated uses
ConcretePageViewStyle(configuration: configuration, style: self)
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/View/PageView.swift:266:9: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
ConcretePageViewStyle(configuration: configuration, style: self)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/View/PageView.swift:266:9: note: sending task-isolated 'self' to main actor-isolated initializer 'init(configuration:style:)' risks causing data races between main actor-isolated and task-isolated uses
ConcretePageViewStyle(configuration: configuration, style: self)
^
SwiftCompile normal arm64 /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 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 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 /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 /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 /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
/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)
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
/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/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 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 /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 /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 /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 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 /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 /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
/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)
SwiftCompile normal arm64 /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
/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)
SwiftCompile normal arm64 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 /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 /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 /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
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Examples/ExampleGridToPageView.swift:130:9: error: 'DragGesture' is unavailable in tvOS
DragGesture()
^~~~~~~~~~~
SwiftUI.DragGesture:3:42: note: 'DragGesture' has been explicitly marked unavailable here
@MainActor @preconcurrency public struct DragGesture : Gesture {
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Examples/ExampleGridToPageView.swift:130:9: error: 'init(minimumDistance:coordinateSpace:)' is unavailable in tvOS
DragGesture()
^~~~~~~~~~~
SwiftUI.DragGesture.init:4:37: note: 'init(minimumDistance:coordinateSpace:)' has been explicitly marked unavailable here
@MainActor @preconcurrency public init(minimumDistance: CGFloat = 10, coordinateSpace: some CoordinateSpaceProtocol = .local)}
^
SwiftCompile normal arm64 /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
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Examples/PageIndicatorExample.swift:17:17: error: 'GroupBox' is unavailable in tvOS
GroupBox {
^~~~~~~~
SwiftUI.GroupBox:4:15: note: 'GroupBox' has been explicitly marked unavailable here
public struct GroupBox<Label, Content> : View where Label : View, Content : View {
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Examples/PageIndicatorExample.swift:17:17: error: 'init(content:)' is unavailable in tvOS
GroupBox {
^~~~~~~~
SwiftUI.GroupBox.init:2:20: note: 'init(content:)' has been explicitly marked unavailable here
nonisolated public init(@ViewBuilder content: () -> Content)}
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Examples/PageIndicatorExample.swift:26:21: error: 'Stepper' is unavailable in tvOS
Stepper(value: $total) {
^~~~~~~
SwiftUI.Stepper:3:15: note: 'Stepper' has been explicitly marked unavailable here
public struct Stepper<Label> : View where Label : View {
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Examples/PageIndicatorExample.swift:26:21: error: 'init(value:step:label:onEditingChanged:)' is unavailable in tvOS
Stepper(value: $total) {
^~~~~~~
SwiftUI.Stepper.init:4:22: note: 'init(value:step:label:onEditingChanged:)' has been explicitly marked unavailable here
nonisolated public init<V>(value: Binding<V>, step: V.Stride = 1, @ViewBuilder label: () -> Label, onEditingChanged: @escaping (Bool) -> Void = { _ in }) where V : Strideable}
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Examples/PageIndicatorExample.swift:31:21: error: 'Stepper' is unavailable in tvOS
Stepper(value: $selection) {
^~~~~~~
SwiftUI.Stepper:3:15: note: 'Stepper' has been explicitly marked unavailable here
public struct Stepper<Label> : View where Label : View {
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Examples/PageIndicatorExample.swift:31:21: error: 'init(value:step:label:onEditingChanged:)' is unavailable in tvOS
Stepper(value: $selection) {
^~~~~~~
SwiftUI.Stepper.init:4:22: note: 'init(value:step:label:onEditingChanged:)' has been explicitly marked unavailable here
nonisolated public init<V>(value: Binding<V>, step: V.Stride = 1, @ViewBuilder label: () -> Label, onEditingChanged: @escaping (Bool) -> Void = { _ in }) where V : Strideable}
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Examples/PageIndicatorExample.swift:46:17: error: 'GroupBox' is unavailable in tvOS
GroupBox {
^~~~~~~~
SwiftUI.GroupBox:4:15: note: 'GroupBox' has been explicitly marked unavailable here
public struct GroupBox<Label, Content> : View where Label : View, Content : View {
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Examples/PageIndicatorExample.swift:46:17: error: 'init(content:)' is unavailable in tvOS
GroupBox {
^~~~~~~~
SwiftUI.GroupBox.init:2:20: note: 'init(content:)' has been explicitly marked unavailable here
nonisolated public init(@ViewBuilder content: () -> Content)}
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Examples/PageIndicatorExample.swift:52:21: error: 'ColorPicker' is unavailable in tvOS
ColorPicker("Selected Color", selection: $selectedColor)
^~~~~~~~~~~
SwiftUI.ColorPicker:4:15: note: 'ColorPicker' has been explicitly marked unavailable here
public struct ColorPicker<Label> : View where Label : View {
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Examples/PageIndicatorExample.swift:52:21: error: 'init(_:selection:supportsOpacity:)' is unavailable in tvOS
ColorPicker("Selected Color", selection: $selectedColor)
^~~~~~~~~~~
SwiftUI.ColorPicker.init:2:20: note: 'init(_:selection:supportsOpacity:)' has been explicitly marked unavailable here
nonisolated public init(_ titleKey: LocalizedStringKey, selection: Binding<Color>, supportsOpacity: Bool = true)}
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Examples/PageIndicatorExample.swift:53:21: error: 'ColorPicker' is unavailable in tvOS
ColorPicker("Color", selection: $unselectedColor)
^~~~~~~~~~~
SwiftUI.ColorPicker:4:15: note: 'ColorPicker' has been explicitly marked unavailable here
public struct ColorPicker<Label> : View where Label : View {
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Examples/PageIndicatorExample.swift:53:21: error: 'init(_:selection:supportsOpacity:)' is unavailable in tvOS
ColorPicker("Color", selection: $unselectedColor)
^~~~~~~~~~~
SwiftUI.ColorPicker.init:2:20: note: 'init(_:selection:supportsOpacity:)' has been explicitly marked unavailable here
nonisolated public init(_ titleKey: LocalizedStringKey, selection: Binding<Color>, supportsOpacity: Bool = true)}
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Examples/PageIndicatorExample.swift:55:17: error: 'GroupBox' is unavailable in tvOS
GroupBox {
^~~~~~~~
SwiftUI.GroupBox:4:15: note: 'GroupBox' has been explicitly marked unavailable here
public struct GroupBox<Label, Content> : View where Label : View, Content : View {
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Examples/PageIndicatorExample.swift:55:17: error: 'init(content:)' is unavailable in tvOS
GroupBox {
^~~~~~~~
SwiftUI.GroupBox.init:2:20: note: 'init(content:)' has been explicitly marked unavailable here
nonisolated public init(@ViewBuilder content: () -> Content)}
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Examples/PageIndicatorExample.swift:63:17: error: 'GroupBox' is unavailable in tvOS
GroupBox {
^~~~~~~~
SwiftUI.GroupBox:4:15: note: 'GroupBox' has been explicitly marked unavailable here
public struct GroupBox<Label, Content> : View where Label : View, Content : View {
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Examples/PageIndicatorExample.swift:63:17: error: 'init(content:)' is unavailable in tvOS
GroupBox {
^~~~~~~~
SwiftUI.GroupBox.init:2:20: note: 'init(content:)' has been explicitly marked unavailable here
nonisolated public init(@ViewBuilder content: () -> Content)}
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Examples/PageIndicatorExample.swift:88:14: error: 'listRowSeparator(_:edges:)' is unavailable in tvOS
.listRowSeparator(.hidden)
^~~~~~~~~~~~~~~~
SwiftUI.View.listRowSeparator:2:25: note: 'listRowSeparator(_:edges:)' has been explicitly marked unavailable here
nonisolated public func listRowSeparator(_ visibility: Visibility, edges: VerticalEdge.Set = .all) -> some View
^
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\ 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')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /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 -primary-file /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/View/PageViewNavigationButton.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/Utils/View+Inspect.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/Utils/View+Measure.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-appletvos/BigUIPaging.build/Objects-normal/arm64/supplementaryOutputs-10 -target arm64-apple-tvos16.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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-appletvos/BigUIPaging.build/Objects-normal/arm64/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/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-appletvos/BigUIPaging.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-appletvos/BigUIPaging.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-appletvos/BigUIPaging.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-appletvos/BigUIPaging.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name BigUIPaging -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.4 -target-sdk-name appletvos18.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.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 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-appletvos/BigUIPaging.build/Objects-normal/arm64/PageViewNavigationButton.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-appletvos/BigUIPaging.build/Objects-normal/arm64/View+Inspect.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-appletvos/BigUIPaging.build/Objects-normal/arm64/View+Measure.o -index-unit-output-path /BigUIPaging.build/Debug-appletvos/BigUIPaging.build/Objects-normal/arm64/PageViewNavigationButton.o -index-unit-output-path /BigUIPaging.build/Debug-appletvos/BigUIPaging.build/Objects-normal/arm64/View+Inspect.o -index-unit-output-path /BigUIPaging.build/Debug-appletvos/BigUIPaging.build/Objects-normal/arm64/View+Measure.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /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
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/View/PageViewNavigationButton.swift:19:13: error: 'ControlGroup' is only available in tvOS 17.0 or newer
ControlGroup {
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/View/PageViewNavigationButton.swift:19:13: note: add 'if #available' version check
ControlGroup {
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/View/PageViewNavigationButton.swift:15:16: note: add @available attribute to enclosing property
public var body: some View {
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/View/PageViewNavigationButton.swift:4:15: note: add @available attribute to enclosing struct
public struct PageViewNavigationButton: View {
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/View/PageViewNavigationButton.swift:23:14: error: 'controlGroupStyle' is only available in tvOS 17.0 or newer
.controlGroupStyle(.navigation)
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/View/PageViewNavigationButton.swift:23:14: note: add 'if #available' version check
.controlGroupStyle(.navigation)
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/View/PageViewNavigationButton.swift:15:16: note: add @available attribute to enclosing property
public var body: some View {
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/View/PageViewNavigationButton.swift:4:15: note: add @available attribute to enclosing struct
public struct PageViewNavigationButton: View {
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/View/PageViewNavigationButton.swift:23:33: error: 'navigation' is unavailable in tvOS
.controlGroupStyle(.navigation)
^~~~~~~~~~
SwiftUI.ControlGroupStyle.navigation:2:46: note: 'navigation' has been explicitly marked unavailable here
@MainActor @preconcurrency public static var navigation: NavigationControlGroupStyle { get }}
^
SwiftCompile normal arm64 /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
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/Utils/View+Inspect.swift:97:30: warning: call to main actor-isolated instance method '_firstValue(labelled:children:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
guard let provider = _firstValue(labelled: "base") else {
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/Utils/View+Inspect.swift:68:10: note: calls to instance method '_firstValue(labelled:children:)' from outside of its actor context are implicitly asynchronous
func _firstValue(labelled label: String, children: Mirror.Children? = nil) -> Any? {
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/Utils/View+Inspect.swift:96:10: note: add '@MainActor' to make instance method '_systemName()' part of global actor 'MainActor'
func _systemName() -> String? {
^
@MainActor
SwiftCompile normal arm64 /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
/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)
SwiftDriverJobDiscovery normal arm64 Emitting module for BigUIPaging (in target 'BigUIPaging' from project 'BigUIPaging')
SwiftDriver\ Compilation\ Requirements 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-Swift-Compilation-Requirements -- /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-appletvos/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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos16.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-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-appletvos/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-appletvos/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-appletvos/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-appletvos/BigUIPaging.build/Objects-normal/arm64/BigUIPaging_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-appletvos/BigUIPaging.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-appletvos/BigUIPaging.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-appletvos/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-appletvos/BigUIPaging.build/Objects-normal/arm64/BigUIPaging-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
** BUILD FAILED **
The following build commands failed:
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Styles/CardDeckPageViewStyle.swift (in target 'BigUIPaging' from project 'BigUIPaging')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+iOS.swift (in target 'BigUIPaging' from project 'BigUIPaging')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Examples/ExampleGridToPageView.swift (in target 'BigUIPaging' from project 'BigUIPaging')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Examples/PageIndicatorExample.swift (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')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/View/PageViewNavigationButton.swift (in target 'BigUIPaging' from project 'BigUIPaging')
Building workspace spi-builder-workspace with scheme BigUIPaging
(7 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=tvOS
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=tvOS
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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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: 6745d5834614c4ce4ee58c9fb67161dd
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/6745d5834614c4ce4ee58c9fb67161dd.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache
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-appletvos/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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos16.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-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-appletvos/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-appletvos/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-appletvos/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-appletvos/BigUIPaging.build/Objects-normal/arm64/BigUIPaging_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-appletvos/BigUIPaging.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-appletvos/BigUIPaging.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-appletvos/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-appletvos/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\ 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 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 /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 /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 /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\ 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')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /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 -primary-file /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+Environment.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+iOS.swift -primary-file /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 -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-appletvos/BigUIPaging.build/Objects-normal/arm64/supplementaryOutputs-3 -target arm64-apple-tvos16.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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-appletvos/BigUIPaging.build/Objects-normal/arm64/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/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-appletvos/BigUIPaging.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-appletvos/BigUIPaging.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-appletvos/BigUIPaging.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-appletvos/BigUIPaging.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name BigUIPaging -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.4 -target-sdk-name appletvos18.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.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 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-appletvos/BigUIPaging.build/Objects-normal/arm64/PageIndicator+Environment.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-appletvos/BigUIPaging.build/Objects-normal/arm64/PageIndicator+iOS.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigUIPaging.build/Debug-appletvos/BigUIPaging.build/Objects-normal/arm64/PageIndicator.o -index-unit-output-path /BigUIPaging.build/Debug-appletvos/BigUIPaging.build/Objects-normal/arm64/PageIndicator+Environment.o -index-unit-output-path /BigUIPaging.build/Debug-appletvos/BigUIPaging.build/Objects-normal/arm64/PageIndicator+iOS.o -index-unit-output-path /BigUIPaging.build/Debug-appletvos/BigUIPaging.build/Objects-normal/arm64/PageIndicator.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
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
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+iOS.swift:33:32: error: 'UIPageControlTimerProgress' is only available in tvOS 17.0 or newer
let progress = UIPageControlTimerProgress(preferredDuration: duration)
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+iOS.swift:33:32: note: add 'if #available' version check
let progress = UIPageControlTimerProgress(preferredDuration: duration)
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+iOS.swift:21:10: note: add @available attribute to enclosing instance method
func makeUIView(context: Context) -> UIPageControl {
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+iOS.swift:5:8: note: add @available attribute to enclosing struct
struct PlatformPageIndicator: UIViewRepresentable {
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+iOS.swift:35:25: error: 'progress' is only available in tvOS 17.0 or newer
control.progress = progress
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+iOS.swift:35:25: note: add 'if #available' version check
control.progress = progress
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+iOS.swift:21:10: note: add @available attribute to enclosing instance method
func makeUIView(context: Context) -> UIPageControl {
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+iOS.swift:5:8: note: add @available attribute to enclosing struct
struct PlatformPageIndicator: UIViewRepresentable {
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+iOS.swift:70:49: error: 'UIPageControlTimerProgress' is only available in tvOS 17.0 or newer
if let timer = control.progress as? UIPageControlTimerProgress {
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+iOS.swift:70:49: note: add 'if #available' version check
if let timer = control.progress as? UIPageControlTimerProgress {
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+iOS.swift:53:10: note: add @available attribute to enclosing instance method
func updateUIView(_ control: UIPageControl, context: Context) {
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+iOS.swift:5:8: note: add @available attribute to enclosing struct
struct PlatformPageIndicator: UIViewRepresentable {
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+iOS.swift:70:36: error: 'progress' is only available in tvOS 17.0 or newer
if let timer = control.progress as? UIPageControlTimerProgress {
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+iOS.swift:70:36: note: add 'if #available' version check
if let timer = control.progress as? UIPageControlTimerProgress {
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+iOS.swift:53:10: note: add @available attribute to enclosing instance method
func updateUIView(_ control: UIPageControl, context: Context) {
^
/Users/admin/builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageIndicator/PageIndicator+iOS.swift:5:8: note: add @available attribute to enclosing struct
struct PlatformPageIndicator: UIViewRepresentable {
^
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 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 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 /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 /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 /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 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 /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 /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 /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 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 /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 /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 /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 /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
SwiftCompile normal arm64 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 /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 /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 /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 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 /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 /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 /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 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')
SwiftDriverJobDiscovery normal arm64 Compiling HistoryStackPageViewStyle.swift, PlainPageViewStyle.swift, PlatformPageViewStyle.swift (in target 'BigUIPaging' from project 'BigUIPaging')
** BUILD FAILED **
The following build commands failed:
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+iOS.swift (in target 'BigUIPaging' from project 'BigUIPaging')
Building workspace spi-builder-workspace with scheme BigUIPaging
(3 failures)
BUILD FAILURE 6.1 tvOS