The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of ElegantColorPalette, reference master (dfb623), with Swift 6.1 for visionOS using Xcode 16.3 on 26 Apr 2025 01:08:18 UTC.

Swift 6 data race errors: 28

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ElegantColorPalette -destination generic/platform=xrOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ThasianX/ElegantColorPalette.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ThasianX/ElegantColorPalette
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at dfb6233 Update README.md
Cloned https://github.com/ThasianX/ElegantColorPalette.git
Revision (git rev-parse @):
dfb62339c97c307abfc982c0ed20766510544cef
SUCCESS checkout https://github.com/ThasianX/ElegantColorPalette.git at master
========================================
Build
========================================
Selected platform:         visionOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ThasianX/ElegantColorPalette.git
https://github.com/ThasianX/ElegantColorPalette.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ElegantColorPalette",
  "name" : "ElegantColorPalette",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "ElegantColorPalette",
      "targets" : [
        "ElegantColorPalette"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ElegantColorPalette",
      "module_type" : "SwiftTarget",
      "name" : "ElegantColorPalette",
      "path" : "Sources/ElegantColorPalette",
      "product_memberships" : [
        "ElegantColorPalette"
      ],
      "sources" : [
        "ColorPaletteBindingView.swift",
        "ColorPaletteView.swift",
        "Helpers/Extensions/CGVector+Additions.swift",
        "Helpers/Extensions/CGVector+Operators.swift",
        "Helpers/Extensions/ColorNode+Modifiers.swift",
        "Helpers/Extensions/Comparable+Clamped.swift",
        "Helpers/Extensions/UIColor+Color.swift",
        "Helpers/Models/ColorPaletteManager.swift",
        "Helpers/Models/DefaultNodeStyle.swift",
        "Helpers/Models/FocusSettings.swift",
        "Helpers/Models/NodeStyleConfiguration.swift",
        "Helpers/Models/PaletteColor.swift",
        "Helpers/Models/SpawnConfiguration.swift",
        "Helpers/Modifiers/FocusModifier.swift",
        "Helpers/Modifiers/FontModifier.swift",
        "Helpers/Modifiers/HighlightModifier.swift",
        "Helpers/Modifiers/RadiusModifier.swift",
        "Helpers/Modifiers/ScaleFadeModifier.swift",
        "Helpers/Modifiers/StartUpModifier.swift",
        "Helpers/Protocols/Buildable.swift",
        "Helpers/Protocols/ColorSchemeObserver.swift",
        "Helpers/Protocols/NodeModifier.swift",
        "Helpers/Protocols/NodeStyle.swift",
        "Views/ColorNode.swift",
        "Views/ColorPaletteScene.swift",
        "Views/ColorsContainerNode.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ElegantColorPalette",
  "name" : "ElegantColorPalette",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "ElegantColorPalette",
      "targets" : [
        "ElegantColorPalette"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ElegantColorPalette",
      "module_type" : "SwiftTarget",
      "name" : "ElegantColorPalette",
      "path" : "Sources/ElegantColorPalette",
      "product_memberships" : [
        "ElegantColorPalette"
      ],
      "sources" : [
        "ColorPaletteBindingView.swift",
        "ColorPaletteView.swift",
        "Helpers/Extensions/CGVector+Additions.swift",
        "Helpers/Extensions/CGVector+Operators.swift",
        "Helpers/Extensions/ColorNode+Modifiers.swift",
        "Helpers/Extensions/Comparable+Clamped.swift",
        "Helpers/Extensions/UIColor+Color.swift",
        "Helpers/Models/ColorPaletteManager.swift",
        "Helpers/Models/DefaultNodeStyle.swift",
        "Helpers/Models/FocusSettings.swift",
        "Helpers/Models/NodeStyleConfiguration.swift",
        "Helpers/Models/PaletteColor.swift",
        "Helpers/Models/SpawnConfiguration.swift",
        "Helpers/Modifiers/FocusModifier.swift",
        "Helpers/Modifiers/FontModifier.swift",
        "Helpers/Modifiers/HighlightModifier.swift",
        "Helpers/Modifiers/RadiusModifier.swift",
        "Helpers/Modifiers/ScaleFadeModifier.swift",
        "Helpers/Modifiers/StartUpModifier.swift",
        "Helpers/Protocols/Buildable.swift",
        "Helpers/Protocols/ColorSchemeObserver.swift",
        "Helpers/Protocols/NodeModifier.swift",
        "Helpers/Protocols/NodeStyle.swift",
        "Views/ColorNode.swift",
        "Views/ColorPaletteScene.swift",
        "Views/ColorsContainerNode.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "ElegantColorPalette",
    "schemes" : [
      "ElegantColorPalette",
      "Example"
    ],
    "targets" : [
      "ElegantColorPalette"
    ]
  }
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "ElegantColorPalette"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ElegantColorPalette -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 ElegantColorPalette -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:
  ElegantColorPalette: /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 'ElegantColorPalette' in project 'ElegantColorPalette'
        ➜ Explicit dependency on target 'ElegantColorPalette' in project 'ElegantColorPalette'
    Target 'ElegantColorPalette' in project 'ElegantColorPalette' (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: b857abcdeffa423b3612e6491be86ce3
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/b857abcdeffa423b3612e6491be86ce3.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/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
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/ElegantColorPalette.build/Debug-xros/ElegantColorPalette.build/ElegantColorPalette.DependencyMetadataFileList (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-xros/ElegantColorPalette.build/ElegantColorPalette.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-xros/ElegantColorPalette.build/ElegantColorPalette.DependencyStaticMetadataFileList (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-xros/ElegantColorPalette.build/ElegantColorPalette.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-xros/ElegantColorPalette.build/ElegantColorPalette.modulemap (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-xros/ElegantColorPalette.build/ElegantColorPalette.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-xros/ElegantColorPalette.build/Objects-normal/arm64/ElegantColorPalette.LinkFileList (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-xros/ElegantColorPalette.build/Objects-normal/arm64/ElegantColorPalette.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-xros/ElegantColorPalette.build/Objects-normal/arm64/ElegantColorPalette_const_extract_protocols.json (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-xros/ElegantColorPalette.build/Objects-normal/arm64/ElegantColorPalette_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-xros/ElegantColorPalette.build/Objects-normal/arm64/ElegantColorPalette-OutputFileMap.json (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-xros/ElegantColorPalette.build/Objects-normal/arm64/ElegantColorPalette-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-xros/ElegantColorPalette.build/Objects-normal/arm64/ElegantColorPalette.SwiftConstValuesFileList (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-xros/ElegantColorPalette.build/Objects-normal/arm64/ElegantColorPalette.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-xros/ElegantColorPalette.build/Objects-normal/arm64/ElegantColorPalette.SwiftFileList (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-xros/ElegantColorPalette.build/Objects-normal/arm64/ElegantColorPalette.SwiftFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/ElegantColorPalette.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-xros/ElegantColorPalette.build/ElegantColorPalette.modulemap (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
    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/ElegantColorPalette.build/Debug-xros/ElegantColorPalette.build/ElegantColorPalette.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
SwiftDriver ElegantColorPalette normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
    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 ElegantColorPalette -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-xros/ElegantColorPalette.build/Objects-normal/arm64/ElegantColorPalette.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/ElegantColorPalette.build/Debug-xros/ElegantColorPalette.build/Objects-normal/arm64/ElegantColorPalette-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/ElegantColorPalette.build/Debug-xros/ElegantColorPalette.build/Objects-normal/arm64/ElegantColorPalette.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/ElegantColorPalette.build/Debug-xros/ElegantColorPalette.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-xros/ElegantColorPalette.build/Objects-normal/arm64/ElegantColorPalette_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/ElegantColorPalette.build/Debug-xros/ElegantColorPalette.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-xros/ElegantColorPalette.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-xros/ElegantColorPalette.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/ElegantColorPalette.build/Debug-xros/ElegantColorPalette.build/Objects-normal/arm64/ElegantColorPalette-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ CGVector+Operators.swift,\ ColorNode+Modifiers.swift,\ Comparable+Clamped.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Extensions/CGVector+Operators.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Extensions/ColorNode+Modifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Extensions/Comparable+Clamped.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Extensions/CGVector+Operators.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Extensions/ColorNode+Modifiers.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Extensions/Comparable+Clamped.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ UIColor+Color.swift,\ ColorPaletteManager.swift,\ DefaultNodeStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Extensions/UIColor+Color.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/ColorPaletteManager.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/DefaultNodeStyle.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Extensions/UIColor+Color.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/ColorPaletteManager.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/DefaultNodeStyle.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/DefaultNodeStyle.swift:36:14: warning: call to main actor-isolated instance method 'startUp(_:waitDurationRange:scaleUpDuration:scaleDownDuration:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            .startUp(isFirstShown)
             ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Extensions/ColorNode+Modifiers.swift:74:10: note: calls to instance method 'startUp(_:waitDurationRange:scaleUpDuration:scaleDownDuration:)' from outside of its actor context are implicitly asynchronous
    func startUp(_ active: Bool, waitDurationRange: ClosedRange<TimeInterval> = 0...0.4, scaleUpDuration: TimeInterval = 0.4, scaleDownDuration: TimeInterval = 0.2) -> ColorNode {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Extensions/ColorNode+Modifiers.swift:74:10: note: main actor isolation inferred from inheritance from class 'SKShapeNode'
    func startUp(_ active: Bool, waitDurationRange: ClosedRange<TimeInterval> = 0...0.4, scaleUpDuration: TimeInterval = 0.4, scaleDownDuration: TimeInterval = 0.2) -> ColorNode {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/DefaultNodeStyle.swift:35:14: warning: call to main actor-isolated instance method 'label' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            .label(isFocused)
             ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Extensions/ColorNode+Modifiers.swift:13:10: note: calls to instance method 'label' from outside of its actor context are implicitly asynchronous
    func label(_ active: Bool) -> ColorNode {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Extensions/ColorNode+Modifiers.swift:13:10: note: main actor isolation inferred from inheritance from class 'SKShapeNode'
    func label(_ active: Bool) -> ColorNode {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/DefaultNodeStyle.swift:34:14: warning: call to main actor-isolated instance method 'highlight' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            .highlight(isSelected)
             ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Extensions/ColorNode+Modifiers.swift:37:10: note: calls to instance method 'highlight' from outside of its actor context are implicitly asynchronous
    func highlight(_ active: Bool) -> ColorNode {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Extensions/ColorNode+Modifiers.swift:37:10: note: main actor isolation inferred from inheritance from class 'SKShapeNode'
    func highlight(_ active: Bool) -> ColorNode {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/DefaultNodeStyle.swift:31:14: warning: call to main actor-isolated instance method 'scaleFade(_:scale:opacity:animationDuration:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            .scaleFade(!isFirstShown,
             ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Extensions/ColorNode+Modifiers.swift:61:10: note: calls to instance method 'scaleFade(_:scale:opacity:animationDuration:)' from outside of its actor context are implicitly asynchronous
    func scaleFade(_ active: Bool, scale: CGFloat, opacity: CGFloat, animationDuration: TimeInterval = 0.2) -> ColorNode {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Extensions/ColorNode+Modifiers.swift:61:10: note: main actor isolation inferred from inheritance from class 'SKShapeNode'
    func scaleFade(_ active: Bool, scale: CGFloat, opacity: CGFloat, animationDuration: TimeInterval = 0.2) -> ColorNode {
         ^
SwiftCompile normal arm64 Compiling\ NodeStyle.swift,\ ColorNode.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Protocols/NodeStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Views/ColorNode.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Protocols/NodeStyle.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Views/ColorNode.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Views/ColorNode.swift:113:10: warning: main actor-isolated instance method 'colorSchemeChanged()' cannot be used to satisfy nonisolated requirement from protocol 'ColorSchemeObserver'; this is an error in the Swift 6 language mode
    func colorSchemeChanged() {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Views/ColorNode.swift:113:10: note: add 'nonisolated' to 'colorSchemeChanged()' to make this instance method not isolated to the actor
    func colorSchemeChanged() {
         ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Views/ColorNode.swift:111:22: note: add '@preconcurrency' to the 'ColorSchemeObserver' conformance to defer isolation checking to run time
extension ColorNode: ColorSchemeObserver {
                     ^
                     @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Protocols/ColorSchemeObserver.swift:7:10: note: mark the protocol requirement 'colorSchemeChanged()' 'async' to allow actor-isolated conformances
    func colorSchemeChanged()
         ^
                              async
SwiftCompile normal arm64 Compiling\ ColorPaletteScene.swift,\ ColorsContainerNode.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Views/ColorPaletteScene.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Views/ColorsContainerNode.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Views/ColorPaletteScene.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Views/ColorPaletteScene.swift:62:9: warning: main actor-isolated property 'paletteManager' cannot be used to satisfy nonisolated requirement from protocol 'ColorPaletteManagerDirectAccess'; this is an error in the Swift 6 language mode
    let paletteManager: ColorPaletteManager
        ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Views/ColorPaletteScene.swift:7:42: note: add '@preconcurrency' to the 'ColorPaletteManagerDirectAccess' conformance to defer isolation checking to run time
public class ColorPaletteScene: SKScene, ColorPaletteManagerDirectAccess {
                                         ^
                                         @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/ColorPaletteManager.swift:47:9: note: requirement 'paletteManager' declared here
    var paletteManager: ColorPaletteManager { get }
        ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Views/ColorsContainerNode.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ HighlightModifier.swift,\ RadiusModifier.swift,\ ScaleFadeModifier.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Modifiers/HighlightModifier.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Modifiers/RadiusModifier.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Modifiers/ScaleFadeModifier.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Modifiers/HighlightModifier.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Modifiers/HighlightModifier.swift:11:21: warning: call to main actor-isolated instance method 'addBorder()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            content.addBorder()
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Modifiers/HighlightModifier.swift:23:10: note: calls to instance method 'addBorder()' from outside of its actor context are implicitly asynchronous
    func addBorder() {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Modifiers/HighlightModifier.swift:23:10: note: main actor isolation inferred from inheritance from class 'SKShapeNode'
    func addBorder() {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Modifiers/HighlightModifier.swift:9:10: note: add '@MainActor' to make instance method 'body(content:)' part of global actor 'MainActor'
    func body(content: Content) -> ColorNode {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Modifiers/HighlightModifier.swift:13:21: warning: call to main actor-isolated instance method 'removeBorder()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            content.removeBorder()
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Modifiers/HighlightModifier.swift:29:10: note: calls to instance method 'removeBorder()' from outside of its actor context are implicitly asynchronous
    func removeBorder() {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Modifiers/HighlightModifier.swift:29:10: note: main actor isolation inferred from inheritance from class 'SKShapeNode'
    func removeBorder() {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Modifiers/HighlightModifier.swift:9:10: note: add '@MainActor' to make instance method 'body(content:)' part of global actor 'MainActor'
    func body(content: Content) -> ColorNode {
         ^
    @MainActor
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Modifiers/RadiusModifier.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Modifiers/RadiusModifier.swift:11:20: warning: main actor-isolated property 'radius' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        if content.radius != radius {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Views/ColorNode.swift:70:16: note: property declared here
    public var radius: CGFloat! {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Modifiers/RadiusModifier.swift:10:10: note: add '@MainActor' to make instance method 'body(content:)' part of global actor 'MainActor'
    func body(content: Content) -> ColorNode {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Modifiers/RadiusModifier.swift:12:21: warning: main actor-isolated property 'radius' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            content.radius = radius
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Views/ColorNode.swift:70:16: note: mutation of this property is only permitted within the actor
    public var radius: CGFloat! {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Modifiers/RadiusModifier.swift:10:10: note: add '@MainActor' to make instance method 'body(content:)' part of global actor 'MainActor'
    func body(content: Content) -> ColorNode {
         ^
    @MainActor
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Modifiers/ScaleFadeModifier.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Modifiers/ScaleFadeModifier.swift:16:17: warning: call to main actor-isolated instance method 'run' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        content.run(.group([scaleAction, opacityAction]))
                ^
SpriteKit.SKNode.run:2:22: note: calls to instance method 'run' from outside of its actor context are implicitly asynchronous
@MainActor open func run(_ action: SKAction)}
                     ^
SpriteKit.SKNode.run:2:22: note: main actor isolation inferred from inheritance from class 'UIResponder'
@MainActor open func run(_ action: SKAction)}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Modifiers/ScaleFadeModifier.swift:12:10: note: add '@MainActor' to make instance method 'body(content:)' part of global actor 'MainActor'
    func body(content: Content) -> ColorNode {
         ^
    @MainActor
SwiftEmitModule normal arm64 Emitting\ module\ for\ ElegantColorPalette (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
EmitSwiftModule normal arm64 (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:30:16: warning: static property 'allColors' is not concurrency-safe because non-'Sendable' type '[PaletteColor]' may have shared mutable state; this is an error in the Swift 6 language mode
    static let allColors: [PaletteColor] = [
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
              ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:30:16: note: add '@MainActor' to make static property 'allColors' part of global actor 'MainActor'
    static let allColors: [PaletteColor] = [
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:30:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let allColors: [PaletteColor] = [
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:53:16: warning: static property 'allBwColors' is not concurrency-safe because non-'Sendable' type '[PaletteColor]' may have shared mutable state; this is an error in the Swift 6 language mode
    static let allBwColors: [PaletteColor] = [
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
              ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:53:16: note: add '@MainActor' to make static property 'allBwColors' part of global actor 'MainActor'
    static let allBwColors: [PaletteColor] = [
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:53:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let allBwColors: [PaletteColor] = [
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:64:16: warning: static property 'antwerpBlue' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
    static let antwerpBlue = PaletteColor(name: "Antwerp Blue", uiColor: .antwerpBlue)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
              ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:64:16: note: add '@MainActor' to make static property 'antwerpBlue' part of global actor 'MainActor'
    static let antwerpBlue = PaletteColor(name: "Antwerp Blue", uiColor: .antwerpBlue)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:64:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let antwerpBlue = PaletteColor(name: "Antwerp Blue", uiColor: .antwerpBlue)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:65:16: warning: static property 'arcticBlue' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
    static let arcticBlue = PaletteColor(name: "Arctic Blue", uiColor: .arcticBlue)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
              ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:65:16: note: add '@MainActor' to make static property 'arcticBlue' part of global actor 'MainActor'
    static let arcticBlue = PaletteColor(name: "Arctic Blue", uiColor: .arcticBlue)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:65:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let arcticBlue = PaletteColor(name: "Arctic Blue", uiColor: .arcticBlue)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:66:16: warning: static property 'bonoboGreen' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
    static let bonoboGreen = PaletteColor(name: "Bonobo Green", uiColor: .bonoboGreen)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
              ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:66:16: note: add '@MainActor' to make static property 'bonoboGreen' part of global actor 'MainActor'
    static let bonoboGreen = PaletteColor(name: "Bonobo Green", uiColor: .bonoboGreen)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:66:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let bonoboGreen = PaletteColor(name: "Bonobo Green", uiColor: .bonoboGreen)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:67:16: warning: static property 'brilliantViolet' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
    static let brilliantViolet = PaletteColor(name: "Brilliant Violet", uiColor: .brilliantViolet)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
              ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:67:16: note: add '@MainActor' to make static property 'brilliantViolet' part of global actor 'MainActor'
    static let brilliantViolet = PaletteColor(name: "Brilliant Violet", uiColor: .brilliantViolet)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:67:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let brilliantViolet = PaletteColor(name: "Brilliant Violet", uiColor: .brilliantViolet)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:68:16: warning: static property 'cadiumOrange' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
    static let cadiumOrange = PaletteColor(name: "Cadium Orange", uiColor: .cadiumOrange)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
              ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:68:16: note: add '@MainActor' to make static property 'cadiumOrange' part of global actor 'MainActor'
    static let cadiumOrange = PaletteColor(name: "Cadium Orange", uiColor: .cadiumOrange)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:68:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let cadiumOrange = PaletteColor(name: "Cadium Orange", uiColor: .cadiumOrange)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:69:16: warning: static property 'fluorescentPink' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
    static let fluorescentPink = PaletteColor(name: "Fluorescent Pink", uiColor: .fluorescentPink)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
              ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:69:16: note: add '@MainActor' to make static property 'fluorescentPink' part of global actor 'MainActor'
    static let fluorescentPink = PaletteColor(name: "Fluorescent Pink", uiColor: .fluorescentPink)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:69:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let fluorescentPink = PaletteColor(name: "Fluorescent Pink", uiColor: .fluorescentPink)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:70:16: warning: static property 'kiwiGreen' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
    static let kiwiGreen = PaletteColor(name: "Kiwi Green", uiColor: .kiwiGreen)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
              ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:70:16: note: add '@MainActor' to make static property 'kiwiGreen' part of global actor 'MainActor'
    static let kiwiGreen = PaletteColor(name: "Kiwi Green", uiColor: .kiwiGreen)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:70:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let kiwiGreen = PaletteColor(name: "Kiwi Green", uiColor: .kiwiGreen)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:71:16: warning: static property 'kraftBrown' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
    static let kraftBrown = PaletteColor(name: "Kraft Brown", uiColor: .kraftBrown)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
              ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:71:16: note: add '@MainActor' to make static property 'kraftBrown' part of global actor 'MainActor'
    static let kraftBrown = PaletteColor(name: "Kraft Brown", uiColor: .kraftBrown)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:71:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let kraftBrown = PaletteColor(name: "Kraft Brown", uiColor: .kraftBrown)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:72:16: warning: static property 'mauvePurple' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
    static let mauvePurple = PaletteColor(name: "Mauve Purple", uiColor: .mauvePurple)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
              ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:72:16: note: add '@MainActor' to make static property 'mauvePurple' part of global actor 'MainActor'
    static let mauvePurple = PaletteColor(name: "Mauve Purple", uiColor: .mauvePurple)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:72:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let mauvePurple = PaletteColor(name: "Mauve Purple", uiColor: .mauvePurple)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:73:16: warning: static property 'orangeYellow' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
    static let orangeYellow = PaletteColor(name: "Orange Yellow", uiColor: .orangeYellow)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
              ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:73:16: note: add '@MainActor' to make static property 'orangeYellow' part of global actor 'MainActor'
    static let orangeYellow = PaletteColor(name: "Orange Yellow", uiColor: .orangeYellow)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:73:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let orangeYellow = PaletteColor(name: "Orange Yellow", uiColor: .orangeYellow)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:74:16: warning: static property 'oxideGreen' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
    static let oxideGreen = PaletteColor(name: "Oxide Green", uiColor: .oxideGreen)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
              ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:74:16: note: add '@MainActor' to make static property 'oxideGreen' part of global actor 'MainActor'
    static let oxideGreen = PaletteColor(name: "Oxide Green", uiColor: .oxideGreen)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:74:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let oxideGreen = PaletteColor(name: "Oxide Green", uiColor: .oxideGreen)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:75:16: warning: static property 'peachBlossomPink' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
    static let peachBlossomPink = PaletteColor(name: "Peach Blossom Pink", uiColor: .peachBlossomPink)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
              ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:75:16: note: add '@MainActor' to make static property 'peachBlossomPink' part of global actor 'MainActor'
    static let peachBlossomPink = PaletteColor(name: "Peach Blossom Pink", uiColor: .peachBlossomPink)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:75:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let peachBlossomPink = PaletteColor(name: "Peach Blossom Pink", uiColor: .peachBlossomPink)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:76:16: warning: static property 'red' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
    static let red = PaletteColor(name: "Red", uiColor: .red)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
              ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:76:16: note: add '@MainActor' to make static property 'red' part of global actor 'MainActor'
    static let red = PaletteColor(name: "Red", uiColor: .red)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:76:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let red = PaletteColor(name: "Red", uiColor: .red)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:77:16: warning: static property 'royalBlue' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
    static let royalBlue = PaletteColor(name: "Royal Blue", uiColor: .royalBlue)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
              ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:77:16: note: add '@MainActor' to make static property 'royalBlue' part of global actor 'MainActor'
    static let royalBlue = PaletteColor(name: "Royal Blue", uiColor: .royalBlue)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:77:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let royalBlue = PaletteColor(name: "Royal Blue", uiColor: .royalBlue)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:78:16: warning: static property 'scarletRed' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
    static let scarletRed = PaletteColor(name: "Scarlet Red", uiColor: .scarletRed)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
              ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:78:16: note: add '@MainActor' to make static property 'scarletRed' part of global actor 'MainActor'
    static let scarletRed = PaletteColor(name: "Scarlet Red", uiColor: .scarletRed)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:78:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let scarletRed = PaletteColor(name: "Scarlet Red", uiColor: .scarletRed)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:79:16: warning: static property 'seaweedGreen' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
    static let seaweedGreen = PaletteColor(name: "Seaweed Green", uiColor: .seaweedGreen)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
              ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:79:16: note: add '@MainActor' to make static property 'seaweedGreen' part of global actor 'MainActor'
    static let seaweedGreen = PaletteColor(name: "Seaweed Green", uiColor: .seaweedGreen)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:79:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let seaweedGreen = PaletteColor(name: "Seaweed Green", uiColor: .seaweedGreen)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:80:16: warning: static property 'skyBlue' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
    static let skyBlue = PaletteColor(name: "Sky Blue", uiColor: .skyBlue)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
              ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:80:16: note: add '@MainActor' to make static property 'skyBlue' part of global actor 'MainActor'
    static let skyBlue = PaletteColor(name: "Sky Blue", uiColor: .skyBlue)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:80:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let skyBlue = PaletteColor(name: "Sky Blue", uiColor: .skyBlue)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:81:16: warning: static property 'sunflowerYellow' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
    static let sunflowerYellow = PaletteColor(name: "Sunflower Yellow", uiColor: .sunflowerYellow)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
              ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:81:16: note: add '@MainActor' to make static property 'sunflowerYellow' part of global actor 'MainActor'
    static let sunflowerYellow = PaletteColor(name: "Sunflower Yellow", uiColor: .sunflowerYellow)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:81:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let sunflowerYellow = PaletteColor(name: "Sunflower Yellow", uiColor: .sunflowerYellow)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:82:16: warning: static property 'underwaterBlue' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
    static let underwaterBlue = PaletteColor(name: "Underwater Blue", uiColor: .underwaterBlue)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
              ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:82:16: note: add '@MainActor' to make static property 'underwaterBlue' part of global actor 'MainActor'
    static let underwaterBlue = PaletteColor(name: "Underwater Blue", uiColor: .underwaterBlue)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:82:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let underwaterBlue = PaletteColor(name: "Underwater Blue", uiColor: .underwaterBlue)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:83:16: warning: static property 'wednesdayPink' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
    static let wednesdayPink = PaletteColor(name: "Wednesday Pink", uiColor: .wednesdayPink)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
              ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:83:16: note: add '@MainActor' to make static property 'wednesdayPink' part of global actor 'MainActor'
    static let wednesdayPink = PaletteColor(name: "Wednesday Pink", uiColor: .wednesdayPink)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:83:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let wednesdayPink = PaletteColor(name: "Wednesday Pink", uiColor: .wednesdayPink)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:85:16: warning: static property 'bonoboGrey' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
    static let bonoboGrey = PaletteColor(name: "Bonobo Grey", uiColor: .bonoboGrey)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
              ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:85:16: note: add '@MainActor' to make static property 'bonoboGrey' part of global actor 'MainActor'
    static let bonoboGrey = PaletteColor(name: "Bonobo Grey", uiColor: .bonoboGrey)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:85:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let bonoboGrey = PaletteColor(name: "Bonobo Grey", uiColor: .bonoboGrey)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:86:16: warning: static property 'lunaBlack' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
    static let lunaBlack = PaletteColor(name: "Luna Black", uiColor: .lunaBlack)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
              ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:86:16: note: add '@MainActor' to make static property 'lunaBlack' part of global actor 'MainActor'
    static let lunaBlack = PaletteColor(name: "Luna Black", uiColor: .lunaBlack)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:86:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let lunaBlack = PaletteColor(name: "Luna Black", uiColor: .lunaBlack)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:87:16: warning: static property 'pebbleGrey' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
    static let pebbleGrey = PaletteColor(name: "Pebble Grey", uiColor: .pebbleGrey)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
              ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:87:16: note: add '@MainActor' to make static property 'pebbleGrey' part of global actor 'MainActor'
    static let pebbleGrey = PaletteColor(name: "Pebble Grey", uiColor: .pebbleGrey)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:87:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let pebbleGrey = PaletteColor(name: "Pebble Grey", uiColor: .pebbleGrey)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:88:16: warning: static property 'white' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
    static let white = PaletteColor(name: "White", uiColor: .white)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
              ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:88:16: note: add '@MainActor' to make static property 'white' part of global actor 'MainActor'
    static let white = PaletteColor(name: "White", uiColor: .white)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:88:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let white = PaletteColor(name: "White", uiColor: .white)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Views/ColorNode.swift:113:10: warning: main actor-isolated instance method 'colorSchemeChanged()' cannot be used to satisfy nonisolated requirement from protocol 'ColorSchemeObserver'; this is an error in the Swift 6 language mode
    func colorSchemeChanged() {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Views/ColorNode.swift:113:10: note: add 'nonisolated' to 'colorSchemeChanged()' to make this instance method not isolated to the actor
    func colorSchemeChanged() {
         ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Views/ColorNode.swift:111:22: note: add '@preconcurrency' to the 'ColorSchemeObserver' conformance to defer isolation checking to run time
extension ColorNode: ColorSchemeObserver {
                     ^
                     @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Protocols/ColorSchemeObserver.swift:7:10: note: mark the protocol requirement 'colorSchemeChanged()' 'async' to allow actor-isolated conformances
    func colorSchemeChanged()
         ^
                              async
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Views/ColorPaletteScene.swift:62:9: warning: main actor-isolated property 'paletteManager' cannot be used to satisfy nonisolated requirement from protocol 'ColorPaletteManagerDirectAccess'; this is an error in the Swift 6 language mode
    let paletteManager: ColorPaletteManager
        ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Views/ColorPaletteScene.swift:7:42: note: add '@preconcurrency' to the 'ColorPaletteManagerDirectAccess' conformance to defer isolation checking to run time
public class ColorPaletteScene: SKScene, ColorPaletteManagerDirectAccess {
                                         ^
                                         @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/ColorPaletteManager.swift:47:9: note: requirement 'paletteManager' declared here
    var paletteManager: ColorPaletteManager { get }
        ^
SwiftCompile normal arm64 Compiling\ SpawnConfiguration.swift,\ FocusModifier.swift,\ FontModifier.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/SpawnConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Modifiers/FocusModifier.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Modifiers/FontModifier.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/SpawnConfiguration.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Modifiers/FocusModifier.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Modifiers/FocusModifier.swift:13:21: warning: call to main actor-isolated instance method 'addNameLabel()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            content.addNameLabel()
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Modifiers/FocusModifier.swift:25:10: note: calls to instance method 'addNameLabel()' from outside of its actor context are implicitly asynchronous
    func addNameLabel() {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Modifiers/FocusModifier.swift:25:10: note: main actor isolation inferred from inheritance from class 'SKShapeNode'
    func addNameLabel() {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Modifiers/FocusModifier.swift:11:10: note: add '@MainActor' to make instance method 'body(content:)' part of global actor 'MainActor'
    func body(content: Content) -> ColorNode {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Modifiers/FocusModifier.swift:15:21: warning: call to main actor-isolated instance method 'removeNameLabel()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            content.removeNameLabel()
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Modifiers/FocusModifier.swift:31:10: note: calls to instance method 'removeNameLabel()' from outside of its actor context are implicitly asynchronous
    func removeNameLabel() {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Modifiers/FocusModifier.swift:31:10: note: main actor isolation inferred from inheritance from class 'SKShapeNode'
    func removeNameLabel() {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Modifiers/FocusModifier.swift:11:10: note: add '@MainActor' to make instance method 'body(content:)' part of global actor 'MainActor'
    func body(content: Content) -> ColorNode {
         ^
    @MainActor
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Modifiers/FontModifier.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Modifiers/FontModifier.swift:12:20: warning: main actor-isolated property 'fontName' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        if content.fontName != name {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Modifiers/FontModifier.swift:27:9: note: property declared here
    var fontName: String? {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Modifiers/FontModifier.swift:11:10: note: add '@MainActor' to make instance method 'body(content:)' part of global actor 'MainActor'
    func body(content: Content) -> ColorNode {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Modifiers/FontModifier.swift:13:21: warning: main actor-isolated property 'fontName' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            content.fontName = name
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Modifiers/FontModifier.swift:27:9: note: mutation of this property is only permitted within the actor
    var fontName: String? {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Modifiers/FontModifier.swift:11:10: note: add '@MainActor' to make instance method 'body(content:)' part of global actor 'MainActor'
    func body(content: Content) -> ColorNode {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Modifiers/FontModifier.swift:16:20: warning: main actor-isolated property 'fontColor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        if content.fontColor != uiColor {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Views/ColorNode.swift:59:16: note: property declared here
    public var fontColor: UIColor! {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Modifiers/FontModifier.swift:11:10: note: add '@MainActor' to make instance method 'body(content:)' part of global actor 'MainActor'
    func body(content: Content) -> ColorNode {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Modifiers/FontModifier.swift:17:21: warning: main actor-isolated property 'fontColor' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            content.fontColor = uiColor
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Views/ColorNode.swift:59:16: note: mutation of this property is only permitted within the actor
    public var fontColor: UIColor! {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Modifiers/FontModifier.swift:11:10: note: add '@MainActor' to make instance method 'body(content:)' part of global actor 'MainActor'
    func body(content: Content) -> ColorNode {
         ^
    @MainActor
SwiftCompile normal arm64 Compiling\ ColorSchemeObserver.swift,\ NodeModifier.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Protocols/ColorSchemeObserver.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Protocols/NodeModifier.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Protocols/ColorSchemeObserver.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Protocols/NodeModifier.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ StartUpModifier.swift,\ Buildable.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Modifiers/StartUpModifier.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Protocols/Buildable.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Modifiers/StartUpModifier.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Modifiers/StartUpModifier.swift:13:17: warning: call to main actor-isolated instance method 'setScale' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        content.setScale(0)
                ^
SpriteKit.SKNode.setScale:2:22: note: calls to instance method 'setScale' from outside of its actor context are implicitly asynchronous
@MainActor open func setScale(_ scale: CGFloat)}
                     ^
SpriteKit.SKNode.setScale:2:22: note: main actor isolation inferred from inheritance from class 'UIResponder'
@MainActor open func setScale(_ scale: CGFloat)}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Modifiers/StartUpModifier.swift:12:10: note: add '@MainActor' to make instance method 'body(content:)' part of global actor 'MainActor'
    func body(content: Content) -> ColorNode {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Modifiers/StartUpModifier.swift:24:17: warning: call to main actor-isolated instance method 'run' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        content.run(actionSequence)
                ^
SpriteKit.SKNode.run:2:22: note: calls to instance method 'run' from outside of its actor context are implicitly asynchronous
@MainActor open func run(_ action: SKAction)}
                     ^
SpriteKit.SKNode.run:2:22: note: main actor isolation inferred from inheritance from class 'UIResponder'
@MainActor open func run(_ action: SKAction)}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Modifiers/StartUpModifier.swift:12:10: note: add '@MainActor' to make instance method 'body(content:)' part of global actor 'MainActor'
    func body(content: Content) -> ColorNode {
         ^
    @MainActor
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Protocols/Buildable.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ColorPaletteBindingView.swift,\ ColorPaletteView.swift,\ CGVector+Additions.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/ColorPaletteBindingView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/ColorPaletteView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Extensions/CGVector+Additions.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/ColorPaletteBindingView.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/ColorPaletteView.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/ColorPaletteView.swift:85:15: warning: 'traitCollectionDidChange' was deprecated in visionOS 1.0: Use the trait change registration APIs declared in the UITraitChangeObservable protocol
        super.traitCollectionDidChange(previousTraitCollection)
              ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Extensions/CGVector+Additions.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ FocusSettings.swift,\ NodeStyleConfiguration.swift,\ PaletteColor.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/FocusSettings.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/NodeStyleConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/FocusSettings.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/NodeStyleConfiguration.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:30:16: warning: static property 'allColors' is not concurrency-safe because non-'Sendable' type '[PaletteColor]' may have shared mutable state; this is an error in the Swift 6 language mode
    static let allColors: [PaletteColor] = [
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
              ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:30:16: note: add '@MainActor' to make static property 'allColors' part of global actor 'MainActor'
    static let allColors: [PaletteColor] = [
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:30:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let allColors: [PaletteColor] = [
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:53:16: warning: static property 'allBwColors' is not concurrency-safe because non-'Sendable' type '[PaletteColor]' may have shared mutable state; this is an error in the Swift 6 language mode
    static let allBwColors: [PaletteColor] = [
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
              ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:53:16: note: add '@MainActor' to make static property 'allBwColors' part of global actor 'MainActor'
    static let allBwColors: [PaletteColor] = [
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:53:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let allBwColors: [PaletteColor] = [
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:64:16: warning: static property 'antwerpBlue' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
    static let antwerpBlue = PaletteColor(name: "Antwerp Blue", uiColor: .antwerpBlue)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
              ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:64:16: note: add '@MainActor' to make static property 'antwerpBlue' part of global actor 'MainActor'
    static let antwerpBlue = PaletteColor(name: "Antwerp Blue", uiColor: .antwerpBlue)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:64:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let antwerpBlue = PaletteColor(name: "Antwerp Blue", uiColor: .antwerpBlue)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:65:16: warning: static property 'arcticBlue' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
    static let arcticBlue = PaletteColor(name: "Arctic Blue", uiColor: .arcticBlue)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
              ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:65:16: note: add '@MainActor' to make static property 'arcticBlue' part of global actor 'MainActor'
    static let arcticBlue = PaletteColor(name: "Arctic Blue", uiColor: .arcticBlue)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:65:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let arcticBlue = PaletteColor(name: "Arctic Blue", uiColor: .arcticBlue)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:66:16: warning: static property 'bonoboGreen' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
    static let bonoboGreen = PaletteColor(name: "Bonobo Green", uiColor: .bonoboGreen)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
              ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:66:16: note: add '@MainActor' to make static property 'bonoboGreen' part of global actor 'MainActor'
    static let bonoboGreen = PaletteColor(name: "Bonobo Green", uiColor: .bonoboGreen)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:66:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let bonoboGreen = PaletteColor(name: "Bonobo Green", uiColor: .bonoboGreen)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:67:16: warning: static property 'brilliantViolet' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
    static let brilliantViolet = PaletteColor(name: "Brilliant Violet", uiColor: .brilliantViolet)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
              ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:67:16: note: add '@MainActor' to make static property 'brilliantViolet' part of global actor 'MainActor'
    static let brilliantViolet = PaletteColor(name: "Brilliant Violet", uiColor: .brilliantViolet)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:67:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let brilliantViolet = PaletteColor(name: "Brilliant Violet", uiColor: .brilliantViolet)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:68:16: warning: static property 'cadiumOrange' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
    static let cadiumOrange = PaletteColor(name: "Cadium Orange", uiColor: .cadiumOrange)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
              ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:68:16: note: add '@MainActor' to make static property 'cadiumOrange' part of global actor 'MainActor'
    static let cadiumOrange = PaletteColor(name: "Cadium Orange", uiColor: .cadiumOrange)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:68:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let cadiumOrange = PaletteColor(name: "Cadium Orange", uiColor: .cadiumOrange)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:69:16: warning: static property 'fluorescentPink' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
    static let fluorescentPink = PaletteColor(name: "Fluorescent Pink", uiColor: .fluorescentPink)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
              ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:69:16: note: add '@MainActor' to make static property 'fluorescentPink' part of global actor 'MainActor'
    static let fluorescentPink = PaletteColor(name: "Fluorescent Pink", uiColor: .fluorescentPink)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:69:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let fluorescentPink = PaletteColor(name: "Fluorescent Pink", uiColor: .fluorescentPink)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:70:16: warning: static property 'kiwiGreen' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
    static let kiwiGreen = PaletteColor(name: "Kiwi Green", uiColor: .kiwiGreen)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
              ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:70:16: note: add '@MainActor' to make static property 'kiwiGreen' part of global actor 'MainActor'
    static let kiwiGreen = PaletteColor(name: "Kiwi Green", uiColor: .kiwiGreen)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:70:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let kiwiGreen = PaletteColor(name: "Kiwi Green", uiColor: .kiwiGreen)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:71:16: warning: static property 'kraftBrown' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
    static let kraftBrown = PaletteColor(name: "Kraft Brown", uiColor: .kraftBrown)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
              ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:71:16: note: add '@MainActor' to make static property 'kraftBrown' part of global actor 'MainActor'
    static let kraftBrown = PaletteColor(name: "Kraft Brown", uiColor: .kraftBrown)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:71:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let kraftBrown = PaletteColor(name: "Kraft Brown", uiColor: .kraftBrown)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:72:16: warning: static property 'mauvePurple' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
    static let mauvePurple = PaletteColor(name: "Mauve Purple", uiColor: .mauvePurple)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
              ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:72:16: note: add '@MainActor' to make static property 'mauvePurple' part of global actor 'MainActor'
    static let mauvePurple = PaletteColor(name: "Mauve Purple", uiColor: .mauvePurple)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:72:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let mauvePurple = PaletteColor(name: "Mauve Purple", uiColor: .mauvePurple)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:73:16: warning: static property 'orangeYellow' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
    static let orangeYellow = PaletteColor(name: "Orange Yellow", uiColor: .orangeYellow)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
              ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:73:16: note: add '@MainActor' to make static property 'orangeYellow' part of global actor 'MainActor'
    static let orangeYellow = PaletteColor(name: "Orange Yellow", uiColor: .orangeYellow)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:73:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let orangeYellow = PaletteColor(name: "Orange Yellow", uiColor: .orangeYellow)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:74:16: warning: static property 'oxideGreen' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
    static let oxideGreen = PaletteColor(name: "Oxide Green", uiColor: .oxideGreen)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
              ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:74:16: note: add '@MainActor' to make static property 'oxideGreen' part of global actor 'MainActor'
    static let oxideGreen = PaletteColor(name: "Oxide Green", uiColor: .oxideGreen)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:74:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let oxideGreen = PaletteColor(name: "Oxide Green", uiColor: .oxideGreen)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:75:16: warning: static property 'peachBlossomPink' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
    static let peachBlossomPink = PaletteColor(name: "Peach Blossom Pink", uiColor: .peachBlossomPink)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
              ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:75:16: note: add '@MainActor' to make static property 'peachBlossomPink' part of global actor 'MainActor'
    static let peachBlossomPink = PaletteColor(name: "Peach Blossom Pink", uiColor: .peachBlossomPink)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:75:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let peachBlossomPink = PaletteColor(name: "Peach Blossom Pink", uiColor: .peachBlossomPink)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:76:16: warning: static property 'red' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
    static let red = PaletteColor(name: "Red", uiColor: .red)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
              ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:76:16: note: add '@MainActor' to make static property 'red' part of global actor 'MainActor'
    static let red = PaletteColor(name: "Red", uiColor: .red)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:76:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let red = PaletteColor(name: "Red", uiColor: .red)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:77:16: warning: static property 'royalBlue' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
    static let royalBlue = PaletteColor(name: "Royal Blue", uiColor: .royalBlue)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
              ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:77:16: note: add '@MainActor' to make static property 'royalBlue' part of global actor 'MainActor'
    static let royalBlue = PaletteColor(name: "Royal Blue", uiColor: .royalBlue)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:77:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let royalBlue = PaletteColor(name: "Royal Blue", uiColor: .royalBlue)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:78:16: warning: static property 'scarletRed' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
    static let scarletRed = PaletteColor(name: "Scarlet Red", uiColor: .scarletRed)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
              ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:78:16: note: add '@MainActor' to make static property 'scarletRed' part of global actor 'MainActor'
    static let scarletRed = PaletteColor(name: "Scarlet Red", uiColor: .scarletRed)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:78:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let scarletRed = PaletteColor(name: "Scarlet Red", uiColor: .scarletRed)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:79:16: warning: static property 'seaweedGreen' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
    static let seaweedGreen = PaletteColor(name: "Seaweed Green", uiColor: .seaweedGreen)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
              ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:79:16: note: add '@MainActor' to make static property 'seaweedGreen' part of global actor 'MainActor'
    static let seaweedGreen = PaletteColor(name: "Seaweed Green", uiColor: .seaweedGreen)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:79:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let seaweedGreen = PaletteColor(name: "Seaweed Green", uiColor: .seaweedGreen)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:80:16: warning: static property 'skyBlue' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
    static let skyBlue = PaletteColor(name: "Sky Blue", uiColor: .skyBlue)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
              ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:80:16: note: add '@MainActor' to make static property 'skyBlue' part of global actor 'MainActor'
    static let skyBlue = PaletteColor(name: "Sky Blue", uiColor: .skyBlue)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:80:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let skyBlue = PaletteColor(name: "Sky Blue", uiColor: .skyBlue)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:81:16: warning: static property 'sunflowerYellow' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
    static let sunflowerYellow = PaletteColor(name: "Sunflower Yellow", uiColor: .sunflowerYellow)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
              ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:81:16: note: add '@MainActor' to make static property 'sunflowerYellow' part of global actor 'MainActor'
    static let sunflowerYellow = PaletteColor(name: "Sunflower Yellow", uiColor: .sunflowerYellow)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:81:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let sunflowerYellow = PaletteColor(name: "Sunflower Yellow", uiColor: .sunflowerYellow)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:82:16: warning: static property 'underwaterBlue' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
    static let underwaterBlue = PaletteColor(name: "Underwater Blue", uiColor: .underwaterBlue)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
              ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:82:16: note: add '@MainActor' to make static property 'underwaterBlue' part of global actor 'MainActor'
    static let underwaterBlue = PaletteColor(name: "Underwater Blue", uiColor: .underwaterBlue)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:82:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let underwaterBlue = PaletteColor(name: "Underwater Blue", uiColor: .underwaterBlue)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:83:16: warning: static property 'wednesdayPink' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
    static let wednesdayPink = PaletteColor(name: "Wednesday Pink", uiColor: .wednesdayPink)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
              ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:83:16: note: add '@MainActor' to make static property 'wednesdayPink' part of global actor 'MainActor'
    static let wednesdayPink = PaletteColor(name: "Wednesday Pink", uiColor: .wednesdayPink)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:83:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let wednesdayPink = PaletteColor(name: "Wednesday Pink", uiColor: .wednesdayPink)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:85:16: warning: static property 'bonoboGrey' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
    static let bonoboGrey = PaletteColor(name: "Bonobo Grey", uiColor: .bonoboGrey)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
              ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:85:16: note: add '@MainActor' to make static property 'bonoboGrey' part of global actor 'MainActor'
    static let bonoboGrey = PaletteColor(name: "Bonobo Grey", uiColor: .bonoboGrey)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:85:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let bonoboGrey = PaletteColor(name: "Bonobo Grey", uiColor: .bonoboGrey)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:86:16: warning: static property 'lunaBlack' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
    static let lunaBlack = PaletteColor(name: "Luna Black", uiColor: .lunaBlack)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
              ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:86:16: note: add '@MainActor' to make static property 'lunaBlack' part of global actor 'MainActor'
    static let lunaBlack = PaletteColor(name: "Luna Black", uiColor: .lunaBlack)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:86:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let lunaBlack = PaletteColor(name: "Luna Black", uiColor: .lunaBlack)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:87:16: warning: static property 'pebbleGrey' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
    static let pebbleGrey = PaletteColor(name: "Pebble Grey", uiColor: .pebbleGrey)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
              ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:87:16: note: add '@MainActor' to make static property 'pebbleGrey' part of global actor 'MainActor'
    static let pebbleGrey = PaletteColor(name: "Pebble Grey", uiColor: .pebbleGrey)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:87:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let pebbleGrey = PaletteColor(name: "Pebble Grey", uiColor: .pebbleGrey)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:88:16: warning: static property 'white' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
    static let white = PaletteColor(name: "White", uiColor: .white)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
              ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:88:16: note: add '@MainActor' to make static property 'white' part of global actor 'MainActor'
    static let white = PaletteColor(name: "White", uiColor: .white)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:88:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let white = PaletteColor(name: "White", uiColor: .white)
               ^
    nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Emitting module for ElegantColorPalette (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
SwiftDriver\ Compilation\ Requirements ElegantColorPalette normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
    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 ElegantColorPalette -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-xros/ElegantColorPalette.build/Objects-normal/arm64/ElegantColorPalette.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/ElegantColorPalette.build/Debug-xros/ElegantColorPalette.build/Objects-normal/arm64/ElegantColorPalette-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/ElegantColorPalette.build/Debug-xros/ElegantColorPalette.build/Objects-normal/arm64/ElegantColorPalette.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/ElegantColorPalette.build/Debug-xros/ElegantColorPalette.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-xros/ElegantColorPalette.build/Objects-normal/arm64/ElegantColorPalette_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/ElegantColorPalette.build/Debug-xros/ElegantColorPalette.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-xros/ElegantColorPalette.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-xros/ElegantColorPalette.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/ElegantColorPalette.build/Debug-xros/ElegantColorPalette.build/Objects-normal/arm64/ElegantColorPalette-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling ColorSchemeObserver.swift, NodeModifier.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/ElegantColorPalette-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-xros/ElegantColorPalette.build/Objects-normal/arm64/ElegantColorPalette-Swift.h (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-xros/ElegantColorPalette.build/Objects-normal/arm64/ElegantColorPalette-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/ElegantColorPalette-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ElegantColorPalette.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-xros/ElegantColorPalette.build/Objects-normal/arm64/ElegantColorPalette.swiftmodule (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
    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/ElegantColorPalette.build/Debug-xros/ElegantColorPalette.build/Objects-normal/arm64/ElegantColorPalette.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ElegantColorPalette.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ElegantColorPalette.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-xros/ElegantColorPalette.build/Objects-normal/arm64/ElegantColorPalette.swiftdoc (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
    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/ElegantColorPalette.build/Debug-xros/ElegantColorPalette.build/Objects-normal/arm64/ElegantColorPalette.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ElegantColorPalette.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ElegantColorPalette.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-xros/ElegantColorPalette.build/Objects-normal/arm64/ElegantColorPalette.abi.json (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
    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/ElegantColorPalette.build/Debug-xros/ElegantColorPalette.build/Objects-normal/arm64/ElegantColorPalette.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ElegantColorPalette.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ElegantColorPalette.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-xros/ElegantColorPalette.build/Objects-normal/arm64/ElegantColorPalette.swiftsourceinfo (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
    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/ElegantColorPalette.build/Debug-xros/ElegantColorPalette.build/Objects-normal/arm64/ElegantColorPalette.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ElegantColorPalette.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling StartUpModifier.swift, Buildable.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
SwiftDriverJobDiscovery normal arm64 Compiling ColorPaletteScene.swift, ColorsContainerNode.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
SwiftDriverJobDiscovery normal arm64 Compiling SpawnConfiguration.swift, FocusModifier.swift, FontModifier.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
SwiftDriverJobDiscovery normal arm64 Compiling HighlightModifier.swift, RadiusModifier.swift, ScaleFadeModifier.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
SwiftDriverJobDiscovery normal arm64 Compiling NodeStyle.swift, ColorNode.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
SwiftDriverJobDiscovery normal arm64 Compiling CGVector+Operators.swift, ColorNode+Modifiers.swift, Comparable+Clamped.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
SwiftDriverJobDiscovery normal arm64 Compiling UIColor+Color.swift, ColorPaletteManager.swift, DefaultNodeStyle.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
SwiftDriverJobDiscovery normal arm64 Compiling ColorPaletteBindingView.swift, ColorPaletteView.swift, CGVector+Additions.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
SwiftDriverJobDiscovery normal arm64 Compiling FocusSettings.swift, NodeStyleConfiguration.swift, PaletteColor.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
SwiftDriver\ Compilation ElegantColorPalette normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ElegantColorPalette -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-xros/ElegantColorPalette.build/Objects-normal/arm64/ElegantColorPalette.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/ElegantColorPalette.build/Debug-xros/ElegantColorPalette.build/Objects-normal/arm64/ElegantColorPalette-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/ElegantColorPalette.build/Debug-xros/ElegantColorPalette.build/Objects-normal/arm64/ElegantColorPalette.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/ElegantColorPalette.build/Debug-xros/ElegantColorPalette.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-xros/ElegantColorPalette.build/Objects-normal/arm64/ElegantColorPalette_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/ElegantColorPalette.build/Debug-xros/ElegantColorPalette.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-xros/ElegantColorPalette.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-xros/ElegantColorPalette.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/ElegantColorPalette.build/Debug-xros/ElegantColorPalette.build/Objects-normal/arm64/ElegantColorPalette-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ElegantColorPalette.o normal (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-xros/ElegantColorPalette.build/Objects-normal/arm64/ElegantColorPalette.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-xros/ElegantColorPalette.build/Objects-normal/arm64/ElegantColorPalette_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-xros/ElegantColorPalette.build/Objects-normal/arm64/ElegantColorPalette_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-xros/ElegantColorPalette.build/Objects-normal/arm64/ElegantColorPalette.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ElegantColorPalette.o
ExtractAppIntentsMetadata (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name ElegantColorPalette --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk --xcode-version 16E140 --platform-family xrOS --deployment-target 1.0 --bundle-identifier spi-builder-workspace.ElegantColorPalette --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ElegantColorPalette.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ElegantColorPalette.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-xros/ElegantColorPalette.build/Objects-normal/arm64/ElegantColorPalette_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-xros/ElegantColorPalette.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-xros/ElegantColorPalette.build/Objects-normal/arm64/ElegantColorPalette.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-xros/ElegantColorPalette.build/ElegantColorPalette.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-xros/ElegantColorPalette.build/ElegantColorPalette.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-xros/ElegantColorPalette.build/Objects-normal/arm64/ElegantColorPalette.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-25 18:08:17.722 appintentsmetadataprocessor[726:4082] Starting appintentsmetadataprocessor export
2025-04-25 18:08:17.758 appintentsmetadataprocessor[726:4082] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ElegantColorPalette.o (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ElegantColorPalette.o
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ElegantColorPalette",
  "name" : "ElegantColorPalette",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "ElegantColorPalette",
      "targets" : [
        "ElegantColorPalette"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ElegantColorPalette",
      "module_type" : "SwiftTarget",
      "name" : "ElegantColorPalette",
      "path" : "Sources/ElegantColorPalette",
      "product_memberships" : [
        "ElegantColorPalette"
      ],
      "sources" : [
        "ColorPaletteBindingView.swift",
        "ColorPaletteView.swift",
        "Helpers/Extensions/CGVector+Additions.swift",
        "Helpers/Extensions/CGVector+Operators.swift",
        "Helpers/Extensions/ColorNode+Modifiers.swift",
        "Helpers/Extensions/Comparable+Clamped.swift",
        "Helpers/Extensions/UIColor+Color.swift",
        "Helpers/Models/ColorPaletteManager.swift",
        "Helpers/Models/DefaultNodeStyle.swift",
        "Helpers/Models/FocusSettings.swift",
        "Helpers/Models/NodeStyleConfiguration.swift",
        "Helpers/Models/PaletteColor.swift",
        "Helpers/Models/SpawnConfiguration.swift",
        "Helpers/Modifiers/FocusModifier.swift",
        "Helpers/Modifiers/FontModifier.swift",
        "Helpers/Modifiers/HighlightModifier.swift",
        "Helpers/Modifiers/RadiusModifier.swift",
        "Helpers/Modifiers/ScaleFadeModifier.swift",
        "Helpers/Modifiers/StartUpModifier.swift",
        "Helpers/Protocols/Buildable.swift",
        "Helpers/Protocols/ColorSchemeObserver.swift",
        "Helpers/Protocols/NodeModifier.swift",
        "Helpers/Protocols/NodeStyle.swift",
        "Views/ColorNode.swift",
        "Views/ColorPaletteScene.swift",
        "Views/ColorsContainerNode.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.