The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build CollectionViewPagingLayout, reference 1.1.0 (4bdec3), with Swift 6.1 for watchOS using Xcode 16.3 on 26 Apr 2025 21:56:29 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme CollectionViewPagingLayout -destination generic/platform=watchOS

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/amirdew/CollectionViewPagingLayout.git
Reference: 1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/amirdew/CollectionViewPagingLayout
 * tag               1.1.0      -> FETCH_HEAD
HEAD is now at 4bdec32 Bump minimum to 13.0 (#70)
Cloned https://github.com/amirdew/CollectionViewPagingLayout.git
Revision (git rev-parse @):
4bdec327535470c8d9765d190625b13e99b87db5
SUCCESS checkout https://github.com/amirdew/CollectionViewPagingLayout.git at 1.1.0
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/amirdew/CollectionViewPagingLayout.git
https://github.com/amirdew/CollectionViewPagingLayout.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CollectionViewPagingLayout",
  "name" : "CollectionViewPagingLayout",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "CollectionViewPagingLayout",
      "targets" : [
        "CollectionViewPagingLayout"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CollectionViewPagingLayout",
      "module_type" : "SwiftTarget",
      "name" : "CollectionViewPagingLayout",
      "path" : "Lib",
      "product_memberships" : [
        "CollectionViewPagingLayout"
      ],
      "sources" : [
        "BlurEffectView.swift",
        "CollectionViewPagingLayout.ZPositionHandler.swift",
        "CollectionViewPagingLayout.swift",
        "Scale/ScaleTransformView.swift",
        "Scale/ScaleTransformViewOptions+Layout.swift",
        "Scale/ScaleTransformViewOptions.Rotation3dOptions.swift",
        "Scale/ScaleTransformViewOptions.Translation3dOptions.swift",
        "Scale/ScaleTransformViewOptions.swift",
        "Snapshot/SnapshotContainerView.swift",
        "Snapshot/SnapshotTransformView.swift",
        "Snapshot/SnapshotTransformViewOptions+Layout.swift",
        "Snapshot/SnapshotTransformViewOptions.PiecePosition.swift",
        "Snapshot/SnapshotTransformViewOptions.PiecesValue.swift",
        "Snapshot/SnapshotTransformViewOptions.swift",
        "Stack/StackTransformView.swift",
        "Stack/StackTransformViewOptions+Layout.swift",
        "Stack/StackTransformViewOptions.swift",
        "SwiftUI/PagePadding.swift",
        "SwiftUI/PagingCollectionViewCell.swift",
        "SwiftUI/PagingCollectionViewController.swift",
        "SwiftUI/PagingCollectionViewControllerBuilder.swift",
        "SwiftUI/PagingCollectionViewModifierData.swift",
        "SwiftUI/ScalePageView.swift",
        "SwiftUI/SnapshotPageView.swift",
        "SwiftUI/StackPageView.swift",
        "SwiftUI/TransformPageView.swift",
        "SwiftUI/TransformPageViewProtocol.swift",
        "TransformCurve.swift",
        "TransformableView.swift",
        "Utilities/CGFloat+Interpolate.swift",
        "Utilities/CGFloat+Range.swift",
        "Utilities/Multipliable.swift",
        "Utilities/UIView+Utilities.swift",
        "ViewAnimator.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CollectionViewPagingLayout",
  "name" : "CollectionViewPagingLayout",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "CollectionViewPagingLayout",
      "targets" : [
        "CollectionViewPagingLayout"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CollectionViewPagingLayout",
      "module_type" : "SwiftTarget",
      "name" : "CollectionViewPagingLayout",
      "path" : "Lib",
      "product_memberships" : [
        "CollectionViewPagingLayout"
      ],
      "sources" : [
        "BlurEffectView.swift",
        "CollectionViewPagingLayout.ZPositionHandler.swift",
        "CollectionViewPagingLayout.swift",
        "Scale/ScaleTransformView.swift",
        "Scale/ScaleTransformViewOptions+Layout.swift",
        "Scale/ScaleTransformViewOptions.Rotation3dOptions.swift",
        "Scale/ScaleTransformViewOptions.Translation3dOptions.swift",
        "Scale/ScaleTransformViewOptions.swift",
        "Snapshot/SnapshotContainerView.swift",
        "Snapshot/SnapshotTransformView.swift",
        "Snapshot/SnapshotTransformViewOptions+Layout.swift",
        "Snapshot/SnapshotTransformViewOptions.PiecePosition.swift",
        "Snapshot/SnapshotTransformViewOptions.PiecesValue.swift",
        "Snapshot/SnapshotTransformViewOptions.swift",
        "Stack/StackTransformView.swift",
        "Stack/StackTransformViewOptions+Layout.swift",
        "Stack/StackTransformViewOptions.swift",
        "SwiftUI/PagePadding.swift",
        "SwiftUI/PagingCollectionViewCell.swift",
        "SwiftUI/PagingCollectionViewController.swift",
        "SwiftUI/PagingCollectionViewControllerBuilder.swift",
        "SwiftUI/PagingCollectionViewModifierData.swift",
        "SwiftUI/ScalePageView.swift",
        "SwiftUI/SnapshotPageView.swift",
        "SwiftUI/StackPageView.swift",
        "SwiftUI/TransformPageView.swift",
        "SwiftUI/TransformPageViewProtocol.swift",
        "TransformCurve.swift",
        "TransformableView.swift",
        "Utilities/CGFloat+Interpolate.swift",
        "Utilities/CGFloat+Range.swift",
        "Utilities/Multipliable.swift",
        "Utilities/UIView+Utilities.swift",
        "ViewAnimator.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "CollectionViewPagingLayout",
    "schemes" : [
      "CollectionViewPagingLayout",
      "CollectionViewPagingLayoutTests"
    ],
    "targets" : [
      "CollectionViewPagingLayout",
      "CollectionViewPagingLayoutTests"
    ]
  }
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "CollectionViewPagingLayout"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme CollectionViewPagingLayout -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme CollectionViewPagingLayout -destination generic/platform=watchOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolved source packages:
  CollectionViewPagingLayout: /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 'CollectionViewPagingLayout' in project 'CollectionViewPagingLayout'
        ➜ Explicit dependency on target 'CollectionViewPagingLayout' in project 'CollectionViewPagingLayout'
    Target 'CollectionViewPagingLayout' in project 'CollectionViewPagingLayout' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 4e7ee129f8eb9f689afc819d63509d75
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/4e7ee129f8eb9f689afc819d63509d75.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/armv7k/CollectionViewPagingLayout.SwiftConstValuesFileList (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/armv7k/CollectionViewPagingLayout.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/armv7k/CollectionViewPagingLayout-OutputFileMap.json (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/armv7k/CollectionViewPagingLayout-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/armv7k/CollectionViewPagingLayout_const_extract_protocols.json (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/armv7k/CollectionViewPagingLayout_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/armv7k/CollectionViewPagingLayout.LinkFileList (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/armv7k/CollectionViewPagingLayout.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/arm64_32/CollectionViewPagingLayout.LinkFileList (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/arm64_32/CollectionViewPagingLayout.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/arm64_32/CollectionViewPagingLayout.SwiftConstValuesFileList (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/arm64_32/CollectionViewPagingLayout.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/arm64_32/CollectionViewPagingLayout_const_extract_protocols.json (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/arm64_32/CollectionViewPagingLayout_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/armv7k/CollectionViewPagingLayout.SwiftFileList (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/armv7k/CollectionViewPagingLayout.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/arm64_32/CollectionViewPagingLayout.SwiftFileList (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/arm64_32/CollectionViewPagingLayout.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/arm64_32/CollectionViewPagingLayout-OutputFileMap.json (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/arm64_32/CollectionViewPagingLayout-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/arm64/CollectionViewPagingLayout_const_extract_protocols.json (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/arm64/CollectionViewPagingLayout_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/arm64/CollectionViewPagingLayout.SwiftFileList (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/arm64/CollectionViewPagingLayout.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/arm64/CollectionViewPagingLayout.SwiftConstValuesFileList (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/arm64/CollectionViewPagingLayout.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/arm64/CollectionViewPagingLayout.LinkFileList (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/arm64/CollectionViewPagingLayout.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/arm64/CollectionViewPagingLayout-OutputFileMap.json (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/arm64/CollectionViewPagingLayout-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/CollectionViewPagingLayout.modulemap (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/CollectionViewPagingLayout.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/CollectionViewPagingLayout.DependencyStaticMetadataFileList (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/CollectionViewPagingLayout.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/CollectionViewPagingLayout.DependencyMetadataFileList (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/CollectionViewPagingLayout.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/CollectionViewPagingLayout.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/CollectionViewPagingLayout.modulemap (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    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/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/CollectionViewPagingLayout.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos
SwiftDriver CollectionViewPagingLayout normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    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 CollectionViewPagingLayout -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/arm64/CollectionViewPagingLayout.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/arm64/CollectionViewPagingLayout-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/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/arm64/CollectionViewPagingLayout.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/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/arm64/CollectionViewPagingLayout_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.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/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/arm64/CollectionViewPagingLayout-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver CollectionViewPagingLayout normal armv7k com.apple.xcode.tools.swift.compiler (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    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 CollectionViewPagingLayout -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/armv7k/CollectionViewPagingLayout.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/armv7k/CollectionViewPagingLayout-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/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/armv7k/CollectionViewPagingLayout.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/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/armv7k/CollectionViewPagingLayout_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.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/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/armv7k/CollectionViewPagingLayout-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver CollectionViewPagingLayout normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    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 CollectionViewPagingLayout -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/arm64_32/CollectionViewPagingLayout.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/arm64_32/CollectionViewPagingLayout-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/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/arm64_32/CollectionViewPagingLayout.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/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/arm64_32/CollectionViewPagingLayout_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.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/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/arm64_32/CollectionViewPagingLayout-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal armv7k Emitting\ module\ for\ CollectionViewPagingLayout (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
EmitSwiftModule normal armv7k (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Lib/BlurEffectView.swift:15:27: error: cannot find type 'UIViewPropertyAnimator' in scope
    private var animator: UIViewPropertyAnimator?
                          ^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/BlurEffectView.swift:25:26: error: method does not override any method from its superclass
    public override func removeFromSuperview() {
           ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Lib/BlurEffectView.swift:30:26: error: method does not override any method from its superclass
    public override func layoutSubviews() {
           ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Lib/BlurEffectView.swift:49:39: error: cannot find type 'UIBlurEffect' in scope
    public func setBlurRadius(effect: UIBlurEffect? = nil, radius: CGFloat = 1.0) {
                                      ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/BlurEffectView.swift:11:30: error: cannot find type 'UIVisualEffectView' in scope
public class BlurEffectView: UIVisualEffectView {
                             ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/CollectionViewPagingLayout.swift:36:33: error: cannot find type 'UICollectionView' in scope
    public var scrollDirection: UICollectionView.ScrollDirection = .horizontal
                                ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/CollectionViewPagingLayout.swift:85:59: error: cannot find type 'UICollectionViewLayoutAttributes' in scope
    private var attributesCache: [(page: Int, attributes: UICollectionViewLayoutAttributes)]?
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/CollectionViewPagingLayout.swift:53:25: error: property does not override any property from its superclass
    override public var collectionViewContentSize: CGSize {
    ~~~~~~~~            ^
/Users/admin/builder/spi-builder-workspace/Lib/CollectionViewPagingLayout.swift:142:26: error: method does not override any method from its superclass
    override public func shouldInvalidateLayout(forBoundsChange newBounds: CGRect) -> Bool {
    ~~~~~~~~             ^
/Users/admin/builder/spi-builder-workspace/Lib/CollectionViewPagingLayout.swift:149:75: error: cannot find type 'UICollectionViewLayoutAttributes' in scope
    override public func layoutAttributesForElements(in rect: CGRect) -> [UICollectionViewLayoutAttributes]? {
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/CollectionViewPagingLayout.swift:219:26: error: method does not override any method from its superclass
    override public func invalidateLayout() {
    ~~~~~~~~             ^
/Users/admin/builder/spi-builder-workspace/Lib/CollectionViewPagingLayout.swift:26:42: error: cannot find type 'UICollectionViewLayout' in scope
public class CollectionViewPagingLayout: UICollectionViewLayout {
                                         ^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformView.swift:18:23: error: cannot find type 'UIView' in scope
    var scalableView: UIView { get }
                      ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformView.swift:21:28: error: cannot find type 'UIView' in scope
    var scaleBlurViewHost: UIView { get }
                           ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformView.swift:31:28: error: cannot find type 'UIView' in scope
    var scaleBlurViewHost: UIView {
                           ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformView.swift:37:49: error: cannot find type 'UICollectionViewCell' in scope
public extension ScaleTransformView where Self: UICollectionViewCell {
                                                ^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformView.swift:41:23: error: cannot find type 'UIView' in scope
    var scalableView: UIView {
                      ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformViewOptions.swift:84:33: error: cannot find type 'UIBlurEffect' in scope
    public var blurEffectStyle: UIBlurEffect.Style
                                ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformViewOptions.swift:117:26: error: cannot find type 'UIBlurEffect' in scope
        blurEffectStyle: UIBlurEffect.Style = .light,
                         ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotContainerView.swift:15:28: error: cannot find type 'UIView' in scope
    public let snapshots: [UIView]
                           ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotContainerView.swift:20:34: error: cannot find type 'UIView' in scope
    private weak var targetView: UIView?
                                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotContainerView.swift:25:30: error: cannot find type 'UIView' in scope
    public init?(targetView: UIView, pieceSizeRatio: CGSize, identifier: String) {
                             ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotContainerView.swift:11:37: error: cannot find type 'UIView' in scope
public class SnapshotContainerView: UIView {
                                    ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift:17:21: error: cannot find type 'UIView' in scope
    var targetView: UIView { get }
                    ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift:34:52: error: cannot find type 'UICollectionViewCell' in scope
public extension SnapshotTransformView where Self: UICollectionViewCell {
                                                   ^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift:38:21: error: cannot find type 'UIView' in scope
    var targetView: UIView {
                    ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift:18:19: error: cannot find type 'UIView' in scope
    var cardView: UIView { get }
                  ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift:21:28: error: cannot find type 'UIView' in scope
    var stackBlurViewHost: UIView { get }
                           ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift:31:28: error: cannot find type 'UIView' in scope
    var stackBlurViewHost: UIView {
                           ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift:38:49: error: cannot find type 'UICollectionViewCell' in scope
public extension StackTransformView where Self: UICollectionViewCell {
                                                ^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift:42:19: error: cannot find type 'UIView' in scope
    var cardView: UIView {
                  ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformViewOptions.swift:98:33: error: cannot find type 'UIBlurEffect' in scope
    public var blurEffectStyle: UIBlurEffect.Style
                                ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformViewOptions.swift:126:26: error: cannot find type 'UIBlurEffect' in scope
        blurEffectStyle: UIBlurEffect.Style = .light
                         ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewCell.swift:9:41: error: cannot find type 'UIHostingController' in scope
    private weak var hostingController: UIHostingController<Content>?
                                        ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewCell.swift:4:73: error: cannot find type 'UICollectionViewCell' in scope
class PagingCollectionViewCell<ValueType: Identifiable, Content: View>: UICollectionViewCell {
                                                                        ^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewCell.swift:104:23: error: cannot find type 'UIView' in scope
    var scalableView: UIView {
                      ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewCell.swift:108:19: error: cannot find type 'UIView' in scope
    var cardView: UIView {
                  ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewCell.swift:112:21: error: cannot find type 'UIView' in scope
    var targetView: UIView {
                    ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewCell.swift:116:25: error: cannot find type 'UIView' in scope
    var selectableView: UIView? {
                        ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Lib/TransformableView.swift:17:25: error: cannot find type 'UIView' in scope
    var selectableView: UIView? { get }
                        ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewController.swift:24:33: error: cannot find type 'UICollectionView' in scope
    private var collectionView: UICollectionView!
                                ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewController.swift:31:26: error: method does not override any method from its superclass
    public override func viewDidLoad() {
           ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewController.swift:40:50: error: cannot find type 'UICollectionView' in scope
    public func collectionView(_ collectionView: UICollectionView, numberOfItemsInSection section: Int) -> Int {
                                                 ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewController.swift:44:107: error: cannot find type 'UICollectionViewCell' in scope
    public func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell {
                                                                                                          ^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewController.swift:44:50: error: cannot find type 'UICollectionView' in scope
    public func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell {
                                                 ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewController.swift:85:50: error: cannot find type 'UICollectionView' in scope
    public func collectionView(_ collectionView: UICollectionView, didSelectItemAt indexPath: IndexPath) {
                                                 ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewController.swift:12:90: error: cannot find type 'UIViewController' in scope
public class PagingCollectionViewController<ValueType: Identifiable, PageContent: View>: UIViewController,
                                                                                         ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewController.swift:13:5: error: cannot find type 'UICollectionViewDataSource' in scope
    UICollectionViewDataSource,
    ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewController.swift:15:5: error: cannot find type 'UICollectionViewDelegate' in scope
    UICollectionViewDelegate,
    ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewController.swift:16:5: error: cannot find type 'UIScrollViewDelegate' in scope
    UIScrollViewDelegate {
    ^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewController.swift:160:19: error: cannot find type 'UICollectionView' in scope
private extension UICollectionView {
                  ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewController.swift:171:19: error: cannot find type 'UICollectionViewCell' in scope
private extension UICollectionViewCell {
                  ^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewModifierData.swift:16:36: error: cannot find type 'UIView' in scope
    var snapshotIdentifier: ((Int, UIView?) -> String)?
                                   ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewModifierData.swift:17:52: error: cannot find type 'UIView' in scope
    var canReuseSnapshot: ((SnapshotContainerView, UIView?) -> Bool)?
                                                   ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewModifierData.swift:24:26: error: cannot find type 'UICollectionView' in scope
    var scrollDirection: UICollectionView.ScrollDirection?
                         ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewModifierData.swift:30:41: error: cannot find type 'UICollectionView' in scope
    func getKey<T>() -> WritableKeyPath<UICollectionView, T>?
                                        ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewModifierData.swift:35:34: error: cannot find type 'UICollectionView' in scope
    let keyPath: WritableKeyPath<UICollectionView, T>
                                 ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewModifierData.swift:38:41: error: cannot find type 'UICollectionView' in scope
    func getKey<T>() -> WritableKeyPath<UICollectionView, T>? {
                                        ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewModifierData.swift:42:19: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    func getValue<T>() -> T? {
                  ^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewModifierData.swift:34:31: note: 'T' previously declared here
struct CollectionViewProperty<T>: CollectionViewPropertyProtocol {
                              ^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/ScalePageView.swift:12:74: error: cannot find type 'UIViewControllerRepresentable' in scope
public struct ScalePageView<ValueType: Identifiable, PageContent: View>: UIViewControllerRepresentable, TransformPageViewProtocol {
                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/SnapshotPageView.swift:12:77: error: cannot find type 'UIViewControllerRepresentable' in scope
public struct SnapshotPageView<ValueType: Identifiable, PageContent: View>: UIViewControllerRepresentable, TransformPageViewProtocol {
                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/SnapshotPageView.swift:45:84: error: cannot find type 'UIView' in scope
    func snapshotIdentifier(_ snapshotIdentifier: @escaping (_ index: Int, _ view: UIView?) -> String) -> Self {
                                                                                   ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/SnapshotPageView.swift:56:110: error: cannot find type 'UIView' in scope
    func canReuseSnapshot(_ canReuseSnapshot: @escaping (_ snapshotContainer: SnapshotContainerView, _ view: UIView?) -> Bool) -> Self {
                                                                                                             ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/StackPageView.swift:12:74: error: cannot find type 'UIViewControllerRepresentable' in scope
public struct StackPageView<ValueType: Identifiable, PageContent: View>: UIViewControllerRepresentable, TransformPageViewProtocol {
                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/TransformPageView.swift:11:78: error: cannot find type 'UIViewControllerRepresentable' in scope
public struct TransformPageView<ValueType: Identifiable, PageContent: View>: UIViewControllerRepresentable, TransformPageViewProtocol {
                                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/TransformPageViewProtocol.swift:81:39: error: cannot find type 'UICollectionView' in scope
    func scrollDirection(_ direction: UICollectionView.ScrollDirection) -> Self {
                                      ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/TransformPageViewProtocol.swift:91:51: error: cannot find type 'UICollectionView' in scope
    func collectionView<T>(_ key: WritableKeyPath<UICollectionView, T>, _ value: T) -> Self {
                                                  ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/TransformPageViewProtocol.swift:99:56: error: cannot find type 'UIViewControllerRepresentable' in scope
public extension TransformPageViewProtocol where Self: UIViewControllerRepresentable {
                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/TransformPageViewProtocol.swift:100:41: error: cannot find type 'UIViewControllerRepresentableContext' in scope
     func makeUIViewController(context: UIViewControllerRepresentableContext<Self>) -> Builder.ViewController {
                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/TransformPageViewProtocol.swift:104:86: error: cannot find type 'Context' in scope
    func updateUIViewController(_ uiViewController: Builder.ViewController, context: Context) {
                                                                                     ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/TransformableView.swift:46:48: error: cannot find type 'UICollectionViewCell' in scope
public extension TransformableView where Self: UICollectionViewCell {
                                               ^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/TransformableView.swift:50:25: error: cannot find type 'UIView' in scope
    var selectableView: UIView? {
                        ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Lib/TransformableView.swift:56:18: error: cannot find type 'UICollectionViewCell' in scope
public extension UICollectionViewCell {
                 ^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/Utilities/UIView+Utilities.swift:11:11: error: cannot find type 'UIView' in scope
extension UIView {
          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Lib/ViewAnimator.swift:34:30: error: 'CADisplayLink' is unavailable in watchOS
    private var displayLink: CADisplayLink?
                             ^~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CADisplayLink.h:21:12: note: 'CADisplayLink' has been explicitly marked unavailable here
@interface CADisplayLink : NSObject
           ^
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Lib/BlurEffectView.swift /Users/admin/builder/spi-builder-workspace/Lib/CollectionViewPagingLayout.ZPositionHandler.swift /Users/admin/builder/spi-builder-workspace/Lib/CollectionViewPagingLayout.swift /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformView.swift /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformViewOptions+Layout.swift /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformViewOptions.Rotation3dOptions.swift /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformViewOptions.Translation3dOptions.swift /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformViewOptions.swift /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotContainerView.swift /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformViewOptions+Layout.swift /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformViewOptions.PiecePosition.swift /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformViewOptions.PiecesValue.swift /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformViewOptions.swift /Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift /Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformViewOptions+Layout.swift /Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformViewOptions.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagePadding.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewCell.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewController.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewControllerBuilder.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewModifierData.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/ScalePageView.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/SnapshotPageView.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/StackPageView.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/TransformPageView.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/TransformPageViewProtocol.swift /Users/admin/builder/spi-builder-workspace/Lib/TransformCurve.swift /Users/admin/builder/spi-builder-workspace/Lib/TransformableView.swift /Users/admin/builder/spi-builder-workspace/Lib/Utilities/CGFloat+Interpolate.swift /Users/admin/builder/spi-builder-workspace/Lib/Utilities/CGFloat+Range.swift /Users/admin/builder/spi-builder-workspace/Lib/Utilities/Multipliable.swift /Users/admin/builder/spi-builder-workspace/Lib/Utilities/UIView+Utilities.swift /Users/admin/builder/spi-builder-workspace/Lib/ViewAnimator.swift -target armv7k-apple-watchos6.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -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/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/armv7k/CollectionViewPagingLayout_const_extract_protocols.json -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-experimental-feature DebugDescriptionMacro -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CollectionViewPagingLayout -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.4 -target-sdk-name watchos11.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/armv7k/CollectionViewPagingLayout.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/armv7k/CollectionViewPagingLayout.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/armv7k/CollectionViewPagingLayout-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/armv7k/CollectionViewPagingLayout-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/armv7k/CollectionViewPagingLayout-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/armv7k/CollectionViewPagingLayout.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/armv7k/CollectionViewPagingLayout.abi.json
SwiftCompile normal armv7k Compiling\ BlurEffectView.swift,\ CollectionViewPagingLayout.ZPositionHandler.swift,\ CollectionViewPagingLayout.swift,\ ScaleTransformView.swift /Users/admin/builder/spi-builder-workspace/Lib/BlurEffectView.swift /Users/admin/builder/spi-builder-workspace/Lib/CollectionViewPagingLayout.ZPositionHandler.swift /Users/admin/builder/spi-builder-workspace/Lib/CollectionViewPagingLayout.swift /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformView.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Lib/BlurEffectView.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Lib/CollectionViewPagingLayout.ZPositionHandler.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Lib/CollectionViewPagingLayout.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformView.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ SnapshotContainerView.swift,\ SnapshotTransformView.swift,\ SnapshotTransformViewOptions+Layout.swift,\ SnapshotTransformViewOptions.PiecePosition.swift /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotContainerView.swift /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformViewOptions+Layout.swift /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformViewOptions.PiecePosition.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotContainerView.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformViewOptions+Layout.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformViewOptions.PiecePosition.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ PagingCollectionViewController.swift,\ PagingCollectionViewControllerBuilder.swift,\ PagingCollectionViewModifierData.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewController.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewControllerBuilder.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewModifierData.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewController.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewControllerBuilder.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewModifierData.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ SnapshotTransformViewOptions.PiecesValue.swift,\ SnapshotTransformViewOptions.swift,\ StackTransformView.swift,\ StackTransformViewOptions+Layout.swift /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformViewOptions.PiecesValue.swift /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformViewOptions.swift /Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift /Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformViewOptions+Layout.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformViewOptions.PiecesValue.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformViewOptions.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformViewOptions+Layout.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ StackTransformViewOptions.swift,\ PagePadding.swift,\ PagingCollectionViewCell.swift /Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformViewOptions.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagePadding.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewCell.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformViewOptions.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagePadding.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewCell.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ TransformPageView.swift,\ TransformPageViewProtocol.swift,\ TransformCurve.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/TransformPageView.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/TransformPageViewProtocol.swift /Users/admin/builder/spi-builder-workspace/Lib/TransformCurve.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/TransformPageView.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/TransformPageViewProtocol.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Lib/TransformCurve.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ ScaleTransformViewOptions+Layout.swift,\ ScaleTransformViewOptions.Rotation3dOptions.swift,\ ScaleTransformViewOptions.Translation3dOptions.swift,\ ScaleTransformViewOptions.swift /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformViewOptions+Layout.swift /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformViewOptions.Rotation3dOptions.swift /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformViewOptions.Translation3dOptions.swift /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformViewOptions.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformViewOptions+Layout.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformViewOptions.Rotation3dOptions.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformViewOptions.Translation3dOptions.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformViewOptions.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ ScalePageView.swift,\ SnapshotPageView.swift,\ StackPageView.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/ScalePageView.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/SnapshotPageView.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/StackPageView.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/ScalePageView.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/SnapshotPageView.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/StackPageView.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ TransformableView.swift,\ CGFloat+Interpolate.swift,\ CGFloat+Range.swift /Users/admin/builder/spi-builder-workspace/Lib/TransformableView.swift /Users/admin/builder/spi-builder-workspace/Lib/Utilities/CGFloat+Interpolate.swift /Users/admin/builder/spi-builder-workspace/Lib/Utilities/CGFloat+Range.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Lib/TransformableView.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Lib/Utilities/CGFloat+Interpolate.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Lib/Utilities/CGFloat+Range.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64_32 Emitting\ module\ for\ CollectionViewPagingLayout (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
Command SwiftEmitModule failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
	EmitSwiftModule normal armv7k (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
	SwiftEmitModule normal armv7k Emitting\ module\ for\ CollectionViewPagingLayout (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
	SwiftEmitModule normal arm64_32 Emitting\ module\ for\ CollectionViewPagingLayout (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
	Building workspace spi-builder-workspace with scheme CollectionViewPagingLayout
(4 failures)
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  CollectionViewPagingLayout: /Users/admin/builder/spi-builder-workspace
resolved source packages: CollectionViewPagingLayout
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CollectionViewPagingLayout",
  "name" : "CollectionViewPagingLayout",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "CollectionViewPagingLayout",
      "targets" : [
        "CollectionViewPagingLayout"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CollectionViewPagingLayout",
      "module_type" : "SwiftTarget",
      "name" : "CollectionViewPagingLayout",
      "path" : "Lib",
      "product_memberships" : [
        "CollectionViewPagingLayout"
      ],
      "sources" : [
        "BlurEffectView.swift",
        "CollectionViewPagingLayout.ZPositionHandler.swift",
        "CollectionViewPagingLayout.swift",
        "Scale/ScaleTransformView.swift",
        "Scale/ScaleTransformViewOptions+Layout.swift",
        "Scale/ScaleTransformViewOptions.Rotation3dOptions.swift",
        "Scale/ScaleTransformViewOptions.Translation3dOptions.swift",
        "Scale/ScaleTransformViewOptions.swift",
        "Snapshot/SnapshotContainerView.swift",
        "Snapshot/SnapshotTransformView.swift",
        "Snapshot/SnapshotTransformViewOptions+Layout.swift",
        "Snapshot/SnapshotTransformViewOptions.PiecePosition.swift",
        "Snapshot/SnapshotTransformViewOptions.PiecesValue.swift",
        "Snapshot/SnapshotTransformViewOptions.swift",
        "Stack/StackTransformView.swift",
        "Stack/StackTransformViewOptions+Layout.swift",
        "Stack/StackTransformViewOptions.swift",
        "SwiftUI/PagePadding.swift",
        "SwiftUI/PagingCollectionViewCell.swift",
        "SwiftUI/PagingCollectionViewController.swift",
        "SwiftUI/PagingCollectionViewControllerBuilder.swift",
        "SwiftUI/PagingCollectionViewModifierData.swift",
        "SwiftUI/ScalePageView.swift",
        "SwiftUI/SnapshotPageView.swift",
        "SwiftUI/StackPageView.swift",
        "SwiftUI/TransformPageView.swift",
        "SwiftUI/TransformPageViewProtocol.swift",
        "TransformCurve.swift",
        "TransformableView.swift",
        "Utilities/CGFloat+Interpolate.swift",
        "Utilities/CGFloat+Range.swift",
        "Utilities/Multipliable.swift",
        "Utilities/UIView+Utilities.swift",
        "ViewAnimator.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "CollectionViewPagingLayout"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme CollectionViewPagingLayout -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme CollectionViewPagingLayout -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
  CollectionViewPagingLayout: /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 'CollectionViewPagingLayout' in project 'CollectionViewPagingLayout'
        ➜ Explicit dependency on target 'CollectionViewPagingLayout' in project 'CollectionViewPagingLayout'
    Target 'CollectionViewPagingLayout' in project 'CollectionViewPagingLayout' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 21929612105d082e878018c1f37ba2c0
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/21929612105d082e878018c1f37ba2c0.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
SwiftDriver CollectionViewPagingLayout normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    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 CollectionViewPagingLayout -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/arm64_32/CollectionViewPagingLayout.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/arm64_32/CollectionViewPagingLayout-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/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/arm64_32/CollectionViewPagingLayout.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/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/arm64_32/CollectionViewPagingLayout_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.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/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/arm64_32/CollectionViewPagingLayout-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver CollectionViewPagingLayout normal armv7k com.apple.xcode.tools.swift.compiler (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    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 CollectionViewPagingLayout -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/armv7k/CollectionViewPagingLayout.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/armv7k/CollectionViewPagingLayout-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/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/armv7k/CollectionViewPagingLayout.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/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/armv7k/CollectionViewPagingLayout_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.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/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/armv7k/CollectionViewPagingLayout-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver CollectionViewPagingLayout normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    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 CollectionViewPagingLayout -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/arm64/CollectionViewPagingLayout.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/arm64/CollectionViewPagingLayout-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/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/arm64/CollectionViewPagingLayout.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/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/arm64/CollectionViewPagingLayout_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.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/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/arm64/CollectionViewPagingLayout-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal armv7k Emitting\ module\ for\ CollectionViewPagingLayout (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
EmitSwiftModule normal armv7k (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Lib/BlurEffectView.swift:15:27: error: cannot find type 'UIViewPropertyAnimator' in scope
    private var animator: UIViewPropertyAnimator?
                          ^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/BlurEffectView.swift:25:26: error: method does not override any method from its superclass
    public override func removeFromSuperview() {
           ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Lib/BlurEffectView.swift:30:26: error: method does not override any method from its superclass
    public override func layoutSubviews() {
           ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Lib/BlurEffectView.swift:49:39: error: cannot find type 'UIBlurEffect' in scope
    public func setBlurRadius(effect: UIBlurEffect? = nil, radius: CGFloat = 1.0) {
                                      ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/BlurEffectView.swift:11:30: error: cannot find type 'UIVisualEffectView' in scope
public class BlurEffectView: UIVisualEffectView {
                             ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/CollectionViewPagingLayout.swift:36:33: error: cannot find type 'UICollectionView' in scope
    public var scrollDirection: UICollectionView.ScrollDirection = .horizontal
                                ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/CollectionViewPagingLayout.swift:53:25: error: property does not override any property from its superclass
    override public var collectionViewContentSize: CGSize {
    ~~~~~~~~            ^
/Users/admin/builder/spi-builder-workspace/Lib/CollectionViewPagingLayout.swift:85:59: error: cannot find type 'UICollectionViewLayoutAttributes' in scope
    private var attributesCache: [(page: Int, attributes: UICollectionViewLayoutAttributes)]?
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/CollectionViewPagingLayout.swift:142:26: error: method does not override any method from its superclass
    override public func shouldInvalidateLayout(forBoundsChange newBounds: CGRect) -> Bool {
    ~~~~~~~~             ^
/Users/admin/builder/spi-builder-workspace/Lib/CollectionViewPagingLayout.swift:149:75: error: cannot find type 'UICollectionViewLayoutAttributes' in scope
    override public func layoutAttributesForElements(in rect: CGRect) -> [UICollectionViewLayoutAttributes]? {
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/CollectionViewPagingLayout.swift:219:26: error: method does not override any method from its superclass
    override public func invalidateLayout() {
    ~~~~~~~~             ^
/Users/admin/builder/spi-builder-workspace/Lib/CollectionViewPagingLayout.swift:26:42: error: cannot find type 'UICollectionViewLayout' in scope
public class CollectionViewPagingLayout: UICollectionViewLayout {
                                         ^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformView.swift:18:23: error: cannot find type 'UIView' in scope
    var scalableView: UIView { get }
                      ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformView.swift:21:28: error: cannot find type 'UIView' in scope
    var scaleBlurViewHost: UIView { get }
                           ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformView.swift:31:28: error: cannot find type 'UIView' in scope
    var scaleBlurViewHost: UIView {
                           ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformView.swift:37:49: error: cannot find type 'UICollectionViewCell' in scope
public extension ScaleTransformView where Self: UICollectionViewCell {
                                                ^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformView.swift:41:23: error: cannot find type 'UIView' in scope
    var scalableView: UIView {
                      ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformViewOptions.swift:84:33: error: cannot find type 'UIBlurEffect' in scope
    public var blurEffectStyle: UIBlurEffect.Style
                                ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformViewOptions.swift:117:26: error: cannot find type 'UIBlurEffect' in scope
        blurEffectStyle: UIBlurEffect.Style = .light,
                         ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotContainerView.swift:15:28: error: cannot find type 'UIView' in scope
    public let snapshots: [UIView]
                           ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotContainerView.swift:20:34: error: cannot find type 'UIView' in scope
    private weak var targetView: UIView?
                                 ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotContainerView.swift:25:30: error: cannot find type 'UIView' in scope
    public init?(targetView: UIView, pieceSizeRatio: CGSize, identifier: String) {
                             ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotContainerView.swift:11:37: error: cannot find type 'UIView' in scope
public class SnapshotContainerView: UIView {
                                    ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift:17:21: error: cannot find type 'UIView' in scope
    var targetView: UIView { get }
                    ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift:34:52: error: cannot find type 'UICollectionViewCell' in scope
public extension SnapshotTransformView where Self: UICollectionViewCell {
                                                   ^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift:38:21: error: cannot find type 'UIView' in scope
    var targetView: UIView {
                    ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift:18:19: error: cannot find type 'UIView' in scope
    var cardView: UIView { get }
                  ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift:21:28: error: cannot find type 'UIView' in scope
    var stackBlurViewHost: UIView { get }
                           ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift:31:28: error: cannot find type 'UIView' in scope
    var stackBlurViewHost: UIView {
                           ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift:38:49: error: cannot find type 'UICollectionViewCell' in scope
public extension StackTransformView where Self: UICollectionViewCell {
                                                ^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift:42:19: error: cannot find type 'UIView' in scope
    var cardView: UIView {
                  ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformViewOptions.swift:98:33: error: cannot find type 'UIBlurEffect' in scope
    public var blurEffectStyle: UIBlurEffect.Style
                                ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformViewOptions.swift:126:26: error: cannot find type 'UIBlurEffect' in scope
        blurEffectStyle: UIBlurEffect.Style = .light
                         ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewCell.swift:4:73: error: cannot find type 'UICollectionViewCell' in scope
class PagingCollectionViewCell<ValueType: Identifiable, Content: View>: UICollectionViewCell {
                                                                        ^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewCell.swift:9:41: error: cannot find type 'UIHostingController' in scope
    private weak var hostingController: UIHostingController<Content>?
                                        ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewCell.swift:104:23: error: cannot find type 'UIView' in scope
    var scalableView: UIView {
                      ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewCell.swift:108:19: error: cannot find type 'UIView' in scope
    var cardView: UIView {
                  ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewCell.swift:112:21: error: cannot find type 'UIView' in scope
    var targetView: UIView {
                    ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewCell.swift:116:25: error: cannot find type 'UIView' in scope
    var selectableView: UIView? {
                        ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Lib/TransformableView.swift:17:25: error: cannot find type 'UIView' in scope
    var selectableView: UIView? { get }
                        ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewController.swift:24:33: error: cannot find type 'UICollectionView' in scope
    private var collectionView: UICollectionView!
                                ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewController.swift:31:26: error: method does not override any method from its superclass
    public override func viewDidLoad() {
           ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewController.swift:40:50: error: cannot find type 'UICollectionView' in scope
    public func collectionView(_ collectionView: UICollectionView, numberOfItemsInSection section: Int) -> Int {
                                                 ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewController.swift:44:107: error: cannot find type 'UICollectionViewCell' in scope
    public func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell {
                                                                                                          ^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewController.swift:44:50: error: cannot find type 'UICollectionView' in scope
    public func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell {
                                                 ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewController.swift:85:50: error: cannot find type 'UICollectionView' in scope
    public func collectionView(_ collectionView: UICollectionView, didSelectItemAt indexPath: IndexPath) {
                                                 ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewController.swift:12:90: error: cannot find type 'UIViewController' in scope
public class PagingCollectionViewController<ValueType: Identifiable, PageContent: View>: UIViewController,
                                                                                         ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewController.swift:13:5: error: cannot find type 'UICollectionViewDataSource' in scope
    UICollectionViewDataSource,
    ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewController.swift:15:5: error: cannot find type 'UICollectionViewDelegate' in scope
    UICollectionViewDelegate,
    ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewController.swift:16:5: error: cannot find type 'UIScrollViewDelegate' in scope
    UIScrollViewDelegate {
    ^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewController.swift:160:19: error: cannot find type 'UICollectionView' in scope
private extension UICollectionView {
                  ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewController.swift:171:19: error: cannot find type 'UICollectionViewCell' in scope
private extension UICollectionViewCell {
                  ^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewModifierData.swift:16:36: error: cannot find type 'UIView' in scope
    var snapshotIdentifier: ((Int, UIView?) -> String)?
                                   ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewModifierData.swift:17:52: error: cannot find type 'UIView' in scope
    var canReuseSnapshot: ((SnapshotContainerView, UIView?) -> Bool)?
                                                   ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewModifierData.swift:24:26: error: cannot find type 'UICollectionView' in scope
    var scrollDirection: UICollectionView.ScrollDirection?
                         ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewModifierData.swift:30:41: error: cannot find type 'UICollectionView' in scope
    func getKey<T>() -> WritableKeyPath<UICollectionView, T>?
                                        ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewModifierData.swift:35:34: error: cannot find type 'UICollectionView' in scope
    let keyPath: WritableKeyPath<UICollectionView, T>
                                 ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewModifierData.swift:38:41: error: cannot find type 'UICollectionView' in scope
    func getKey<T>() -> WritableKeyPath<UICollectionView, T>? {
                                        ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewModifierData.swift:42:19: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    func getValue<T>() -> T? {
                  ^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewModifierData.swift:34:31: note: 'T' previously declared here
struct CollectionViewProperty<T>: CollectionViewPropertyProtocol {
                              ^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/ScalePageView.swift:12:74: error: cannot find type 'UIViewControllerRepresentable' in scope
public struct ScalePageView<ValueType: Identifiable, PageContent: View>: UIViewControllerRepresentable, TransformPageViewProtocol {
                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/SnapshotPageView.swift:12:77: error: cannot find type 'UIViewControllerRepresentable' in scope
public struct SnapshotPageView<ValueType: Identifiable, PageContent: View>: UIViewControllerRepresentable, TransformPageViewProtocol {
                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/SnapshotPageView.swift:45:84: error: cannot find type 'UIView' in scope
    func snapshotIdentifier(_ snapshotIdentifier: @escaping (_ index: Int, _ view: UIView?) -> String) -> Self {
                                                                                   ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/SnapshotPageView.swift:56:110: error: cannot find type 'UIView' in scope
    func canReuseSnapshot(_ canReuseSnapshot: @escaping (_ snapshotContainer: SnapshotContainerView, _ view: UIView?) -> Bool) -> Self {
                                                                                                             ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/StackPageView.swift:12:74: error: cannot find type 'UIViewControllerRepresentable' in scope
public struct StackPageView<ValueType: Identifiable, PageContent: View>: UIViewControllerRepresentable, TransformPageViewProtocol {
                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/TransformPageView.swift:11:78: error: cannot find type 'UIViewControllerRepresentable' in scope
public struct TransformPageView<ValueType: Identifiable, PageContent: View>: UIViewControllerRepresentable, TransformPageViewProtocol {
                                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/TransformPageViewProtocol.swift:81:39: error: cannot find type 'UICollectionView' in scope
    func scrollDirection(_ direction: UICollectionView.ScrollDirection) -> Self {
                                      ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/TransformPageViewProtocol.swift:91:51: error: cannot find type 'UICollectionView' in scope
    func collectionView<T>(_ key: WritableKeyPath<UICollectionView, T>, _ value: T) -> Self {
                                                  ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/TransformPageViewProtocol.swift:99:56: error: cannot find type 'UIViewControllerRepresentable' in scope
public extension TransformPageViewProtocol where Self: UIViewControllerRepresentable {
                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/TransformPageViewProtocol.swift:100:41: error: cannot find type 'UIViewControllerRepresentableContext' in scope
     func makeUIViewController(context: UIViewControllerRepresentableContext<Self>) -> Builder.ViewController {
                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/TransformPageViewProtocol.swift:104:86: error: cannot find type 'Context' in scope
    func updateUIViewController(_ uiViewController: Builder.ViewController, context: Context) {
                                                                                     ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/TransformableView.swift:46:48: error: cannot find type 'UICollectionViewCell' in scope
public extension TransformableView where Self: UICollectionViewCell {
                                               ^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/TransformableView.swift:50:25: error: cannot find type 'UIView' in scope
    var selectableView: UIView? {
                        ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Lib/TransformableView.swift:56:18: error: cannot find type 'UICollectionViewCell' in scope
public extension UICollectionViewCell {
                 ^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/Utilities/UIView+Utilities.swift:11:11: error: cannot find type 'UIView' in scope
extension UIView {
          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Lib/ViewAnimator.swift:34:30: error: 'CADisplayLink' is unavailable in watchOS
    private var displayLink: CADisplayLink?
                             ^~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CADisplayLink.h:21:12: note: 'CADisplayLink' has been explicitly marked unavailable here
@interface CADisplayLink : NSObject
           ^
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Lib/BlurEffectView.swift /Users/admin/builder/spi-builder-workspace/Lib/CollectionViewPagingLayout.ZPositionHandler.swift /Users/admin/builder/spi-builder-workspace/Lib/CollectionViewPagingLayout.swift /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformView.swift /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformViewOptions+Layout.swift /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformViewOptions.Rotation3dOptions.swift /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformViewOptions.Translation3dOptions.swift /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformViewOptions.swift /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotContainerView.swift /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformViewOptions+Layout.swift /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformViewOptions.PiecePosition.swift /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformViewOptions.PiecesValue.swift /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformViewOptions.swift /Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift /Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformViewOptions+Layout.swift /Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformViewOptions.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagePadding.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewCell.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewController.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewControllerBuilder.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewModifierData.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/ScalePageView.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/SnapshotPageView.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/StackPageView.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/TransformPageView.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/TransformPageViewProtocol.swift /Users/admin/builder/spi-builder-workspace/Lib/TransformCurve.swift /Users/admin/builder/spi-builder-workspace/Lib/TransformableView.swift /Users/admin/builder/spi-builder-workspace/Lib/Utilities/CGFloat+Interpolate.swift /Users/admin/builder/spi-builder-workspace/Lib/Utilities/CGFloat+Range.swift /Users/admin/builder/spi-builder-workspace/Lib/Utilities/Multipliable.swift /Users/admin/builder/spi-builder-workspace/Lib/Utilities/UIView+Utilities.swift /Users/admin/builder/spi-builder-workspace/Lib/ViewAnimator.swift -target armv7k-apple-watchos6.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -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/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/armv7k/CollectionViewPagingLayout_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CollectionViewPagingLayout -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.4 -target-sdk-name watchos11.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/armv7k/CollectionViewPagingLayout.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/armv7k/CollectionViewPagingLayout.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/armv7k/CollectionViewPagingLayout-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/armv7k/CollectionViewPagingLayout-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/armv7k/CollectionViewPagingLayout-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/armv7k/CollectionViewPagingLayout.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/armv7k/CollectionViewPagingLayout.abi.json
SwiftCompile normal armv7k Compiling\ SnapshotContainerView.swift,\ SnapshotTransformView.swift,\ SnapshotTransformViewOptions+Layout.swift,\ SnapshotTransformViewOptions.PiecePosition.swift /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotContainerView.swift /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformViewOptions+Layout.swift /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformViewOptions.PiecePosition.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotContainerView.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformViewOptions+Layout.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformViewOptions.PiecePosition.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ SnapshotTransformViewOptions.PiecesValue.swift,\ SnapshotTransformViewOptions.swift,\ StackTransformView.swift,\ StackTransformViewOptions+Layout.swift /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformViewOptions.PiecesValue.swift /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformViewOptions.swift /Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift /Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformViewOptions+Layout.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformViewOptions.PiecesValue.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformViewOptions.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformViewOptions+Layout.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ StackTransformViewOptions.swift,\ PagePadding.swift,\ PagingCollectionViewCell.swift /Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformViewOptions.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagePadding.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewCell.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformViewOptions.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagePadding.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewCell.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ PagingCollectionViewController.swift,\ PagingCollectionViewControllerBuilder.swift,\ PagingCollectionViewModifierData.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewController.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewControllerBuilder.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewModifierData.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewController.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewControllerBuilder.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewModifierData.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Multipliable.swift,\ UIView+Utilities.swift,\ ViewAnimator.swift /Users/admin/builder/spi-builder-workspace/Lib/Utilities/Multipliable.swift /Users/admin/builder/spi-builder-workspace/Lib/Utilities/UIView+Utilities.swift /Users/admin/builder/spi-builder-workspace/Lib/ViewAnimator.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/Utilities/Multipliable.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/Utilities/UIView+Utilities.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/ViewAnimator.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ TransformableView.swift,\ CGFloat+Interpolate.swift,\ CGFloat+Range.swift /Users/admin/builder/spi-builder-workspace/Lib/TransformableView.swift /Users/admin/builder/spi-builder-workspace/Lib/Utilities/CGFloat+Interpolate.swift /Users/admin/builder/spi-builder-workspace/Lib/Utilities/CGFloat+Range.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Lib/TransformableView.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Lib/Utilities/CGFloat+Interpolate.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Lib/Utilities/CGFloat+Range.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ CollectionViewPagingLayout (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
EmitSwiftModule normal arm64 (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ SnapshotTransformViewOptions.PiecesValue.swift,\ SnapshotTransformViewOptions.swift,\ StackTransformView.swift,\ StackTransformViewOptions+Layout.swift /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformViewOptions.PiecesValue.swift /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformViewOptions.swift /Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift /Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformViewOptions+Layout.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformViewOptions.PiecesValue.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformViewOptions.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformViewOptions+Layout.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64_32 Emitting\ module\ for\ CollectionViewPagingLayout (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
EmitSwiftModule normal arm64_32 (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ TransformableView.swift,\ CGFloat+Interpolate.swift,\ CGFloat+Range.swift /Users/admin/builder/spi-builder-workspace/Lib/TransformableView.swift /Users/admin/builder/spi-builder-workspace/Lib/Utilities/CGFloat+Interpolate.swift /Users/admin/builder/spi-builder-workspace/Lib/Utilities/CGFloat+Range.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
Command SwiftCompile failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
	EmitSwiftModule normal armv7k (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
	SwiftEmitModule normal armv7k Emitting\ module\ for\ CollectionViewPagingLayout (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
	SwiftCompile normal arm64_32 Compiling\ TransformableView.swift,\ CGFloat+Interpolate.swift,\ CGFloat+Range.swift /Users/admin/builder/spi-builder-workspace/Lib/TransformableView.swift /Users/admin/builder/spi-builder-workspace/Lib/Utilities/CGFloat+Interpolate.swift /Users/admin/builder/spi-builder-workspace/Lib/Utilities/CGFloat+Range.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
	Building workspace spi-builder-workspace with scheme CollectionViewPagingLayout
(4 failures)
BUILD FAILURE 6.1 watchOS