Build Information
Failed to build ElegantColorPalette, reference 1.2.0 (cf8628
), with Swift 6.1 for watchOS using Xcode 16.3 on 26 Apr 2025 01:08:42 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ElegantColorPalette -destination generic/platform=watchOS
Build Log
SwiftEmitModule normal armv7k Emitting\ module\ for\ ElegantColorPalette (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
EmitSwiftModule normal armv7k (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/ColorPaletteBindingView.swift:40:37: error: cannot find type 'Context' in scope
public func makeUIView(context: Context) -> ColorPaletteView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/ColorPaletteBindingView.swift:44:67: error: cannot find type 'Context' in scope
public func updateUIView(_ uiView: ColorPaletteView, context: Context) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/ColorPaletteBindingView.swift:16:40: error: cannot find type 'UIViewRepresentable' in scope
public struct ColorPaletteBindingView: UIViewRepresentable {
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/ColorPaletteView.swift:23:9: error: cannot find 'presentScene' in scope
presentScene(scene)
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/ColorPaletteView.swift:43:14: error: initializer does not override a designated initializer from its superclass
override init(frame: CGRect) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/ColorPaletteView.swift:66:26: error: method does not override any method from its superclass
public override func layoutSubviews() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/ColorPaletteView.swift:84:78: error: cannot find type 'UITraitCollection' in scope
public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/ColorPaletteView.swift:17:32: error: cannot find type 'SKView' in scope
public class ColorPaletteView: SKView {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Extensions/ColorNode+Modifiers.swift:22:81: error: type 'UIColor' has no member 'label'
func font(name: String = "SanFranciscoDisplay-Regular", uiColor: UIColor = .label) -> ColorNode {
~^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/ColorPaletteManager.swift:7:25: error: cannot find type 'UIUserInterfaceStyle' in scope
typealias ColorScheme = UIUserInterfaceStyle
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:30:16: warning: static property 'allColors' is not concurrency-safe because non-'Sendable' type '[PaletteColor]' may have shared mutable state; this is an error in the Swift 6 language mode
static let allColors: [PaletteColor] = [
^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:30:16: note: add '@MainActor' to make static property 'allColors' part of global actor 'MainActor'
static let allColors: [PaletteColor] = [
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:30:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let allColors: [PaletteColor] = [
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:53:16: warning: static property 'allBwColors' is not concurrency-safe because non-'Sendable' type '[PaletteColor]' may have shared mutable state; this is an error in the Swift 6 language mode
static let allBwColors: [PaletteColor] = [
^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:53:16: note: add '@MainActor' to make static property 'allBwColors' part of global actor 'MainActor'
static let allBwColors: [PaletteColor] = [
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:53:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let allBwColors: [PaletteColor] = [
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:64:16: warning: static property 'antwerpBlue' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
static let antwerpBlue = PaletteColor(name: "Antwerp Blue", uiColor: .antwerpBlue)
^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:64:16: note: add '@MainActor' to make static property 'antwerpBlue' part of global actor 'MainActor'
static let antwerpBlue = PaletteColor(name: "Antwerp Blue", uiColor: .antwerpBlue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:64:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let antwerpBlue = PaletteColor(name: "Antwerp Blue", uiColor: .antwerpBlue)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:65:16: warning: static property 'arcticBlue' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
static let arcticBlue = PaletteColor(name: "Arctic Blue", uiColor: .arcticBlue)
^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:65:16: note: add '@MainActor' to make static property 'arcticBlue' part of global actor 'MainActor'
static let arcticBlue = PaletteColor(name: "Arctic Blue", uiColor: .arcticBlue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:65:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let arcticBlue = PaletteColor(name: "Arctic Blue", uiColor: .arcticBlue)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:66:16: warning: static property 'bonoboGreen' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
static let bonoboGreen = PaletteColor(name: "Bonobo Green", uiColor: .bonoboGreen)
^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:66:16: note: add '@MainActor' to make static property 'bonoboGreen' part of global actor 'MainActor'
static let bonoboGreen = PaletteColor(name: "Bonobo Green", uiColor: .bonoboGreen)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:66:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let bonoboGreen = PaletteColor(name: "Bonobo Green", uiColor: .bonoboGreen)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:67:16: warning: static property 'brilliantViolet' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
static let brilliantViolet = PaletteColor(name: "Brilliant Violet", uiColor: .brilliantViolet)
^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:67:16: note: add '@MainActor' to make static property 'brilliantViolet' part of global actor 'MainActor'
static let brilliantViolet = PaletteColor(name: "Brilliant Violet", uiColor: .brilliantViolet)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:67:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let brilliantViolet = PaletteColor(name: "Brilliant Violet", uiColor: .brilliantViolet)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:68:16: warning: static property 'cadiumOrange' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
static let cadiumOrange = PaletteColor(name: "Cadium Orange", uiColor: .cadiumOrange)
^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:68:16: note: add '@MainActor' to make static property 'cadiumOrange' part of global actor 'MainActor'
static let cadiumOrange = PaletteColor(name: "Cadium Orange", uiColor: .cadiumOrange)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:68:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let cadiumOrange = PaletteColor(name: "Cadium Orange", uiColor: .cadiumOrange)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:69:16: warning: static property 'fluorescentPink' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
static let fluorescentPink = PaletteColor(name: "Fluorescent Pink", uiColor: .fluorescentPink)
^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:69:16: note: add '@MainActor' to make static property 'fluorescentPink' part of global actor 'MainActor'
static let fluorescentPink = PaletteColor(name: "Fluorescent Pink", uiColor: .fluorescentPink)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:69:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let fluorescentPink = PaletteColor(name: "Fluorescent Pink", uiColor: .fluorescentPink)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:70:16: warning: static property 'kiwiGreen' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
static let kiwiGreen = PaletteColor(name: "Kiwi Green", uiColor: .kiwiGreen)
^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:70:16: note: add '@MainActor' to make static property 'kiwiGreen' part of global actor 'MainActor'
static let kiwiGreen = PaletteColor(name: "Kiwi Green", uiColor: .kiwiGreen)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:70:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let kiwiGreen = PaletteColor(name: "Kiwi Green", uiColor: .kiwiGreen)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:71:16: warning: static property 'kraftBrown' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
static let kraftBrown = PaletteColor(name: "Kraft Brown", uiColor: .kraftBrown)
^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:71:16: note: add '@MainActor' to make static property 'kraftBrown' part of global actor 'MainActor'
static let kraftBrown = PaletteColor(name: "Kraft Brown", uiColor: .kraftBrown)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:71:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let kraftBrown = PaletteColor(name: "Kraft Brown", uiColor: .kraftBrown)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:72:16: warning: static property 'mauvePurple' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
static let mauvePurple = PaletteColor(name: "Mauve Purple", uiColor: .mauvePurple)
^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:72:16: note: add '@MainActor' to make static property 'mauvePurple' part of global actor 'MainActor'
static let mauvePurple = PaletteColor(name: "Mauve Purple", uiColor: .mauvePurple)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:72:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let mauvePurple = PaletteColor(name: "Mauve Purple", uiColor: .mauvePurple)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:73:16: warning: static property 'orangeYellow' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
static let orangeYellow = PaletteColor(name: "Orange Yellow", uiColor: .orangeYellow)
^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:73:16: note: add '@MainActor' to make static property 'orangeYellow' part of global actor 'MainActor'
static let orangeYellow = PaletteColor(name: "Orange Yellow", uiColor: .orangeYellow)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:73:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let orangeYellow = PaletteColor(name: "Orange Yellow", uiColor: .orangeYellow)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:74:16: warning: static property 'oxideGreen' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
static let oxideGreen = PaletteColor(name: "Oxide Green", uiColor: .oxideGreen)
^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:74:16: note: add '@MainActor' to make static property 'oxideGreen' part of global actor 'MainActor'
static let oxideGreen = PaletteColor(name: "Oxide Green", uiColor: .oxideGreen)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:74:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let oxideGreen = PaletteColor(name: "Oxide Green", uiColor: .oxideGreen)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:75:16: warning: static property 'peachBlossomPink' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
static let peachBlossomPink = PaletteColor(name: "Peach Blossom Pink", uiColor: .peachBlossomPink)
^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:75:16: note: add '@MainActor' to make static property 'peachBlossomPink' part of global actor 'MainActor'
static let peachBlossomPink = PaletteColor(name: "Peach Blossom Pink", uiColor: .peachBlossomPink)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:75:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let peachBlossomPink = PaletteColor(name: "Peach Blossom Pink", uiColor: .peachBlossomPink)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:76:16: warning: static property 'red' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
static let red = PaletteColor(name: "Red", uiColor: .red)
^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:76:16: note: add '@MainActor' to make static property 'red' part of global actor 'MainActor'
static let red = PaletteColor(name: "Red", uiColor: .red)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:76:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let red = PaletteColor(name: "Red", uiColor: .red)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:77:16: warning: static property 'royalBlue' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
static let royalBlue = PaletteColor(name: "Royal Blue", uiColor: .royalBlue)
^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:77:16: note: add '@MainActor' to make static property 'royalBlue' part of global actor 'MainActor'
static let royalBlue = PaletteColor(name: "Royal Blue", uiColor: .royalBlue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:77:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let royalBlue = PaletteColor(name: "Royal Blue", uiColor: .royalBlue)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:78:16: warning: static property 'scarletRed' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
static let scarletRed = PaletteColor(name: "Scarlet Red", uiColor: .scarletRed)
^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:78:16: note: add '@MainActor' to make static property 'scarletRed' part of global actor 'MainActor'
static let scarletRed = PaletteColor(name: "Scarlet Red", uiColor: .scarletRed)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:78:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let scarletRed = PaletteColor(name: "Scarlet Red", uiColor: .scarletRed)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:79:16: warning: static property 'seaweedGreen' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
static let seaweedGreen = PaletteColor(name: "Seaweed Green", uiColor: .seaweedGreen)
^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:79:16: note: add '@MainActor' to make static property 'seaweedGreen' part of global actor 'MainActor'
static let seaweedGreen = PaletteColor(name: "Seaweed Green", uiColor: .seaweedGreen)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:79:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let seaweedGreen = PaletteColor(name: "Seaweed Green", uiColor: .seaweedGreen)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:80:16: warning: static property 'skyBlue' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
static let skyBlue = PaletteColor(name: "Sky Blue", uiColor: .skyBlue)
^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:80:16: note: add '@MainActor' to make static property 'skyBlue' part of global actor 'MainActor'
static let skyBlue = PaletteColor(name: "Sky Blue", uiColor: .skyBlue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:80:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let skyBlue = PaletteColor(name: "Sky Blue", uiColor: .skyBlue)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:81:16: warning: static property 'sunflowerYellow' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
static let sunflowerYellow = PaletteColor(name: "Sunflower Yellow", uiColor: .sunflowerYellow)
^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:81:16: note: add '@MainActor' to make static property 'sunflowerYellow' part of global actor 'MainActor'
static let sunflowerYellow = PaletteColor(name: "Sunflower Yellow", uiColor: .sunflowerYellow)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:81:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let sunflowerYellow = PaletteColor(name: "Sunflower Yellow", uiColor: .sunflowerYellow)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:82:16: warning: static property 'underwaterBlue' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
static let underwaterBlue = PaletteColor(name: "Underwater Blue", uiColor: .underwaterBlue)
^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:82:16: note: add '@MainActor' to make static property 'underwaterBlue' part of global actor 'MainActor'
static let underwaterBlue = PaletteColor(name: "Underwater Blue", uiColor: .underwaterBlue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:82:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let underwaterBlue = PaletteColor(name: "Underwater Blue", uiColor: .underwaterBlue)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:83:16: warning: static property 'wednesdayPink' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
static let wednesdayPink = PaletteColor(name: "Wednesday Pink", uiColor: .wednesdayPink)
^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:83:16: note: add '@MainActor' to make static property 'wednesdayPink' part of global actor 'MainActor'
static let wednesdayPink = PaletteColor(name: "Wednesday Pink", uiColor: .wednesdayPink)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:83:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let wednesdayPink = PaletteColor(name: "Wednesday Pink", uiColor: .wednesdayPink)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:85:16: warning: static property 'bonoboGrey' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
static let bonoboGrey = PaletteColor(name: "Bonobo Grey", uiColor: .bonoboGrey)
^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:85:16: note: add '@MainActor' to make static property 'bonoboGrey' part of global actor 'MainActor'
static let bonoboGrey = PaletteColor(name: "Bonobo Grey", uiColor: .bonoboGrey)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:85:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let bonoboGrey = PaletteColor(name: "Bonobo Grey", uiColor: .bonoboGrey)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:86:16: warning: static property 'lunaBlack' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
static let lunaBlack = PaletteColor(name: "Luna Black", uiColor: .lunaBlack)
^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:86:16: note: add '@MainActor' to make static property 'lunaBlack' part of global actor 'MainActor'
static let lunaBlack = PaletteColor(name: "Luna Black", uiColor: .lunaBlack)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:86:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let lunaBlack = PaletteColor(name: "Luna Black", uiColor: .lunaBlack)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:87:16: warning: static property 'pebbleGrey' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
static let pebbleGrey = PaletteColor(name: "Pebble Grey", uiColor: .pebbleGrey)
^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:87:16: note: add '@MainActor' to make static property 'pebbleGrey' part of global actor 'MainActor'
static let pebbleGrey = PaletteColor(name: "Pebble Grey", uiColor: .pebbleGrey)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:87:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let pebbleGrey = PaletteColor(name: "Pebble Grey", uiColor: .pebbleGrey)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:88:16: warning: static property 'white' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
static let white = PaletteColor(name: "White", uiColor: .white)
^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:88:16: note: add '@MainActor' to make static property 'white' part of global actor 'MainActor'
static let white = PaletteColor(name: "White", uiColor: .white)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:88:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let white = PaletteColor(name: "White", uiColor: .white)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Views/ColorPaletteScene.swift:84:43: error: cannot find type 'SKView' in scope
public override func didMove(to view: SKView) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Views/ColorPaletteScene.swift:225:54: error: cannot find type 'UITouch' in scope
public override func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Views/ColorPaletteScene.swift:225:76: error: cannot find type 'UIEvent' in scope
public override func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Views/ColorPaletteScene.swift:252:54: error: cannot find type 'UITouch' in scope
public override func touchesMoved(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Views/ColorPaletteScene.swift:252:76: error: cannot find type 'UIEvent' in scope
public override func touchesMoved(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Views/ColorPaletteScene.swift:284:54: error: cannot find type 'UITouch' in scope
public override func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Views/ColorPaletteScene.swift:284:76: error: cannot find type 'UIEvent' in scope
public override func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/ColorPaletteBindingView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/ColorPaletteView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Extensions/CGVector+Additions.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Extensions/CGVector+Operators.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Extensions/ColorNode+Modifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Extensions/Comparable+Clamped.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Extensions/UIColor+Color.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/ColorPaletteManager.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/DefaultNodeStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/FocusSettings.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/NodeStyleConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/SpawnConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Modifiers/FocusModifier.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Modifiers/FontModifier.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Modifiers/HighlightModifier.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Modifiers/RadiusModifier.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Modifiers/ScaleFadeModifier.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Modifiers/StartUpModifier.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Protocols/Buildable.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Protocols/ColorSchemeObserver.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Protocols/NodeModifier.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Protocols/NodeStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Views/ColorNode.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Views/ColorPaletteScene.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Views/ColorsContainerNode.swift -target armv7k-apple-watchos6.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-watchos/ElegantColorPalette.build/Objects-normal/armv7k/ElegantColorPalette_const_extract_protocols.json -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-experimental-feature DebugDescriptionMacro -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-watchos/ElegantColorPalette.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-watchos/ElegantColorPalette.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-watchos/ElegantColorPalette.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-watchos/ElegantColorPalette.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ElegantColorPalette -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.4 -target-sdk-name watchos11.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-watchos/ElegantColorPalette.build/Objects-normal/armv7k/ElegantColorPalette.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-watchos/ElegantColorPalette.build/Objects-normal/armv7k/ElegantColorPalette.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-watchos/ElegantColorPalette.build/Objects-normal/armv7k/ElegantColorPalette-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-watchos/ElegantColorPalette.build/Objects-normal/armv7k/ElegantColorPalette-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-watchos/ElegantColorPalette.build/Objects-normal/armv7k/ElegantColorPalette-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-watchos/ElegantColorPalette.build/Objects-normal/armv7k/ElegantColorPalette.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-watchos/ElegantColorPalette.build/Objects-normal/armv7k/ElegantColorPalette.abi.json
SwiftCompile normal armv7k Compiling\ CGVector+Operators.swift,\ ColorNode+Modifiers.swift,\ Comparable+Clamped.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Extensions/CGVector+Operators.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Extensions/ColorNode+Modifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Extensions/Comparable+Clamped.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Extensions/CGVector+Operators.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Extensions/ColorNode+Modifiers.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Extensions/Comparable+Clamped.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ ElegantColorPalette (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/ColorPaletteBindingView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/ColorPaletteView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Extensions/CGVector+Additions.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Extensions/CGVector+Operators.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Extensions/ColorNode+Modifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Extensions/Comparable+Clamped.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Extensions/UIColor+Color.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/ColorPaletteManager.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/DefaultNodeStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/FocusSettings.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/NodeStyleConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/SpawnConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Modifiers/FocusModifier.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Modifiers/FontModifier.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Modifiers/HighlightModifier.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Modifiers/RadiusModifier.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Modifiers/ScaleFadeModifier.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Modifiers/StartUpModifier.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Protocols/Buildable.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Protocols/ColorSchemeObserver.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Protocols/NodeModifier.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Protocols/NodeStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Views/ColorNode.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Views/ColorPaletteScene.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Views/ColorsContainerNode.swift -target arm64-apple-watchos6.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-watchos/ElegantColorPalette.build/Objects-normal/arm64/ElegantColorPalette_const_extract_protocols.json -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-experimental-feature DebugDescriptionMacro -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-watchos/ElegantColorPalette.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-watchos/ElegantColorPalette.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-watchos/ElegantColorPalette.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-watchos/ElegantColorPalette.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ElegantColorPalette -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.4 -target-sdk-name watchos11.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-watchos/ElegantColorPalette.build/Objects-normal/arm64/ElegantColorPalette.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-watchos/ElegantColorPalette.build/Objects-normal/arm64/ElegantColorPalette.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-watchos/ElegantColorPalette.build/Objects-normal/arm64/ElegantColorPalette-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-watchos/ElegantColorPalette.build/Objects-normal/arm64/ElegantColorPalette-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-watchos/ElegantColorPalette.build/Objects-normal/arm64/ElegantColorPalette-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-watchos/ElegantColorPalette.build/Objects-normal/arm64/ElegantColorPalette.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-watchos/ElegantColorPalette.build/Objects-normal/arm64/ElegantColorPalette.abi.json
EmitSwiftModule normal arm64 (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/ColorPaletteBindingView.swift:40:37: error: cannot find type 'Context' in scope
public func makeUIView(context: Context) -> ColorPaletteView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/ColorPaletteBindingView.swift:44:67: error: cannot find type 'Context' in scope
public func updateUIView(_ uiView: ColorPaletteView, context: Context) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/ColorPaletteBindingView.swift:16:40: error: cannot find type 'UIViewRepresentable' in scope
public struct ColorPaletteBindingView: UIViewRepresentable {
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/ColorPaletteView.swift:23:9: error: cannot find 'presentScene' in scope
presentScene(scene)
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/ColorPaletteView.swift:43:14: error: initializer does not override a designated initializer from its superclass
override init(frame: CGRect) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/ColorPaletteView.swift:66:26: error: method does not override any method from its superclass
public override func layoutSubviews() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/ColorPaletteView.swift:84:78: error: cannot find type 'UITraitCollection' in scope
public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/ColorPaletteView.swift:17:32: error: cannot find type 'SKView' in scope
public class ColorPaletteView: SKView {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Extensions/ColorNode+Modifiers.swift:22:81: error: type 'UIColor' has no member 'label'
func font(name: String = "SanFranciscoDisplay-Regular", uiColor: UIColor = .label) -> ColorNode {
~^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/ColorPaletteManager.swift:7:25: error: cannot find type 'UIUserInterfaceStyle' in scope
typealias ColorScheme = UIUserInterfaceStyle
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:30:16: warning: static property 'allColors' is not concurrency-safe because non-'Sendable' type '[PaletteColor]' may have shared mutable state; this is an error in the Swift 6 language mode
static let allColors: [PaletteColor] = [
^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:30:16: note: add '@MainActor' to make static property 'allColors' part of global actor 'MainActor'
static let allColors: [PaletteColor] = [
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:30:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let allColors: [PaletteColor] = [
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:53:16: warning: static property 'allBwColors' is not concurrency-safe because non-'Sendable' type '[PaletteColor]' may have shared mutable state; this is an error in the Swift 6 language mode
static let allBwColors: [PaletteColor] = [
^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:53:16: note: add '@MainActor' to make static property 'allBwColors' part of global actor 'MainActor'
static let allBwColors: [PaletteColor] = [
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:53:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let allBwColors: [PaletteColor] = [
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:64:16: warning: static property 'antwerpBlue' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
static let antwerpBlue = PaletteColor(name: "Antwerp Blue", uiColor: .antwerpBlue)
^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:64:16: note: add '@MainActor' to make static property 'antwerpBlue' part of global actor 'MainActor'
static let antwerpBlue = PaletteColor(name: "Antwerp Blue", uiColor: .antwerpBlue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:64:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let antwerpBlue = PaletteColor(name: "Antwerp Blue", uiColor: .antwerpBlue)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:65:16: warning: static property 'arcticBlue' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
static let arcticBlue = PaletteColor(name: "Arctic Blue", uiColor: .arcticBlue)
^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:65:16: note: add '@MainActor' to make static property 'arcticBlue' part of global actor 'MainActor'
static let arcticBlue = PaletteColor(name: "Arctic Blue", uiColor: .arcticBlue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:65:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let arcticBlue = PaletteColor(name: "Arctic Blue", uiColor: .arcticBlue)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:66:16: warning: static property 'bonoboGreen' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
static let bonoboGreen = PaletteColor(name: "Bonobo Green", uiColor: .bonoboGreen)
^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:66:16: note: add '@MainActor' to make static property 'bonoboGreen' part of global actor 'MainActor'
static let bonoboGreen = PaletteColor(name: "Bonobo Green", uiColor: .bonoboGreen)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:66:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let bonoboGreen = PaletteColor(name: "Bonobo Green", uiColor: .bonoboGreen)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:67:16: warning: static property 'brilliantViolet' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
static let brilliantViolet = PaletteColor(name: "Brilliant Violet", uiColor: .brilliantViolet)
^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:67:16: note: add '@MainActor' to make static property 'brilliantViolet' part of global actor 'MainActor'
static let brilliantViolet = PaletteColor(name: "Brilliant Violet", uiColor: .brilliantViolet)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:67:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let brilliantViolet = PaletteColor(name: "Brilliant Violet", uiColor: .brilliantViolet)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:68:16: warning: static property 'cadiumOrange' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
static let cadiumOrange = PaletteColor(name: "Cadium Orange", uiColor: .cadiumOrange)
^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:68:16: note: add '@MainActor' to make static property 'cadiumOrange' part of global actor 'MainActor'
static let cadiumOrange = PaletteColor(name: "Cadium Orange", uiColor: .cadiumOrange)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:68:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let cadiumOrange = PaletteColor(name: "Cadium Orange", uiColor: .cadiumOrange)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:69:16: warning: static property 'fluorescentPink' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
static let fluorescentPink = PaletteColor(name: "Fluorescent Pink", uiColor: .fluorescentPink)
^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:69:16: note: add '@MainActor' to make static property 'fluorescentPink' part of global actor 'MainActor'
static let fluorescentPink = PaletteColor(name: "Fluorescent Pink", uiColor: .fluorescentPink)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:69:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let fluorescentPink = PaletteColor(name: "Fluorescent Pink", uiColor: .fluorescentPink)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:70:16: warning: static property 'kiwiGreen' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
static let kiwiGreen = PaletteColor(name: "Kiwi Green", uiColor: .kiwiGreen)
^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:70:16: note: add '@MainActor' to make static property 'kiwiGreen' part of global actor 'MainActor'
static let kiwiGreen = PaletteColor(name: "Kiwi Green", uiColor: .kiwiGreen)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:70:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let kiwiGreen = PaletteColor(name: "Kiwi Green", uiColor: .kiwiGreen)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:71:16: warning: static property 'kraftBrown' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
static let kraftBrown = PaletteColor(name: "Kraft Brown", uiColor: .kraftBrown)
^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:71:16: note: add '@MainActor' to make static property 'kraftBrown' part of global actor 'MainActor'
static let kraftBrown = PaletteColor(name: "Kraft Brown", uiColor: .kraftBrown)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:71:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let kraftBrown = PaletteColor(name: "Kraft Brown", uiColor: .kraftBrown)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:72:16: warning: static property 'mauvePurple' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
static let mauvePurple = PaletteColor(name: "Mauve Purple", uiColor: .mauvePurple)
^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:72:16: note: add '@MainActor' to make static property 'mauvePurple' part of global actor 'MainActor'
static let mauvePurple = PaletteColor(name: "Mauve Purple", uiColor: .mauvePurple)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:72:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let mauvePurple = PaletteColor(name: "Mauve Purple", uiColor: .mauvePurple)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:73:16: warning: static property 'orangeYellow' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
static let orangeYellow = PaletteColor(name: "Orange Yellow", uiColor: .orangeYellow)
^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:73:16: note: add '@MainActor' to make static property 'orangeYellow' part of global actor 'MainActor'
static let orangeYellow = PaletteColor(name: "Orange Yellow", uiColor: .orangeYellow)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:73:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let orangeYellow = PaletteColor(name: "Orange Yellow", uiColor: .orangeYellow)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:74:16: warning: static property 'oxideGreen' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
static let oxideGreen = PaletteColor(name: "Oxide Green", uiColor: .oxideGreen)
^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:74:16: note: add '@MainActor' to make static property 'oxideGreen' part of global actor 'MainActor'
static let oxideGreen = PaletteColor(name: "Oxide Green", uiColor: .oxideGreen)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:74:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let oxideGreen = PaletteColor(name: "Oxide Green", uiColor: .oxideGreen)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:75:16: warning: static property 'peachBlossomPink' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
static let peachBlossomPink = PaletteColor(name: "Peach Blossom Pink", uiColor: .peachBlossomPink)
^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:75:16: note: add '@MainActor' to make static property 'peachBlossomPink' part of global actor 'MainActor'
static let peachBlossomPink = PaletteColor(name: "Peach Blossom Pink", uiColor: .peachBlossomPink)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:75:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let peachBlossomPink = PaletteColor(name: "Peach Blossom Pink", uiColor: .peachBlossomPink)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:76:16: warning: static property 'red' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
static let red = PaletteColor(name: "Red", uiColor: .red)
^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:76:16: note: add '@MainActor' to make static property 'red' part of global actor 'MainActor'
static let red = PaletteColor(name: "Red", uiColor: .red)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:76:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let red = PaletteColor(name: "Red", uiColor: .red)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:77:16: warning: static property 'royalBlue' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
static let royalBlue = PaletteColor(name: "Royal Blue", uiColor: .royalBlue)
^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:77:16: note: add '@MainActor' to make static property 'royalBlue' part of global actor 'MainActor'
static let royalBlue = PaletteColor(name: "Royal Blue", uiColor: .royalBlue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:77:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let royalBlue = PaletteColor(name: "Royal Blue", uiColor: .royalBlue)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:78:16: warning: static property 'scarletRed' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
static let scarletRed = PaletteColor(name: "Scarlet Red", uiColor: .scarletRed)
^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:78:16: note: add '@MainActor' to make static property 'scarletRed' part of global actor 'MainActor'
static let scarletRed = PaletteColor(name: "Scarlet Red", uiColor: .scarletRed)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:78:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let scarletRed = PaletteColor(name: "Scarlet Red", uiColor: .scarletRed)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:79:16: warning: static property 'seaweedGreen' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
static let seaweedGreen = PaletteColor(name: "Seaweed Green", uiColor: .seaweedGreen)
^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:79:16: note: add '@MainActor' to make static property 'seaweedGreen' part of global actor 'MainActor'
static let seaweedGreen = PaletteColor(name: "Seaweed Green", uiColor: .seaweedGreen)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:79:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let seaweedGreen = PaletteColor(name: "Seaweed Green", uiColor: .seaweedGreen)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:80:16: warning: static property 'skyBlue' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
static let skyBlue = PaletteColor(name: "Sky Blue", uiColor: .skyBlue)
^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:80:16: note: add '@MainActor' to make static property 'skyBlue' part of global actor 'MainActor'
static let skyBlue = PaletteColor(name: "Sky Blue", uiColor: .skyBlue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:80:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let skyBlue = PaletteColor(name: "Sky Blue", uiColor: .skyBlue)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:81:16: warning: static property 'sunflowerYellow' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
static let sunflowerYellow = PaletteColor(name: "Sunflower Yellow", uiColor: .sunflowerYellow)
^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:81:16: note: add '@MainActor' to make static property 'sunflowerYellow' part of global actor 'MainActor'
static let sunflowerYellow = PaletteColor(name: "Sunflower Yellow", uiColor: .sunflowerYellow)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:81:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let sunflowerYellow = PaletteColor(name: "Sunflower Yellow", uiColor: .sunflowerYellow)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:82:16: warning: static property 'underwaterBlue' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
static let underwaterBlue = PaletteColor(name: "Underwater Blue", uiColor: .underwaterBlue)
^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:82:16: note: add '@MainActor' to make static property 'underwaterBlue' part of global actor 'MainActor'
static let underwaterBlue = PaletteColor(name: "Underwater Blue", uiColor: .underwaterBlue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:82:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let underwaterBlue = PaletteColor(name: "Underwater Blue", uiColor: .underwaterBlue)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:83:16: warning: static property 'wednesdayPink' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
static let wednesdayPink = PaletteColor(name: "Wednesday Pink", uiColor: .wednesdayPink)
^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:83:16: note: add '@MainActor' to make static property 'wednesdayPink' part of global actor 'MainActor'
static let wednesdayPink = PaletteColor(name: "Wednesday Pink", uiColor: .wednesdayPink)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:83:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let wednesdayPink = PaletteColor(name: "Wednesday Pink", uiColor: .wednesdayPink)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:85:16: warning: static property 'bonoboGrey' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
static let bonoboGrey = PaletteColor(name: "Bonobo Grey", uiColor: .bonoboGrey)
^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:85:16: note: add '@MainActor' to make static property 'bonoboGrey' part of global actor 'MainActor'
static let bonoboGrey = PaletteColor(name: "Bonobo Grey", uiColor: .bonoboGrey)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:85:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let bonoboGrey = PaletteColor(name: "Bonobo Grey", uiColor: .bonoboGrey)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:86:16: warning: static property 'lunaBlack' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
static let lunaBlack = PaletteColor(name: "Luna Black", uiColor: .lunaBlack)
^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:86:16: note: add '@MainActor' to make static property 'lunaBlack' part of global actor 'MainActor'
static let lunaBlack = PaletteColor(name: "Luna Black", uiColor: .lunaBlack)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:86:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let lunaBlack = PaletteColor(name: "Luna Black", uiColor: .lunaBlack)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:87:16: warning: static property 'pebbleGrey' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
static let pebbleGrey = PaletteColor(name: "Pebble Grey", uiColor: .pebbleGrey)
^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:87:16: note: add '@MainActor' to make static property 'pebbleGrey' part of global actor 'MainActor'
static let pebbleGrey = PaletteColor(name: "Pebble Grey", uiColor: .pebbleGrey)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:87:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let pebbleGrey = PaletteColor(name: "Pebble Grey", uiColor: .pebbleGrey)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:88:16: warning: static property 'white' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
static let white = PaletteColor(name: "White", uiColor: .white)
^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:88:16: note: add '@MainActor' to make static property 'white' part of global actor 'MainActor'
static let white = PaletteColor(name: "White", uiColor: .white)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:88:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let white = PaletteColor(name: "White", uiColor: .white)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Views/ColorPaletteScene.swift:84:43: error: cannot find type 'SKView' in scope
public override func didMove(to view: SKView) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Views/ColorPaletteScene.swift:225:54: error: cannot find type 'UITouch' in scope
public override func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Views/ColorPaletteScene.swift:225:76: error: cannot find type 'UIEvent' in scope
public override func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Views/ColorPaletteScene.swift:252:54: error: cannot find type 'UITouch' in scope
public override func touchesMoved(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Views/ColorPaletteScene.swift:252:76: error: cannot find type 'UIEvent' in scope
public override func touchesMoved(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Views/ColorPaletteScene.swift:284:54: error: cannot find type 'UITouch' in scope
public override func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Views/ColorPaletteScene.swift:284:76: error: cannot find type 'UIEvent' in scope
public override func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ ElegantColorPalette (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/ColorPaletteBindingView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/ColorPaletteView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Extensions/CGVector+Additions.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Extensions/CGVector+Operators.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Extensions/ColorNode+Modifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Extensions/Comparable+Clamped.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Extensions/UIColor+Color.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/ColorPaletteManager.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/DefaultNodeStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/FocusSettings.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/NodeStyleConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/SpawnConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Modifiers/FocusModifier.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Modifiers/FontModifier.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Modifiers/HighlightModifier.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Modifiers/RadiusModifier.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Modifiers/ScaleFadeModifier.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Modifiers/StartUpModifier.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Protocols/Buildable.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Protocols/ColorSchemeObserver.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Protocols/NodeModifier.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Protocols/NodeStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Views/ColorNode.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Views/ColorPaletteScene.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Views/ColorsContainerNode.swift -target arm64_32-apple-watchos6.0 -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-watchos/ElegantColorPalette.build/Objects-normal/arm64_32/ElegantColorPalette_const_extract_protocols.json -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-experimental-feature DebugDescriptionMacro -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-watchos/ElegantColorPalette.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-watchos/ElegantColorPalette.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-watchos/ElegantColorPalette.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-watchos/ElegantColorPalette.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ElegantColorPalette -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.4 -target-sdk-name watchos11.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-watchos/ElegantColorPalette.build/Objects-normal/arm64_32/ElegantColorPalette.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-watchos/ElegantColorPalette.build/Objects-normal/arm64_32/ElegantColorPalette.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-watchos/ElegantColorPalette.build/Objects-normal/arm64_32/ElegantColorPalette-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-watchos/ElegantColorPalette.build/Objects-normal/arm64_32/ElegantColorPalette-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-watchos/ElegantColorPalette.build/Objects-normal/arm64_32/ElegantColorPalette-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-watchos/ElegantColorPalette.build/Objects-normal/arm64_32/ElegantColorPalette.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-watchos/ElegantColorPalette.build/Objects-normal/arm64_32/ElegantColorPalette.abi.json
EmitSwiftModule normal arm64_32 (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/ColorPaletteBindingView.swift:40:37: error: cannot find type 'Context' in scope
public func makeUIView(context: Context) -> ColorPaletteView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/ColorPaletteBindingView.swift:44:67: error: cannot find type 'Context' in scope
public func updateUIView(_ uiView: ColorPaletteView, context: Context) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/ColorPaletteBindingView.swift:16:40: error: cannot find type 'UIViewRepresentable' in scope
public struct ColorPaletteBindingView: UIViewRepresentable {
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/ColorPaletteView.swift:23:9: error: cannot find 'presentScene' in scope
presentScene(scene)
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/ColorPaletteView.swift:43:14: error: initializer does not override a designated initializer from its superclass
override init(frame: CGRect) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/ColorPaletteView.swift:66:26: error: method does not override any method from its superclass
public override func layoutSubviews() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/ColorPaletteView.swift:84:78: error: cannot find type 'UITraitCollection' in scope
public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/ColorPaletteView.swift:17:32: error: cannot find type 'SKView' in scope
public class ColorPaletteView: SKView {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Extensions/ColorNode+Modifiers.swift:22:81: error: type 'UIColor' has no member 'label'
func font(name: String = "SanFranciscoDisplay-Regular", uiColor: UIColor = .label) -> ColorNode {
~^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/ColorPaletteManager.swift:7:25: error: cannot find type 'UIUserInterfaceStyle' in scope
typealias ColorScheme = UIUserInterfaceStyle
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:30:16: warning: static property 'allColors' is not concurrency-safe because non-'Sendable' type '[PaletteColor]' may have shared mutable state; this is an error in the Swift 6 language mode
static let allColors: [PaletteColor] = [
^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:30:16: note: add '@MainActor' to make static property 'allColors' part of global actor 'MainActor'
static let allColors: [PaletteColor] = [
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:30:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let allColors: [PaletteColor] = [
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:53:16: warning: static property 'allBwColors' is not concurrency-safe because non-'Sendable' type '[PaletteColor]' may have shared mutable state; this is an error in the Swift 6 language mode
static let allBwColors: [PaletteColor] = [
^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:53:16: note: add '@MainActor' to make static property 'allBwColors' part of global actor 'MainActor'
static let allBwColors: [PaletteColor] = [
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:53:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let allBwColors: [PaletteColor] = [
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:64:16: warning: static property 'antwerpBlue' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
static let antwerpBlue = PaletteColor(name: "Antwerp Blue", uiColor: .antwerpBlue)
^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:64:16: note: add '@MainActor' to make static property 'antwerpBlue' part of global actor 'MainActor'
static let antwerpBlue = PaletteColor(name: "Antwerp Blue", uiColor: .antwerpBlue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:64:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let antwerpBlue = PaletteColor(name: "Antwerp Blue", uiColor: .antwerpBlue)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:65:16: warning: static property 'arcticBlue' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
static let arcticBlue = PaletteColor(name: "Arctic Blue", uiColor: .arcticBlue)
^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:65:16: note: add '@MainActor' to make static property 'arcticBlue' part of global actor 'MainActor'
static let arcticBlue = PaletteColor(name: "Arctic Blue", uiColor: .arcticBlue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:65:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let arcticBlue = PaletteColor(name: "Arctic Blue", uiColor: .arcticBlue)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:66:16: warning: static property 'bonoboGreen' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
static let bonoboGreen = PaletteColor(name: "Bonobo Green", uiColor: .bonoboGreen)
^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:66:16: note: add '@MainActor' to make static property 'bonoboGreen' part of global actor 'MainActor'
static let bonoboGreen = PaletteColor(name: "Bonobo Green", uiColor: .bonoboGreen)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:66:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let bonoboGreen = PaletteColor(name: "Bonobo Green", uiColor: .bonoboGreen)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:67:16: warning: static property 'brilliantViolet' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
static let brilliantViolet = PaletteColor(name: "Brilliant Violet", uiColor: .brilliantViolet)
^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:67:16: note: add '@MainActor' to make static property 'brilliantViolet' part of global actor 'MainActor'
static let brilliantViolet = PaletteColor(name: "Brilliant Violet", uiColor: .brilliantViolet)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:67:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let brilliantViolet = PaletteColor(name: "Brilliant Violet", uiColor: .brilliantViolet)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:68:16: warning: static property 'cadiumOrange' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
static let cadiumOrange = PaletteColor(name: "Cadium Orange", uiColor: .cadiumOrange)
^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:68:16: note: add '@MainActor' to make static property 'cadiumOrange' part of global actor 'MainActor'
static let cadiumOrange = PaletteColor(name: "Cadium Orange", uiColor: .cadiumOrange)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:68:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let cadiumOrange = PaletteColor(name: "Cadium Orange", uiColor: .cadiumOrange)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:69:16: warning: static property 'fluorescentPink' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
static let fluorescentPink = PaletteColor(name: "Fluorescent Pink", uiColor: .fluorescentPink)
^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:69:16: note: add '@MainActor' to make static property 'fluorescentPink' part of global actor 'MainActor'
static let fluorescentPink = PaletteColor(name: "Fluorescent Pink", uiColor: .fluorescentPink)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:69:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let fluorescentPink = PaletteColor(name: "Fluorescent Pink", uiColor: .fluorescentPink)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:70:16: warning: static property 'kiwiGreen' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
static let kiwiGreen = PaletteColor(name: "Kiwi Green", uiColor: .kiwiGreen)
^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:70:16: note: add '@MainActor' to make static property 'kiwiGreen' part of global actor 'MainActor'
static let kiwiGreen = PaletteColor(name: "Kiwi Green", uiColor: .kiwiGreen)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:70:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let kiwiGreen = PaletteColor(name: "Kiwi Green", uiColor: .kiwiGreen)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:71:16: warning: static property 'kraftBrown' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
static let kraftBrown = PaletteColor(name: "Kraft Brown", uiColor: .kraftBrown)
^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:71:16: note: add '@MainActor' to make static property 'kraftBrown' part of global actor 'MainActor'
static let kraftBrown = PaletteColor(name: "Kraft Brown", uiColor: .kraftBrown)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:71:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let kraftBrown = PaletteColor(name: "Kraft Brown", uiColor: .kraftBrown)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:72:16: warning: static property 'mauvePurple' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
static let mauvePurple = PaletteColor(name: "Mauve Purple", uiColor: .mauvePurple)
^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:72:16: note: add '@MainActor' to make static property 'mauvePurple' part of global actor 'MainActor'
static let mauvePurple = PaletteColor(name: "Mauve Purple", uiColor: .mauvePurple)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:72:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let mauvePurple = PaletteColor(name: "Mauve Purple", uiColor: .mauvePurple)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:73:16: warning: static property 'orangeYellow' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
static let orangeYellow = PaletteColor(name: "Orange Yellow", uiColor: .orangeYellow)
^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:73:16: note: add '@MainActor' to make static property 'orangeYellow' part of global actor 'MainActor'
static let orangeYellow = PaletteColor(name: "Orange Yellow", uiColor: .orangeYellow)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:73:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let orangeYellow = PaletteColor(name: "Orange Yellow", uiColor: .orangeYellow)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:74:16: warning: static property 'oxideGreen' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
static let oxideGreen = PaletteColor(name: "Oxide Green", uiColor: .oxideGreen)
^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:74:16: note: add '@MainActor' to make static property 'oxideGreen' part of global actor 'MainActor'
static let oxideGreen = PaletteColor(name: "Oxide Green", uiColor: .oxideGreen)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:74:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let oxideGreen = PaletteColor(name: "Oxide Green", uiColor: .oxideGreen)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:75:16: warning: static property 'peachBlossomPink' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
static let peachBlossomPink = PaletteColor(name: "Peach Blossom Pink", uiColor: .peachBlossomPink)
^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:75:16: note: add '@MainActor' to make static property 'peachBlossomPink' part of global actor 'MainActor'
static let peachBlossomPink = PaletteColor(name: "Peach Blossom Pink", uiColor: .peachBlossomPink)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:75:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let peachBlossomPink = PaletteColor(name: "Peach Blossom Pink", uiColor: .peachBlossomPink)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:76:16: warning: static property 'red' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
static let red = PaletteColor(name: "Red", uiColor: .red)
^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:76:16: note: add '@MainActor' to make static property 'red' part of global actor 'MainActor'
static let red = PaletteColor(name: "Red", uiColor: .red)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:76:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let red = PaletteColor(name: "Red", uiColor: .red)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:77:16: warning: static property 'royalBlue' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
static let royalBlue = PaletteColor(name: "Royal Blue", uiColor: .royalBlue)
^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:77:16: note: add '@MainActor' to make static property 'royalBlue' part of global actor 'MainActor'
static let royalBlue = PaletteColor(name: "Royal Blue", uiColor: .royalBlue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:77:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let royalBlue = PaletteColor(name: "Royal Blue", uiColor: .royalBlue)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:78:16: warning: static property 'scarletRed' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
static let scarletRed = PaletteColor(name: "Scarlet Red", uiColor: .scarletRed)
^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:78:16: note: add '@MainActor' to make static property 'scarletRed' part of global actor 'MainActor'
static let scarletRed = PaletteColor(name: "Scarlet Red", uiColor: .scarletRed)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:78:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let scarletRed = PaletteColor(name: "Scarlet Red", uiColor: .scarletRed)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:79:16: warning: static property 'seaweedGreen' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
static let seaweedGreen = PaletteColor(name: "Seaweed Green", uiColor: .seaweedGreen)
^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:79:16: note: add '@MainActor' to make static property 'seaweedGreen' part of global actor 'MainActor'
static let seaweedGreen = PaletteColor(name: "Seaweed Green", uiColor: .seaweedGreen)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:79:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let seaweedGreen = PaletteColor(name: "Seaweed Green", uiColor: .seaweedGreen)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:80:16: warning: static property 'skyBlue' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
static let skyBlue = PaletteColor(name: "Sky Blue", uiColor: .skyBlue)
^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:80:16: note: add '@MainActor' to make static property 'skyBlue' part of global actor 'MainActor'
static let skyBlue = PaletteColor(name: "Sky Blue", uiColor: .skyBlue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:80:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let skyBlue = PaletteColor(name: "Sky Blue", uiColor: .skyBlue)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:81:16: warning: static property 'sunflowerYellow' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
static let sunflowerYellow = PaletteColor(name: "Sunflower Yellow", uiColor: .sunflowerYellow)
^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:81:16: note: add '@MainActor' to make static property 'sunflowerYellow' part of global actor 'MainActor'
static let sunflowerYellow = PaletteColor(name: "Sunflower Yellow", uiColor: .sunflowerYellow)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:81:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let sunflowerYellow = PaletteColor(name: "Sunflower Yellow", uiColor: .sunflowerYellow)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:82:16: warning: static property 'underwaterBlue' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
static let underwaterBlue = PaletteColor(name: "Underwater Blue", uiColor: .underwaterBlue)
^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:82:16: note: add '@MainActor' to make static property 'underwaterBlue' part of global actor 'MainActor'
static let underwaterBlue = PaletteColor(name: "Underwater Blue", uiColor: .underwaterBlue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:82:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let underwaterBlue = PaletteColor(name: "Underwater Blue", uiColor: .underwaterBlue)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:83:16: warning: static property 'wednesdayPink' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
static let wednesdayPink = PaletteColor(name: "Wednesday Pink", uiColor: .wednesdayPink)
^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:83:16: note: add '@MainActor' to make static property 'wednesdayPink' part of global actor 'MainActor'
static let wednesdayPink = PaletteColor(name: "Wednesday Pink", uiColor: .wednesdayPink)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:83:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let wednesdayPink = PaletteColor(name: "Wednesday Pink", uiColor: .wednesdayPink)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:85:16: warning: static property 'bonoboGrey' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
static let bonoboGrey = PaletteColor(name: "Bonobo Grey", uiColor: .bonoboGrey)
^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:85:16: note: add '@MainActor' to make static property 'bonoboGrey' part of global actor 'MainActor'
static let bonoboGrey = PaletteColor(name: "Bonobo Grey", uiColor: .bonoboGrey)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:85:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let bonoboGrey = PaletteColor(name: "Bonobo Grey", uiColor: .bonoboGrey)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:86:16: warning: static property 'lunaBlack' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
static let lunaBlack = PaletteColor(name: "Luna Black", uiColor: .lunaBlack)
^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:86:16: note: add '@MainActor' to make static property 'lunaBlack' part of global actor 'MainActor'
static let lunaBlack = PaletteColor(name: "Luna Black", uiColor: .lunaBlack)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:86:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let lunaBlack = PaletteColor(name: "Luna Black", uiColor: .lunaBlack)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:87:16: warning: static property 'pebbleGrey' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
static let pebbleGrey = PaletteColor(name: "Pebble Grey", uiColor: .pebbleGrey)
^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:87:16: note: add '@MainActor' to make static property 'pebbleGrey' part of global actor 'MainActor'
static let pebbleGrey = PaletteColor(name: "Pebble Grey", uiColor: .pebbleGrey)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:87:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let pebbleGrey = PaletteColor(name: "Pebble Grey", uiColor: .pebbleGrey)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:88:16: warning: static property 'white' is not concurrency-safe because non-'Sendable' type 'PaletteColor' may have shared mutable state; this is an error in the Swift 6 language mode
static let white = PaletteColor(name: "White", uiColor: .white)
^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:7:15: note: consider making struct 'PaletteColor' conform to the 'Sendable' protocol
public struct PaletteColor: Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:88:16: note: add '@MainActor' to make static property 'white' part of global actor 'MainActor'
static let white = PaletteColor(name: "White", uiColor: .white)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift:88:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let white = PaletteColor(name: "White", uiColor: .white)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Views/ColorPaletteScene.swift:84:43: error: cannot find type 'SKView' in scope
public override func didMove(to view: SKView) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Views/ColorPaletteScene.swift:225:54: error: cannot find type 'UITouch' in scope
public override func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Views/ColorPaletteScene.swift:225:76: error: cannot find type 'UIEvent' in scope
public override func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Views/ColorPaletteScene.swift:252:54: error: cannot find type 'UITouch' in scope
public override func touchesMoved(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Views/ColorPaletteScene.swift:252:76: error: cannot find type 'UIEvent' in scope
public override func touchesMoved(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Views/ColorPaletteScene.swift:284:54: error: cannot find type 'UITouch' in scope
public override func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Views/ColorPaletteScene.swift:284:76: error: cannot find type 'UIEvent' in scope
public override func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
SwiftCompile normal armv7k Compiling\ ColorSchemeObserver.swift,\ NodeModifier.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Protocols/ColorSchemeObserver.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Protocols/NodeModifier.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Protocols/ColorSchemeObserver.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Protocols/NodeModifier.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ColorPaletteScene.swift,\ ColorsContainerNode.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Views/ColorPaletteScene.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Views/ColorsContainerNode.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Views/ColorPaletteScene.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Views/ColorsContainerNode.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ CGVector+Operators.swift,\ ColorNode+Modifiers.swift,\ Comparable+Clamped.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Extensions/CGVector+Operators.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Extensions/ColorNode+Modifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Extensions/Comparable+Clamped.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Extensions/CGVector+Operators.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Extensions/ColorNode+Modifiers.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Extensions/Comparable+Clamped.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ StartUpModifier.swift,\ Buildable.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Modifiers/StartUpModifier.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Protocols/Buildable.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Modifiers/StartUpModifier.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Protocols/Buildable.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ColorSchemeObserver.swift,\ NodeModifier.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Protocols/ColorSchemeObserver.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Protocols/NodeModifier.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Protocols/ColorSchemeObserver.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Protocols/NodeModifier.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ SpawnConfiguration.swift,\ FocusModifier.swift,\ FontModifier.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/SpawnConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Modifiers/FocusModifier.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Modifiers/FontModifier.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/SpawnConfiguration.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Modifiers/FocusModifier.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Modifiers/FontModifier.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
** BUILD FAILED **
The following build commands failed:
EmitSwiftModule normal armv7k (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
SwiftEmitModule normal armv7k Emitting\ module\ for\ ElegantColorPalette (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
SwiftEmitModule normal arm64 Emitting\ module\ for\ ElegantColorPalette (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
EmitSwiftModule normal arm64 (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ ElegantColorPalette (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
EmitSwiftModule normal arm64_32 (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
Building workspace spi-builder-workspace with scheme ElegantColorPalette
(7 failures)
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
ElegantColorPalette: /Users/admin/builder/spi-builder-workspace
resolved source packages: ElegantColorPalette
{
"dependencies" : [
],
"manifest_display_name" : "ElegantColorPalette",
"name" : "ElegantColorPalette",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "ElegantColorPalette",
"targets" : [
"ElegantColorPalette"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ElegantColorPalette",
"module_type" : "SwiftTarget",
"name" : "ElegantColorPalette",
"path" : "Sources/ElegantColorPalette",
"product_memberships" : [
"ElegantColorPalette"
],
"sources" : [
"ColorPaletteBindingView.swift",
"ColorPaletteView.swift",
"Helpers/Extensions/CGVector+Additions.swift",
"Helpers/Extensions/CGVector+Operators.swift",
"Helpers/Extensions/ColorNode+Modifiers.swift",
"Helpers/Extensions/Comparable+Clamped.swift",
"Helpers/Extensions/UIColor+Color.swift",
"Helpers/Models/ColorPaletteManager.swift",
"Helpers/Models/DefaultNodeStyle.swift",
"Helpers/Models/FocusSettings.swift",
"Helpers/Models/NodeStyleConfiguration.swift",
"Helpers/Models/PaletteColor.swift",
"Helpers/Models/SpawnConfiguration.swift",
"Helpers/Modifiers/FocusModifier.swift",
"Helpers/Modifiers/FontModifier.swift",
"Helpers/Modifiers/HighlightModifier.swift",
"Helpers/Modifiers/RadiusModifier.swift",
"Helpers/Modifiers/ScaleFadeModifier.swift",
"Helpers/Modifiers/StartUpModifier.swift",
"Helpers/Protocols/Buildable.swift",
"Helpers/Protocols/ColorSchemeObserver.swift",
"Helpers/Protocols/NodeModifier.swift",
"Helpers/Protocols/NodeStyle.swift",
"Views/ColorNode.swift",
"Views/ColorPaletteScene.swift",
"Views/ColorsContainerNode.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"ElegantColorPalette"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ElegantColorPalette -destination generic/platform=watchOS
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme ElegantColorPalette -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
ElegantColorPalette: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
Target 'ElegantColorPalette' in project 'ElegantColorPalette'
➜ Explicit dependency on target 'ElegantColorPalette' in project 'ElegantColorPalette'
Target 'ElegantColorPalette' in project 'ElegantColorPalette' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 9327efdcb6fc3d139a8d0f48c9c46ce1
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/9327efdcb6fc3d139a8d0f48c9c46ce1.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
SwiftDriver ElegantColorPalette normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ElegantColorPalette -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-watchos/ElegantColorPalette.build/Objects-normal/arm64_32/ElegantColorPalette.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-watchos/ElegantColorPalette.build/Objects-normal/arm64_32/ElegantColorPalette-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-watchos/ElegantColorPalette.build/Objects-normal/arm64_32/ElegantColorPalette.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-watchos/ElegantColorPalette.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-watchos/ElegantColorPalette.build/Objects-normal/arm64_32/ElegantColorPalette_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-watchos/ElegantColorPalette.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-watchos/ElegantColorPalette.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-watchos/ElegantColorPalette.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-watchos/ElegantColorPalette.build/Objects-normal/arm64_32/ElegantColorPalette-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver ElegantColorPalette normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ElegantColorPalette -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-watchos/ElegantColorPalette.build/Objects-normal/arm64/ElegantColorPalette.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-watchos/ElegantColorPalette.build/Objects-normal/arm64/ElegantColorPalette-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-watchos/ElegantColorPalette.build/Objects-normal/arm64/ElegantColorPalette.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-watchos/ElegantColorPalette.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-watchos/ElegantColorPalette.build/Objects-normal/arm64/ElegantColorPalette_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-watchos/ElegantColorPalette.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-watchos/ElegantColorPalette.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-watchos/ElegantColorPalette.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-watchos/ElegantColorPalette.build/Objects-normal/arm64/ElegantColorPalette-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver ElegantColorPalette normal armv7k com.apple.xcode.tools.swift.compiler (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ElegantColorPalette -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-watchos/ElegantColorPalette.build/Objects-normal/armv7k/ElegantColorPalette.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-watchos/ElegantColorPalette.build/Objects-normal/armv7k/ElegantColorPalette-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-watchos/ElegantColorPalette.build/Objects-normal/armv7k/ElegantColorPalette.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-watchos/ElegantColorPalette.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-watchos/ElegantColorPalette.build/Objects-normal/armv7k/ElegantColorPalette_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-watchos/ElegantColorPalette.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-watchos/ElegantColorPalette.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-watchos/ElegantColorPalette.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-watchos/ElegantColorPalette.build/Objects-normal/armv7k/ElegantColorPalette-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal armv7k Emitting\ module\ for\ ElegantColorPalette (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
EmitSwiftModule normal armv7k (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ UIColor+Color.swift,\ ColorPaletteManager.swift,\ DefaultNodeStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Extensions/UIColor+Color.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/ColorPaletteManager.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/DefaultNodeStyle.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Extensions/UIColor+Color.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/ColorPaletteManager.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/DefaultNodeStyle.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ ColorPaletteBindingView.swift,\ ColorPaletteView.swift,\ CGVector+Additions.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/ColorPaletteBindingView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/ColorPaletteView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Extensions/CGVector+Additions.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/ColorPaletteBindingView.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/ColorPaletteView.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Extensions/CGVector+Additions.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ CGVector+Operators.swift,\ ColorNode+Modifiers.swift,\ Comparable+Clamped.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Extensions/CGVector+Operators.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Extensions/ColorNode+Modifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Extensions/Comparable+Clamped.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Extensions/CGVector+Operators.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Extensions/ColorNode+Modifiers.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Extensions/Comparable+Clamped.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ FocusSettings.swift,\ NodeStyleConfiguration.swift,\ PaletteColor.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/FocusSettings.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/NodeStyleConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/FocusSettings.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/NodeStyleConfiguration.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ ElegantColorPalette (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/ColorPaletteBindingView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/ColorPaletteView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Extensions/CGVector+Additions.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Extensions/CGVector+Operators.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Extensions/ColorNode+Modifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Extensions/Comparable+Clamped.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Extensions/UIColor+Color.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/ColorPaletteManager.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/DefaultNodeStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/FocusSettings.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/NodeStyleConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/SpawnConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Modifiers/FocusModifier.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Modifiers/FontModifier.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Modifiers/HighlightModifier.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Modifiers/RadiusModifier.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Modifiers/ScaleFadeModifier.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Modifiers/StartUpModifier.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Protocols/Buildable.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Protocols/ColorSchemeObserver.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Protocols/NodeModifier.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Protocols/NodeStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Views/ColorNode.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Views/ColorPaletteScene.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Views/ColorsContainerNode.swift -target arm64-apple-watchos6.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-watchos/ElegantColorPalette.build/Objects-normal/arm64/ElegantColorPalette_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-watchos/ElegantColorPalette.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-watchos/ElegantColorPalette.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-watchos/ElegantColorPalette.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-watchos/ElegantColorPalette.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ElegantColorPalette -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.4 -target-sdk-name watchos11.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-watchos/ElegantColorPalette.build/Objects-normal/arm64/ElegantColorPalette.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-watchos/ElegantColorPalette.build/Objects-normal/arm64/ElegantColorPalette.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-watchos/ElegantColorPalette.build/Objects-normal/arm64/ElegantColorPalette-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-watchos/ElegantColorPalette.build/Objects-normal/arm64/ElegantColorPalette-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-watchos/ElegantColorPalette.build/Objects-normal/arm64/ElegantColorPalette-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-watchos/ElegantColorPalette.build/Objects-normal/arm64/ElegantColorPalette.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ElegantColorPalette.build/Debug-watchos/ElegantColorPalette.build/Objects-normal/arm64/ElegantColorPalette.abi.json
EmitSwiftModule normal arm64 (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/ColorPaletteBindingView.swift:40:37: error: cannot find type 'Context' in scope
public func makeUIView(context: Context) -> ColorPaletteView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/ColorPaletteBindingView.swift:44:67: error: cannot find type 'Context' in scope
public func updateUIView(_ uiView: ColorPaletteView, context: Context) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/ColorPaletteBindingView.swift:16:40: error: cannot find type 'UIViewRepresentable' in scope
public struct ColorPaletteBindingView: UIViewRepresentable {
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/ColorPaletteView.swift:23:9: error: cannot find 'presentScene' in scope
presentScene(scene)
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/ColorPaletteView.swift:43:14: error: initializer does not override a designated initializer from its superclass
override init(frame: CGRect) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/ColorPaletteView.swift:66:26: error: method does not override any method from its superclass
public override func layoutSubviews() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/ColorPaletteView.swift:84:78: error: cannot find type 'UITraitCollection' in scope
public override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/ColorPaletteView.swift:17:32: error: cannot find type 'SKView' in scope
public class ColorPaletteView: SKView {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Extensions/ColorNode+Modifiers.swift:22:81: error: type 'UIColor' has no member 'label'
func font(name: String = "SanFranciscoDisplay-Regular", uiColor: UIColor = .label) -> ColorNode {
~^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/ColorPaletteManager.swift:7:25: error: cannot find type 'UIUserInterfaceStyle' in scope
typealias ColorScheme = UIUserInterfaceStyle
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Views/ColorPaletteScene.swift:84:43: error: cannot find type 'SKView' in scope
public override func didMove(to view: SKView) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Views/ColorPaletteScene.swift:225:54: error: cannot find type 'UITouch' in scope
public override func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Views/ColorPaletteScene.swift:225:76: error: cannot find type 'UIEvent' in scope
public override func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Views/ColorPaletteScene.swift:252:54: error: cannot find type 'UITouch' in scope
public override func touchesMoved(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Views/ColorPaletteScene.swift:252:76: error: cannot find type 'UIEvent' in scope
public override func touchesMoved(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Views/ColorPaletteScene.swift:284:54: error: cannot find type 'UITouch' in scope
public override func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Views/ColorPaletteScene.swift:284:76: error: cannot find type 'UIEvent' in scope
public override func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ ElegantColorPalette (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
EmitSwiftModule normal arm64_32 (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ FocusSettings.swift,\ NodeStyleConfiguration.swift,\ PaletteColor.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/FocusSettings.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/NodeStyleConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/FocusSettings.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/NodeStyleConfiguration.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/PaletteColor.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ SpawnConfiguration.swift,\ FocusModifier.swift,\ FontModifier.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/SpawnConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Modifiers/FocusModifier.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Modifiers/FontModifier.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/SpawnConfiguration.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Modifiers/FocusModifier.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Modifiers/FontModifier.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ UIColor+Color.swift,\ ColorPaletteManager.swift,\ DefaultNodeStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Extensions/UIColor+Color.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/ColorPaletteManager.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/DefaultNodeStyle.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Extensions/UIColor+Color.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/ColorPaletteManager.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Models/DefaultNodeStyle.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ ColorPaletteBindingView.swift,\ ColorPaletteView.swift,\ CGVector+Additions.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/ColorPaletteBindingView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/ColorPaletteView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Extensions/CGVector+Additions.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
Command SwiftCompile failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
SwiftEmitModule normal arm64 Emitting\ module\ for\ ElegantColorPalette (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
EmitSwiftModule normal arm64 (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
SwiftCompile normal arm64_32 Compiling\ ColorPaletteBindingView.swift,\ ColorPaletteView.swift,\ CGVector+Additions.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/ColorPaletteBindingView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/ColorPaletteView.swift /Users/admin/builder/spi-builder-workspace/Sources/ElegantColorPalette/Helpers/Extensions/CGVector+Additions.swift (in target 'ElegantColorPalette' from project 'ElegantColorPalette')
Building workspace spi-builder-workspace with scheme ElegantColorPalette
(4 failures)
BUILD FAILURE 6.1 watchOS