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

Successful build of FancyScrollView, reference develop (7f8194), with Swift 6.1 for visionOS using Xcode 16.3 on 26 Apr 2025 16:43:11 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme FancyScrollView -destination generic/platform=xrOS 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 Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nerdsupremacist/FancyScrollView.git
Reference: develop
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nerdsupremacist/FancyScrollView
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at 7f8194b Merge pull request #9 from devraj/develop
Cloned https://github.com/nerdsupremacist/FancyScrollView.git
Revision (git rev-parse @):
7f8194b23dc209cdb5b0ebc9799a8de487166fdf
SUCCESS checkout https://github.com/nerdsupremacist/FancyScrollView.git at develop
========================================
Build
========================================
Selected platform:         visionOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/nerdsupremacist/FancyScrollView.git
https://github.com/nerdsupremacist/FancyScrollView.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "FancyScrollView",
  "name" : "FancyScrollView",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "FancyScrollView",
      "targets" : [
        "FancyScrollView"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FancyScrollView",
      "module_type" : "SwiftTarget",
      "name" : "FancyScrollView",
      "path" : "Sources/FancyScrollView",
      "product_memberships" : [
        "FancyScrollView"
      ],
      "sources" : [
        "AppleMusicStyleScrollView.swift",
        "BackButton.swift",
        "BlurView.swift",
        "FancyScrollView.swift",
        "HeaderScrollView.swift",
        "HeaderScrollViewTitle.swift",
        "ScrollDownHeaderBehavior.swift",
        "ScrollUpHeaderBehavior.swift",
        "View+hideNavigationBarWithoutLosingSwipeBack.swift",
        "View+navigationAllowSpipeBackWhenHidden.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
Resolve Package Graph
Resolved source packages:
  FancyScrollView: /Users/admin/builder/spi-builder-workspace
resolved source packages: FancyScrollView
{
  "dependencies" : [
  ],
  "manifest_display_name" : "FancyScrollView",
  "name" : "FancyScrollView",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "FancyScrollView",
      "targets" : [
        "FancyScrollView"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FancyScrollView",
      "module_type" : "SwiftTarget",
      "name" : "FancyScrollView",
      "path" : "Sources/FancyScrollView",
      "product_memberships" : [
        "FancyScrollView"
      ],
      "sources" : [
        "AppleMusicStyleScrollView.swift",
        "BackButton.swift",
        "BlurView.swift",
        "FancyScrollView.swift",
        "HeaderScrollView.swift",
        "HeaderScrollViewTitle.swift",
        "ScrollDownHeaderBehavior.swift",
        "ScrollUpHeaderBehavior.swift",
        "View+hideNavigationBarWithoutLosingSwipeBack.swift",
        "View+navigationAllowSpipeBackWhenHidden.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "FancyScrollView"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme FancyScrollView -destination generic/platform=xrOS 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 FancyScrollView -destination generic/platform=xrOS "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:
  FancyScrollView: /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 'FancyScrollView' in project 'FancyScrollView'
        ➜ Explicit dependency on target 'FancyScrollView' in project 'FancyScrollView'
    Target 'FancyScrollView' in project 'FancyScrollView' (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/XROS.platform/Developer/SDKs/XROS2.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: dd58bb544b66c15851a102102d39f5fb
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/dd58bb544b66c15851a102102d39f5fb.xcbuilddata
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
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/XROS.platform/Developer/SDKs/XROS2.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.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/XROS.platform/Developer/SDKs/XROS2.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.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/EagerLinkingTBDs/Debug-xros
    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-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FancyScrollView.build/Debug-xros/FancyScrollView.build/FancyScrollView.DependencyMetadataFileList (in target 'FancyScrollView' from project 'FancyScrollView')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FancyScrollView.build/Debug-xros/FancyScrollView.build/FancyScrollView.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FancyScrollView.build/Debug-xros/FancyScrollView.build/FancyScrollView.DependencyStaticMetadataFileList (in target 'FancyScrollView' from project 'FancyScrollView')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FancyScrollView.build/Debug-xros/FancyScrollView.build/FancyScrollView.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FancyScrollView.build/Debug-xros/FancyScrollView.build/FancyScrollView.modulemap (in target 'FancyScrollView' from project 'FancyScrollView')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FancyScrollView.build/Debug-xros/FancyScrollView.build/FancyScrollView.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FancyScrollView.build/Debug-xros/FancyScrollView.build/Objects-normal/arm64/FancyScrollView.LinkFileList (in target 'FancyScrollView' from project 'FancyScrollView')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FancyScrollView.build/Debug-xros/FancyScrollView.build/Objects-normal/arm64/FancyScrollView.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FancyScrollView.build/Debug-xros/FancyScrollView.build/Objects-normal/arm64/FancyScrollView.SwiftConstValuesFileList (in target 'FancyScrollView' from project 'FancyScrollView')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FancyScrollView.build/Debug-xros/FancyScrollView.build/Objects-normal/arm64/FancyScrollView.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FancyScrollView.build/Debug-xros/FancyScrollView.build/Objects-normal/arm64/FancyScrollView.SwiftFileList (in target 'FancyScrollView' from project 'FancyScrollView')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FancyScrollView.build/Debug-xros/FancyScrollView.build/Objects-normal/arm64/FancyScrollView.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FancyScrollView.build/Debug-xros/FancyScrollView.build/Objects-normal/arm64/FancyScrollView_const_extract_protocols.json (in target 'FancyScrollView' from project 'FancyScrollView')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FancyScrollView.build/Debug-xros/FancyScrollView.build/Objects-normal/arm64/FancyScrollView_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FancyScrollView.build/Debug-xros/FancyScrollView.build/Objects-normal/arm64/FancyScrollView-OutputFileMap.json (in target 'FancyScrollView' from project 'FancyScrollView')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FancyScrollView.build/Debug-xros/FancyScrollView.build/Objects-normal/arm64/FancyScrollView-OutputFileMap.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/FancyScrollView.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FancyScrollView.build/Debug-xros/FancyScrollView.build/FancyScrollView.modulemap (in target 'FancyScrollView' from project 'FancyScrollView')
    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/FancyScrollView.build/Debug-xros/FancyScrollView.build/FancyScrollView.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
SwiftDriver FancyScrollView normal arm64 com.apple.xcode.tools.swift.compiler (in target 'FancyScrollView' from project 'FancyScrollView')
    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 FancyScrollView -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FancyScrollView.build/Debug-xros/FancyScrollView.build/Objects-normal/arm64/FancyScrollView.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/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.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-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FancyScrollView.build/Debug-xros/FancyScrollView.build/Objects-normal/arm64/FancyScrollView-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/FancyScrollView.build/Debug-xros/FancyScrollView.build/Objects-normal/arm64/FancyScrollView.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/FancyScrollView.build/Debug-xros/FancyScrollView.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FancyScrollView.build/Debug-xros/FancyScrollView.build/Objects-normal/arm64/FancyScrollView_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FancyScrollView.build/Debug-xros/FancyScrollView.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FancyScrollView.build/Debug-xros/FancyScrollView.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FancyScrollView.build/Debug-xros/FancyScrollView.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/FancyScrollView.build/Debug-xros/FancyScrollView.build/Objects-normal/arm64/FancyScrollView-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ AppleMusicStyleScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/FancyScrollView/AppleMusicStyleScrollView.swift (in target 'FancyScrollView' from project 'FancyScrollView')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FancyScrollView/AppleMusicStyleScrollView.swift (in target 'FancyScrollView' from project 'FancyScrollView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/FancyScrollView/AppleMusicStyleScrollView.swift:31:22: warning: 'animation' was deprecated in visionOS 1.0: Use withAnimation or animation(_:value:) instead.
                    .animation(.spring())
                     ^
SwiftCompile normal arm64 Compiling\ FancyScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/FancyScrollView/FancyScrollView.swift (in target 'FancyScrollView' from project 'FancyScrollView')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FancyScrollView/FancyScrollView.swift (in target 'FancyScrollView' from project 'FancyScrollView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ BlurView.swift /Users/admin/builder/spi-builder-workspace/Sources/FancyScrollView/BlurView.swift (in target 'FancyScrollView' from project 'FancyScrollView')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FancyScrollView/BlurView.swift (in target 'FancyScrollView' from project 'FancyScrollView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 Compiling\ HeaderScrollViewTitle.swift /Users/admin/builder/spi-builder-workspace/Sources/FancyScrollView/HeaderScrollViewTitle.swift (in target 'FancyScrollView' from project 'FancyScrollView')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FancyScrollView/HeaderScrollViewTitle.swift (in target 'FancyScrollView' from project 'FancyScrollView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ BackButton.swift /Users/admin/builder/spi-builder-workspace/Sources/FancyScrollView/BackButton.swift (in target 'FancyScrollView' from project 'FancyScrollView')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FancyScrollView/BackButton.swift (in target 'FancyScrollView' from project 'FancyScrollView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ScrollDownHeaderBehavior.swift /Users/admin/builder/spi-builder-workspace/Sources/FancyScrollView/ScrollDownHeaderBehavior.swift (in target 'FancyScrollView' from project 'FancyScrollView')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FancyScrollView/ScrollDownHeaderBehavior.swift (in target 'FancyScrollView' from project 'FancyScrollView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ScrollUpHeaderBehavior.swift /Users/admin/builder/spi-builder-workspace/Sources/FancyScrollView/ScrollUpHeaderBehavior.swift (in target 'FancyScrollView' from project 'FancyScrollView')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FancyScrollView/ScrollUpHeaderBehavior.swift (in target 'FancyScrollView' from project 'FancyScrollView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ View+navigationAllowSpipeBackWhenHidden.swift /Users/admin/builder/spi-builder-workspace/Sources/FancyScrollView/View+navigationAllowSpipeBackWhenHidden.swift (in target 'FancyScrollView' from project 'FancyScrollView')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FancyScrollView/View+navigationAllowSpipeBackWhenHidden.swift (in target 'FancyScrollView' from project 'FancyScrollView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/FancyScrollView/View+navigationAllowSpipeBackWhenHidden.swift:17:68: warning: main actor-isolated property 'delegate' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            navigationController?.interactivePopGestureRecognizer?.delegate = originalDelegate
                                                                   ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:50:69: note: mutation of this property is only permitted within the actor
@property(nullable,nonatomic,weak) id <UIGestureRecognizerDelegate> delegate; // the gesture recognizer's delegate
                                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/FancyScrollView/View+navigationAllowSpipeBackWhenHidden.swift:17:35: warning: main actor-isolated property 'interactivePopGestureRecognizer' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            navigationController?.interactivePopGestureRecognizer?.delegate = originalDelegate
                                  ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINavigationController.h:83:63: note: mutation of this property is only permitted within the actor
@property(nullable, nonatomic, readonly) UIGestureRecognizer *interactivePopGestureRecognizer API_AVAILABLE(ios(7.0)) API_UNAVAILABLE(tvos);
                                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/FancyScrollView/View+navigationAllowSpipeBackWhenHidden.swift:21:20: warning: main actor-isolated property 'originalDelegate' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            return originalDelegate
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/FancyScrollView/View+navigationAllowSpipeBackWhenHidden.swift:14:18: note: property declared here
        weak var originalDelegate: UIGestureRecognizerDelegate?
                 ^
SwiftCompile normal arm64 Compiling\ View+hideNavigationBarWithoutLosingSwipeBack.swift /Users/admin/builder/spi-builder-workspace/Sources/FancyScrollView/View+hideNavigationBarWithoutLosingSwipeBack.swift (in target 'FancyScrollView' from project 'FancyScrollView')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FancyScrollView/View+hideNavigationBarWithoutLosingSwipeBack.swift (in target 'FancyScrollView' from project 'FancyScrollView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/FancyScrollView/View+hideNavigationBarWithoutLosingSwipeBack.swift:20:49: warning: main actor-isolated property 'isHidden' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            navigationController?.navigationBar.isHidden = false
                                                ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:307:56: note: mutation of this property is only permitted within the actor
@property(nonatomic,getter=isHidden) BOOL              hidden;                     // default is NO. doesn't check superviews
                                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/FancyScrollView/View+hideNavigationBarWithoutLosingSwipeBack.swift:20:35: warning: main actor-isolated property 'navigationBar' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            navigationController?.navigationBar.isHidden = false
                                  ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINavigationController.h:76:48: note: property declared here
@property(nonatomic,readonly) UINavigationBar *navigationBar; // The navigation bar managed by the controller. Pushing, popping or setting navigation items on a managed navigation bar is not supported.
                                               ^
SwiftCompile normal arm64 Compiling\ HeaderScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/FancyScrollView/HeaderScrollView.swift (in target 'FancyScrollView' from project 'FancyScrollView')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FancyScrollView/HeaderScrollView.swift (in target 'FancyScrollView' from project 'FancyScrollView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for FancyScrollView (in target 'FancyScrollView' from project 'FancyScrollView')
SwiftDriver\ Compilation\ Requirements FancyScrollView normal arm64 com.apple.xcode.tools.swift.compiler (in target 'FancyScrollView' from project 'FancyScrollView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name FancyScrollView -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FancyScrollView.build/Debug-xros/FancyScrollView.build/Objects-normal/arm64/FancyScrollView.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/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.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-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FancyScrollView.build/Debug-xros/FancyScrollView.build/Objects-normal/arm64/FancyScrollView-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/FancyScrollView.build/Debug-xros/FancyScrollView.build/Objects-normal/arm64/FancyScrollView.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/FancyScrollView.build/Debug-xros/FancyScrollView.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FancyScrollView.build/Debug-xros/FancyScrollView.build/Objects-normal/arm64/FancyScrollView_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FancyScrollView.build/Debug-xros/FancyScrollView.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FancyScrollView.build/Debug-xros/FancyScrollView.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FancyScrollView.build/Debug-xros/FancyScrollView.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/FancyScrollView.build/Debug-xros/FancyScrollView.build/Objects-normal/arm64/FancyScrollView-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling ScrollDownHeaderBehavior.swift (in target 'FancyScrollView' from project 'FancyScrollView')
SwiftDriverJobDiscovery normal arm64 Compiling ScrollUpHeaderBehavior.swift (in target 'FancyScrollView' from project 'FancyScrollView')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/FancyScrollView-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FancyScrollView.build/Debug-xros/FancyScrollView.build/Objects-normal/arm64/FancyScrollView-Swift.h (in target 'FancyScrollView' from project 'FancyScrollView')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FancyScrollView.build/Debug-xros/FancyScrollView.build/Objects-normal/arm64/FancyScrollView-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/FancyScrollView-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FancyScrollView.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FancyScrollView.build/Debug-xros/FancyScrollView.build/Objects-normal/arm64/FancyScrollView.swiftmodule (in target 'FancyScrollView' from project 'FancyScrollView')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FancyScrollView.build/Debug-xros/FancyScrollView.build/Objects-normal/arm64/FancyScrollView.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FancyScrollView.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FancyScrollView.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FancyScrollView.build/Debug-xros/FancyScrollView.build/Objects-normal/arm64/FancyScrollView.swiftdoc (in target 'FancyScrollView' from project 'FancyScrollView')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FancyScrollView.build/Debug-xros/FancyScrollView.build/Objects-normal/arm64/FancyScrollView.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FancyScrollView.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FancyScrollView.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FancyScrollView.build/Debug-xros/FancyScrollView.build/Objects-normal/arm64/FancyScrollView.abi.json (in target 'FancyScrollView' from project 'FancyScrollView')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FancyScrollView.build/Debug-xros/FancyScrollView.build/Objects-normal/arm64/FancyScrollView.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FancyScrollView.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FancyScrollView.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FancyScrollView.build/Debug-xros/FancyScrollView.build/Objects-normal/arm64/FancyScrollView.swiftsourceinfo (in target 'FancyScrollView' from project 'FancyScrollView')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FancyScrollView.build/Debug-xros/FancyScrollView.build/Objects-normal/arm64/FancyScrollView.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FancyScrollView.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling HeaderScrollView.swift (in target 'FancyScrollView' from project 'FancyScrollView')
SwiftDriverJobDiscovery normal arm64 Compiling BackButton.swift (in target 'FancyScrollView' from project 'FancyScrollView')
SwiftDriverJobDiscovery normal arm64 Compiling HeaderScrollViewTitle.swift (in target 'FancyScrollView' from project 'FancyScrollView')
SwiftDriverJobDiscovery normal arm64 Compiling View+navigationAllowSpipeBackWhenHidden.swift (in target 'FancyScrollView' from project 'FancyScrollView')
SwiftDriverJobDiscovery normal arm64 Compiling AppleMusicStyleScrollView.swift (in target 'FancyScrollView' from project 'FancyScrollView')
SwiftDriverJobDiscovery normal arm64 Compiling FancyScrollView.swift (in target 'FancyScrollView' from project 'FancyScrollView')
SwiftDriverJobDiscovery normal arm64 Compiling BlurView.swift (in target 'FancyScrollView' from project 'FancyScrollView')
SwiftDriverJobDiscovery normal arm64 Compiling View+hideNavigationBarWithoutLosingSwipeBack.swift (in target 'FancyScrollView' from project 'FancyScrollView')
SwiftDriver\ Compilation FancyScrollView normal arm64 com.apple.xcode.tools.swift.compiler (in target 'FancyScrollView' from project 'FancyScrollView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name FancyScrollView -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FancyScrollView.build/Debug-xros/FancyScrollView.build/Objects-normal/arm64/FancyScrollView.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/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.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-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FancyScrollView.build/Debug-xros/FancyScrollView.build/Objects-normal/arm64/FancyScrollView-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/FancyScrollView.build/Debug-xros/FancyScrollView.build/Objects-normal/arm64/FancyScrollView.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/FancyScrollView.build/Debug-xros/FancyScrollView.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FancyScrollView.build/Debug-xros/FancyScrollView.build/Objects-normal/arm64/FancyScrollView_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FancyScrollView.build/Debug-xros/FancyScrollView.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FancyScrollView.build/Debug-xros/FancyScrollView.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FancyScrollView.build/Debug-xros/FancyScrollView.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/FancyScrollView.build/Debug-xros/FancyScrollView.build/Objects-normal/arm64/FancyScrollView-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FancyScrollView.o normal (in target 'FancyScrollView' from project 'FancyScrollView')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FancyScrollView.build/Debug-xros/FancyScrollView.build/Objects-normal/arm64/FancyScrollView.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FancyScrollView.build/Debug-xros/FancyScrollView.build/Objects-normal/arm64/FancyScrollView_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FancyScrollView.build/Debug-xros/FancyScrollView.build/Objects-normal/arm64/FancyScrollView_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FancyScrollView.build/Debug-xros/FancyScrollView.build/Objects-normal/arm64/FancyScrollView.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FancyScrollView.o
ExtractAppIntentsMetadata (in target 'FancyScrollView' from project 'FancyScrollView')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name FancyScrollView --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk --xcode-version 16E140 --platform-family xrOS --deployment-target 1.0 --bundle-identifier spi-builder-workspace.FancyScrollView --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FancyScrollView.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FancyScrollView.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FancyScrollView.build/Debug-xros/FancyScrollView.build/Objects-normal/arm64/FancyScrollView_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FancyScrollView.build/Debug-xros/FancyScrollView.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FancyScrollView.build/Debug-xros/FancyScrollView.build/Objects-normal/arm64/FancyScrollView.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FancyScrollView.build/Debug-xros/FancyScrollView.build/FancyScrollView.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FancyScrollView.build/Debug-xros/FancyScrollView.build/FancyScrollView.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FancyScrollView.build/Debug-xros/FancyScrollView.build/Objects-normal/arm64/FancyScrollView.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-26 09:43:10.961 appintentsmetadataprocessor[727:4106] Starting appintentsmetadataprocessor export
2025-04-26 09:43:10.999 appintentsmetadataprocessor[727:4106] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FancyScrollView.o (in target 'FancyScrollView' from project 'FancyScrollView')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FancyScrollView.o
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "FancyScrollView",
  "name" : "FancyScrollView",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "FancyScrollView",
      "targets" : [
        "FancyScrollView"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FancyScrollView",
      "module_type" : "SwiftTarget",
      "name" : "FancyScrollView",
      "path" : "Sources/FancyScrollView",
      "product_memberships" : [
        "FancyScrollView"
      ],
      "sources" : [
        "AppleMusicStyleScrollView.swift",
        "BackButton.swift",
        "BlurView.swift",
        "FancyScrollView.swift",
        "HeaderScrollView.swift",
        "HeaderScrollViewTitle.swift",
        "ScrollDownHeaderBehavior.swift",
        "ScrollUpHeaderBehavior.swift",
        "View+hideNavigationBarWithoutLosingSwipeBack.swift",
        "View+navigationAllowSpipeBackWhenHidden.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.