The Swift Package Index logo.Swift Package Index

Build Information

Failed to build LeavesDiagram, reference 0.2.0 (8b9fd1), with Swift 6.1 for visionOS using Xcode 16.3 on 21 Jan 2026 16:49:03 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/josshad/LeavesDiagram.git
Reference: 0.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/josshad/LeavesDiagram
 * tag               0.2.0      -> FETCH_HEAD
HEAD is now at 8b9fd16 Release 0.2.0
Cloned https://github.com/josshad/LeavesDiagram.git
Revision (git rev-parse @):
8b9fd1625c124137e50114f1d6331204f0945f75
SUCCESS checkout https://github.com/josshad/LeavesDiagram.git at 0.2.0
========================================
Build
========================================
Selected platform:         visionOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/josshad/LeavesDiagram.git
https://github.com/josshad/LeavesDiagram.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "LeavesDiagram",
  "name" : "LeavesDiagram",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "LeavesDiagram",
      "targets" : [
        "LeavesDiagram"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LeavesDiagram",
      "module_type" : "SwiftTarget",
      "name" : "LeavesDiagram",
      "path" : "Sources/LeavesDiagram",
      "product_memberships" : [
        "LeavesDiagram"
      ],
      "sources" : [
        "CGFloat+Ext.swift",
        "LeafLayer.swift",
        "LeafView.swift",
        "LeavesDiagramView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.4"
}
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
Resolve Package Graph
Resolved source packages:
  LeavesDiagram: /Users/admin/builder/spi-builder-workspace
resolved source packages: LeavesDiagram
{
  "dependencies" : [
  ],
  "manifest_display_name" : "LeavesDiagram",
  "name" : "LeavesDiagram",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "LeavesDiagram",
      "targets" : [
        "LeavesDiagram"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LeavesDiagram",
      "module_type" : "SwiftTarget",
      "name" : "LeavesDiagram",
      "path" : "Sources/LeavesDiagram",
      "product_memberships" : [
        "LeavesDiagram"
      ],
      "sources" : [
        "CGFloat+Ext.swift",
        "LeafLayer.swift",
        "LeafView.swift",
        "LeavesDiagramView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.4"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "LeavesDiagram"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme LeavesDiagram -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 LeavesDiagram -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:
  LeavesDiagram: /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 'LeavesDiagram' in project 'LeavesDiagram'
        ➜ Explicit dependency on target 'LeavesDiagram' in project 'LeavesDiagram'
    Target 'LeavesDiagram' in project 'LeavesDiagram' (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: fdd912ca406fe6b89efebd5f7bf33040
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/fdd912ca406fe6b89efebd5f7bf33040.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
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
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/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/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/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/LeavesDiagram.build/Debug-xros/LeavesDiagram.build/LeavesDiagram.DependencyMetadataFileList (in target 'LeavesDiagram' from project 'LeavesDiagram')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LeavesDiagram.build/Debug-xros/LeavesDiagram.build/LeavesDiagram.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LeavesDiagram.build/Debug-xros/LeavesDiagram.build/LeavesDiagram.DependencyStaticMetadataFileList (in target 'LeavesDiagram' from project 'LeavesDiagram')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LeavesDiagram.build/Debug-xros/LeavesDiagram.build/LeavesDiagram.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LeavesDiagram.build/Debug-xros/LeavesDiagram.build/Objects-normal/arm64/LeavesDiagram_const_extract_protocols.json (in target 'LeavesDiagram' from project 'LeavesDiagram')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LeavesDiagram.build/Debug-xros/LeavesDiagram.build/Objects-normal/arm64/LeavesDiagram_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LeavesDiagram.build/Debug-xros/LeavesDiagram.build/LeavesDiagram.modulemap (in target 'LeavesDiagram' from project 'LeavesDiagram')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LeavesDiagram.build/Debug-xros/LeavesDiagram.build/LeavesDiagram.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LeavesDiagram.build/Debug-xros/LeavesDiagram.build/Objects-normal/arm64/LeavesDiagram-OutputFileMap.json (in target 'LeavesDiagram' from project 'LeavesDiagram')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LeavesDiagram.build/Debug-xros/LeavesDiagram.build/Objects-normal/arm64/LeavesDiagram-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LeavesDiagram.build/Debug-xros/LeavesDiagram.build/Objects-normal/arm64/LeavesDiagram.LinkFileList (in target 'LeavesDiagram' from project 'LeavesDiagram')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LeavesDiagram.build/Debug-xros/LeavesDiagram.build/Objects-normal/arm64/LeavesDiagram.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LeavesDiagram.build/Debug-xros/LeavesDiagram.build/Objects-normal/arm64/LeavesDiagram.SwiftFileList (in target 'LeavesDiagram' from project 'LeavesDiagram')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LeavesDiagram.build/Debug-xros/LeavesDiagram.build/Objects-normal/arm64/LeavesDiagram.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LeavesDiagram.build/Debug-xros/LeavesDiagram.build/Objects-normal/arm64/LeavesDiagram.SwiftConstValuesFileList (in target 'LeavesDiagram' from project 'LeavesDiagram')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LeavesDiagram.build/Debug-xros/LeavesDiagram.build/Objects-normal/arm64/LeavesDiagram.SwiftConstValuesFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/LeavesDiagram.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LeavesDiagram.build/Debug-xros/LeavesDiagram.build/LeavesDiagram.modulemap (in target 'LeavesDiagram' from project 'LeavesDiagram')
    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/LeavesDiagram.build/Debug-xros/LeavesDiagram.build/LeavesDiagram.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
SwiftDriver LeavesDiagram normal arm64 com.apple.xcode.tools.swift.compiler (in target 'LeavesDiagram' from project 'LeavesDiagram')
    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 LeavesDiagram -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LeavesDiagram.build/Debug-xros/LeavesDiagram.build/Objects-normal/arm64/LeavesDiagram.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/LeavesDiagram.build/Debug-xros/LeavesDiagram.build/Objects-normal/arm64/LeavesDiagram-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/LeavesDiagram.build/Debug-xros/LeavesDiagram.build/Objects-normal/arm64/LeavesDiagram.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/LeavesDiagram.build/Debug-xros/LeavesDiagram.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LeavesDiagram.build/Debug-xros/LeavesDiagram.build/Objects-normal/arm64/LeavesDiagram_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/LeavesDiagram.build/Debug-xros/LeavesDiagram.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LeavesDiagram.build/Debug-xros/LeavesDiagram.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LeavesDiagram.build/Debug-xros/LeavesDiagram.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/LeavesDiagram.build/Debug-xros/LeavesDiagram.build/Objects-normal/arm64/LeavesDiagram-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ CGFloat+Ext.swift /Users/admin/builder/spi-builder-workspace/Sources/LeavesDiagram/CGFloat+Ext.swift (in target 'LeavesDiagram' from project 'LeavesDiagram')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LeavesDiagram/CGFloat+Ext.swift (in target 'LeavesDiagram' from project 'LeavesDiagram')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Sources/LeavesDiagram/LeavesDiagramView.swift:42:27: warning: static property 'scale' is not concurrency-safe because non-'Sendable' type 'LeavesDiagramView.LeafSelectionStyle' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let scale: Self = .scale(Const.highlightedScale)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/LeavesDiagram/LeavesDiagramView.swift:37:17: note: consider making enum 'LeafSelectionStyle' conform to the 'Sendable' protocol
    public enum LeafSelectionStyle {
                ^
                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/LeavesDiagram/LeavesDiagramView.swift:42:27: note: add '@MainActor' to make static property 'scale' part of global actor 'MainActor'
        public static let scale: Self = .scale(Const.highlightedScale)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LeavesDiagram/LeavesDiagramView.swift:42:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let scale: Self = .scale(Const.highlightedScale)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LeavesDiagram/LeavesDiagramView.swift:43:27: warning: static property 'opacity' is not concurrency-safe because non-'Sendable' type 'LeavesDiagramView.LeafSelectionStyle' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let opacity: Self = .opacity(Const.highlightedOpacity)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/LeavesDiagram/LeavesDiagramView.swift:37:17: note: consider making enum 'LeafSelectionStyle' conform to the 'Sendable' protocol
    public enum LeafSelectionStyle {
                ^
                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/LeavesDiagram/LeavesDiagramView.swift:43:27: note: add '@MainActor' to make static property 'opacity' part of global actor 'MainActor'
        public static let opacity: Self = .opacity(Const.highlightedOpacity)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LeavesDiagram/LeavesDiagramView.swift:43:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let opacity: Self = .opacity(Const.highlightedOpacity)
                          ^
        nonisolated(unsafe)
SwiftEmitModule normal arm64 Emitting\ module\ for\ LeavesDiagram (in target 'LeavesDiagram' from project 'LeavesDiagram')
EmitSwiftModule normal arm64 (in target 'LeavesDiagram' from project 'LeavesDiagram')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/LeavesDiagram/LeavesDiagramView.swift:42:27: warning: static property 'scale' is not concurrency-safe because non-'Sendable' type 'LeavesDiagramView.LeafSelectionStyle' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let scale: Self = .scale(Const.highlightedScale)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/LeavesDiagram/LeavesDiagramView.swift:37:17: note: consider making enum 'LeafSelectionStyle' conform to the 'Sendable' protocol
    public enum LeafSelectionStyle {
                ^
                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/LeavesDiagram/LeavesDiagramView.swift:42:27: note: add '@MainActor' to make static property 'scale' part of global actor 'MainActor'
        public static let scale: Self = .scale(Const.highlightedScale)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LeavesDiagram/LeavesDiagramView.swift:42:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let scale: Self = .scale(Const.highlightedScale)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LeavesDiagram/LeavesDiagramView.swift:43:27: warning: static property 'opacity' is not concurrency-safe because non-'Sendable' type 'LeavesDiagramView.LeafSelectionStyle' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let opacity: Self = .opacity(Const.highlightedOpacity)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/LeavesDiagram/LeavesDiagramView.swift:37:17: note: consider making enum 'LeafSelectionStyle' conform to the 'Sendable' protocol
    public enum LeafSelectionStyle {
                ^
                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/LeavesDiagram/LeavesDiagramView.swift:43:27: note: add '@MainActor' to make static property 'opacity' part of global actor 'MainActor'
        public static let opacity: Self = .opacity(Const.highlightedOpacity)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LeavesDiagram/LeavesDiagramView.swift:43:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let opacity: Self = .opacity(Const.highlightedOpacity)
                          ^
        nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ LeafLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/LeavesDiagram/LeafLayer.swift (in target 'LeavesDiagram' from project 'LeavesDiagram')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/LeavesDiagram/CGFloat+Ext.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/LeavesDiagram/LeafLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/LeavesDiagram/LeafView.swift /Users/admin/builder/spi-builder-workspace/Sources/LeavesDiagram/LeavesDiagramView.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LeavesDiagram.build/Debug-xros/LeavesDiagram.build/Objects-normal/arm64/LeafLayer.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LeavesDiagram.build/Debug-xros/LeavesDiagram.build/Objects-normal/arm64/LeafLayer.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LeavesDiagram.build/Debug-xros/LeavesDiagram.build/Objects-normal/arm64/LeafLayer.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LeavesDiagram.build/Debug-xros/LeavesDiagram.build/Objects-normal/arm64/LeafLayer.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -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 -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/LeavesDiagram.build/Debug-xros/LeavesDiagram.build/Objects-normal/arm64/LeavesDiagram_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/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LeavesDiagram.build/Debug-xros/LeavesDiagram.build/swift-overrides.hmap -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/LeavesDiagram.build/Debug-xros/LeavesDiagram.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LeavesDiagram.build/Debug-xros/LeavesDiagram.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LeavesDiagram.build/Debug-xros/LeavesDiagram.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name LeavesDiagram -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.4 -target-sdk-name xros2.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LeavesDiagram.build/Debug-xros/LeavesDiagram.build/Objects-normal/arm64/LeafLayer.o -index-unit-output-path /LeavesDiagram.build/Debug-xros/LeavesDiagram.build/Objects-normal/arm64/LeafLayer.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LeavesDiagram/LeafLayer.swift (in target 'LeavesDiagram' from project 'LeavesDiagram')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/LeavesDiagram/LeafLayer.swift:26:25: error: 'UIScreen' is unavailable in visionOS
        contentsScale = UIScreen.main.scale
                        ^~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:54:12: note: 'UIScreen' has been explicitly marked unavailable here
@interface UIScreen : NSObject <UITraitEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LeavesDiagram/LeafLayer.swift:26:39: warning: main actor-isolated property 'scale' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        contentsScale = UIScreen.main.scale
                                      ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:60:39: note: property declared here
@property(nonatomic,readonly) CGFloat scale API_AVAILABLE(ios(4.0));
                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/LeavesDiagram/LeafLayer.swift:26:34: warning: main actor-isolated class property 'main' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        contentsScale = UIScreen.main.scale
                                 ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:57:49: note: class property declared here
@property(class, nonatomic, readonly) UIScreen *mainScreen API_DEPRECATED("Use a UIScreen instance found through context instead: i.e, view.window.windowScene.screen", ios(2.0, API_TO_BE_DEPRECATED), visionos(1.0, API_TO_BE_DEPRECATED)) API_UNAVAILABLE(watchos); // the device's internal screen
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/LeavesDiagram/LeafLayer.swift:46:25: error: 'UIScreen' is unavailable in visionOS
        contentsScale = UIScreen.main.scale
                        ^~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:54:12: note: 'UIScreen' has been explicitly marked unavailable here
@interface UIScreen : NSObject <UITraitEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LeavesDiagram/LeafLayer.swift:46:39: warning: main actor-isolated property 'scale' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        contentsScale = UIScreen.main.scale
                                      ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:60:39: note: property declared here
@property(nonatomic,readonly) CGFloat scale API_AVAILABLE(ios(4.0));
                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/LeavesDiagram/LeafLayer.swift:46:34: warning: main actor-isolated class property 'main' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        contentsScale = UIScreen.main.scale
                                 ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:57:49: note: class property declared here
@property(class, nonatomic, readonly) UIScreen *mainScreen API_DEPRECATED("Use a UIScreen instance found through context instead: i.e, view.window.windowScene.screen", ios(2.0, API_TO_BE_DEPRECATED), visionos(1.0, API_TO_BE_DEPRECATED)) API_UNAVAILABLE(watchos); // the device's internal screen
                                                ^
SwiftCompile normal arm64 Compiling\ LeafView.swift /Users/admin/builder/spi-builder-workspace/Sources/LeavesDiagram/LeafView.swift (in target 'LeavesDiagram' from project 'LeavesDiagram')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LeavesDiagram/LeafView.swift (in target 'LeavesDiagram' from project 'LeavesDiagram')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for LeavesDiagram (in target 'LeavesDiagram' from project 'LeavesDiagram')
SwiftDriver\ Compilation\ Requirements LeavesDiagram normal arm64 com.apple.xcode.tools.swift.compiler (in target 'LeavesDiagram' from project 'LeavesDiagram')
    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 LeavesDiagram -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LeavesDiagram.build/Debug-xros/LeavesDiagram.build/Objects-normal/arm64/LeavesDiagram.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/LeavesDiagram.build/Debug-xros/LeavesDiagram.build/Objects-normal/arm64/LeavesDiagram-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/LeavesDiagram.build/Debug-xros/LeavesDiagram.build/Objects-normal/arm64/LeavesDiagram.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/LeavesDiagram.build/Debug-xros/LeavesDiagram.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LeavesDiagram.build/Debug-xros/LeavesDiagram.build/Objects-normal/arm64/LeavesDiagram_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/LeavesDiagram.build/Debug-xros/LeavesDiagram.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LeavesDiagram.build/Debug-xros/LeavesDiagram.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LeavesDiagram.build/Debug-xros/LeavesDiagram.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/LeavesDiagram.build/Debug-xros/LeavesDiagram.build/Objects-normal/arm64/LeavesDiagram-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/LeavesDiagram-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LeavesDiagram.build/Debug-xros/LeavesDiagram.build/Objects-normal/arm64/LeavesDiagram-Swift.h (in target 'LeavesDiagram' from project 'LeavesDiagram')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LeavesDiagram.build/Debug-xros/LeavesDiagram.build/Objects-normal/arm64/LeavesDiagram-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/LeavesDiagram-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/LeavesDiagram.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LeavesDiagram.build/Debug-xros/LeavesDiagram.build/Objects-normal/arm64/LeavesDiagram.swiftmodule (in target 'LeavesDiagram' from project 'LeavesDiagram')
    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/LeavesDiagram.build/Debug-xros/LeavesDiagram.build/Objects-normal/arm64/LeavesDiagram.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/LeavesDiagram.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/LeavesDiagram.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LeavesDiagram.build/Debug-xros/LeavesDiagram.build/Objects-normal/arm64/LeavesDiagram.abi.json (in target 'LeavesDiagram' from project 'LeavesDiagram')
    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/LeavesDiagram.build/Debug-xros/LeavesDiagram.build/Objects-normal/arm64/LeavesDiagram.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/LeavesDiagram.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/LeavesDiagram.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LeavesDiagram.build/Debug-xros/LeavesDiagram.build/Objects-normal/arm64/LeavesDiagram.swiftdoc (in target 'LeavesDiagram' from project 'LeavesDiagram')
    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/LeavesDiagram.build/Debug-xros/LeavesDiagram.build/Objects-normal/arm64/LeavesDiagram.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/LeavesDiagram.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/LeavesDiagram.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LeavesDiagram.build/Debug-xros/LeavesDiagram.build/Objects-normal/arm64/LeavesDiagram.swiftsourceinfo (in target 'LeavesDiagram' from project 'LeavesDiagram')
    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/LeavesDiagram.build/Debug-xros/LeavesDiagram.build/Objects-normal/arm64/LeavesDiagram.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/LeavesDiagram.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling CGFloat+Ext.swift (in target 'LeavesDiagram' from project 'LeavesDiagram')
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal arm64 Compiling\ LeafLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/LeavesDiagram/LeafLayer.swift (in target 'LeavesDiagram' from project 'LeavesDiagram')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LeavesDiagram/LeafLayer.swift (in target 'LeavesDiagram' from project 'LeavesDiagram')
	Building workspace spi-builder-workspace with scheme LeavesDiagram
(3 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:
  LeavesDiagram: /Users/admin/builder/spi-builder-workspace
resolved source packages: LeavesDiagram
{
  "dependencies" : [
  ],
  "manifest_display_name" : "LeavesDiagram",
  "name" : "LeavesDiagram",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "LeavesDiagram",
      "targets" : [
        "LeavesDiagram"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LeavesDiagram",
      "module_type" : "SwiftTarget",
      "name" : "LeavesDiagram",
      "path" : "Sources/LeavesDiagram",
      "product_memberships" : [
        "LeavesDiagram"
      ],
      "sources" : [
        "CGFloat+Ext.swift",
        "LeafLayer.swift",
        "LeafView.swift",
        "LeavesDiagramView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.4"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "LeavesDiagram"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme LeavesDiagram -destination generic/platform=xrOS
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 LeavesDiagram -destination generic/platform=xrOS
Resolve Package Graph
Resolved source packages:
  LeavesDiagram: /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 'LeavesDiagram' in project 'LeavesDiagram'
        ➜ Explicit dependency on target 'LeavesDiagram' in project 'LeavesDiagram'
    Target 'LeavesDiagram' in project 'LeavesDiagram' (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: dba86f7496604f0ece933770dced1aa5
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/dba86f7496604f0ece933770dced1aa5.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/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
SwiftDriver LeavesDiagram normal arm64 com.apple.xcode.tools.swift.compiler (in target 'LeavesDiagram' from project 'LeavesDiagram')
    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 LeavesDiagram -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LeavesDiagram.build/Debug-xros/LeavesDiagram.build/Objects-normal/arm64/LeavesDiagram.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/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/LeavesDiagram.build/Debug-xros/LeavesDiagram.build/Objects-normal/arm64/LeavesDiagram-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/LeavesDiagram.build/Debug-xros/LeavesDiagram.build/Objects-normal/arm64/LeavesDiagram.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/LeavesDiagram.build/Debug-xros/LeavesDiagram.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LeavesDiagram.build/Debug-xros/LeavesDiagram.build/Objects-normal/arm64/LeavesDiagram_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/LeavesDiagram.build/Debug-xros/LeavesDiagram.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LeavesDiagram.build/Debug-xros/LeavesDiagram.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LeavesDiagram.build/Debug-xros/LeavesDiagram.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/LeavesDiagram.build/Debug-xros/LeavesDiagram.build/Objects-normal/arm64/LeavesDiagram-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ LeavesDiagram (in target 'LeavesDiagram' from project 'LeavesDiagram')
EmitSwiftModule normal arm64 (in target 'LeavesDiagram' from project 'LeavesDiagram')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

/Users/admin/builder/spi-builder-workspace/Sources/LeavesDiagram/LeafLayer.swift:26:25: error: 'UIScreen' is unavailable in visionOS
        contentsScale = UIScreen.main.scale
                        ^~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:54:12: note: 'UIScreen' has been explicitly marked unavailable here
@interface UIScreen : NSObject <UITraitEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/LeavesDiagram/LeafLayer.swift:46:25: error: 'UIScreen' is unavailable in visionOS
        contentsScale = UIScreen.main.scale
                        ^~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:54:12: note: 'UIScreen' has been explicitly marked unavailable here
@interface UIScreen : NSObject <UITraitEnvironment>
           ^
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/LeavesDiagram/CGFloat+Ext.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/LeavesDiagram/LeafLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/LeavesDiagram/LeafView.swift /Users/admin/builder/spi-builder-workspace/Sources/LeavesDiagram/LeavesDiagramView.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LeavesDiagram.build/Debug-xros/LeavesDiagram.build/Objects-normal/arm64/LeafLayer.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LeavesDiagram.build/Debug-xros/LeavesDiagram.build/Objects-normal/arm64/LeafLayer.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LeavesDiagram.build/Debug-xros/LeavesDiagram.build/Objects-normal/arm64/LeafLayer.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LeavesDiagram.build/Debug-xros/LeavesDiagram.build/Objects-normal/arm64/LeafLayer.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -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 -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/LeavesDiagram.build/Debug-xros/LeavesDiagram.build/Objects-normal/arm64/LeavesDiagram_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/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LeavesDiagram.build/Debug-xros/LeavesDiagram.build/swift-overrides.hmap -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/LeavesDiagram.build/Debug-xros/LeavesDiagram.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LeavesDiagram.build/Debug-xros/LeavesDiagram.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LeavesDiagram.build/Debug-xros/LeavesDiagram.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name LeavesDiagram -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.4 -target-sdk-name xros2.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LeavesDiagram.build/Debug-xros/LeavesDiagram.build/Objects-normal/arm64/LeafLayer.o -index-unit-output-path /LeavesDiagram.build/Debug-xros/LeavesDiagram.build/Objects-normal/arm64/LeafLayer.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ LeavesDiagramView.swift /Users/admin/builder/spi-builder-workspace/Sources/LeavesDiagram/LeavesDiagramView.swift (in target 'LeavesDiagram' from project 'LeavesDiagram')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LeavesDiagram/LeavesDiagramView.swift (in target 'LeavesDiagram' from project 'LeavesDiagram')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftDriverJobDiscovery normal arm64 Emitting module for LeavesDiagram (in target 'LeavesDiagram' from project 'LeavesDiagram')
SwiftDriverJobDiscovery normal arm64 Compiling CGFloat+Ext.swift (in target 'LeavesDiagram' from project 'LeavesDiagram')
SwiftDriver\ Compilation\ Requirements LeavesDiagram normal arm64 com.apple.xcode.tools.swift.compiler (in target 'LeavesDiagram' from project 'LeavesDiagram')
    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 LeavesDiagram -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LeavesDiagram.build/Debug-xros/LeavesDiagram.build/Objects-normal/arm64/LeavesDiagram.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/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/LeavesDiagram.build/Debug-xros/LeavesDiagram.build/Objects-normal/arm64/LeavesDiagram-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/LeavesDiagram.build/Debug-xros/LeavesDiagram.build/Objects-normal/arm64/LeavesDiagram.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/LeavesDiagram.build/Debug-xros/LeavesDiagram.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LeavesDiagram.build/Debug-xros/LeavesDiagram.build/Objects-normal/arm64/LeavesDiagram_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/LeavesDiagram.build/Debug-xros/LeavesDiagram.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LeavesDiagram.build/Debug-xros/LeavesDiagram.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LeavesDiagram.build/Debug-xros/LeavesDiagram.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/LeavesDiagram.build/Debug-xros/LeavesDiagram.build/Objects-normal/arm64/LeavesDiagram-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/LeavesDiagram.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LeavesDiagram.build/Debug-xros/LeavesDiagram.build/Objects-normal/arm64/LeavesDiagram.abi.json (in target 'LeavesDiagram' from project 'LeavesDiagram')
    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/LeavesDiagram.build/Debug-xros/LeavesDiagram.build/Objects-normal/arm64/LeavesDiagram.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/LeavesDiagram.swiftmodule/arm64-apple-xros.abi.json
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LeavesDiagram/LeafLayer.swift (in target 'LeavesDiagram' from project 'LeavesDiagram')
	SwiftCompile normal arm64 Compiling\ LeafLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/LeavesDiagram/LeafLayer.swift (in target 'LeavesDiagram' from project 'LeavesDiagram')
	Building workspace spi-builder-workspace with scheme LeavesDiagram
(3 failures)
BUILD FAILURE 6.1 visionOS