Build Information
Successful build of Kolor, reference main (cf046d), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 10 Dec 2025 13:18:19 UTC.
Swift 6 data race errors: 357
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Kolor-Package -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 InferSendableFromCapturesBuild Log
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/ISCC_NBS.swift:19:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let OliveBrown = sRGB(127, 97, 41)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/ISCC_NBS.swift:20:20: warning: static property 'GreenishYellow' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
public static let GreenishYellow = sRGB(208, 196, 69)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/ISCC_NBS.swift:20:20: note: add '@MainActor' to make static property 'GreenishYellow' part of global actor 'MainActor'
public static let GreenishYellow = sRGB(208, 196, 69)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/ISCC_NBS.swift:20:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let GreenishYellow = sRGB(208, 196, 69)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/ISCC_NBS.swift:21:20: warning: static property 'Olive' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
public static let Olive = sRGB(114, 103, 44)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/ISCC_NBS.swift:21:20: note: add '@MainActor' to make static property 'Olive' part of global actor 'MainActor'
public static let Olive = sRGB(114, 103, 44)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/ISCC_NBS.swift:21:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let Olive = sRGB(114, 103, 44)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/ISCC_NBS.swift:22:20: warning: static property 'YellowYreen' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
public static let YellowYreen = sRGB(160, 194, 69)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/ISCC_NBS.swift:22:20: note: add '@MainActor' to make static property 'YellowYreen' part of global actor 'MainActor'
public static let YellowYreen = sRGB(160, 194, 69)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/ISCC_NBS.swift:22:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let YellowYreen = sRGB(160, 194, 69)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/ISCC_NBS.swift:23:20: warning: static property 'OliveGreen' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
public static let OliveGreen = sRGB(62, 80, 31)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/ISCC_NBS.swift:23:20: note: add '@MainActor' to make static property 'OliveGreen' part of global actor 'MainActor'
public static let OliveGreen = sRGB(62, 80, 31)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/ISCC_NBS.swift:23:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let OliveGreen = sRGB(62, 80, 31)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/ISCC_NBS.swift:24:20: warning: static property 'YellowishGreen' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
public static let YellowishGreen = sRGB(74,195,77)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/ISCC_NBS.swift:24:20: note: add '@MainActor' to make static property 'YellowishGreen' part of global actor 'MainActor'
public static let YellowishGreen = sRGB(74,195,77)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/ISCC_NBS.swift:24:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let YellowishGreen = sRGB(74,195,77)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/ISCC_NBS.swift:25:20: warning: static property 'Green' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
public static let Green = sRGB(79,191,154)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/ISCC_NBS.swift:25:20: note: add '@MainActor' to make static property 'Green' part of global actor 'MainActor'
public static let Green = sRGB(79,191,154)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/ISCC_NBS.swift:25:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let Green = sRGB(79,191,154)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/ISCC_NBS.swift:26:20: warning: static property 'BluishGreen' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
public static let BluishGreen = sRGB(67,189,184)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/ISCC_NBS.swift:26:20: note: add '@MainActor' to make static property 'BluishGreen' part of global actor 'MainActor'
public static let BluishGreen = sRGB(67,189,184)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/ISCC_NBS.swift:26:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let BluishGreen = sRGB(67,189,184)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/ISCC_NBS.swift:27:20: warning: static property 'GreenishBlue' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
public static let GreenishBlue = sRGB(62,166,198)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/ISCC_NBS.swift:27:20: note: add '@MainActor' to make static property 'GreenishBlue' part of global actor 'MainActor'
public static let GreenishBlue = sRGB(62,166,198)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/ISCC_NBS.swift:27:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let GreenishBlue = sRGB(62,166,198)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/ISCC_NBS.swift:28:20: warning: static property 'Blue' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
public static let Blue = sRGB(59,116,192)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/ISCC_NBS.swift:28:20: note: add '@MainActor' to make static property 'Blue' part of global actor 'MainActor'
public static let Blue = sRGB(59,116,192)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/ISCC_NBS.swift:28:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let Blue = sRGB(59,116,192)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/ISCC_NBS.swift:29:20: warning: static property 'PurplishBlue' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
public static let PurplishBlue = sRGB(79,71,198)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/ISCC_NBS.swift:29:20: note: add '@MainActor' to make static property 'PurplishBlue' part of global actor 'MainActor'
public static let PurplishBlue = sRGB(79,71,198)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/ISCC_NBS.swift:29:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let PurplishBlue = sRGB(79,71,198)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/ISCC_NBS.swift:30:20: warning: static property 'Violet' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
public static let Violet = sRGB(120,66,197)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/ISCC_NBS.swift:30:20: note: add '@MainActor' to make static property 'Violet' part of global actor 'MainActor'
public static let Violet = sRGB(120,66,197)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/ISCC_NBS.swift:30:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let Violet = sRGB(120,66,197)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/ISCC_NBS.swift:31:20: warning: static property 'Purple' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
public static let Purple = sRGB(172,74,195)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/ISCC_NBS.swift:31:20: note: add '@MainActor' to make static property 'Purple' part of global actor 'MainActor'
public static let Purple = sRGB(172,74,195)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/ISCC_NBS.swift:31:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let Purple = sRGB(172,74,195)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/ISCC_NBS.swift:32:20: warning: static property 'ReddishPurple' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
public static let ReddishPurple = sRGB(187,48,164)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/ISCC_NBS.swift:32:20: note: add '@MainActor' to make static property 'ReddishPurple' part of global actor 'MainActor'
public static let ReddishPurple = sRGB(187,48,164)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/ISCC_NBS.swift:32:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let ReddishPurple = sRGB(187,48,164)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/ISCC_NBS.swift:33:20: warning: static property 'PurplishPink' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
public static let PurplishPink = sRGB(229,137,191)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/ISCC_NBS.swift:33:20: note: add '@MainActor' to make static property 'PurplishPink' part of global actor 'MainActor'
public static let PurplishPink = sRGB(229,137,191)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/ISCC_NBS.swift:33:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let PurplishPink = sRGB(229,137,191)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/ISCC_NBS.swift:34:20: warning: static property 'PurplishRed' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
public static let PurplishRed = sRGB(186,43,119)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/ISCC_NBS.swift:34:20: note: add '@MainActor' to make static property 'PurplishRed' part of global actor 'MainActor'
public static let PurplishRed = sRGB(186,43,119)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/ISCC_NBS.swift:34:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let PurplishRed = sRGB(186,43,119)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/ISCC_NBS.swift:39:13: warning: static property 'allCases' is not concurrency-safe because non-'Sendable' type '[sRGB]' may have shared mutable state; this is an error in the Swift 6 language mode
static let allCases: [sRGB] = [
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/ISCC_NBS.swift:39:13: note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
static let allCases: [sRGB] = [
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/ISCC_NBS.swift:39:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let allCases: [sRGB] = [
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift (in target 'Kolor' from project 'Kolor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:6:13: warning: static property 'Anthracite' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let Anthracite = sRGB(50, 50, 48)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:6:13: note: add '@MainActor' to make static property 'Anthracite' part of global actor 'MainActor'
static let Anthracite = sRGB(50, 50, 48)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:6:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let Anthracite = sRGB(50, 50, 48)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:7:13: warning: static property 'OxideBlack' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let OxideBlack = sRGB(33, 33, 33)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:7:13: note: add '@MainActor' to make static property 'OxideBlack' part of global actor 'MainActor'
static let OxideBlack = sRGB(33, 33, 33)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:7:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let OxideBlack = sRGB(33, 33, 33)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:8:13: warning: static property 'CarbonBlack' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let CarbonBlack = sRGB(30, 32, 29)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:8:13: note: add '@MainActor' to make static property 'CarbonBlack' part of global actor 'MainActor'
static let CarbonBlack = sRGB(30, 32, 29)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:8:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let CarbonBlack = sRGB(30, 32, 29)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:11:13: warning: static property 'PaynesGray' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let PaynesGray = sRGB(17, 17, 19)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:11:13: note: add '@MainActor' to make static property 'PaynesGray' part of global actor 'MainActor'
static let PaynesGray = sRGB(17, 17, 19)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:11:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let PaynesGray = sRGB(17, 17, 19)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:12:13: warning: static property 'NaturalGray' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let NaturalGray = sRGB(81, 86, 82)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:12:13: note: add '@MainActor' to make static property 'NaturalGray' part of global actor 'MainActor'
static let NaturalGray = sRGB(81, 86, 82)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:12:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let NaturalGray = sRGB(81, 86, 82)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:13:13: warning: static property 'MiddleGray' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let MiddleGray = sRGB(120, 129, 129)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:13:13: note: add '@MainActor' to make static property 'MiddleGray' part of global actor 'MainActor'
static let MiddleGray = sRGB(120, 129, 129)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:13:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let MiddleGray = sRGB(120, 129, 129)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:14:13: warning: static property 'LightGray' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let LightGray = sRGB(181, 179, 179)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:14:13: note: add '@MainActor' to make static property 'LightGray' part of global actor 'MainActor'
static let LightGray = sRGB(181, 179, 179)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:14:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let LightGray = sRGB(181, 179, 179)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:17:13: warning: static property 'TintWhite' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let TintWhite = sRGB(241, 241, 241)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:17:13: note: add '@MainActor' to make static property 'TintWhite' part of global actor 'MainActor'
static let TintWhite = sRGB(241, 241, 241)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:17:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let TintWhite = sRGB(241, 241, 241)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:18:13: warning: static property 'ShellWhite' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let ShellWhite = sRGB(243, 243, 236)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:18:13: note: add '@MainActor' to make static property 'ShellWhite' part of global actor 'MainActor'
static let ShellWhite = sRGB(243, 243, 236)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:18:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let ShellWhite = sRGB(243, 243, 236)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:21:13: warning: static property 'Umber' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let Umber = sRGB(63, 61, 49)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:21:13: note: add '@MainActor' to make static property 'Umber' part of global actor 'MainActor'
static let Umber = sRGB(63, 61, 49)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:21:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let Umber = sRGB(63, 61, 49)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:22:13: warning: static property 'Burnt' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let Burnt = sRGB(69, 54, 46)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:22:13: note: add '@MainActor' to make static property 'Burnt' part of global actor 'MainActor'
static let Burnt = sRGB(69, 54, 46)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:22:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let Burnt = sRGB(69, 54, 46)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:23:13: warning: static property 'Oxide' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let Oxide = sRGB(87, 59, 50)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:23:13: note: add '@MainActor' to make static property 'Oxide' part of global actor 'MainActor'
static let Oxide = sRGB(87, 59, 50)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:23:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let Oxide = sRGB(87, 59, 50)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:24:13: warning: static property 'Siena' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let Siena = sRGB(135, 74, 37)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:24:13: note: add '@MainActor' to make static property 'Siena' part of global actor 'MainActor'
static let Siena = sRGB(135, 74, 37)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:24:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let Siena = sRGB(135, 74, 37)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:25:13: warning: static property 'Brown' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let Brown = sRGB(88, 56, 25)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:25:13: note: add '@MainActor' to make static property 'Brown' part of global actor 'MainActor'
static let Brown = sRGB(88, 56, 25)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:25:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let Brown = sRGB(88, 56, 25)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:28:13: warning: static property 'English' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let English = sRGB(119, 63, 50)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:28:13: note: add '@MainActor' to make static property 'English' part of global actor 'MainActor'
static let English = sRGB(119, 63, 50)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:28:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let English = sRGB(119, 63, 50)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:29:13: warning: static property 'Cinnabar' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let Cinnabar = sRGB(227, 68, 42)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:29:13: note: add '@MainActor' to make static property 'Cinnabar' part of global actor 'MainActor'
static let Cinnabar = sRGB(227, 68, 42)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:29:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let Cinnabar = sRGB(227, 68, 42)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:30:13: warning: static property 'Valencia' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let Valencia = sRGB(214, 70, 54)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:30:13: note: add '@MainActor' to make static property 'Valencia' part of global actor 'MainActor'
static let Valencia = sRGB(214, 70, 54)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:30:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let Valencia = sRGB(214, 70, 54)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:31:13: warning: static property 'DeepRed' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let DeepRed = sRGB(188, 63, 55)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:31:13: note: add '@MainActor' to make static property 'DeepRed' part of global actor 'MainActor'
static let DeepRed = sRGB(188, 63, 55)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:31:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let DeepRed = sRGB(188, 63, 55)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:32:13: warning: static property 'Carmine' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let Carmine = sRGB(160, 53, 56)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:32:13: note: add '@MainActor' to make static property 'Carmine' part of global actor 'MainActor'
static let Carmine = sRGB(160, 53, 56)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:32:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let Carmine = sRGB(160, 53, 56)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:33:13: warning: static property 'Bordeux' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let Bordeux = sRGB(114, 54, 65)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:33:13: note: add '@MainActor' to make static property 'Bordeux' part of global actor 'MainActor'
static let Bordeux = sRGB(114, 54, 65)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:33:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let Bordeux = sRGB(114, 54, 65)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:36:13: warning: static property 'Flamingo' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let Flamingo = sRGB(233, 106, 46)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:36:13: note: add '@MainActor' to make static property 'Flamingo' part of global actor 'MainActor'
static let Flamingo = sRGB(233, 106, 46)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:36:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let Flamingo = sRGB(233, 106, 46)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:37:13: warning: static property 'Jaffa' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let Jaffa = sRGB(238, 150, 67)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:37:13: note: add '@MainActor' to make static property 'Jaffa' part of global actor 'MainActor'
static let Jaffa = sRGB(238, 150, 67)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:37:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let Jaffa = sRGB(238, 150, 67)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:40:13: warning: static property 'Ochre' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let Ochre = sRGB(154, 106, 41)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:40:13: note: add '@MainActor' to make static property 'Ochre' part of global actor 'MainActor'
static let Ochre = sRGB(154, 106, 41)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:40:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let Ochre = sRGB(154, 106, 41)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:41:13: warning: static property 'Anzac' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let Anzac = sRGB(224, 157, 68)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:41:13: note: add '@MainActor' to make static property 'Anzac' part of global actor 'MainActor'
static let Anzac = sRGB(224, 157, 68)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:41:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let Anzac = sRGB(224, 157, 68)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:42:13: warning: static property 'NaplesYellow' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let NaplesYellow = sRGB(248, 236, 138)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:42:13: note: add '@MainActor' to make static property 'NaplesYellow' part of global actor 'MainActor'
static let NaplesYellow = sRGB(248, 236, 138)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:42:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let NaplesYellow = sRGB(248, 236, 138)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:43:13: warning: static property 'Lemon' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let Lemon = sRGB(241, 226, 92)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:43:13: note: add '@MainActor' to make static property 'Lemon' part of global actor 'MainActor'
static let Lemon = sRGB(241, 226, 92)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:43:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let Lemon = sRGB(241, 226, 92)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:44:13: warning: static property 'EnergyYellow' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let EnergyYellow = sRGB(247, 219, 90)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:44:13: note: add '@MainActor' to make static property 'EnergyYellow' part of global actor 'MainActor'
static let EnergyYellow = sRGB(247, 219, 90)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:44:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let EnergyYellow = sRGB(247, 219, 90)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:45:13: warning: static property 'Cadmium' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let Cadmium = sRGB(242, 146, 91)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:45:13: note: add '@MainActor' to make static property 'Cadmium' part of global actor 'MainActor'
static let Cadmium = sRGB(242, 146, 91)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:45:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let Cadmium = sRGB(242, 146, 91)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:48:13: warning: static property 'Apple' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let Apple = sRGB(83, 176, 51)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:48:13: note: add '@MainActor' to make static property 'Apple' part of global actor 'MainActor'
static let Apple = sRGB(83, 176, 51)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:48:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let Apple = sRGB(83, 176, 51)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:49:13: warning: static property 'Chromium' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let Chromium = sRGB(42, 96, 64)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:49:13: note: add '@MainActor' to make static property 'Chromium' part of global actor 'MainActor'
static let Chromium = sRGB(42, 96, 64)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:49:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let Chromium = sRGB(42, 96, 64)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:50:13: warning: static property 'DeepEmerald' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let DeepEmerald = sRGB(49, 114, 105)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:50:13: note: add '@MainActor' to make static property 'DeepEmerald' part of global actor 'MainActor'
static let DeepEmerald = sRGB(49, 114, 105)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:50:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let DeepEmerald = sRGB(49, 114, 105)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:51:13: warning: static property 'Emerald' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let Emerald = sRGB(59, 134, 104)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:51:13: note: add '@MainActor' to make static property 'Emerald' part of global actor 'MainActor'
static let Emerald = sRGB(59, 134, 104)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:51:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let Emerald = sRGB(59, 134, 104)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:52:13: warning: static property 'Green' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let Green = sRGB(77, 169, 107)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:52:13: note: add '@MainActor' to make static property 'Green' part of global actor 'MainActor'
static let Green = sRGB(77, 169, 107)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:52:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let Green = sRGB(77, 169, 107)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:53:13: warning: static property 'Olive' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let Olive = sRGB(69, 96, 64)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:53:13: note: add '@MainActor' to make static property 'Olive' part of global actor 'MainActor'
static let Olive = sRGB(69, 96, 64)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:53:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let Olive = sRGB(69, 96, 64)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:58:13: warning: static property 'PrussianBlue' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let PrussianBlue = sRGB(75, 81, 98)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:58:13: note: add '@MainActor' to make static property 'PrussianBlue' part of global actor 'MainActor'
static let PrussianBlue = sRGB(75, 81, 98)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:58:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let PrussianBlue = sRGB(75, 81, 98)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:59:13: warning: static property 'Ultramarine' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let Ultramarine = sRGB(17, 49, 157)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:59:13: note: add '@MainActor' to make static property 'Ultramarine' part of global actor 'MainActor'
static let Ultramarine = sRGB(17, 49, 157)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:59:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let Ultramarine = sRGB(17, 49, 157)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:60:13: warning: static property 'Mariner' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let Mariner = sRGB(42, 94, 198)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:60:13: note: add '@MainActor' to make static property 'Mariner' part of global actor 'MainActor'
static let Mariner = sRGB(42, 94, 198)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:60:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let Mariner = sRGB(42, 94, 198)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:61:13: warning: static property 'LightBlue' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let LightBlue = sRGB(153, 186, 236)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:61:13: note: add '@MainActor' to make static property 'LightBlue' part of global actor 'MainActor'
static let LightBlue = sRGB(153, 186, 236)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:61:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let LightBlue = sRGB(153, 186, 236)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:62:13: warning: static property 'Cobalt' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let Cobalt = sRGB(30, 77, 143)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:62:13: note: add '@MainActor' to make static property 'Cobalt' part of global actor 'MainActor'
static let Cobalt = sRGB(30, 77, 143)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:62:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let Cobalt = sRGB(30, 77, 143)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:63:13: warning: static property 'Cerulean' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let Cerulean = sRGB(55, 120, 183)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:63:13: note: add '@MainActor' to make static property 'Cerulean' part of global actor 'MainActor'
static let Cerulean = sRGB(55, 120, 183)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:63:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let Cerulean = sRGB(55, 120, 183)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:64:13: warning: static property 'Turquoise' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let Turquoise = sRGB(70, 158, 174)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:64:13: note: add '@MainActor' to make static property 'Turquoise' part of global actor 'MainActor'
static let Turquoise = sRGB(70, 158, 174)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:64:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let Turquoise = sRGB(70, 158, 174)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:65:13: warning: static property 'LightTurquoise' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let LightTurquoise = sRGB(164, 222, 247)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:65:13: note: add '@MainActor' to make static property 'LightTurquoise' part of global actor 'MainActor'
static let LightTurquoise = sRGB(164, 222, 247)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:65:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let LightTurquoise = sRGB(164, 222, 247)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:68:13: warning: static property 'Indigo' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let Indigo = sRGB(50, 53, 60)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:68:13: note: add '@MainActor' to make static property 'Indigo' part of global actor 'MainActor'
static let Indigo = sRGB(50, 53, 60)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:68:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let Indigo = sRGB(50, 53, 60)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:69:13: warning: static property 'Purple' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let Purple = sRGB(108, 60, 97)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:69:13: note: add '@MainActor' to make static property 'Purple' part of global actor 'MainActor'
static let Purple = sRGB(108, 60, 97)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:69:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let Purple = sRGB(108, 60, 97)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:70:13: warning: static property 'Violet' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let Violet = sRGB(86, 67, 128)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:70:13: note: add '@MainActor' to make static property 'Violet' part of global actor 'MainActor'
static let Violet = sRGB(86, 67, 128)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:70:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let Violet = sRGB(86, 67, 128)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:73:13: warning: static property 'Magenta' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let Magenta = sRGB(189, 68, 120)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:73:13: note: add '@MainActor' to make static property 'Magenta' part of global actor 'MainActor'
static let Magenta = sRGB(189, 68, 120)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:73:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let Magenta = sRGB(189, 68, 120)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:74:13: warning: static property 'DeepMagenta' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let DeepMagenta = sRGB(172, 62, 90)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:74:13: note: add '@MainActor' to make static property 'DeepMagenta' part of global actor 'MainActor'
static let DeepMagenta = sRGB(172, 62, 90)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:74:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let DeepMagenta = sRGB(172, 62, 90)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:77:13: warning: static property 'Bone' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let Bone = sRGB(223, 210, 189)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:77:13: note: add '@MainActor' to make static property 'Bone' part of global actor 'MainActor'
static let Bone = sRGB(223, 210, 189)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:77:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let Bone = sRGB(223, 210, 189)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:78:13: warning: static property 'NaplesOrange' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let NaplesOrange = sRGB(246, 209, 195)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:78:13: note: add '@MainActor' to make static property 'NaplesOrange' part of global actor 'MainActor'
static let NaplesOrange = sRGB(246, 209, 195)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:78:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let NaplesOrange = sRGB(246, 209, 195)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:79:13: warning: static property 'NaplesRose' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let NaplesRose = sRGB(240, 222, 196)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:79:13: note: add '@MainActor' to make static property 'NaplesRose' part of global actor 'MainActor'
static let NaplesRose = sRGB(240, 222, 196)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:79:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let NaplesRose = sRGB(240, 222, 196)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:80:13: warning: static property 'CobaltGreen' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let CobaltGreen = sRGB(170, 200, 205)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:80:13: note: add '@MainActor' to make static property 'CobaltGreen' part of global actor 'MainActor'
static let CobaltGreen = sRGB(170, 200, 205)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:80:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let CobaltGreen = sRGB(170, 200, 205)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:87:13: warning: static property 'allCases' is not concurrency-safe because non-'Sendable' type '[sRGB]' may have shared mutable state; this is an error in the Swift 6 language mode
static let allCases = [BROWNS, REDS, ORANGES, YELLOWS, GREENS, CYANS, BLUES, MAGENTAS, PURPLES].flatMap { $0 }
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:87:13: note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
static let allCases = [BROWNS, REDS, ORANGES, YELLOWS, GREENS, CYANS, BLUES, MAGENTAS, PURPLES].flatMap { $0 }
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:87:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let allCases = [BROWNS, REDS, ORANGES, YELLOWS, GREENS, CYANS, BLUES, MAGENTAS, PURPLES].flatMap { $0 }
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:89:13: warning: static property 'BLACKS' is not concurrency-safe because non-'Sendable' type '[sRGB]' may have shared mutable state; this is an error in the Swift 6 language mode
static let BLACKS: [sRGB] = [
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:89:13: note: add '@MainActor' to make static property 'BLACKS' part of global actor 'MainActor'
static let BLACKS: [sRGB] = [
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:89:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let BLACKS: [sRGB] = [
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:95:13: warning: static property 'GRAYS' is not concurrency-safe because non-'Sendable' type '[sRGB]' may have shared mutable state; this is an error in the Swift 6 language mode
static let GRAYS: [sRGB] = [
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:95:13: note: add '@MainActor' to make static property 'GRAYS' part of global actor 'MainActor'
static let GRAYS: [sRGB] = [
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:95:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let GRAYS: [sRGB] = [
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:102:13: warning: static property 'WHITES' is not concurrency-safe because non-'Sendable' type '[sRGB]' may have shared mutable state; this is an error in the Swift 6 language mode
static let WHITES: [sRGB] = [
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:102:13: note: add '@MainActor' to make static property 'WHITES' part of global actor 'MainActor'
static let WHITES: [sRGB] = [
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:102:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let WHITES: [sRGB] = [
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:107:13: warning: static property 'BROWNS' is not concurrency-safe because non-'Sendable' type '[sRGB]' may have shared mutable state; this is an error in the Swift 6 language mode
static let BROWNS: [sRGB] = [
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:107:13: note: add '@MainActor' to make static property 'BROWNS' part of global actor 'MainActor'
static let BROWNS: [sRGB] = [
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:107:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let BROWNS: [sRGB] = [
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:115:13: warning: static property 'REDS' is not concurrency-safe because non-'Sendable' type '[sRGB]' may have shared mutable state; this is an error in the Swift 6 language mode
static let REDS: [sRGB] = [
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:115:13: note: add '@MainActor' to make static property 'REDS' part of global actor 'MainActor'
static let REDS: [sRGB] = [
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:115:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let REDS: [sRGB] = [
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:124:13: warning: static property 'ORANGES' is not concurrency-safe because non-'Sendable' type '[sRGB]' may have shared mutable state; this is an error in the Swift 6 language mode
static let ORANGES: [sRGB] = [
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:124:13: note: add '@MainActor' to make static property 'ORANGES' part of global actor 'MainActor'
static let ORANGES: [sRGB] = [
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:124:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let ORANGES: [sRGB] = [
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:129:13: warning: static property 'YELLOWS' is not concurrency-safe because non-'Sendable' type '[sRGB]' may have shared mutable state; this is an error in the Swift 6 language mode
static let YELLOWS: [sRGB] = [
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:129:13: note: add '@MainActor' to make static property 'YELLOWS' part of global actor 'MainActor'
static let YELLOWS: [sRGB] = [
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:129:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let YELLOWS: [sRGB] = [
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:137:13: warning: static property 'GREENS' is not concurrency-safe because non-'Sendable' type '[sRGB]' may have shared mutable state; this is an error in the Swift 6 language mode
static let GREENS: [sRGB] = [
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:137:13: note: add '@MainActor' to make static property 'GREENS' part of global actor 'MainActor'
static let GREENS: [sRGB] = [
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:137:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let GREENS: [sRGB] = [
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:146:13: warning: static property 'CYANS' is not concurrency-safe because non-'Sendable' type '[sRGB]' may have shared mutable state; this is an error in the Swift 6 language mode
static let CYANS: [sRGB] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:146:13: note: add '@MainActor' to make static property 'CYANS' part of global actor 'MainActor'
static let CYANS: [sRGB] = []
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:146:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let CYANS: [sRGB] = []
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:148:13: warning: static property 'BLUES' is not concurrency-safe because non-'Sendable' type '[sRGB]' may have shared mutable state; this is an error in the Swift 6 language mode
static let BLUES: [sRGB] = [
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:148:13: note: add '@MainActor' to make static property 'BLUES' part of global actor 'MainActor'
static let BLUES: [sRGB] = [
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:148:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let BLUES: [sRGB] = [
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:159:13: warning: static property 'MAGENTAS' is not concurrency-safe because non-'Sendable' type '[sRGB]' may have shared mutable state; this is an error in the Swift 6 language mode
static let MAGENTAS: [sRGB] = [
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:159:13: note: add '@MainActor' to make static property 'MAGENTAS' part of global actor 'MainActor'
static let MAGENTAS: [sRGB] = [
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:159:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let MAGENTAS: [sRGB] = [
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:164:13: warning: static property 'PURPLES' is not concurrency-safe because non-'Sendable' type '[sRGB]' may have shared mutable state; this is an error in the Swift 6 language mode
static let PURPLES: [sRGB] = [
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:164:13: note: add '@MainActor' to make static property 'PURPLES' part of global actor 'MainActor'
static let PURPLES: [sRGB] = [
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/PaintArt.swift:164:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let PURPLES: [sRGB] = [
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift (in target 'Kolor' from project 'Kolor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:7:13: warning: static property 'BLACK' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let BLACK = sRGB(0, 0, 0)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:7:13: note: add '@MainActor' to make static property 'BLACK' part of global actor 'MainActor'
static let BLACK = sRGB(0, 0, 0)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:7:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let BLACK = sRGB(0, 0, 0)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:8:13: warning: static property 'CHARCOAL' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let CHARCOAL = sRGB(16, 16, 16)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:8:13: note: add '@MainActor' to make static property 'CHARCOAL' part of global actor 'MainActor'
static let CHARCOAL = sRGB(16, 16, 16)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:8:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let CHARCOAL = sRGB(16, 16, 16)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:11:13: warning: static property 'STEEL' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let STEEL = sRGB(64, 64, 64)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:11:13: note: add '@MainActor' to make static property 'STEEL' part of global actor 'MainActor'
static let STEEL = sRGB(64, 64, 64)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:11:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let STEEL = sRGB(64, 64, 64)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:12:13: warning: static property 'GRAY' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let GRAY = sRGB(128, 128, 128)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:12:13: note: add '@MainActor' to make static property 'GRAY' part of global actor 'MainActor'
static let GRAY = sRGB(128, 128, 128)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:12:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let GRAY = sRGB(128, 128, 128)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:13:13: warning: static property 'SMOKE' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let SMOKE = sRGB(192, 192, 192)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:13:13: note: add '@MainActor' to make static property 'SMOKE' part of global actor 'MainActor'
static let SMOKE = sRGB(192, 192, 192)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:13:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let SMOKE = sRGB(192, 192, 192)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:16:13: warning: static property 'SNOW' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let SNOW = sRGB(224, 224, 224)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:16:13: note: add '@MainActor' to make static property 'SNOW' part of global actor 'MainActor'
static let SNOW = sRGB(224, 224, 224)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:16:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let SNOW = sRGB(224, 224, 224)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:17:13: warning: static property 'WHITE' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let WHITE = sRGB(255, 255, 255)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:17:13: note: add '@MainActor' to make static property 'WHITE' part of global actor 'MainActor'
static let WHITE = sRGB(255, 255, 255)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:17:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let WHITE = sRGB(255, 255, 255)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:20:13: warning: static property 'BROWN' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let BROWN = sRGB(128, 64, 0)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:20:13: note: add '@MainActor' to make static property 'BROWN' part of global actor 'MainActor'
static let BROWN = sRGB(128, 64, 0)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:20:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let BROWN = sRGB(128, 64, 0)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:21:13: warning: static property 'ARABLE' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let ARABLE = sRGB(32, 16, 16)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:21:13: note: add '@MainActor' to make static property 'ARABLE' part of global actor 'MainActor'
static let ARABLE = sRGB(32, 16, 16)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:21:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let ARABLE = sRGB(32, 16, 16)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:22:13: warning: static property 'UMBER' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let UMBER = sRGB(64, 32, 16)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:22:13: note: add '@MainActor' to make static property 'UMBER' part of global actor 'MainActor'
static let UMBER = sRGB(64, 32, 16)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:22:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let UMBER = sRGB(64, 32, 16)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:23:13: warning: static property 'SEPIA' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let SEPIA = sRGB(96, 64, 32)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:23:13: note: add '@MainActor' to make static property 'SEPIA' part of global actor 'MainActor'
static let SEPIA = sRGB(96, 64, 32)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:23:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let SEPIA = sRGB(96, 64, 32)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:24:13: warning: static property 'NUT' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let NUT = sRGB(192, 160, 128)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:24:13: note: add '@MainActor' to make static property 'NUT' part of global actor 'MainActor'
static let NUT = sRGB(192, 160, 128)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:24:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let NUT = sRGB(192, 160, 128)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:27:13: warning: static property 'BEIGE' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let BEIGE = sRGB(160, 128, 96)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:27:13: note: add '@MainActor' to make static property 'BEIGE' part of global actor 'MainActor'
static let BEIGE = sRGB(160, 128, 96)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:27:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let BEIGE = sRGB(160, 128, 96)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:30:13: warning: static property 'BLOOD' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let BLOOD = sRGB(32, 0, 0)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:30:13: note: add '@MainActor' to make static property 'BLOOD' part of global actor 'MainActor'
static let BLOOD = sRGB(32, 0, 0)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:30:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let BLOOD = sRGB(32, 0, 0)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:31:13: warning: static property 'ROSSO' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let ROSSO = sRGB(64, 0, 0)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:31:13: note: add '@MainActor' to make static property 'ROSSO' part of global actor 'MainActor'
static let ROSSO = sRGB(64, 0, 0)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:31:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let ROSSO = sRGB(64, 0, 0)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:32:13: warning: static property 'MAROON' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let MAROON = sRGB(128, 0, 0)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:32:13: note: add '@MainActor' to make static property 'MAROON' part of global actor 'MainActor'
static let MAROON = sRGB(128, 0, 0)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:32:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let MAROON = sRGB(128, 0, 0)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:33:13: warning: static property 'MERLOT' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let MERLOT = sRGB(128, 32, 32)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:33:13: note: add '@MainActor' to make static property 'MERLOT' part of global actor 'MainActor'
static let MERLOT = sRGB(128, 32, 32)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:33:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let MERLOT = sRGB(128, 32, 32)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:36:13: warning: static property 'CARMINE' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let CARMINE = sRGB(160, 0, 32)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:36:13: note: add '@MainActor' to make static property 'CARMINE' part of global actor 'MainActor'
static let CARMINE = sRGB(160, 0, 32)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:36:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let CARMINE = sRGB(160, 0, 32)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:37:13: warning: static property 'RED' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let RED = sRGB(255, 0, 0)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:37:13: note: add '@MainActor' to make static property 'RED' part of global actor 'MainActor'
static let RED = sRGB(255, 0, 0)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:37:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let RED = sRGB(255, 0, 0)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:38:13: warning: static property 'SCARLET' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let SCARLET = sRGB(255, 32, 0)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:38:13: note: add '@MainActor' to make static property 'SCARLET' part of global actor 'MainActor'
static let SCARLET = sRGB(255, 32, 0)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:38:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let SCARLET = sRGB(255, 32, 0)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:41:13: warning: static property 'ORANGE' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let ORANGE = sRGB(255, 128, 0)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:41:13: note: add '@MainActor' to make static property 'ORANGE' part of global actor 'MainActor'
static let ORANGE = sRGB(255, 128, 0)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:41:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let ORANGE = sRGB(255, 128, 0)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:42:13: warning: static property 'TANGERINE' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let TANGERINE = sRGB(255, 64, 0)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:42:13: note: add '@MainActor' to make static property 'TANGERINE' part of global actor 'MainActor'
static let TANGERINE = sRGB(255, 64, 0)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:42:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let TANGERINE = sRGB(255, 64, 0)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:43:13: warning: static property 'CARROT' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let CARROT = sRGB(224, 128, 32)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:43:13: note: add '@MainActor' to make static property 'CARROT' part of global actor 'MainActor'
static let CARROT = sRGB(224, 128, 32)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:43:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let CARROT = sRGB(224, 128, 32)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:47:13: warning: static property 'OCHRE' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let OCHRE = sRGB(224, 192, 32)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:47:13: note: add '@MainActor' to make static property 'OCHRE' part of global actor 'MainActor'
static let OCHRE = sRGB(224, 192, 32)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:47:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let OCHRE = sRGB(224, 192, 32)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:50:13: warning: static property 'LEMON' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let LEMON = sRGB(240, 240, 16)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:50:13: note: add '@MainActor' to make static property 'LEMON' part of global actor 'MainActor'
static let LEMON = sRGB(240, 240, 16)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:50:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let LEMON = sRGB(240, 240, 16)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:51:13: warning: static property 'MANGO' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let MANGO = sRGB(255, 192, 0)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:51:13: note: add '@MainActor' to make static property 'MANGO' part of global actor 'MainActor'
static let MANGO = sRGB(255, 192, 0)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:51:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let MANGO = sRGB(255, 192, 0)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:52:13: warning: static property 'BANANA' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let BANANA = sRGB(255, 224, 64)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:52:13: note: add '@MainActor' to make static property 'BANANA' part of global actor 'MainActor'
static let BANANA = sRGB(255, 224, 64)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:52:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let BANANA = sRGB(255, 224, 64)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:53:13: warning: static property 'YELLOW' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let YELLOW = sRGB(255, 255, 0)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:53:13: note: add '@MainActor' to make static property 'YELLOW' part of global actor 'MainActor'
static let YELLOW = sRGB(255, 255, 0)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:53:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let YELLOW = sRGB(255, 255, 0)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:54:13: warning: static property 'BUTTER' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let BUTTER = sRGB(255, 255, 128)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:54:13: note: add '@MainActor' to make static property 'BUTTER' part of global actor 'MainActor'
static let BUTTER = sRGB(255, 255, 128)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:54:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let BUTTER = sRGB(255, 255, 128)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:57:13: warning: static property 'OLIVE' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let OLIVE = sRGB(128, 128, 0)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:57:13: note: add '@MainActor' to make static property 'OLIVE' part of global actor 'MainActor'
static let OLIVE = sRGB(128, 128, 0)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:57:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let OLIVE = sRGB(128, 128, 0)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:58:13: warning: static property 'ARMY' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let ARMY = sRGB(64, 64, 32)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:58:13: note: add '@MainActor' to make static property 'ARMY' part of global actor 'MainActor'
static let ARMY = sRGB(64, 64, 32)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:58:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let ARMY = sRGB(64, 64, 32)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:61:13: warning: static property 'SMARAGD' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let SMARAGD = sRGB(0, 32, 0)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:61:13: note: add '@MainActor' to make static property 'SMARAGD' part of global actor 'MainActor'
static let SMARAGD = sRGB(0, 32, 0)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:61:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let SMARAGD = sRGB(0, 32, 0)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:62:13: warning: static property 'APPLE' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let APPLE = sRGB(0, 128, 0)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:62:13: note: add '@MainActor' to make static property 'APPLE' part of global actor 'MainActor'
static let APPLE = sRGB(0, 128, 0)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:62:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let APPLE = sRGB(0, 128, 0)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:63:13: warning: static property 'EMERALD' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let EMERALD = sRGB(0, 64, 0)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:63:13: note: add '@MainActor' to make static property 'EMERALD' part of global actor 'MainActor'
static let EMERALD = sRGB(0, 64, 0)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:63:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let EMERALD = sRGB(0, 64, 0)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:64:13: warning: static property 'GREEN' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let GREEN = sRGB(0, 255, 0)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:64:13: note: add '@MainActor' to make static property 'GREEN' part of global actor 'MainActor'
static let GREEN = sRGB(0, 255, 0)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:64:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let GREEN = sRGB(0, 255, 0)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:65:13: warning: static property 'MOSS' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let MOSS = sRGB(32, 96, 64)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:65:13: note: add '@MainActor' to make static property 'MOSS' part of global actor 'MainActor'
static let MOSS = sRGB(32, 96, 64)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:65:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let MOSS = sRGB(32, 96, 64)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:68:13: warning: static property 'SPRING' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let SPRING = sRGB(0, 240, 160)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:68:13: note: add '@MainActor' to make static property 'SPRING' part of global actor 'MainActor'
static let SPRING = sRGB(0, 240, 160)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:68:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let SPRING = sRGB(0, 240, 160)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:69:13: warning: static property 'JADE' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let JADE = sRGB(0, 160, 128)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:69:13: note: add '@MainActor' to make static property 'JADE' part of global actor 'MainActor'
static let JADE = sRGB(0, 160, 128)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:69:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let JADE = sRGB(0, 160, 128)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:70:13: warning: static property 'MINT' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let MINT = sRGB(160, 255, 160)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:70:13: note: add '@MainActor' to make static property 'MINT' part of global actor 'MainActor'
static let MINT = sRGB(160, 255, 160)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:70:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let MINT = sRGB(160, 255, 160)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:73:13: warning: static property 'CYAN' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let CYAN = sRGB(0, 255, 255)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:73:13: note: add '@MainActor' to make static property 'CYAN' part of global actor 'MainActor'
static let CYAN = sRGB(0, 255, 255)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:73:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let CYAN = sRGB(0, 255, 255)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:76:13: warning: static property 'BLUE' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let BLUE = sRGB(0, 0, 255)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:76:13: note: add '@MainActor' to make static property 'BLUE' part of global actor 'MainActor'
static let BLUE = sRGB(0, 0, 255)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:76:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let BLUE = sRGB(0, 0, 255)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:77:13: warning: static property 'NAVY' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let NAVY = sRGB(0, 0, 128)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:77:13: note: add '@MainActor' to make static property 'NAVY' part of global actor 'MainActor'
static let NAVY = sRGB(0, 0, 128)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:77:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let NAVY = sRGB(0, 0, 128)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:78:13: warning: static property 'MARINE' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let MARINE = sRGB(0, 0, 96)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:78:13: note: add '@MainActor' to make static property 'MARINE' part of global actor 'MainActor'
static let MARINE = sRGB(0, 0, 96)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:78:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let MARINE = sRGB(0, 0, 96)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:81:13: warning: static property 'TEAL' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let TEAL = sRGB(0, 128, 128)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:81:13: note: add '@MainActor' to make static property 'TEAL' part of global actor 'MainActor'
static let TEAL = sRGB(0, 128, 128)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:81:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let TEAL = sRGB(0, 128, 128)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:84:13: warning: static property 'AZURE' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let AZURE = sRGB(0, 128, 255)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:84:13: note: add '@MainActor' to make static property 'AZURE' part of global actor 'MainActor'
static let AZURE = sRGB(0, 128, 255)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:84:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let AZURE = sRGB(0, 128, 255)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:85:13: warning: static property 'CERULEAN' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let CERULEAN = sRGB(0, 128, 192)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:85:13: note: add '@MainActor' to make static property 'CERULEAN' part of global actor 'MainActor'
static let CERULEAN = sRGB(0, 128, 192)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:85:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let CERULEAN = sRGB(0, 128, 192)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:88:13: warning: static property 'PURPLE' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let PURPLE = sRGB(128, 0, 128)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:88:13: note: add '@MainActor' to make static property 'PURPLE' part of global actor 'MainActor'
static let PURPLE = sRGB(128, 0, 128)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:88:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let PURPLE = sRGB(128, 0, 128)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:89:13: warning: static property 'IRIS' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let IRIS = sRGB(128, 128, 192)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:89:13: note: add '@MainActor' to make static property 'IRIS' part of global actor 'MainActor'
static let IRIS = sRGB(128, 128, 192)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:89:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let IRIS = sRGB(128, 128, 192)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:92:13: warning: static property 'VIOLET' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let VIOLET = sRGB(128, 0, 255)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:92:13: note: add '@MainActor' to make static property 'VIOLET' part of global actor 'MainActor'
static let VIOLET = sRGB(128, 0, 255)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:92:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let VIOLET = sRGB(128, 0, 255)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:93:13: warning: static property 'INDIGO' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let INDIGO = sRGB(64, 0, 128)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:93:13: note: add '@MainActor' to make static property 'INDIGO' part of global actor 'MainActor'
static let INDIGO = sRGB(64, 0, 128)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:93:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let INDIGO = sRGB(64, 0, 128)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:96:13: warning: static property 'MAGENTA' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let MAGENTA = sRGB(255, 0, 255)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:96:13: note: add '@MainActor' to make static property 'MAGENTA' part of global actor 'MainActor'
static let MAGENTA = sRGB(255, 0, 255)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:96:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let MAGENTA = sRGB(255, 0, 255)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:97:13: warning: static property 'FLAMINGO' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let FLAMINGO = sRGB(255, 160, 160)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:97:13: note: add '@MainActor' to make static property 'FLAMINGO' part of global actor 'MainActor'
static let FLAMINGO = sRGB(255, 160, 160)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:97:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let FLAMINGO = sRGB(255, 160, 160)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:100:13: warning: static property 'PINK' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let PINK = sRGB(224, 128, 192)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:100:13: note: add '@MainActor' to make static property 'PINK' part of global actor 'MainActor'
static let PINK = sRGB(224, 128, 192)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:100:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let PINK = sRGB(224, 128, 192)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:103:13: warning: static property 'CORAL' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let CORAL = sRGB(255, 128, 128)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:103:13: note: add '@MainActor' to make static property 'CORAL' part of global actor 'MainActor'
static let CORAL = sRGB(255, 128, 128)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:103:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let CORAL = sRGB(255, 128, 128)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:106:13: warning: static property 'PASTEL' is not concurrency-safe because non-'Sendable' type 'sRGB' may have shared mutable state; this is an error in the Swift 6 language mode
static let PASTEL = sRGB(160, 128, 128)
^
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Spaces/sRGB.swift:3:15: note: consider making struct 'sRGB' conform to the 'Sendable' protocol
public struct sRGB: Kolor, ExpressibleByArrayLiteral {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:106:13: note: add '@MainActor' to make static property 'PASTEL' part of global actor 'MainActor'
static let PASTEL = sRGB(160, 128, 128)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kolor/Palette/Squared.swift:106:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let PASTEL = sRGB(160, 128, 128)
^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ CGImage+.swift,\ Double+.swift,\ Histogram.swift,\ Index.swift /Users/admin/builder/spi-builder-workspace/Sources/Kolor/Addon/CGImage+.swift /Users/admin/builder/spi-builder-workspace/Sources/Kolor/Addon/Double+.swift /Users/admin/builder/spi-builder-workspace/Sources/Kolor/Addon/Histogram.swift /Users/admin/builder/spi-builder-workspace/Sources/Kolor/Addon/Index.swift (in target 'Kolor' from project 'Kolor')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Kolor/Addon/CGImage+.swift (in target 'Kolor' from project 'Kolor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Kolor/Addon/Double+.swift (in target 'Kolor' from project 'Kolor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Kolor/Addon/Histogram.swift (in target 'Kolor' from project 'Kolor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Kolor/Addon/Index.swift (in target 'Kolor' from project 'Kolor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Emitting module for Kolor (in target 'Kolor' from project 'Kolor')
SwiftDriver\ Compilation\ Requirements Kolor normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Kolor' from project 'Kolor')
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 Kolor -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kolor.build/Debug/Kolor.build/Objects-normal/arm64/Kolor.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-macos13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -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/Kolor.build/Debug/Kolor.build/Objects-normal/arm64/Kolor-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/Kolor.build/Debug/Kolor.build/Objects-normal/arm64/Kolor.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kolor.build/Debug/Kolor.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kolor.build/Debug/Kolor.build/Objects-normal/arm64/Kolor_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/Kolor.build/Debug/Kolor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kolor.build/Debug/Kolor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kolor.build/Debug/Kolor.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/Kolor.build/Debug/Kolor.build/Objects-normal/arm64/Kolor-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling ISCC_NBS.swift, PaintArt.swift, Squared.swift (in target 'Kolor' from project 'Kolor')
SwiftDriverJobDiscovery normal arm64 Compiling _KDtree.swift, Kolor.swift, HTML.swift (in target 'Kolor' from project 'Kolor')
SwiftDriverJobDiscovery normal arm64 Compiling SquaredSets.swift, XRite.swift, CAM16.swift (in target 'Kolor' from project 'Kolor')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/Kolor-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kolor.build/Debug/Kolor.build/Objects-normal/arm64/Kolor-Swift.h (in target 'Kolor' from project 'Kolor')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kolor.build/Debug/Kolor.build/Objects-normal/arm64/Kolor-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/Kolor-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Kolor.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kolor.build/Debug/Kolor.build/Objects-normal/arm64/Kolor.swiftmodule (in target 'Kolor' from project 'Kolor')
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/Kolor.build/Debug/Kolor.build/Objects-normal/arm64/Kolor.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Kolor.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Kolor.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kolor.build/Debug/Kolor.build/Objects-normal/arm64/Kolor.swiftdoc (in target 'Kolor' from project 'Kolor')
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/Kolor.build/Debug/Kolor.build/Objects-normal/arm64/Kolor.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Kolor.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Kolor.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kolor.build/Debug/Kolor.build/Objects-normal/arm64/Kolor.abi.json (in target 'Kolor' from project 'Kolor')
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/Kolor.build/Debug/Kolor.build/Objects-normal/arm64/Kolor.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Kolor.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Kolor.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kolor.build/Debug/Kolor.build/Objects-normal/arm64/Kolor.swiftsourceinfo (in target 'Kolor' from project 'Kolor')
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/Kolor.build/Debug/Kolor.build/Objects-normal/arm64/Kolor.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Kolor.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriver Benchmark normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Benchmark' from project 'Kolor')
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 Benchmark -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kolor.build/Debug/Benchmark.build/Objects-normal/arm64/Benchmark.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-macos13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -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/PackageFrameworks -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/Kolor.build/Debug/Benchmark.build/Objects-normal/arm64/Benchmark-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/Kolor.build/Debug/Benchmark.build/Objects-normal/arm64/Benchmark.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kolor.build/Debug/Benchmark.build/Objects-normal/arm64/Benchmark_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/Kolor.build/Debug/Benchmark.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kolor.build/Debug/Benchmark.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kolor.build/Debug/Benchmark.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ Benchmark (in target 'Benchmark' from project 'Kolor')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Benchmark/main.swift (in target 'Benchmark' from project 'Kolor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ main.swift /Users/admin/builder/spi-builder-workspace/Sources/Benchmark/main.swift (in target 'Benchmark' from project 'Kolor')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Benchmark/main.swift (in target 'Benchmark' from project 'Kolor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Emitting module for Benchmark (in target 'Benchmark' from project 'Kolor')
SwiftDriver\ Compilation\ Requirements Benchmark normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Benchmark' from project 'Kolor')
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 Benchmark -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kolor.build/Debug/Benchmark.build/Objects-normal/arm64/Benchmark.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-macos13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -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/PackageFrameworks -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/Kolor.build/Debug/Benchmark.build/Objects-normal/arm64/Benchmark-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/Kolor.build/Debug/Benchmark.build/Objects-normal/arm64/Benchmark.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kolor.build/Debug/Benchmark.build/Objects-normal/arm64/Benchmark_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/Kolor.build/Debug/Benchmark.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kolor.build/Debug/Benchmark.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kolor.build/Debug/Benchmark.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Benchmark.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kolor.build/Debug/Benchmark.build/Objects-normal/arm64/Benchmark.swiftdoc (in target 'Benchmark' from project 'Kolor')
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/Kolor.build/Debug/Benchmark.build/Objects-normal/arm64/Benchmark.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Benchmark.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Benchmark.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kolor.build/Debug/Benchmark.build/Objects-normal/arm64/Benchmark.swiftmodule (in target 'Benchmark' from project 'Kolor')
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/Kolor.build/Debug/Benchmark.build/Objects-normal/arm64/Benchmark.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Benchmark.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Benchmark.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kolor.build/Debug/Benchmark.build/Objects-normal/arm64/Benchmark.abi.json (in target 'Benchmark' from project 'Kolor')
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/Kolor.build/Debug/Benchmark.build/Objects-normal/arm64/Benchmark.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Benchmark.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Benchmark.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kolor.build/Debug/Benchmark.build/Objects-normal/arm64/Benchmark.swiftsourceinfo (in target 'Benchmark' from project 'Kolor')
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/Kolor.build/Debug/Benchmark.build/Objects-normal/arm64/Benchmark.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Benchmark.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling CMYK.swift, DIN99.swift, HCL.swift (in target 'Kolor' from project 'Kolor')
SwiftDriverJobDiscovery normal arm64 Compiling LAB.swift, LCh.swift, LUV.swift (in target 'Kolor' from project 'Kolor')
SwiftDriverJobDiscovery normal arm64 Compiling HSL.swift, HSLuv.swift, HSV.swift (in target 'Kolor' from project 'Kolor')
SwiftDriverJobDiscovery normal arm64 Compiling OKLCh.swift, OKLab.swift, RGB.swift (in target 'Kolor' from project 'Kolor')
SwiftDriverJobDiscovery normal arm64 Compiling main.swift (in target 'Benchmark' from project 'Kolor')
SwiftDriver\ Compilation Benchmark normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Benchmark' from project 'Kolor')
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 Benchmark -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kolor.build/Debug/Benchmark.build/Objects-normal/arm64/Benchmark.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-macos13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -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/PackageFrameworks -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/Kolor.build/Debug/Benchmark.build/Objects-normal/arm64/Benchmark-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/Kolor.build/Debug/Benchmark.build/Objects-normal/arm64/Benchmark.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kolor.build/Debug/Benchmark.build/Objects-normal/arm64/Benchmark_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/Kolor.build/Debug/Benchmark.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kolor.build/Debug/Benchmark.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kolor.build/Debug/Benchmark.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling CGImage+.swift, Double+.swift, Histogram.swift, Index.swift (in target 'Kolor' from project 'Kolor')
SwiftDriverJobDiscovery normal arm64 Compiling XYZ.swift, YUV.swift, sRGB.swift (in target 'Kolor' from project 'Kolor')
SwiftDriverJobDiscovery normal arm64 Compiling OcTree.swift, SwiftUI+.swift, Tone.swift (in target 'Kolor' from project 'Kolor')
SwiftDriver\ Compilation Kolor normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Kolor' from project 'Kolor')
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 Kolor -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kolor.build/Debug/Kolor.build/Objects-normal/arm64/Kolor.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-macos13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -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/Kolor.build/Debug/Kolor.build/Objects-normal/arm64/Kolor-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/Kolor.build/Debug/Kolor.build/Objects-normal/arm64/Kolor.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kolor.build/Debug/Kolor.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kolor.build/Debug/Kolor.build/Objects-normal/arm64/Kolor_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/Kolor.build/Debug/Kolor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kolor.build/Debug/Kolor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kolor.build/Debug/Kolor.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/Kolor.build/Debug/Kolor.build/Objects-normal/arm64/Kolor-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/Kolor.o normal (in target 'Kolor' from project 'Kolor')
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-macos13.0 -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/Kolor.build/Debug/Kolor.build/Objects-normal/arm64/Kolor.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kolor.build/Debug/Kolor.build/Objects-normal/arm64/Kolor_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kolor.build/Debug/Kolor.build/Objects-normal/arm64/Kolor_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/Kolor.build/Debug/Kolor.build/Objects-normal/arm64/Kolor.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Kolor.o
ExtractAppIntentsMetadata (in target 'Kolor' from project 'Kolor')
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 Kolor --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 13.0 --bundle-identifier spi-builder-workspace.Kolor --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Kolor.appintents --target-triple arm64-apple-macos13.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Kolor.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kolor.build/Debug/Kolor.build/Objects-normal/arm64/Kolor_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kolor.build/Debug/Kolor.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kolor.build/Debug/Kolor.build/Objects-normal/arm64/Kolor.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kolor.build/Debug/Kolor.build/Kolor.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kolor.build/Debug/Kolor.build/Kolor.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kolor.build/Debug/Kolor.build/Objects-normal/arm64/Kolor.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-12-10 05:18:18.424 appintentsmetadataprocessor[751:4399] Starting appintentsmetadataprocessor export
2025-12-10 05:18:18.466 appintentsmetadataprocessor[751:4399] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Kolor.o (in target 'Kolor' from project 'Kolor')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Kolor.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Benchmark normal (in target 'Benchmark' from project 'Kolor')
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-macos13.0 -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/PackageFrameworks -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/Kolor.build/Debug/Benchmark.build/Objects-normal/arm64/Benchmark.LinkFileList -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -Xlinker -rpath -Xlinker @executable_path/../lib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kolor.build/Debug/Benchmark.build/Objects-normal/arm64/Benchmark_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kolor.build/Debug/Benchmark.build/Objects-normal/arm64/Benchmark_dependency_info.dat -fobjc-link-runtime -fprofile-instr-generate -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/Kolor.build/Debug/Benchmark.build/Objects-normal/arm64/Benchmark.swiftmodule -Wl,-no_warn_duplicate_libraries -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Benchmark -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kolor.build/Debug/Kolor.build/Objects-normal/arm64/Kolor.swiftmodule
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Benchmark (in target 'Benchmark' from project 'Kolor')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Benchmark
** BUILD SUCCEEDED **
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:74bff65613ef5ef543b6e04bf6d267d96a0ec933, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:74bff65613ef5ef543b6e04bf6d267d96a0ec933, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:74bff65613ef5ef543b6e04bf6d267d96a0ec933, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:74bff65613ef5ef543b6e04bf6d267d96a0ec933, name:My Mac }
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Kolor",
"name" : "Kolor",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
}
],
"products" : [
{
"name" : "Kolor",
"targets" : [
"Kolor"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Benchmark",
"targets" : [
"Benchmark"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "KolorTests",
"module_type" : "SwiftTarget",
"name" : "KolorTests",
"path" : "Tests/KolorTests",
"sources" : [
"KolorTests.swift"
],
"target_dependencies" : [
"Kolor"
],
"type" : "test"
},
{
"c99name" : "Kolor",
"module_type" : "SwiftTarget",
"name" : "Kolor",
"path" : "Sources/Kolor",
"product_memberships" : [
"Kolor",
"Benchmark"
],
"sources" : [
"Addon/CGImage+.swift",
"Addon/Double+.swift",
"Addon/Histogram.swift",
"Addon/Index.swift",
"Addon/OcTree.swift",
"Addon/SwiftUI+.swift",
"Addon/Tone.swift",
"Addon/_KDtree.swift",
"Kolor.swift",
"Palette/HTML.swift",
"Palette/ISCC_NBS.swift",
"Palette/PaintArt.swift",
"Palette/Squared.swift",
"Palette/SquaredSets.swift",
"Palette/XRite.swift",
"Spaces/CAM16.swift",
"Spaces/CMYK.swift",
"Spaces/DIN99.swift",
"Spaces/HCL.swift",
"Spaces/HSL.swift",
"Spaces/HSLuv.swift",
"Spaces/HSV.swift",
"Spaces/LAB.swift",
"Spaces/LCh.swift",
"Spaces/LUV.swift",
"Spaces/OKLCh.swift",
"Spaces/OKLab.swift",
"Spaces/RGB.swift",
"Spaces/XYZ.swift",
"Spaces/YUV.swift",
"Spaces/sRGB.swift"
],
"type" : "library"
},
{
"c99name" : "Benchmark",
"module_type" : "SwiftTarget",
"name" : "Benchmark",
"path" : "Sources/Benchmark",
"product_memberships" : [
"Benchmark"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"Kolor"
],
"type" : "executable"
}
],
"tools_version" : "5.9"
}
Done.