The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build DeckUI, reference main (df66ef), with Swift 6.1 for visionOS using Xcode 16.3 on 27 Apr 2025 04:04:43 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/joshdholtz/DeckUI.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/joshdholtz/DeckUI
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at df66efe Merge pull request #37 from zhbrass/iOSPresenterNotesView
Cloned https://github.com/joshdholtz/DeckUI.git
Revision (git rev-parse @):
df66efe501cfefbd76233eb2524c55f5a720d81f
SUCCESS checkout https://github.com/joshdholtz/DeckUI.git at main
========================================
Build
========================================
Selected platform:         visionOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/joshdholtz/DeckUI.git
https://github.com/joshdholtz/DeckUI.git
{
  "dependencies" : [
    {
      "identity" : "splash",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.16.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/johnsundell/Splash.git"
    }
  ],
  "manifest_display_name" : "DeckUI",
  "name" : "DeckUI",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "DeckUI",
      "targets" : [
        "DeckUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DeckUITests",
      "module_type" : "SwiftTarget",
      "name" : "DeckUITests",
      "path" : "Tests/DeckUITests",
      "sources" : [
        "DeckUITests.swift"
      ],
      "target_dependencies" : [
        "DeckUI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DeckUI",
      "module_type" : "SwiftTarget",
      "name" : "DeckUI",
      "path" : "Sources/DeckUI",
      "product_dependencies" : [
        "Splash"
      ],
      "product_memberships" : [
        "DeckUI"
      ],
      "sources" : [
        "Compatibility.swift",
        "DSL/ContentItem.swift",
        "DSL/ContentItems/Bullets.swift",
        "DSL/ContentItems/Code.swift",
        "DSL/ContentItems/Columns.swift",
        "DSL/ContentItems/Media.swift",
        "DSL/ContentItems/RawView.swift",
        "DSL/ContentItems/Title.swift",
        "DSL/ContentItems/Words.swift",
        "DSL/Deck.swift",
        "DSL/Slide.swift",
        "DSL/Theme.swift",
        "DeckUI.swift",
        "Deprecations.swift",
        "PresentationState.swift",
        "Syntax Highlight/CodeComponent.swift",
        "Syntax Highlight/CodeComponentFormat.swift",
        "Syntax Highlight/CodeTheme.swift",
        "Syntax Highlight/Grammar/NoGrammar.swift",
        "Syntax Highlight/ProgrammingLanguage.swift",
        "Views/CameraView.swift",
        "Views/Presenter.swift",
        "Views/PresenterNotesView.swift",
        "Views/SlideNavigation.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
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
Fetching from https://github.com/johnsundell/Splash.git
Creating working copy of package ‘Splash’
Checking out 0.16.0 of package ‘Splash’
Resolve Package Graph
Resolved source packages:
  Splash: https://github.com/johnsundell/Splash.git @ 0.16.0
  DeckUI: /Users/admin/builder/spi-builder-workspace
resolved source packages: Splash, DeckUI
{
  "dependencies" : [
    {
      "identity" : "splash",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.16.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/johnsundell/Splash.git"
    }
  ],
  "manifest_display_name" : "DeckUI",
  "name" : "DeckUI",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "DeckUI",
      "targets" : [
        "DeckUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DeckUITests",
      "module_type" : "SwiftTarget",
      "name" : "DeckUITests",
      "path" : "Tests/DeckUITests",
      "sources" : [
        "DeckUITests.swift"
      ],
      "target_dependencies" : [
        "DeckUI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DeckUI",
      "module_type" : "SwiftTarget",
      "name" : "DeckUI",
      "path" : "Sources/DeckUI",
      "product_dependencies" : [
        "Splash"
      ],
      "product_memberships" : [
        "DeckUI"
      ],
      "sources" : [
        "Compatibility.swift",
        "DSL/ContentItem.swift",
        "DSL/ContentItems/Bullets.swift",
        "DSL/ContentItems/Code.swift",
        "DSL/ContentItems/Columns.swift",
        "DSL/ContentItems/Media.swift",
        "DSL/ContentItems/RawView.swift",
        "DSL/ContentItems/Title.swift",
        "DSL/ContentItems/Words.swift",
        "DSL/Deck.swift",
        "DSL/Slide.swift",
        "DSL/Theme.swift",
        "DeckUI.swift",
        "Deprecations.swift",
        "PresentationState.swift",
        "Syntax Highlight/CodeComponent.swift",
        "Syntax Highlight/CodeComponentFormat.swift",
        "Syntax Highlight/CodeTheme.swift",
        "Syntax Highlight/Grammar/NoGrammar.swift",
        "Syntax Highlight/ProgrammingLanguage.swift",
        "Views/CameraView.swift",
        "Views/Presenter.swift",
        "Views/PresenterNotesView.swift",
        "Views/SlideNavigation.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
{
  "workspace" : {
    "name" : "DeckUI",
    "schemes" : [
      "DeckUI",
      "Demo (iOS)",
      "Demo (macOS)"
    ]
  }
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "DeckUI"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme DeckUI -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 DeckUI -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
Resolve Package Graph
Resolved source packages:
  DeckUI: /Users/admin/builder/spi-builder-workspace
  Splash: https://github.com/johnsundell/Splash.git @ 0.16.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
    Target 'DeckUI' in project 'DeckUI'
        ➜ Explicit dependency on target 'DeckUI' in project 'DeckUI'
        ➜ Explicit dependency on target 'Splash' in project 'Splash'
    Target 'DeckUI' in project 'DeckUI'
        ➜ Explicit dependency on target 'Splash' in project 'Splash'
    Target 'Splash' in project 'Splash'
        ➜ Explicit dependency on target 'Splash' in project 'Splash'
    Target 'Splash' in project 'Splash' (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: f95f5ac345c193e4a5f52819255cc167
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/f95f5ac345c193e4a5f52819255cc167.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
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-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/Splash.build/Debug-xros/Splash.build/Splash.modulemap (in target 'Splash' from project 'Splash')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Splash.build/Debug-xros/Splash.build/Splash.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Splash.build/Debug-xros/Splash.build/Splash.DependencyStaticMetadataFileList (in target 'Splash' from project 'Splash')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Splash.build/Debug-xros/Splash.build/Splash.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Splash.build/Debug-xros/Splash.build/Splash.DependencyMetadataFileList (in target 'Splash' from project 'Splash')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Splash.build/Debug-xros/Splash.build/Splash.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Splash.build/Debug-xros/Splash.build/Objects-normal/arm64/Splash.SwiftFileList (in target 'Splash' from project 'Splash')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Splash.build/Debug-xros/Splash.build/Objects-normal/arm64/Splash.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Splash.build/Debug-xros/Splash.build/Objects-normal/arm64/Splash-OutputFileMap.json (in target 'Splash' from project 'Splash')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Splash.build/Debug-xros/Splash.build/Objects-normal/arm64/Splash-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Splash.build/Debug-xros/Splash.build/Objects-normal/arm64/Splash.LinkFileList (in target 'Splash' from project 'Splash')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Splash.build/Debug-xros/Splash.build/Objects-normal/arm64/Splash.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Splash.build/Debug-xros/Splash.build/Objects-normal/arm64/Splash_const_extract_protocols.json (in target 'Splash' from project 'Splash')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Splash.build/Debug-xros/Splash.build/Objects-normal/arm64/Splash_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Splash.build/Debug-xros/Splash.build/Objects-normal/arm64/Splash.SwiftConstValuesFileList (in target 'Splash' from project 'Splash')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Splash.build/Debug-xros/Splash.build/Objects-normal/arm64/Splash.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeckUI.build/Debug-xros/DeckUI.build/Objects-normal/arm64/DeckUI_const_extract_protocols.json (in target 'DeckUI' from project 'DeckUI')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeckUI.build/Debug-xros/DeckUI.build/Objects-normal/arm64/DeckUI_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeckUI.build/Debug-xros/DeckUI.build/Objects-normal/arm64/DeckUI.SwiftFileList (in target 'DeckUI' from project 'DeckUI')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeckUI.build/Debug-xros/DeckUI.build/Objects-normal/arm64/DeckUI.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeckUI.build/Debug-xros/DeckUI.build/Objects-normal/arm64/DeckUI.SwiftConstValuesFileList (in target 'DeckUI' from project 'DeckUI')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeckUI.build/Debug-xros/DeckUI.build/Objects-normal/arm64/DeckUI.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeckUI.build/Debug-xros/DeckUI.build/Objects-normal/arm64/DeckUI.LinkFileList (in target 'DeckUI' from project 'DeckUI')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeckUI.build/Debug-xros/DeckUI.build/Objects-normal/arm64/DeckUI.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeckUI.build/Debug-xros/DeckUI.build/Objects-normal/arm64/DeckUI-OutputFileMap.json (in target 'DeckUI' from project 'DeckUI')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeckUI.build/Debug-xros/DeckUI.build/Objects-normal/arm64/DeckUI-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeckUI.build/Debug-xros/DeckUI.build/DeckUI.modulemap (in target 'DeckUI' from project 'DeckUI')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeckUI.build/Debug-xros/DeckUI.build/DeckUI.modulemap
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Splash.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Splash.build/Debug-xros/Splash.build/Splash.modulemap (in target 'Splash' from project 'Splash')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash
    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/Splash.build/Debug-xros/Splash.build/Splash.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeckUI.build/Debug-xros/DeckUI.build/DeckUI.DependencyStaticMetadataFileList (in target 'DeckUI' from project 'DeckUI')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeckUI.build/Debug-xros/DeckUI.build/DeckUI.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeckUI.build/Debug-xros/DeckUI.build/DeckUI.DependencyMetadataFileList (in target 'DeckUI' from project 'DeckUI')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeckUI.build/Debug-xros/DeckUI.build/DeckUI.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/DeckUI.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeckUI.build/Debug-xros/DeckUI.build/DeckUI.modulemap (in target 'DeckUI' from project 'DeckUI')
    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/DeckUI.build/Debug-xros/DeckUI.build/DeckUI.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
SwiftDriver Splash normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Splash' from project 'Splash')
    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 Splash -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Splash.build/Debug-xros/Splash.build/Objects-normal/arm64/Splash.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 -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -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/Splash.build/Debug-xros/Splash.build/Objects-normal/arm64/Splash-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/Splash.build/Debug-xros/Splash.build/Objects-normal/arm64/Splash.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/Splash.build/Debug-xros/Splash.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Splash.build/Debug-xros/Splash.build/Objects-normal/arm64/Splash_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/Splash.build/Debug-xros/Splash.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Splash.build/Debug-xros/Splash.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Splash.build/Debug-xros/Splash.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/Splash.build/Debug-xros/Splash.build/Objects-normal/arm64/Splash-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ CharacterSet+Contains.swift,\ Equatable+AnyOf.swift,\ Int+IsOdd.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Extensions/CharacterSet/CharacterSet+Contains.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Extensions/Equatable/Equatable+AnyOf.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Extensions/Int/Int+IsOdd.swift (in target 'Splash' from project 'Splash')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Extensions/CharacterSet/CharacterSet+Contains.swift (in target 'Splash' from project 'Splash')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Extensions/Equatable/Equatable+AnyOf.swift (in target 'Splash' from project 'Splash')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Extensions/Int/Int+IsOdd.swift (in target 'Splash' from project 'Splash')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Sequence+AnyOf.swift,\ Sequence+Occurrences.swift,\ String+HTMLEntities.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Extensions/Sequence/Sequence+AnyOf.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Extensions/Sequence/Sequence+Occurrences.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Extensions/Strings/String+HTMLEntities.swift (in target 'Splash' from project 'Splash')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Extensions/Sequence/Sequence+AnyOf.swift (in target 'Splash' from project 'Splash')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Extensions/Sequence/Sequence+Occurrences.swift (in target 'Splash' from project 'Splash')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Extensions/Strings/String+HTMLEntities.swift (in target 'Splash' from project 'Splash')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Substring+HasSuffix.swift,\ Grammar.swift,\ SwiftGrammar.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Extensions/Strings/Substring+HasSuffix.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Grammar/Grammar.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Grammar/SwiftGrammar.swift (in target 'Splash' from project 'Splash')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Extensions/Strings/Substring+HasSuffix.swift (in target 'Splash' from project 'Splash')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Grammar/Grammar.swift (in target 'Splash' from project 'Splash')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Grammar/SwiftGrammar.swift (in target 'Splash' from project 'Splash')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ String+IsNumber.swift,\ String+PrefixChecking.swift,\ String+Removing.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Extensions/Strings/String+IsNumber.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Extensions/Strings/String+PrefixChecking.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Extensions/Strings/String+Removing.swift (in target 'Splash' from project 'Splash')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Extensions/Strings/String+IsNumber.swift (in target 'Splash' from project 'Splash')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Extensions/Strings/String+PrefixChecking.swift (in target 'Splash' from project 'Splash')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Extensions/Strings/String+Removing.swift (in target 'Splash' from project 'Splash')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ AttributedStringOutputFormat.swift,\ HTMLOutputFormat.swift,\ MarkdownDecorator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Output/AttributedStringOutputFormat.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Output/HTMLOutputFormat.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Output/MarkdownDecorator.swift (in target 'Splash' from project 'Splash')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Output/AttributedStringOutputFormat.swift (in target 'Splash' from project 'Splash')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Output/HTMLOutputFormat.swift (in target 'Splash' from project 'Splash')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Output/MarkdownDecorator.swift (in target 'Splash' from project 'Splash')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ OutputBuilder.swift,\ OutputFormat.swift,\ SyntaxHighlighter.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Output/OutputBuilder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Output/OutputFormat.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Syntax/SyntaxHighlighter.swift (in target 'Splash' from project 'Splash')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Output/OutputBuilder.swift (in target 'Splash' from project 'Splash')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Output/OutputFormat.swift (in target 'Splash' from project 'Splash')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Syntax/SyntaxHighlighter.swift (in target 'Splash' from project 'Splash')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ SyntaxRule.swift,\ Color.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Syntax/SyntaxRule.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Theming/Color.swift (in target 'Splash' from project 'Splash')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Syntax/SyntaxRule.swift (in target 'Splash' from project 'Splash')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Theming/Color.swift (in target 'Splash' from project 'Splash')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Theme.swift,\ Segment.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Theming/Theme.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Tokenizing/Segment.swift (in target 'Splash' from project 'Splash')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Theming/Theme.swift (in target 'Splash' from project 'Splash')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Tokenizing/Segment.swift (in target 'Splash' from project 'Splash')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ Splash (in target 'Splash' from project 'Splash')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Extensions/CharacterSet/CharacterSet+Contains.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Extensions/Equatable/Equatable+AnyOf.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Extensions/Int/Int+IsOdd.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Extensions/Sequence/Sequence+AnyOf.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Extensions/Sequence/Sequence+Occurrences.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Extensions/Strings/String+HTMLEntities.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Extensions/Strings/String+IsNumber.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Extensions/Strings/String+PrefixChecking.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Extensions/Strings/String+Removing.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Extensions/Strings/Substring+HasSuffix.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Grammar/Grammar.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Grammar/SwiftGrammar.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Output/AttributedStringOutputFormat.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Output/HTMLOutputFormat.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Output/MarkdownDecorator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Output/OutputBuilder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Output/OutputFormat.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Syntax/SyntaxHighlighter.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Syntax/SyntaxRule.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Theming/Color.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Theming/Font.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Theming/Theme.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Tokenizing/Segment.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Tokenizing/TokenType.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Tokenizing/Tokenizer.swift -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 -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Splash.build/Debug-xros/Splash.build/Objects-normal/arm64/Splash_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/Splash.build/Debug-xros/Splash.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/Splash.build/Debug-xros/Splash.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Splash.build/Debug-xros/Splash.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Splash.build/Debug-xros/Splash.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Splash -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 -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Splash.build/Debug-xros/Splash.build/Objects-normal/arm64/Splash.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Splash.build/Debug-xros/Splash.build/Objects-normal/arm64/Splash.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Splash.build/Debug-xros/Splash.build/Objects-normal/arm64/Splash-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Splash.build/Debug-xros/Splash.build/Objects-normal/arm64/Splash-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Splash.build/Debug-xros/Splash.build/Objects-normal/arm64/Splash-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Splash.build/Debug-xros/Splash.build/Objects-normal/arm64/Splash.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Splash.build/Debug-xros/Splash.build/Objects-normal/arm64/Splash.abi.json
EmitSwiftModule normal arm64 (in target 'Splash' from project 'Splash')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Theming/Theme.swift:18:32: error: cannot find type 'Color' in scope
    public var plainTextColor: Color
                               ^~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Theming/Theme.swift:20:33: error: cannot find type 'Color' in scope
    public var backgroundColor: Color
                                ^~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Theming/Theme.swift:22:41: error: cannot find type 'Color' in scope
    public var tokenColors: [TokenType: Color]
                                        ^~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Theming/Font.swift:42:24: error: cannot find type 'Loaded' in scope
        case preloaded(Loaded)
                       ^~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Theming/Font.swift:49:20: error: cannot find type 'Loaded' in scope
    func load() -> Loaded {
                   ^~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Output/AttributedStringOutputFormat.swift:57:46: error: 'Loaded' is not a member type of struct 'Splash.Font'
    func append(_ string: String, font: Font.Loaded, color: Color) {
                                        ~~~~ ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Theming/Font.swift:15:15: note: 'Font' declared here
public struct Font {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Output/AttributedStringOutputFormat.swift:57:61: error: cannot find type 'Color' in scope
    func append(_ string: String, font: Font.Loaded, color: Color) {
                                                            ^~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Theming/Color.swift:16:20: error: cannot find type 'Color' in scope
internal extension Color {
                   ^~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Theming/Font.swift:60:39: error: cannot find type 'Loaded' in scope
    private func loadDefaultFont() -> Loaded {
                                      ^~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Theming/Font.swift:72:49: error: cannot find type 'Loaded' in scope
    private func load(fromPath path: String) -> Loaded? {
                                                ^~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Theming/Theme.swift:25:33: error: cannot find type 'Color' in scope
                plainTextColor: Color,
                                ^~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Theming/Theme.swift:26:42: error: cannot find type 'Color' in scope
                tokenColors: [TokenType: Color],
                                         ^~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Theming/Theme.swift:27:34: error: cannot find type 'Color' in scope
                backgroundColor: Color = Color(white: 0.12, alpha: 1)) {
                                 ^~~~~
SwiftCompile normal arm64 Compiling\ Font.swift,\ Theme+Defaults.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Theming/Font.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift (in target 'Splash' from project 'Splash')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Theming/Font.swift (in target 'Splash' from project 'Splash')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift (in target 'Splash' from project 'Splash')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ TokenType.swift,\ Tokenizer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Tokenizing/TokenType.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Tokenizing/Tokenizer.swift (in target 'Splash' from project 'Splash')
Command SwiftCompile failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64 Emitting\ module\ for\ Splash (in target 'Splash' from project 'Splash')
	EmitSwiftModule normal arm64 (in target 'Splash' from project 'Splash')
	SwiftCompile normal arm64 Compiling\ TokenType.swift,\ Tokenizer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Tokenizing/TokenType.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Tokenizing/Tokenizer.swift (in target 'Splash' from project 'Splash')
	Building workspace spi-builder-workspace with scheme DeckUI
(4 failures)
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  Splash: https://github.com/johnsundell/Splash.git @ 0.16.0
  DeckUI: /Users/admin/builder/spi-builder-workspace
resolved source packages: Splash, DeckUI
{
  "dependencies" : [
    {
      "identity" : "splash",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.16.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/johnsundell/Splash.git"
    }
  ],
  "manifest_display_name" : "DeckUI",
  "name" : "DeckUI",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "DeckUI",
      "targets" : [
        "DeckUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DeckUITests",
      "module_type" : "SwiftTarget",
      "name" : "DeckUITests",
      "path" : "Tests/DeckUITests",
      "sources" : [
        "DeckUITests.swift"
      ],
      "target_dependencies" : [
        "DeckUI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DeckUI",
      "module_type" : "SwiftTarget",
      "name" : "DeckUI",
      "path" : "Sources/DeckUI",
      "product_dependencies" : [
        "Splash"
      ],
      "product_memberships" : [
        "DeckUI"
      ],
      "sources" : [
        "Compatibility.swift",
        "DSL/ContentItem.swift",
        "DSL/ContentItems/Bullets.swift",
        "DSL/ContentItems/Code.swift",
        "DSL/ContentItems/Columns.swift",
        "DSL/ContentItems/Media.swift",
        "DSL/ContentItems/RawView.swift",
        "DSL/ContentItems/Title.swift",
        "DSL/ContentItems/Words.swift",
        "DSL/Deck.swift",
        "DSL/Slide.swift",
        "DSL/Theme.swift",
        "DeckUI.swift",
        "Deprecations.swift",
        "PresentationState.swift",
        "Syntax Highlight/CodeComponent.swift",
        "Syntax Highlight/CodeComponentFormat.swift",
        "Syntax Highlight/CodeTheme.swift",
        "Syntax Highlight/Grammar/NoGrammar.swift",
        "Syntax Highlight/ProgrammingLanguage.swift",
        "Views/CameraView.swift",
        "Views/Presenter.swift",
        "Views/PresenterNotesView.swift",
        "Views/SlideNavigation.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "DeckUI"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme DeckUI -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 DeckUI -destination generic/platform=xrOS
Resolve Package Graph
Resolved source packages:
  DeckUI: /Users/admin/builder/spi-builder-workspace
  Splash: https://github.com/johnsundell/Splash.git @ 0.16.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
    Target 'DeckUI' in project 'DeckUI'
        ➜ Explicit dependency on target 'DeckUI' in project 'DeckUI'
        ➜ Explicit dependency on target 'Splash' in project 'Splash'
    Target 'DeckUI' in project 'DeckUI'
        ➜ Explicit dependency on target 'Splash' in project 'Splash'
    Target 'Splash' in project 'Splash'
        ➜ Explicit dependency on target 'Splash' in project 'Splash'
    Target 'Splash' in project 'Splash' (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: 1485b051248fd070d218854f03da93db
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/1485b051248fd070d218854f03da93db.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 Splash normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Splash' from project 'Splash')
    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 Splash -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Splash.build/Debug-xros/Splash.build/Objects-normal/arm64/Splash.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 -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -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/Splash.build/Debug-xros/Splash.build/Objects-normal/arm64/Splash-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/Splash.build/Debug-xros/Splash.build/Objects-normal/arm64/Splash.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/Splash.build/Debug-xros/Splash.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Splash.build/Debug-xros/Splash.build/Objects-normal/arm64/Splash_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/Splash.build/Debug-xros/Splash.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Splash.build/Debug-xros/Splash.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Splash.build/Debug-xros/Splash.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/Splash.build/Debug-xros/Splash.build/Objects-normal/arm64/Splash-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ Font.swift,\ Theme+Defaults.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Theming/Font.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift (in target 'Splash' from project 'Splash')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Theming/Font.swift (in target 'Splash' from project 'Splash')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift (in target 'Splash' from project 'Splash')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ CharacterSet+Contains.swift,\ Equatable+AnyOf.swift,\ Int+IsOdd.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Extensions/CharacterSet/CharacterSet+Contains.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Extensions/Equatable/Equatable+AnyOf.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Extensions/Int/Int+IsOdd.swift (in target 'Splash' from project 'Splash')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Extensions/CharacterSet/CharacterSet+Contains.swift (in target 'Splash' from project 'Splash')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Extensions/Equatable/Equatable+AnyOf.swift (in target 'Splash' from project 'Splash')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Extensions/Int/Int+IsOdd.swift (in target 'Splash' from project 'Splash')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Theme.swift,\ Segment.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Theming/Theme.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Tokenizing/Segment.swift (in target 'Splash' from project 'Splash')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Theming/Theme.swift (in target 'Splash' from project 'Splash')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Tokenizing/Segment.swift (in target 'Splash' from project 'Splash')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ TokenType.swift,\ Tokenizer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Tokenizing/TokenType.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Tokenizing/Tokenizer.swift (in target 'Splash' from project 'Splash')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Tokenizing/TokenType.swift (in target 'Splash' from project 'Splash')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Tokenizing/Tokenizer.swift (in target 'Splash' from project 'Splash')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ AttributedStringOutputFormat.swift,\ HTMLOutputFormat.swift,\ MarkdownDecorator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Output/AttributedStringOutputFormat.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Output/HTMLOutputFormat.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Output/MarkdownDecorator.swift (in target 'Splash' from project 'Splash')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Output/AttributedStringOutputFormat.swift (in target 'Splash' from project 'Splash')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Output/HTMLOutputFormat.swift (in target 'Splash' from project 'Splash')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Output/MarkdownDecorator.swift (in target 'Splash' from project 'Splash')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Substring+HasSuffix.swift,\ Grammar.swift,\ SwiftGrammar.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Extensions/Strings/Substring+HasSuffix.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Grammar/Grammar.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Grammar/SwiftGrammar.swift (in target 'Splash' from project 'Splash')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Extensions/Strings/Substring+HasSuffix.swift (in target 'Splash' from project 'Splash')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Grammar/Grammar.swift (in target 'Splash' from project 'Splash')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Grammar/SwiftGrammar.swift (in target 'Splash' from project 'Splash')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ String+IsNumber.swift,\ String+PrefixChecking.swift,\ String+Removing.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Extensions/Strings/String+IsNumber.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Extensions/Strings/String+PrefixChecking.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Extensions/Strings/String+Removing.swift (in target 'Splash' from project 'Splash')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Extensions/Strings/String+IsNumber.swift (in target 'Splash' from project 'Splash')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Extensions/Strings/String+PrefixChecking.swift (in target 'Splash' from project 'Splash')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Extensions/Strings/String+Removing.swift (in target 'Splash' from project 'Splash')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ SyntaxRule.swift,\ Color.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Syntax/SyntaxRule.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Theming/Color.swift (in target 'Splash' from project 'Splash')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Syntax/SyntaxRule.swift (in target 'Splash' from project 'Splash')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Theming/Color.swift (in target 'Splash' from project 'Splash')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Sequence+AnyOf.swift,\ Sequence+Occurrences.swift,\ String+HTMLEntities.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Extensions/Sequence/Sequence+AnyOf.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Extensions/Sequence/Sequence+Occurrences.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Extensions/Strings/String+HTMLEntities.swift (in target 'Splash' from project 'Splash')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Extensions/Sequence/Sequence+AnyOf.swift (in target 'Splash' from project 'Splash')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Extensions/Sequence/Sequence+Occurrences.swift (in target 'Splash' from project 'Splash')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Extensions/Strings/String+HTMLEntities.swift (in target 'Splash' from project 'Splash')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ Splash (in target 'Splash' from project 'Splash')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Extensions/CharacterSet/CharacterSet+Contains.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Extensions/Equatable/Equatable+AnyOf.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Extensions/Int/Int+IsOdd.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Extensions/Sequence/Sequence+AnyOf.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Extensions/Sequence/Sequence+Occurrences.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Extensions/Strings/String+HTMLEntities.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Extensions/Strings/String+IsNumber.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Extensions/Strings/String+PrefixChecking.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Extensions/Strings/String+Removing.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Extensions/Strings/Substring+HasSuffix.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Grammar/Grammar.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Grammar/SwiftGrammar.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Output/AttributedStringOutputFormat.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Output/HTMLOutputFormat.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Output/MarkdownDecorator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Output/OutputBuilder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Output/OutputFormat.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Syntax/SyntaxHighlighter.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Syntax/SyntaxRule.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Theming/Color.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Theming/Font.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Theming/Theme.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Tokenizing/Segment.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Tokenizing/TokenType.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Tokenizing/Tokenizer.swift -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 -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Splash.build/Debug-xros/Splash.build/Objects-normal/arm64/Splash_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/Splash.build/Debug-xros/Splash.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/Splash.build/Debug-xros/Splash.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Splash.build/Debug-xros/Splash.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Splash.build/Debug-xros/Splash.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Splash -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 -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Splash.build/Debug-xros/Splash.build/Objects-normal/arm64/Splash.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Splash.build/Debug-xros/Splash.build/Objects-normal/arm64/Splash.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Splash.build/Debug-xros/Splash.build/Objects-normal/arm64/Splash-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Splash.build/Debug-xros/Splash.build/Objects-normal/arm64/Splash-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Splash.build/Debug-xros/Splash.build/Objects-normal/arm64/Splash-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Splash.build/Debug-xros/Splash.build/Objects-normal/arm64/Splash.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Splash.build/Debug-xros/Splash.build/Objects-normal/arm64/Splash.abi.json
EmitSwiftModule normal arm64 (in target 'Splash' from project 'Splash')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Theming/Theme.swift:18:32: error: cannot find type 'Color' in scope
    public var plainTextColor: Color
                               ^~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Theming/Theme.swift:20:33: error: cannot find type 'Color' in scope
    public var backgroundColor: Color
                                ^~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Theming/Theme.swift:22:41: error: cannot find type 'Color' in scope
    public var tokenColors: [TokenType: Color]
                                        ^~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Theming/Font.swift:42:24: error: cannot find type 'Loaded' in scope
        case preloaded(Loaded)
                       ^~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Theming/Font.swift:49:20: error: cannot find type 'Loaded' in scope
    func load() -> Loaded {
                   ^~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Output/AttributedStringOutputFormat.swift:57:46: error: 'Loaded' is not a member type of struct 'Splash.Font'
    func append(_ string: String, font: Font.Loaded, color: Color) {
                                        ~~~~ ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Theming/Font.swift:15:15: note: 'Font' declared here
public struct Font {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Output/AttributedStringOutputFormat.swift:57:61: error: cannot find type 'Color' in scope
    func append(_ string: String, font: Font.Loaded, color: Color) {
                                                            ^~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Theming/Color.swift:16:20: error: cannot find type 'Color' in scope
internal extension Color {
                   ^~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Theming/Font.swift:60:39: error: cannot find type 'Loaded' in scope
    private func loadDefaultFont() -> Loaded {
                                      ^~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Theming/Font.swift:72:49: error: cannot find type 'Loaded' in scope
    private func load(fromPath path: String) -> Loaded? {
                                                ^~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Theming/Theme.swift:25:33: error: cannot find type 'Color' in scope
                plainTextColor: Color,
                                ^~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Theming/Theme.swift:26:42: error: cannot find type 'Color' in scope
                tokenColors: [TokenType: Color],
                                         ^~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Theming/Theme.swift:27:34: error: cannot find type 'Color' in scope
                backgroundColor: Color = Color(white: 0.12, alpha: 1)) {
                                 ^~~~~
SwiftCompile normal arm64 Compiling\ OutputBuilder.swift,\ OutputFormat.swift,\ SyntaxHighlighter.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Output/OutputBuilder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Output/OutputFormat.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Syntax/SyntaxHighlighter.swift (in target 'Splash' from project 'Splash')
Command SwiftCompile failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64 Emitting\ module\ for\ Splash (in target 'Splash' from project 'Splash')
	EmitSwiftModule normal arm64 (in target 'Splash' from project 'Splash')
	SwiftCompile normal arm64 Compiling\ OutputBuilder.swift,\ OutputFormat.swift,\ SyntaxHighlighter.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Output/OutputBuilder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Output/OutputFormat.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Splash/Sources/Splash/Syntax/SyntaxHighlighter.swift (in target 'Splash' from project 'Splash')
	Building workspace spi-builder-workspace with scheme DeckUI
(4 failures)
BUILD FAILURE 6.1 visionOS