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 CoreColor, reference main (81c109), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 27 Apr 2025 06:04:39 UTC.

Swift 6 data race errors: 24

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme CoreColor -destination platform=macOS,arch=arm64 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/yukonblue/CoreColor.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/yukonblue/CoreColor
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 81c109b Refines 03.09.24 - Part 2 (#18)
Cloned https://github.com/yukonblue/CoreColor.git
Revision (git rev-parse @):
81c109b3b984bb1393369aadb0fa56e0cd6df095
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/yukonblue/CoreColor.git at main
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.1
Building package at path:  $PWD
https://github.com/yukonblue/CoreColor.git
https://github.com/yukonblue/CoreColor.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CoreColor",
  "name" : "CoreColor",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "CoreColor",
      "targets" : [
        "CoreColor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CoreColorTests",
      "module_type" : "SwiftTarget",
      "name" : "CoreColorTests",
      "path" : "Tests/CoreColorTests",
      "sources" : [
        "CMYKTests.swift",
        "ClampedTests.swift",
        "ColorModelEquality.swift",
        "ColorTestCase.swift",
        "HSLTests.swift",
        "HSVTests.swift",
        "LABTests.swift",
        "LUVTests.swift",
        "RGBColorSpaceTests.swift",
        "RGBColorSpacesConversionTests.swift",
        "RGBTests.swift",
        "XYZTests.swift"
      ],
      "target_dependencies" : [
        "CoreColor"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CoreColor",
      "module_type" : "SwiftTarget",
      "name" : "CoreColor",
      "path" : "Sources/CoreColor",
      "product_memberships" : [
        "CoreColor"
      ],
      "sources" : [
        "Clamped.swift",
        "Color+Constrast.swift",
        "Color.swift",
        "ColorComponentInfo.swift",
        "ColorSpace.swift",
        "Constants.swift",
        "FloatingPoint+Utilities.swift",
        "Models/CMYK.swift",
        "Models/HSL.swift",
        "Models/HSV.swift",
        "Models/LAB.swift",
        "Models/LUV.swift",
        "Models/RGB.swift",
        "Models/RGBColorSpaces.swift",
        "Models/RGBColorspace.swift",
        "Models/RGBInt.swift",
        "Models/XYZ.swift",
        "Models/xyY.swift",
        "WhitePoint.swift",
        "WhitePointColorSpace.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  CoreColor: /Users/admin/builder/spi-builder-workspace
resolved source packages: CoreColor
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CoreColor",
  "name" : "CoreColor",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "CoreColor",
      "targets" : [
        "CoreColor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CoreColorTests",
      "module_type" : "SwiftTarget",
      "name" : "CoreColorTests",
      "path" : "Tests/CoreColorTests",
      "sources" : [
        "CMYKTests.swift",
        "ClampedTests.swift",
        "ColorModelEquality.swift",
        "ColorTestCase.swift",
        "HSLTests.swift",
        "HSVTests.swift",
        "LABTests.swift",
        "LUVTests.swift",
        "RGBColorSpaceTests.swift",
        "RGBColorSpacesConversionTests.swift",
        "RGBTests.swift",
        "XYZTests.swift"
      ],
      "target_dependencies" : [
        "CoreColor"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CoreColor",
      "module_type" : "SwiftTarget",
      "name" : "CoreColor",
      "path" : "Sources/CoreColor",
      "product_memberships" : [
        "CoreColor"
      ],
      "sources" : [
        "Clamped.swift",
        "Color+Constrast.swift",
        "Color.swift",
        "ColorComponentInfo.swift",
        "ColorSpace.swift",
        "Constants.swift",
        "FloatingPoint+Utilities.swift",
        "Models/CMYK.swift",
        "Models/HSL.swift",
        "Models/HSV.swift",
        "Models/LAB.swift",
        "Models/LUV.swift",
        "Models/RGB.swift",
        "Models/RGBColorSpaces.swift",
        "Models/RGBColorspace.swift",
        "Models/RGBInt.swift",
        "Models/XYZ.swift",
        "Models/xyY.swift",
        "WhitePoint.swift",
        "WhitePointColorSpace.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "CoreColor"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme CoreColor -destination platform=macOS,arch=arm64 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 CoreColor -destination platform=macOS,arch=arm64 "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:
  CoreColor: /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 'CoreColor' in project 'CoreColor'
        ➜ Explicit dependency on target 'CoreColor' in project 'CoreColor'
    Target 'CoreColor' in project 'CoreColor' (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/MacOSX.platform/Developer/SDKs/MacOSX15.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
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: f4c7e72c4fe2d59c1ab31aac00e9bc68
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/f4c7e72c4fe2d59c1ab31aac00e9bc68.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
    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
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreColor.build/Debug/CoreColor.build/CoreColor.DependencyStaticMetadataFileList (in target 'CoreColor' from project 'CoreColor')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreColor.build/Debug/CoreColor.build/CoreColor.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreColor.build/Debug/CoreColor.build/CoreColor.modulemap (in target 'CoreColor' from project 'CoreColor')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreColor.build/Debug/CoreColor.build/CoreColor.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreColor.build/Debug/CoreColor.build/CoreColor.DependencyMetadataFileList (in target 'CoreColor' from project 'CoreColor')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreColor.build/Debug/CoreColor.build/CoreColor.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreColor.build/Debug/CoreColor.build/Objects-normal/arm64/CoreColor.SwiftConstValuesFileList (in target 'CoreColor' from project 'CoreColor')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreColor.build/Debug/CoreColor.build/Objects-normal/arm64/CoreColor.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreColor.build/Debug/CoreColor.build/Objects-normal/arm64/CoreColor.LinkFileList (in target 'CoreColor' from project 'CoreColor')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreColor.build/Debug/CoreColor.build/Objects-normal/arm64/CoreColor.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreColor.build/Debug/CoreColor.build/Objects-normal/arm64/CoreColor_const_extract_protocols.json (in target 'CoreColor' from project 'CoreColor')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreColor.build/Debug/CoreColor.build/Objects-normal/arm64/CoreColor_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreColor.build/Debug/CoreColor.build/Objects-normal/arm64/CoreColor-OutputFileMap.json (in target 'CoreColor' from project 'CoreColor')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreColor.build/Debug/CoreColor.build/Objects-normal/arm64/CoreColor-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreColor.build/Debug/CoreColor.build/Objects-normal/arm64/CoreColor.SwiftFileList (in target 'CoreColor' from project 'CoreColor')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreColor.build/Debug/CoreColor.build/Objects-normal/arm64/CoreColor.SwiftFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/CoreColor.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreColor.build/Debug/CoreColor.build/CoreColor.modulemap (in target 'CoreColor' from project 'CoreColor')
    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/CoreColor.build/Debug/CoreColor.build/CoreColor.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
SwiftDriver CoreColor normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CoreColor' from project 'CoreColor')
    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 CoreColor -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreColor.build/Debug/CoreColor.build/Objects-normal/arm64/CoreColor.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -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 -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreColor.build/Debug/CoreColor.build/Objects-normal/arm64/CoreColor-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/CoreColor.build/Debug/CoreColor.build/Objects-normal/arm64/CoreColor.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/CoreColor.build/Debug/CoreColor.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreColor.build/Debug/CoreColor.build/Objects-normal/arm64/CoreColor_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreColor.build/Debug/CoreColor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreColor.build/Debug/CoreColor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreColor.build/Debug/CoreColor.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/CoreColor.build/Debug/CoreColor.build/Objects-normal/arm64/CoreColor-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ ColorSpace.swift,\ Constants.swift /Users/admin/builder/spi-builder-workspace/Sources/CoreColor/ColorSpace.swift /Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Constants.swift (in target 'CoreColor' from project 'CoreColor')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CoreColor/ColorSpace.swift (in target 'CoreColor' from project 'CoreColor')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 Compiling\ FloatingPoint+Utilities.swift,\ CMYK.swift /Users/admin/builder/spi-builder-workspace/Sources/CoreColor/FloatingPoint+Utilities.swift /Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/CMYK.swift (in target 'CoreColor' from project 'CoreColor')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CoreColor/FloatingPoint+Utilities.swift (in target 'CoreColor' from project 'CoreColor')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/CMYK.swift:95:16: warning: static property 'colorspace' is not concurrency-safe because non-'Sendable' type 'CMYKColorSpace' may have shared mutable state; this is an error in the Swift 6 language mode
    static let colorspace: CMYKColorSpace = CMYKColorSpace()
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/CMYK.swift:80:15: note: consider making struct 'CMYKColorSpace' conform to the 'Sendable' protocol
public struct CMYKColorSpace: ColorSpace {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/CMYK.swift:95:16: note: add '@MainActor' to make static property 'colorspace' part of global actor 'MainActor'
    static let colorspace: CMYKColorSpace = CMYKColorSpace()
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/CMYK.swift:95:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let colorspace: CMYKColorSpace = CMYKColorSpace()
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ HSL.swift,\ HSV.swift /Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/HSL.swift /Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/HSV.swift (in target 'CoreColor' from project 'CoreColor')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/HSL.swift (in target 'CoreColor' from project 'CoreColor')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/HSL.swift:133:16: warning: static property 'colorspace' is not concurrency-safe because non-'Sendable' type 'HSLColorSpace' may have shared mutable state; this is an error in the Swift 6 language mode
    static let colorspace: HSLColorSpace = HSLColorSpace()
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/HSL.swift:118:15: note: consider making struct 'HSLColorSpace' conform to the 'Sendable' protocol
public struct HSLColorSpace: ColorSpace {
              ^
                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/HSL.swift:133:16: note: add '@MainActor' to make static property 'colorspace' part of global actor 'MainActor'
    static let colorspace: HSLColorSpace = HSLColorSpace()
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/HSL.swift:133:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let colorspace: HSLColorSpace = HSLColorSpace()
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/HSV.swift (in target 'CoreColor' from project 'CoreColor')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/HSV.swift:108:16: warning: static property 'colorspace' is not concurrency-safe because non-'Sendable' type 'HSVColorSpace' may have shared mutable state; this is an error in the Swift 6 language mode
    static let colorspace: HSVColorSpace = HSVColorSpace()
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/HSV.swift:93:15: note: consider making struct 'HSVColorSpace' conform to the 'Sendable' protocol
public struct HSVColorSpace: ColorSpace {
              ^
                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/HSV.swift:108:16: note: add '@MainActor' to make static property 'colorspace' part of global actor 'MainActor'
    static let colorspace: HSVColorSpace = HSVColorSpace()
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/HSV.swift:108:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let colorspace: HSVColorSpace = HSVColorSpace()
               ^
    nonisolated(unsafe)
SwiftEmitModule normal arm64 Emitting\ module\ for\ CoreColor (in target 'CoreColor' from project 'CoreColor')
EmitSwiftModule normal arm64 (in target 'CoreColor' from project 'CoreColor')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/CMYK.swift:95:16: warning: static property 'colorspace' is not concurrency-safe because non-'Sendable' type 'CMYKColorSpace' may have shared mutable state; this is an error in the Swift 6 language mode
    static let colorspace: CMYKColorSpace = CMYKColorSpace()
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/CMYK.swift:80:15: note: consider making struct 'CMYKColorSpace' conform to the 'Sendable' protocol
public struct CMYKColorSpace: ColorSpace {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/CMYK.swift:95:16: note: add '@MainActor' to make static property 'colorspace' part of global actor 'MainActor'
    static let colorspace: CMYKColorSpace = CMYKColorSpace()
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/CMYK.swift:95:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let colorspace: CMYKColorSpace = CMYKColorSpace()
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/HSL.swift:133:16: warning: static property 'colorspace' is not concurrency-safe because non-'Sendable' type 'HSLColorSpace' may have shared mutable state; this is an error in the Swift 6 language mode
    static let colorspace: HSLColorSpace = HSLColorSpace()
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/HSL.swift:118:15: note: consider making struct 'HSLColorSpace' conform to the 'Sendable' protocol
public struct HSLColorSpace: ColorSpace {
              ^
                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/HSL.swift:133:16: note: add '@MainActor' to make static property 'colorspace' part of global actor 'MainActor'
    static let colorspace: HSLColorSpace = HSLColorSpace()
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/HSL.swift:133:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let colorspace: HSLColorSpace = HSLColorSpace()
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/HSV.swift:108:16: warning: static property 'colorspace' is not concurrency-safe because non-'Sendable' type 'HSVColorSpace' may have shared mutable state; this is an error in the Swift 6 language mode
    static let colorspace: HSVColorSpace = HSVColorSpace()
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/HSV.swift:93:15: note: consider making struct 'HSVColorSpace' conform to the 'Sendable' protocol
public struct HSVColorSpace: ColorSpace {
              ^
                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/HSV.swift:108:16: note: add '@MainActor' to make static property 'colorspace' part of global actor 'MainActor'
    static let colorspace: HSVColorSpace = HSVColorSpace()
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/HSV.swift:108:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let colorspace: HSVColorSpace = HSVColorSpace()
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/LAB.swift:38:23: warning: static property 'LAB50' is not concurrency-safe because non-'Sendable' type 'LABColorSpace' may have shared mutable state; this is an error in the Swift 6 language mode
    static public let LAB50: LABColorSpace = LABColorSpace(whitePoint: Illuminant.D50)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/LAB.swift:17:15: note: consider making struct 'LABColorSpace' conform to the 'Sendable' protocol
public struct LABColorSpace: LABColorSpaceRepresentable {
              ^
                                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/LAB.swift:38:23: note: add '@MainActor' to make static property 'LAB50' part of global actor 'MainActor'
    static public let LAB50: LABColorSpace = LABColorSpace(whitePoint: Illuminant.D50)
                      ^
           @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/LAB.swift:38:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static public let LAB50: LABColorSpace = LABColorSpace(whitePoint: Illuminant.D50)
                      ^
           nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/LAB.swift:43:23: warning: static property 'LAB65' is not concurrency-safe because non-'Sendable' type 'LABColorSpace' may have shared mutable state; this is an error in the Swift 6 language mode
    static public let LAB65: LABColorSpace = LABColorSpace(whitePoint: Illuminant.D65)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/LAB.swift:17:15: note: consider making struct 'LABColorSpace' conform to the 'Sendable' protocol
public struct LABColorSpace: LABColorSpaceRepresentable {
              ^
                                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/LAB.swift:43:23: note: add '@MainActor' to make static property 'LAB65' part of global actor 'MainActor'
    static public let LAB65: LABColorSpace = LABColorSpace(whitePoint: Illuminant.D65)
                      ^
           @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/LAB.swift:43:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static public let LAB65: LABColorSpace = LABColorSpace(whitePoint: Illuminant.D65)
                      ^
           nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/LUV.swift:32:23: warning: static property 'LUV65' is not concurrency-safe because non-'Sendable' type 'LUVColorSpace' may have shared mutable state; this is an error in the Swift 6 language mode
    static public let LUV65: LUVColorSpace = LUVColorSpace(whitePoint: Illuminant.D65)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/LUV.swift:11:15: note: consider making struct 'LUVColorSpace' conform to the 'Sendable' protocol
public struct LUVColorSpace: WhitePointColorSpace {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/LUV.swift:32:23: note: add '@MainActor' to make static property 'LUV65' part of global actor 'MainActor'
    static public let LUV65: LUVColorSpace = LUVColorSpace(whitePoint: Illuminant.D65)
                      ^
           @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/LUV.swift:32:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static public let LUV65: LUVColorSpace = LUVColorSpace(whitePoint: Illuminant.D65)
                      ^
           nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/LUV.swift:37:23: warning: static property 'LUV50' is not concurrency-safe because non-'Sendable' type 'LUVColorSpace' may have shared mutable state; this is an error in the Swift 6 language mode
    static public let LUV50: LUVColorSpace = LUVColorSpace(whitePoint: Illuminant.D50)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/LUV.swift:11:15: note: consider making struct 'LUVColorSpace' conform to the 'Sendable' protocol
public struct LUVColorSpace: WhitePointColorSpace {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/LUV.swift:37:23: note: add '@MainActor' to make static property 'LUV50' part of global actor 'MainActor'
    static public let LUV50: LUVColorSpace = LUVColorSpace(whitePoint: Illuminant.D50)
                      ^
           @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/LUV.swift:37:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static public let LUV50: LUVColorSpace = LUVColorSpace(whitePoint: Illuminant.D50)
                      ^
           nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/RGBColorSpaces.swift:10:17: warning: let 'SRGB_R' is not concurrency-safe because non-'Sendable' type 'xyY' may have shared mutable state; this is an error in the Swift 6 language mode
fileprivate let SRGB_R = xyY(x: 0.6400, y: 0.3300)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/xyY.swift:9:15: note: consider making struct 'xyY' conform to the 'Sendable' protocol
public struct xyY: Equatable {
              ^
                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/RGBColorSpaces.swift:10:17: note: add '@MainActor' to make let 'SRGB_R' part of global actor 'MainActor'
fileprivate let SRGB_R = xyY(x: 0.6400, y: 0.3300)
                ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/RGBColorSpaces.swift:10:17: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
fileprivate let SRGB_R = xyY(x: 0.6400, y: 0.3300)
                ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/RGBColorSpaces.swift:12:17: warning: let 'SRGB_G' is not concurrency-safe because non-'Sendable' type 'xyY' may have shared mutable state; this is an error in the Swift 6 language mode
fileprivate let SRGB_G = xyY(x: 0.3000, y: 0.6000)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/xyY.swift:9:15: note: consider making struct 'xyY' conform to the 'Sendable' protocol
public struct xyY: Equatable {
              ^
                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/RGBColorSpaces.swift:12:17: note: add '@MainActor' to make let 'SRGB_G' part of global actor 'MainActor'
fileprivate let SRGB_G = xyY(x: 0.3000, y: 0.6000)
                ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/RGBColorSpaces.swift:12:17: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
fileprivate let SRGB_G = xyY(x: 0.3000, y: 0.6000)
                ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/RGBColorSpaces.swift:14:17: warning: let 'SRGB_B' is not concurrency-safe because non-'Sendable' type 'xyY' may have shared mutable state; this is an error in the Swift 6 language mode
fileprivate let SRGB_B = xyY(x: 0.1500, y: 0.0600)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/xyY.swift:9:15: note: consider making struct 'xyY' conform to the 'Sendable' protocol
public struct xyY: Equatable {
              ^
                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/RGBColorSpaces.swift:14:17: note: add '@MainActor' to make let 'SRGB_B' part of global actor 'MainActor'
fileprivate let SRGB_B = xyY(x: 0.1500, y: 0.0600)
                ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/RGBColorSpaces.swift:14:17: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
fileprivate let SRGB_B = xyY(x: 0.1500, y: 0.0600)
                ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/RGBColorSpaces.swift:25:23: warning: static property 'sRGB' is not concurrency-safe because non-'Sendable' type 'RGBColorSpace' may have shared mutable state; this is an error in the Swift 6 language mode
    static public let sRGB: RGBColorSpace = RGBColorSpace(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/RGBColorSpaces.swift:87:15: note: consider making struct 'RGBColorSpace' conform to the 'Sendable' protocol
public struct RGBColorSpace: RGBColorSpaceRepresentable {
              ^
                                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/RGBColorSpaces.swift:25:23: note: add '@MainActor' to make static property 'sRGB' part of global actor 'MainActor'
    static public let sRGB: RGBColorSpace = RGBColorSpace(
                      ^
           @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/RGBColorSpaces.swift:25:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static public let sRGB: RGBColorSpace = RGBColorSpace(
                      ^
           nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/RGBColorSpaces.swift:40:23: warning: static property 'LinearSRGB' is not concurrency-safe because non-'Sendable' type 'RGBColorSpace' may have shared mutable state; this is an error in the Swift 6 language mode
    static public let LinearSRGB: RGBColorSpace = RGBColorSpace(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/RGBColorSpaces.swift:87:15: note: consider making struct 'RGBColorSpace' conform to the 'Sendable' protocol
public struct RGBColorSpace: RGBColorSpaceRepresentable {
              ^
                                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/RGBColorSpaces.swift:40:23: note: add '@MainActor' to make static property 'LinearSRGB' part of global actor 'MainActor'
    static public let LinearSRGB: RGBColorSpace = RGBColorSpace(
                      ^
           @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/RGBColorSpaces.swift:40:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static public let LinearSRGB: RGBColorSpace = RGBColorSpace(
                      ^
           nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/RGBColorSpaces.swift:57:23: warning: static property 'AdobeRGB' is not concurrency-safe because non-'Sendable' type 'RGBColorSpace' may have shared mutable state; this is an error in the Swift 6 language mode
    static public let AdobeRGB: RGBColorSpace = RGBColorSpace(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/RGBColorSpaces.swift:87:15: note: consider making struct 'RGBColorSpace' conform to the 'Sendable' protocol
public struct RGBColorSpace: RGBColorSpaceRepresentable {
              ^
                                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/RGBColorSpaces.swift:57:23: note: add '@MainActor' to make static property 'AdobeRGB' part of global actor 'MainActor'
    static public let AdobeRGB: RGBColorSpace = RGBColorSpace(
                      ^
           @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/RGBColorSpaces.swift:57:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static public let AdobeRGB: RGBColorSpace = RGBColorSpace(
                      ^
           nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/RGBColorSpaces.swift:76:23: warning: static property 'DisplayP3' is not concurrency-safe because non-'Sendable' type 'RGBColorSpace' may have shared mutable state; this is an error in the Swift 6 language mode
    static public let DisplayP3: RGBColorSpace = RGBColorSpace(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/RGBColorSpaces.swift:87:15: note: consider making struct 'RGBColorSpace' conform to the 'Sendable' protocol
public struct RGBColorSpace: RGBColorSpaceRepresentable {
              ^
                                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/RGBColorSpaces.swift:76:23: note: add '@MainActor' to make static property 'DisplayP3' part of global actor 'MainActor'
    static public let DisplayP3: RGBColorSpace = RGBColorSpace(
                      ^
           @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/RGBColorSpaces.swift:76:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static public let DisplayP3: RGBColorSpace = RGBColorSpace(
                      ^
           nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/XYZ.swift:63:23: warning: static property 'XYZ65' is not concurrency-safe because non-'Sendable' type 'XYZColorSpace' may have shared mutable state; this is an error in the Swift 6 language mode
    static public let XYZ65: XYZColorSpace = XYZColorSpace(whitePoint: Illuminant.D65)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/XYZ.swift:72:15: note: consider making struct 'XYZColorSpace' conform to the 'Sendable' protocol
public struct XYZColorSpace: XYZColorSpaceRepresentable, ColorSpace {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/XYZ.swift:63:23: note: add '@MainActor' to make static property 'XYZ65' part of global actor 'MainActor'
    static public let XYZ65: XYZColorSpace = XYZColorSpace(whitePoint: Illuminant.D65)
                      ^
           @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/XYZ.swift:63:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static public let XYZ65: XYZColorSpace = XYZColorSpace(whitePoint: Illuminant.D65)
                      ^
           nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/XYZ.swift:68:23: warning: static property 'XYZ50' is not concurrency-safe because non-'Sendable' type 'XYZColorSpace' may have shared mutable state; this is an error in the Swift 6 language mode
    static public let XYZ50: XYZColorSpace = XYZColorSpace(whitePoint: Illuminant.D50)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/XYZ.swift:72:15: note: consider making struct 'XYZColorSpace' conform to the 'Sendable' protocol
public struct XYZColorSpace: XYZColorSpaceRepresentable, ColorSpace {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/XYZ.swift:68:23: note: add '@MainActor' to make static property 'XYZ50' part of global actor 'MainActor'
    static public let XYZ50: XYZColorSpace = XYZColorSpace(whitePoint: Illuminant.D50)
                      ^
           @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/XYZ.swift:68:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static public let XYZ50: XYZColorSpace = XYZColorSpace(whitePoint: Illuminant.D50)
                      ^
           nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/WhitePoint.swift:26:23: warning: static property 'A' is not concurrency-safe because non-'Sendable' type 'WhitePoint' may have shared mutable state; this is an error in the Swift 6 language mode
    static public let A: WhitePoint = .init(name: "A", chromaticity: xyY(x: 0.44758, y: 0.40745))
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/WhitePoint.swift:9:15: note: consider making struct 'WhitePoint' conform to the 'Sendable' protocol
public struct WhitePoint: Equatable {
              ^
                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/WhitePoint.swift:26:23: note: add '@MainActor' to make static property 'A' part of global actor 'MainActor'
    static public let A: WhitePoint = .init(name: "A", chromaticity: xyY(x: 0.44758, y: 0.40745))
                      ^
           @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/WhitePoint.swift:26:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static public let A: WhitePoint = .init(name: "A", chromaticity: xyY(x: 0.44758, y: 0.40745))
                      ^
           nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/WhitePoint.swift:33:23: warning: static property 'B' is not concurrency-safe because non-'Sendable' type 'WhitePoint' may have shared mutable state; this is an error in the Swift 6 language mode
    static public let B: WhitePoint = .init(name: "B", chromaticity: xyY(x: 0.34842, y: 0.35161))
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/WhitePoint.swift:9:15: note: consider making struct 'WhitePoint' conform to the 'Sendable' protocol
public struct WhitePoint: Equatable {
              ^
                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/WhitePoint.swift:33:23: note: add '@MainActor' to make static property 'B' part of global actor 'MainActor'
    static public let B: WhitePoint = .init(name: "B", chromaticity: xyY(x: 0.34842, y: 0.35161))
                      ^
           @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/WhitePoint.swift:33:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static public let B: WhitePoint = .init(name: "B", chromaticity: xyY(x: 0.34842, y: 0.35161))
                      ^
           nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/WhitePoint.swift:40:23: warning: static property 'C' is not concurrency-safe because non-'Sendable' type 'WhitePoint' may have shared mutable state; this is an error in the Swift 6 language mode
    static public let C: WhitePoint = .init(name: "C", chromaticity: xyY(x: 0.31006, y: 0.31616))
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/WhitePoint.swift:9:15: note: consider making struct 'WhitePoint' conform to the 'Sendable' protocol
public struct WhitePoint: Equatable {
              ^
                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/WhitePoint.swift:40:23: note: add '@MainActor' to make static property 'C' part of global actor 'MainActor'
    static public let C: WhitePoint = .init(name: "C", chromaticity: xyY(x: 0.31006, y: 0.31616))
                      ^
           @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/WhitePoint.swift:40:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static public let C: WhitePoint = .init(name: "C", chromaticity: xyY(x: 0.31006, y: 0.31616))
                      ^
           nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/WhitePoint.swift:47:23: warning: static property 'D50' is not concurrency-safe because non-'Sendable' type 'WhitePoint' may have shared mutable state; this is an error in the Swift 6 language mode
    static public let D50: WhitePoint = .init(name: "D50", chromaticity: xyY(x: 0.34570, y: 0.35850))
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/WhitePoint.swift:9:15: note: consider making struct 'WhitePoint' conform to the 'Sendable' protocol
public struct WhitePoint: Equatable {
              ^
                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/WhitePoint.swift:47:23: note: add '@MainActor' to make static property 'D50' part of global actor 'MainActor'
    static public let D50: WhitePoint = .init(name: "D50", chromaticity: xyY(x: 0.34570, y: 0.35850))
                      ^
           @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/WhitePoint.swift:47:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static public let D50: WhitePoint = .init(name: "D50", chromaticity: xyY(x: 0.34570, y: 0.35850))
                      ^
           nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/WhitePoint.swift:54:23: warning: static property 'D55' is not concurrency-safe because non-'Sendable' type 'WhitePoint' may have shared mutable state; this is an error in the Swift 6 language mode
    static public let D55: WhitePoint = .init(name: "D55", chromaticity: xyY(x: 0.33243, y: 0.34744))
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/WhitePoint.swift:9:15: note: consider making struct 'WhitePoint' conform to the 'Sendable' protocol
public struct WhitePoint: Equatable {
              ^
                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/WhitePoint.swift:54:23: note: add '@MainActor' to make static property 'D55' part of global actor 'MainActor'
    static public let D55: WhitePoint = .init(name: "D55", chromaticity: xyY(x: 0.33243, y: 0.34744))
                      ^
           @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/WhitePoint.swift:54:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static public let D55: WhitePoint = .init(name: "D55", chromaticity: xyY(x: 0.33243, y: 0.34744))
                      ^
           nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/WhitePoint.swift:61:23: warning: static property 'D65' is not concurrency-safe because non-'Sendable' type 'WhitePoint' may have shared mutable state; this is an error in the Swift 6 language mode
    static public let D65: WhitePoint = .init(name: "D65", chromaticity: xyY(x: 0.31270, y: 0.32900))
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/WhitePoint.swift:9:15: note: consider making struct 'WhitePoint' conform to the 'Sendable' protocol
public struct WhitePoint: Equatable {
              ^
                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/WhitePoint.swift:61:23: note: add '@MainActor' to make static property 'D65' part of global actor 'MainActor'
    static public let D65: WhitePoint = .init(name: "D65", chromaticity: xyY(x: 0.31270, y: 0.32900))
                      ^
           @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/WhitePoint.swift:61:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static public let D65: WhitePoint = .init(name: "D65", chromaticity: xyY(x: 0.31270, y: 0.32900))
                      ^
           nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/WhitePoint.swift:68:23: warning: static property 'D75' is not concurrency-safe because non-'Sendable' type 'WhitePoint' may have shared mutable state; this is an error in the Swift 6 language mode
    static public let D75: WhitePoint = .init(name: "D75", chromaticity: xyY(x: 0.29903, y: 0.31488))
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/WhitePoint.swift:9:15: note: consider making struct 'WhitePoint' conform to the 'Sendable' protocol
public struct WhitePoint: Equatable {
              ^
                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/WhitePoint.swift:68:23: note: add '@MainActor' to make static property 'D75' part of global actor 'MainActor'
    static public let D75: WhitePoint = .init(name: "D75", chromaticity: xyY(x: 0.29903, y: 0.31488))
                      ^
           @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/WhitePoint.swift:68:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static public let D75: WhitePoint = .init(name: "D75", chromaticity: xyY(x: 0.29903, y: 0.31488))
                      ^
           nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/WhitePoint.swift:75:23: warning: static property 'E' is not concurrency-safe because non-'Sendable' type 'WhitePoint' may have shared mutable state; this is an error in the Swift 6 language mode
    static public let E: WhitePoint = .init(name: "E", chromaticity: xyY(x: 1.0 / 3.0, y: 1.0 / 3.0))
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/WhitePoint.swift:9:15: note: consider making struct 'WhitePoint' conform to the 'Sendable' protocol
public struct WhitePoint: Equatable {
              ^
                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/WhitePoint.swift:75:23: note: add '@MainActor' to make static property 'E' part of global actor 'MainActor'
    static public let E: WhitePoint = .init(name: "E", chromaticity: xyY(x: 1.0 / 3.0, y: 1.0 / 3.0))
                      ^
           @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/WhitePoint.swift:75:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static public let E: WhitePoint = .init(name: "E", chromaticity: xyY(x: 1.0 / 3.0, y: 1.0 / 3.0))
                      ^
           nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ LAB.swift,\ LUV.swift /Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/LAB.swift /Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/LUV.swift (in target 'CoreColor' from project 'CoreColor')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/LAB.swift (in target 'CoreColor' from project 'CoreColor')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/LAB.swift:38:23: warning: static property 'LAB50' is not concurrency-safe because non-'Sendable' type 'LABColorSpace' may have shared mutable state; this is an error in the Swift 6 language mode
    static public let LAB50: LABColorSpace = LABColorSpace(whitePoint: Illuminant.D50)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/LAB.swift:17:15: note: consider making struct 'LABColorSpace' conform to the 'Sendable' protocol
public struct LABColorSpace: LABColorSpaceRepresentable {
              ^
                                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/LAB.swift:38:23: note: add '@MainActor' to make static property 'LAB50' part of global actor 'MainActor'
    static public let LAB50: LABColorSpace = LABColorSpace(whitePoint: Illuminant.D50)
                      ^
           @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/LAB.swift:38:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static public let LAB50: LABColorSpace = LABColorSpace(whitePoint: Illuminant.D50)
                      ^
           nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/LAB.swift:43:23: warning: static property 'LAB65' is not concurrency-safe because non-'Sendable' type 'LABColorSpace' may have shared mutable state; this is an error in the Swift 6 language mode
    static public let LAB65: LABColorSpace = LABColorSpace(whitePoint: Illuminant.D65)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/LAB.swift:17:15: note: consider making struct 'LABColorSpace' conform to the 'Sendable' protocol
public struct LABColorSpace: LABColorSpaceRepresentable {
              ^
                                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/LAB.swift:43:23: note: add '@MainActor' to make static property 'LAB65' part of global actor 'MainActor'
    static public let LAB65: LABColorSpace = LABColorSpace(whitePoint: Illuminant.D65)
                      ^
           @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/LAB.swift:43:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static public let LAB65: LABColorSpace = LABColorSpace(whitePoint: Illuminant.D65)
                      ^
           nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/LUV.swift (in target 'CoreColor' from project 'CoreColor')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/LUV.swift:32:23: warning: static property 'LUV65' is not concurrency-safe because non-'Sendable' type 'LUVColorSpace' may have shared mutable state; this is an error in the Swift 6 language mode
    static public let LUV65: LUVColorSpace = LUVColorSpace(whitePoint: Illuminant.D65)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/LUV.swift:11:15: note: consider making struct 'LUVColorSpace' conform to the 'Sendable' protocol
public struct LUVColorSpace: WhitePointColorSpace {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/LUV.swift:32:23: note: add '@MainActor' to make static property 'LUV65' part of global actor 'MainActor'
    static public let LUV65: LUVColorSpace = LUVColorSpace(whitePoint: Illuminant.D65)
                      ^
           @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/LUV.swift:32:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static public let LUV65: LUVColorSpace = LUVColorSpace(whitePoint: Illuminant.D65)
                      ^
           nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/LUV.swift:37:23: warning: static property 'LUV50' is not concurrency-safe because non-'Sendable' type 'LUVColorSpace' may have shared mutable state; this is an error in the Swift 6 language mode
    static public let LUV50: LUVColorSpace = LUVColorSpace(whitePoint: Illuminant.D50)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/LUV.swift:11:15: note: consider making struct 'LUVColorSpace' conform to the 'Sendable' protocol
public struct LUVColorSpace: WhitePointColorSpace {
              ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/LUV.swift:37:23: note: add '@MainActor' to make static property 'LUV50' part of global actor 'MainActor'
    static public let LUV50: LUVColorSpace = LUVColorSpace(whitePoint: Illuminant.D50)
                      ^
           @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/LUV.swift:37:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static public let LUV50: LUVColorSpace = LUVColorSpace(whitePoint: Illuminant.D50)
                      ^
           nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ RGB.swift,\ RGBColorSpaces.swift /Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/RGB.swift /Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/RGBColorSpaces.swift (in target 'CoreColor' from project 'CoreColor')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/RGB.swift (in target 'CoreColor' from project 'CoreColor')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/RGBColorSpaces.swift:10:17: warning: let 'SRGB_R' is not concurrency-safe because non-'Sendable' type 'xyY' may have shared mutable state; this is an error in the Swift 6 language mode
fileprivate let SRGB_R = xyY(x: 0.6400, y: 0.3300)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/xyY.swift:9:15: note: consider making struct 'xyY' conform to the 'Sendable' protocol
public struct xyY: Equatable {
              ^
                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/RGBColorSpaces.swift:10:17: note: add '@MainActor' to make let 'SRGB_R' part of global actor 'MainActor'
fileprivate let SRGB_R = xyY(x: 0.6400, y: 0.3300)
                ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/RGBColorSpaces.swift:10:17: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
fileprivate let SRGB_R = xyY(x: 0.6400, y: 0.3300)
                ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/RGBColorSpaces.swift:12:17: warning: let 'SRGB_G' is not concurrency-safe because non-'Sendable' type 'xyY' may have shared mutable state; this is an error in the Swift 6 language mode
fileprivate let SRGB_G = xyY(x: 0.3000, y: 0.6000)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/xyY.swift:9:15: note: consider making struct 'xyY' conform to the 'Sendable' protocol
public struct xyY: Equatable {
              ^
                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/RGBColorSpaces.swift:12:17: note: add '@MainActor' to make let 'SRGB_G' part of global actor 'MainActor'
fileprivate let SRGB_G = xyY(x: 0.3000, y: 0.6000)
                ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/RGBColorSpaces.swift:12:17: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
fileprivate let SRGB_G = xyY(x: 0.3000, y: 0.6000)
                ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/RGBColorSpaces.swift:14:17: warning: let 'SRGB_B' is not concurrency-safe because non-'Sendable' type 'xyY' may have shared mutable state; this is an error in the Swift 6 language mode
fileprivate let SRGB_B = xyY(x: 0.1500, y: 0.0600)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/xyY.swift:9:15: note: consider making struct 'xyY' conform to the 'Sendable' protocol
public struct xyY: Equatable {
              ^
                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/RGBColorSpaces.swift:14:17: note: add '@MainActor' to make let 'SRGB_B' part of global actor 'MainActor'
fileprivate let SRGB_B = xyY(x: 0.1500, y: 0.0600)
                ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/RGBColorSpaces.swift:14:17: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
fileprivate let SRGB_B = xyY(x: 0.1500, y: 0.0600)
                ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/RGBColorSpaces.swift:25:23: warning: static property 'sRGB' is not concurrency-safe because non-'Sendable' type 'RGBColorSpace' may have shared mutable state; this is an error in the Swift 6 language mode
    static public let sRGB: RGBColorSpace = RGBColorSpace(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/RGBColorSpaces.swift:87:15: note: consider making struct 'RGBColorSpace' conform to the 'Sendable' protocol
public struct RGBColorSpace: RGBColorSpaceRepresentable {
              ^
                                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/RGBColorSpaces.swift:25:23: note: add '@MainActor' to make static property 'sRGB' part of global actor 'MainActor'
    static public let sRGB: RGBColorSpace = RGBColorSpace(
                      ^
           @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/RGBColorSpaces.swift:25:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static public let sRGB: RGBColorSpace = RGBColorSpace(
                      ^
           nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/RGBColorSpaces.swift:40:23: warning: static property 'LinearSRGB' is not concurrency-safe because non-'Sendable' type 'RGBColorSpace' may have shared mutable state; this is an error in the Swift 6 language mode
    static public let LinearSRGB: RGBColorSpace = RGBColorSpace(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/RGBColorSpaces.swift:87:15: note: consider making struct 'RGBColorSpace' conform to the 'Sendable' protocol
public struct RGBColorSpace: RGBColorSpaceRepresentable {
              ^
                                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/RGBColorSpaces.swift:40:23: note: add '@MainActor' to make static property 'LinearSRGB' part of global actor 'MainActor'
    static public let LinearSRGB: RGBColorSpace = RGBColorSpace(
                      ^
           @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/RGBColorSpaces.swift:40:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static public let LinearSRGB: RGBColorSpace = RGBColorSpace(
                      ^
           nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/RGBColorSpaces.swift:57:23: warning: static property 'AdobeRGB' is not concurrency-safe because non-'Sendable' type 'RGBColorSpace' may have shared mutable state; this is an error in the Swift 6 language mode
    static public let AdobeRGB: RGBColorSpace = RGBColorSpace(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/RGBColorSpaces.swift:87:15: note: consider making struct 'RGBColorSpace' conform to the 'Sendable' protocol
public struct RGBColorSpace: RGBColorSpaceRepresentable {
              ^
                                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/RGBColorSpaces.swift:57:23: note: add '@MainActor' to make static property 'AdobeRGB' part of global actor 'MainActor'
    static public let AdobeRGB: RGBColorSpace = RGBColorSpace(
                      ^
           @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/RGBColorSpaces.swift:57:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static public let AdobeRGB: RGBColorSpace = RGBColorSpace(
                      ^
           nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/RGBColorSpaces.swift:76:23: warning: static property 'DisplayP3' is not concurrency-safe because non-'Sendable' type 'RGBColorSpace' may have shared mutable state; this is an error in the Swift 6 language mode
    static public let DisplayP3: RGBColorSpace = RGBColorSpace(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/RGBColorSpaces.swift:87:15: note: consider making struct 'RGBColorSpace' conform to the 'Sendable' protocol
public struct RGBColorSpace: RGBColorSpaceRepresentable {
              ^
                                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/RGBColorSpaces.swift:76:23: note: add '@MainActor' to make static property 'DisplayP3' part of global actor 'MainActor'
    static public let DisplayP3: RGBColorSpace = RGBColorSpace(
                      ^
           @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/RGBColorSpaces.swift:76:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static public let DisplayP3: RGBColorSpace = RGBColorSpace(
                      ^
           nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ XYZ.swift,\ xyY.swift /Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/XYZ.swift /Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/xyY.swift (in target 'CoreColor' from project 'CoreColor')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/XYZ.swift (in target 'CoreColor' from project 'CoreColor')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/XYZ.swift:63:23: warning: static property 'XYZ65' is not concurrency-safe because non-'Sendable' type 'XYZColorSpace' may have shared mutable state; this is an error in the Swift 6 language mode
    static public let XYZ65: XYZColorSpace = XYZColorSpace(whitePoint: Illuminant.D65)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/XYZ.swift:72:15: note: consider making struct 'XYZColorSpace' conform to the 'Sendable' protocol
public struct XYZColorSpace: XYZColorSpaceRepresentable, ColorSpace {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/XYZ.swift:63:23: note: add '@MainActor' to make static property 'XYZ65' part of global actor 'MainActor'
    static public let XYZ65: XYZColorSpace = XYZColorSpace(whitePoint: Illuminant.D65)
                      ^
           @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/XYZ.swift:63:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static public let XYZ65: XYZColorSpace = XYZColorSpace(whitePoint: Illuminant.D65)
                      ^
           nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/XYZ.swift:68:23: warning: static property 'XYZ50' is not concurrency-safe because non-'Sendable' type 'XYZColorSpace' may have shared mutable state; this is an error in the Swift 6 language mode
    static public let XYZ50: XYZColorSpace = XYZColorSpace(whitePoint: Illuminant.D50)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/XYZ.swift:72:15: note: consider making struct 'XYZColorSpace' conform to the 'Sendable' protocol
public struct XYZColorSpace: XYZColorSpaceRepresentable, ColorSpace {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/XYZ.swift:68:23: note: add '@MainActor' to make static property 'XYZ50' part of global actor 'MainActor'
    static public let XYZ50: XYZColorSpace = XYZColorSpace(whitePoint: Illuminant.D50)
                      ^
           @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/XYZ.swift:68:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static public let XYZ50: XYZColorSpace = XYZColorSpace(whitePoint: Illuminant.D50)
                      ^
           nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/xyY.swift (in target 'CoreColor' from project 'CoreColor')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/WhitePoint.swift:26:23: warning: static property 'A' is not concurrency-safe because non-'Sendable' type 'WhitePoint' may have shared mutable state; this is an error in the Swift 6 language mode
    static public let A: WhitePoint = .init(name: "A", chromaticity: xyY(x: 0.44758, y: 0.40745))
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/WhitePoint.swift:9:15: note: consider making struct 'WhitePoint' conform to the 'Sendable' protocol
public struct WhitePoint: Equatable {
              ^
                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/WhitePoint.swift:26:23: note: add '@MainActor' to make static property 'A' part of global actor 'MainActor'
    static public let A: WhitePoint = .init(name: "A", chromaticity: xyY(x: 0.44758, y: 0.40745))
                      ^
           @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/WhitePoint.swift:26:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static public let A: WhitePoint = .init(name: "A", chromaticity: xyY(x: 0.44758, y: 0.40745))
                      ^
           nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/WhitePoint.swift:33:23: warning: static property 'B' is not concurrency-safe because non-'Sendable' type 'WhitePoint' may have shared mutable state; this is an error in the Swift 6 language mode
    static public let B: WhitePoint = .init(name: "B", chromaticity: xyY(x: 0.34842, y: 0.35161))
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/WhitePoint.swift:9:15: note: consider making struct 'WhitePoint' conform to the 'Sendable' protocol
public struct WhitePoint: Equatable {
              ^
                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/WhitePoint.swift:33:23: note: add '@MainActor' to make static property 'B' part of global actor 'MainActor'
    static public let B: WhitePoint = .init(name: "B", chromaticity: xyY(x: 0.34842, y: 0.35161))
                      ^
           @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/WhitePoint.swift:33:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static public let B: WhitePoint = .init(name: "B", chromaticity: xyY(x: 0.34842, y: 0.35161))
                      ^
           nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/WhitePoint.swift:40:23: warning: static property 'C' is not concurrency-safe because non-'Sendable' type 'WhitePoint' may have shared mutable state; this is an error in the Swift 6 language mode
    static public let C: WhitePoint = .init(name: "C", chromaticity: xyY(x: 0.31006, y: 0.31616))
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/WhitePoint.swift:9:15: note: consider making struct 'WhitePoint' conform to the 'Sendable' protocol
public struct WhitePoint: Equatable {
              ^
                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/WhitePoint.swift:40:23: note: add '@MainActor' to make static property 'C' part of global actor 'MainActor'
    static public let C: WhitePoint = .init(name: "C", chromaticity: xyY(x: 0.31006, y: 0.31616))
                      ^
           @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/WhitePoint.swift:40:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static public let C: WhitePoint = .init(name: "C", chromaticity: xyY(x: 0.31006, y: 0.31616))
                      ^
           nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/WhitePoint.swift:47:23: warning: static property 'D50' is not concurrency-safe because non-'Sendable' type 'WhitePoint' may have shared mutable state; this is an error in the Swift 6 language mode
    static public let D50: WhitePoint = .init(name: "D50", chromaticity: xyY(x: 0.34570, y: 0.35850))
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/WhitePoint.swift:9:15: note: consider making struct 'WhitePoint' conform to the 'Sendable' protocol
public struct WhitePoint: Equatable {
              ^
                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/WhitePoint.swift:47:23: note: add '@MainActor' to make static property 'D50' part of global actor 'MainActor'
    static public let D50: WhitePoint = .init(name: "D50", chromaticity: xyY(x: 0.34570, y: 0.35850))
                      ^
           @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/WhitePoint.swift:47:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static public let D50: WhitePoint = .init(name: "D50", chromaticity: xyY(x: 0.34570, y: 0.35850))
                      ^
           nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/WhitePoint.swift:54:23: warning: static property 'D55' is not concurrency-safe because non-'Sendable' type 'WhitePoint' may have shared mutable state; this is an error in the Swift 6 language mode
    static public let D55: WhitePoint = .init(name: "D55", chromaticity: xyY(x: 0.33243, y: 0.34744))
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/WhitePoint.swift:9:15: note: consider making struct 'WhitePoint' conform to the 'Sendable' protocol
public struct WhitePoint: Equatable {
              ^
                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/WhitePoint.swift:54:23: note: add '@MainActor' to make static property 'D55' part of global actor 'MainActor'
    static public let D55: WhitePoint = .init(name: "D55", chromaticity: xyY(x: 0.33243, y: 0.34744))
                      ^
           @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/WhitePoint.swift:54:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static public let D55: WhitePoint = .init(name: "D55", chromaticity: xyY(x: 0.33243, y: 0.34744))
                      ^
           nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/WhitePoint.swift:61:23: warning: static property 'D65' is not concurrency-safe because non-'Sendable' type 'WhitePoint' may have shared mutable state; this is an error in the Swift 6 language mode
    static public let D65: WhitePoint = .init(name: "D65", chromaticity: xyY(x: 0.31270, y: 0.32900))
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/WhitePoint.swift:9:15: note: consider making struct 'WhitePoint' conform to the 'Sendable' protocol
public struct WhitePoint: Equatable {
              ^
                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/WhitePoint.swift:61:23: note: add '@MainActor' to make static property 'D65' part of global actor 'MainActor'
    static public let D65: WhitePoint = .init(name: "D65", chromaticity: xyY(x: 0.31270, y: 0.32900))
                      ^
           @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/WhitePoint.swift:61:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static public let D65: WhitePoint = .init(name: "D65", chromaticity: xyY(x: 0.31270, y: 0.32900))
                      ^
           nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/WhitePoint.swift:68:23: warning: static property 'D75' is not concurrency-safe because non-'Sendable' type 'WhitePoint' may have shared mutable state; this is an error in the Swift 6 language mode
    static public let D75: WhitePoint = .init(name: "D75", chromaticity: xyY(x: 0.29903, y: 0.31488))
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/WhitePoint.swift:9:15: note: consider making struct 'WhitePoint' conform to the 'Sendable' protocol
public struct WhitePoint: Equatable {
              ^
                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/WhitePoint.swift:68:23: note: add '@MainActor' to make static property 'D75' part of global actor 'MainActor'
    static public let D75: WhitePoint = .init(name: "D75", chromaticity: xyY(x: 0.29903, y: 0.31488))
                      ^
           @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/WhitePoint.swift:68:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static public let D75: WhitePoint = .init(name: "D75", chromaticity: xyY(x: 0.29903, y: 0.31488))
                      ^
           nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/WhitePoint.swift:75:23: warning: static property 'E' is not concurrency-safe because non-'Sendable' type 'WhitePoint' may have shared mutable state; this is an error in the Swift 6 language mode
    static public let E: WhitePoint = .init(name: "E", chromaticity: xyY(x: 1.0 / 3.0, y: 1.0 / 3.0))
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/WhitePoint.swift:9:15: note: consider making struct 'WhitePoint' conform to the 'Sendable' protocol
public struct WhitePoint: Equatable {
              ^
                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/WhitePoint.swift:75:23: note: add '@MainActor' to make static property 'E' part of global actor 'MainActor'
    static public let E: WhitePoint = .init(name: "E", chromaticity: xyY(x: 1.0 / 3.0, y: 1.0 / 3.0))
                      ^
           @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CoreColor/WhitePoint.swift:75:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static public let E: WhitePoint = .init(name: "E", chromaticity: xyY(x: 1.0 / 3.0, y: 1.0 / 3.0))
                      ^
           nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CoreColor/WhitePointColorSpace.swift (in target 'CoreColor' from project 'CoreColor')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Clamped.swift,\ Color+Constrast.swift /Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Clamped.swift /Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Color+Constrast.swift (in target 'CoreColor' from project 'CoreColor')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Clamped.swift (in target 'CoreColor' from project 'CoreColor')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Color+Constrast.swift (in target 'CoreColor' from project 'CoreColor')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ RGBColorspace.swift,\ RGBInt.swift /Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/RGBColorspace.swift /Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/RGBInt.swift (in target 'CoreColor' from project 'CoreColor')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CoreColor/Models/RGBColorspace.swift (in target 'CoreColor' from project 'CoreColor')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

SwiftDriverJobDiscovery normal arm64 Emitting module for CoreColor (in target 'CoreColor' from project 'CoreColor')
SwiftDriver\ Compilation\ Requirements CoreColor normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CoreColor' from project 'CoreColor')
    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 CoreColor -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreColor.build/Debug/CoreColor.build/Objects-normal/arm64/CoreColor.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -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 -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreColor.build/Debug/CoreColor.build/Objects-normal/arm64/CoreColor-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/CoreColor.build/Debug/CoreColor.build/Objects-normal/arm64/CoreColor.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/CoreColor.build/Debug/CoreColor.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreColor.build/Debug/CoreColor.build/Objects-normal/arm64/CoreColor_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreColor.build/Debug/CoreColor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreColor.build/Debug/CoreColor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreColor.build/Debug/CoreColor.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/CoreColor.build/Debug/CoreColor.build/Objects-normal/arm64/CoreColor-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling ColorSpace.swift, Constants.swift (in target 'CoreColor' from project 'CoreColor')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/CoreColor-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreColor.build/Debug/CoreColor.build/Objects-normal/arm64/CoreColor-Swift.h (in target 'CoreColor' from project 'CoreColor')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreColor.build/Debug/CoreColor.build/Objects-normal/arm64/CoreColor-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/CoreColor-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CoreColor.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreColor.build/Debug/CoreColor.build/Objects-normal/arm64/CoreColor.swiftmodule (in target 'CoreColor' from project 'CoreColor')
    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/CoreColor.build/Debug/CoreColor.build/Objects-normal/arm64/CoreColor.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CoreColor.swiftmodule/arm64-apple-macos.swiftmodule
SwiftDriverJobDiscovery normal arm64 Compiling WhitePoint.swift, WhitePointColorSpace.swift (in target 'CoreColor' from project 'CoreColor')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CoreColor.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreColor.build/Debug/CoreColor.build/Objects-normal/arm64/CoreColor.swiftdoc (in target 'CoreColor' from project 'CoreColor')
    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/CoreColor.build/Debug/CoreColor.build/Objects-normal/arm64/CoreColor.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CoreColor.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CoreColor.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreColor.build/Debug/CoreColor.build/Objects-normal/arm64/CoreColor.abi.json (in target 'CoreColor' from project 'CoreColor')
    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/CoreColor.build/Debug/CoreColor.build/Objects-normal/arm64/CoreColor.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CoreColor.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CoreColor.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreColor.build/Debug/CoreColor.build/Objects-normal/arm64/CoreColor.swiftsourceinfo (in target 'CoreColor' from project 'CoreColor')
    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/CoreColor.build/Debug/CoreColor.build/Objects-normal/arm64/CoreColor.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CoreColor.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling HSL.swift, HSV.swift (in target 'CoreColor' from project 'CoreColor')
SwiftDriverJobDiscovery normal arm64 Compiling Color.swift, ColorComponentInfo.swift (in target 'CoreColor' from project 'CoreColor')
SwiftDriverJobDiscovery normal arm64 Compiling RGBColorspace.swift, RGBInt.swift (in target 'CoreColor' from project 'CoreColor')
SwiftDriverJobDiscovery normal arm64 Compiling XYZ.swift, xyY.swift (in target 'CoreColor' from project 'CoreColor')
SwiftDriverJobDiscovery normal arm64 Compiling Clamped.swift, Color+Constrast.swift (in target 'CoreColor' from project 'CoreColor')
SwiftDriverJobDiscovery normal arm64 Compiling RGB.swift, RGBColorSpaces.swift (in target 'CoreColor' from project 'CoreColor')
SwiftDriverJobDiscovery normal arm64 Compiling FloatingPoint+Utilities.swift, CMYK.swift (in target 'CoreColor' from project 'CoreColor')
SwiftDriverJobDiscovery normal arm64 Compiling LAB.swift, LUV.swift (in target 'CoreColor' from project 'CoreColor')
SwiftDriver\ Compilation CoreColor normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CoreColor' from project 'CoreColor')
    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 CoreColor -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreColor.build/Debug/CoreColor.build/Objects-normal/arm64/CoreColor.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -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 -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreColor.build/Debug/CoreColor.build/Objects-normal/arm64/CoreColor-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/CoreColor.build/Debug/CoreColor.build/Objects-normal/arm64/CoreColor.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/CoreColor.build/Debug/CoreColor.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreColor.build/Debug/CoreColor.build/Objects-normal/arm64/CoreColor_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreColor.build/Debug/CoreColor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreColor.build/Debug/CoreColor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreColor.build/Debug/CoreColor.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/CoreColor.build/Debug/CoreColor.build/Objects-normal/arm64/CoreColor-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/CoreColor.o normal (in target 'CoreColor' from project 'CoreColor')
    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-macos10.13 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreColor.build/Debug/CoreColor.build/Objects-normal/arm64/CoreColor.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreColor.build/Debug/CoreColor.build/Objects-normal/arm64/CoreColor_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreColor.build/Debug/CoreColor.build/Objects-normal/arm64/CoreColor_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreColor.build/Debug/CoreColor.build/Objects-normal/arm64/CoreColor.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CoreColor.o
ExtractAppIntentsMetadata (in target 'CoreColor' from project 'CoreColor')
    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 CoreColor --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.13 --bundle-identifier spi-builder-workspace.CoreColor --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CoreColor.appintents --target-triple arm64-apple-macos10.13 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CoreColor.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreColor.build/Debug/CoreColor.build/Objects-normal/arm64/CoreColor_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreColor.build/Debug/CoreColor.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreColor.build/Debug/CoreColor.build/Objects-normal/arm64/CoreColor.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreColor.build/Debug/CoreColor.build/CoreColor.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreColor.build/Debug/CoreColor.build/CoreColor.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreColor.build/Debug/CoreColor.build/Objects-normal/arm64/CoreColor.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-26 23:04:38.624 appintentsmetadataprocessor[720:4073] Starting appintentsmetadataprocessor export
2025-04-26 23:04:38.666 appintentsmetadataprocessor[720:4073] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CoreColor.o (in target 'CoreColor' from project 'CoreColor')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CoreColor.o
** BUILD SUCCEEDED **
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:766926147263b03700240965aad46c36b22ba872, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:766926147263b03700240965aad46c36b22ba872, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:766926147263b03700240965aad46c36b22ba872, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:766926147263b03700240965aad46c36b22ba872, name:My Mac }
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CoreColor",
  "name" : "CoreColor",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "CoreColor",
      "targets" : [
        "CoreColor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CoreColorTests",
      "module_type" : "SwiftTarget",
      "name" : "CoreColorTests",
      "path" : "Tests/CoreColorTests",
      "sources" : [
        "CMYKTests.swift",
        "ClampedTests.swift",
        "ColorModelEquality.swift",
        "ColorTestCase.swift",
        "HSLTests.swift",
        "HSVTests.swift",
        "LABTests.swift",
        "LUVTests.swift",
        "RGBColorSpaceTests.swift",
        "RGBColorSpacesConversionTests.swift",
        "RGBTests.swift",
        "XYZTests.swift"
      ],
      "target_dependencies" : [
        "CoreColor"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CoreColor",
      "module_type" : "SwiftTarget",
      "name" : "CoreColor",
      "path" : "Sources/CoreColor",
      "product_memberships" : [
        "CoreColor"
      ],
      "sources" : [
        "Clamped.swift",
        "Color+Constrast.swift",
        "Color.swift",
        "ColorComponentInfo.swift",
        "ColorSpace.swift",
        "Constants.swift",
        "FloatingPoint+Utilities.swift",
        "Models/CMYK.swift",
        "Models/HSL.swift",
        "Models/HSV.swift",
        "Models/LAB.swift",
        "Models/LUV.swift",
        "Models/RGB.swift",
        "Models/RGBColorSpaces.swift",
        "Models/RGBColorspace.swift",
        "Models/RGBInt.swift",
        "Models/XYZ.swift",
        "Models/xyY.swift",
        "WhitePoint.swift",
        "WhitePointColorSpace.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Done.